@cravery/types 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -0
- package/dist/common/allergen.d.ts +3 -0
- package/dist/common/allergen.d.ts.map +1 -0
- package/dist/common/allergen.js +19 -0
- package/dist/common/allergen.js.map +1 -0
- package/dist/common/cuisine.d.ts +3 -0
- package/dist/common/cuisine.d.ts.map +1 -0
- package/dist/common/cuisine.js +79 -0
- package/dist/common/cuisine.js.map +1 -0
- package/dist/common/currency.d.ts +6 -0
- package/dist/common/currency.d.ts.map +1 -0
- package/dist/common/currency.js +3 -0
- package/dist/common/currency.js.map +1 -0
- package/dist/common/currency_code.d.ts +3 -0
- package/dist/common/currency_code.d.ts.map +1 -0
- package/dist/common/currency_code.js +13 -0
- package/dist/common/currency_code.js.map +1 -0
- package/dist/common/dietary_tag.d.ts +3 -0
- package/dist/common/dietary_tag.d.ts.map +1 -0
- package/dist/common/dietary_tag.js +21 -0
- package/dist/common/dietary_tag.js.map +1 -0
- package/dist/common/difficulty.d.ts +3 -0
- package/dist/common/difficulty.d.ts.map +1 -0
- package/dist/common/difficulty.js +5 -0
- package/dist/common/difficulty.js.map +1 -0
- package/dist/common/index.d.ts +14 -0
- package/dist/common/index.d.ts.map +1 -0
- package/dist/common/index.js +30 -0
- package/dist/common/index.js.map +1 -0
- package/dist/common/meal_type.d.ts +3 -0
- package/dist/common/meal_type.d.ts.map +1 -0
- package/dist/common/meal_type.js +16 -0
- package/dist/common/meal_type.js.map +1 -0
- package/dist/common/measurement_system.d.ts +3 -0
- package/dist/common/measurement_system.d.ts.map +1 -0
- package/dist/common/measurement_system.js +5 -0
- package/dist/common/measurement_system.js.map +1 -0
- package/dist/common/nutrition.d.ts +12 -0
- package/dist/common/nutrition.d.ts.map +1 -0
- package/dist/common/nutrition.js +3 -0
- package/dist/common/nutrition.js.map +1 -0
- package/dist/common/price.d.ts +6 -0
- package/dist/common/price.d.ts.map +1 -0
- package/dist/common/price.js +3 -0
- package/dist/common/price.js.map +1 -0
- package/dist/common/spiciness.d.ts +3 -0
- package/dist/common/spiciness.d.ts.map +1 -0
- package/dist/common/spiciness.js +11 -0
- package/dist/common/spiciness.js.map +1 -0
- package/dist/common/temperature.d.ts +6 -0
- package/dist/common/temperature.d.ts.map +1 -0
- package/dist/common/temperature.js +3 -0
- package/dist/common/temperature.js.map +1 -0
- package/dist/common/temperature_unit.d.ts +3 -0
- package/dist/common/temperature_unit.d.ts.map +1 -0
- package/dist/common/temperature_unit.js +5 -0
- package/dist/common/temperature_unit.js.map +1 -0
- package/dist/common/unit.d.ts +3 -0
- package/dist/common/unit.d.ts.map +1 -0
- package/dist/common/unit.js +51 -0
- package/dist/common/unit.js.map +1 -0
- package/dist/core/api.d.ts +16 -0
- package/dist/core/api.d.ts.map +1 -0
- package/dist/core/api.js +14 -0
- package/dist/core/api.js.map +1 -0
- package/dist/core/entity.d.ts +8 -0
- package/dist/core/entity.d.ts.map +1 -0
- package/dist/core/entity.js +3 -0
- package/dist/core/entity.js.map +1 -0
- package/dist/core/errors.d.ts +44 -0
- package/dist/core/errors.d.ts.map +1 -0
- package/dist/core/errors.js +108 -0
- package/dist/core/errors.js.map +1 -0
- package/dist/core/index.d.ts +8 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/index.js +24 -0
- package/dist/core/index.js.map +1 -0
- package/dist/core/locale.d.ts +3 -0
- package/dist/core/locale.d.ts.map +1 -0
- package/dist/core/locale.js +5 -0
- package/dist/core/locale.js.map +1 -0
- package/dist/core/pagination.d.ts +14 -0
- package/dist/core/pagination.d.ts.map +1 -0
- package/dist/core/pagination.js +3 -0
- package/dist/core/pagination.js.map +1 -0
- package/dist/core/theme.d.ts +3 -0
- package/dist/core/theme.d.ts.map +1 -0
- package/dist/core/theme.js +5 -0
- package/dist/core/theme.js.map +1 -0
- package/dist/core/timestamp.d.ts +5 -0
- package/dist/core/timestamp.d.ts.map +1 -0
- package/dist/core/timestamp.js +3 -0
- package/dist/core/timestamp.js.map +1 -0
- package/dist/equipment/category.d.ts +3 -0
- package/dist/equipment/category.d.ts.map +1 -0
- package/dist/equipment/category.js +18 -0
- package/dist/equipment/category.js.map +1 -0
- package/dist/equipment/entity.d.ts +16 -0
- package/dist/equipment/entity.d.ts.map +1 -0
- package/dist/equipment/entity.js +3 -0
- package/dist/equipment/entity.js.map +1 -0
- package/dist/equipment/index.d.ts +5 -0
- package/dist/equipment/index.d.ts.map +1 -0
- package/dist/equipment/index.js +21 -0
- package/dist/equipment/index.js.map +1 -0
- package/dist/equipment/recipe.d.ts +13 -0
- package/dist/equipment/recipe.d.ts.map +1 -0
- package/dist/equipment/recipe.js +3 -0
- package/dist/equipment/recipe.js.map +1 -0
- package/dist/equipment/user.d.ts +10 -0
- package/dist/equipment/user.d.ts.map +1 -0
- package/dist/equipment/user.js +3 -0
- package/dist/equipment/user.js.map +1 -0
- package/dist/feed/category.d.ts +3 -0
- package/dist/feed/category.d.ts.map +1 -0
- package/dist/feed/category.js +31 -0
- package/dist/feed/category.js.map +1 -0
- package/dist/feed/index.d.ts +2 -0
- package/dist/feed/index.d.ts.map +1 -0
- package/dist/feed/index.js +18 -0
- package/dist/feed/index.js.map +1 -0
- package/dist/feed/recipe.d.ts +19 -0
- package/dist/feed/recipe.d.ts.map +1 -0
- package/dist/feed/recipe.js +43 -0
- package/dist/feed/recipe.js.map +1 -0
- package/dist/iam/index.d.ts +3 -0
- package/dist/iam/index.d.ts.map +1 -0
- package/dist/iam/index.js +19 -0
- package/dist/iam/index.js.map +1 -0
- package/dist/iam/role.d.ts +3 -0
- package/dist/iam/role.d.ts.map +1 -0
- package/dist/iam/role.js +11 -0
- package/dist/iam/role.js.map +1 -0
- package/dist/iam/user.d.ts +12 -0
- package/dist/iam/user.d.ts.map +1 -0
- package/dist/iam/user.js +3 -0
- package/dist/iam/user.js.map +1 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +30 -0
- package/dist/index.js.map +1 -0
- package/dist/ingredients/category.d.ts +3 -0
- package/dist/ingredients/category.d.ts.map +1 -0
- package/dist/ingredients/category.js +31 -0
- package/dist/ingredients/category.js.map +1 -0
- package/dist/ingredients/entity.d.ts +19 -0
- package/dist/ingredients/entity.d.ts.map +1 -0
- package/dist/ingredients/entity.js +3 -0
- package/dist/ingredients/entity.js.map +1 -0
- package/dist/ingredients/group.d.ts +3 -0
- package/dist/ingredients/group.d.ts.map +1 -0
- package/dist/ingredients/group.js +11 -0
- package/dist/ingredients/group.js.map +1 -0
- package/dist/ingredients/index.d.ts +7 -0
- package/dist/ingredients/index.d.ts.map +1 -0
- package/dist/ingredients/index.js +23 -0
- package/dist/ingredients/index.js.map +1 -0
- package/dist/ingredients/recipe.d.ts +15 -0
- package/dist/ingredients/recipe.d.ts.map +1 -0
- package/dist/ingredients/recipe.js +3 -0
- package/dist/ingredients/recipe.js.map +1 -0
- package/dist/ingredients/section.d.ts +16 -0
- package/dist/ingredients/section.d.ts.map +1 -0
- package/dist/ingredients/section.js +3 -0
- package/dist/ingredients/section.js.map +1 -0
- package/dist/ingredients/user.d.ts +14 -0
- package/dist/ingredients/user.d.ts.map +1 -0
- package/dist/ingredients/user.js +3 -0
- package/dist/ingredients/user.js.map +1 -0
- package/dist/interactions/collection.d.ts +7 -0
- package/dist/interactions/collection.d.ts.map +1 -0
- package/dist/interactions/collection.js +3 -0
- package/dist/interactions/collection.js.map +1 -0
- package/dist/interactions/cooked.d.ts +6 -0
- package/dist/interactions/cooked.d.ts.map +1 -0
- package/dist/interactions/cooked.js +3 -0
- package/dist/interactions/cooked.js.map +1 -0
- package/dist/interactions/event.d.ts +10 -0
- package/dist/interactions/event.d.ts.map +1 -0
- package/dist/interactions/event.js +3 -0
- package/dist/interactions/event.js.map +1 -0
- package/dist/interactions/event_type.d.ts +3 -0
- package/dist/interactions/event_type.d.ts.map +1 -0
- package/dist/interactions/event_type.js +12 -0
- package/dist/interactions/event_type.js.map +1 -0
- package/dist/interactions/index.d.ts +6 -0
- package/dist/interactions/index.d.ts.map +1 -0
- package/dist/interactions/index.js +22 -0
- package/dist/interactions/index.js.map +1 -0
- package/dist/interactions/rated.d.ts +6 -0
- package/dist/interactions/rated.d.ts.map +1 -0
- package/dist/interactions/rated.js +3 -0
- package/dist/interactions/rated.js.map +1 -0
- package/dist/interactions/saved.d.ts +6 -0
- package/dist/interactions/saved.d.ts.map +1 -0
- package/dist/interactions/saved.js +3 -0
- package/dist/interactions/saved.js.map +1 -0
- package/dist/limits/index.d.ts +4 -0
- package/dist/limits/index.d.ts.map +1 -0
- package/dist/limits/index.js +20 -0
- package/dist/limits/index.js.map +1 -0
- package/dist/limits/limits.d.ts +5 -0
- package/dist/limits/limits.d.ts.map +1 -0
- package/dist/limits/limits.js +3 -0
- package/dist/limits/limits.js.map +1 -0
- package/dist/limits/operation.d.ts +3 -0
- package/dist/limits/operation.d.ts.map +1 -0
- package/dist/limits/operation.js +13 -0
- package/dist/limits/operation.js.map +1 -0
- package/dist/limits/usage.d.ts +8 -0
- package/dist/limits/usage.d.ts.map +1 -0
- package/dist/limits/usage.js +3 -0
- package/dist/limits/usage.js.map +1 -0
- package/dist/mealplan/day.d.ts +6 -0
- package/dist/mealplan/day.d.ts.map +1 -0
- package/dist/mealplan/day.js +3 -0
- package/dist/mealplan/day.js.map +1 -0
- package/dist/mealplan/index.d.ts +5 -0
- package/dist/mealplan/index.d.ts.map +1 -0
- package/dist/mealplan/index.js +21 -0
- package/dist/mealplan/index.js.map +1 -0
- package/dist/mealplan/meal.d.ts +9 -0
- package/dist/mealplan/meal.d.ts.map +1 -0
- package/dist/mealplan/meal.js +3 -0
- package/dist/mealplan/meal.js.map +1 -0
- package/dist/mealplan/plan.d.ts +9 -0
- package/dist/mealplan/plan.d.ts.map +1 -0
- package/dist/mealplan/plan.js +3 -0
- package/dist/mealplan/plan.js.map +1 -0
- package/dist/mealplan/slot.d.ts +3 -0
- package/dist/mealplan/slot.d.ts.map +1 -0
- package/dist/mealplan/slot.js +10 -0
- package/dist/mealplan/slot.js.map +1 -0
- package/dist/recipes/admin.d.ts +12 -0
- package/dist/recipes/admin.d.ts.map +1 -0
- package/dist/recipes/admin.js +3 -0
- package/dist/recipes/admin.js.map +1 -0
- package/dist/recipes/content.d.ts +14 -0
- package/dist/recipes/content.d.ts.map +1 -0
- package/dist/recipes/content.js +3 -0
- package/dist/recipes/content.js.map +1 -0
- package/dist/recipes/index.d.ts +5 -0
- package/dist/recipes/index.d.ts.map +1 -0
- package/dist/recipes/index.js +21 -0
- package/dist/recipes/index.js.map +1 -0
- package/dist/recipes/instruction.d.ts +18 -0
- package/dist/recipes/instruction.d.ts.map +1 -0
- package/dist/recipes/instruction.js +3 -0
- package/dist/recipes/instruction.js.map +1 -0
- package/dist/recipes/meta.d.ts +33 -0
- package/dist/recipes/meta.d.ts.map +1 -0
- package/dist/recipes/meta.js +3 -0
- package/dist/recipes/meta.js.map +1 -0
- package/dist/recipes/recipe.d.ts +30 -0
- package/dist/recipes/recipe.d.ts.map +1 -0
- package/dist/recipes/recipe.js +3 -0
- package/dist/recipes/recipe.js.map +1 -0
- package/dist/recipes/source.d.ts +3 -0
- package/dist/recipes/source.d.ts.map +1 -0
- package/dist/recipes/source.js +5 -0
- package/dist/recipes/source.js.map +1 -0
- package/dist/recipes/stats.d.ts +10 -0
- package/dist/recipes/stats.d.ts.map +1 -0
- package/dist/recipes/stats.js +3 -0
- package/dist/recipes/stats.js.map +1 -0
- package/dist/recipes/status.d.ts +3 -0
- package/dist/recipes/status.d.ts.map +1 -0
- package/dist/recipes/status.js +11 -0
- package/dist/recipes/status.js.map +1 -0
- package/dist/reports/category.d.ts +3 -0
- package/dist/reports/category.d.ts.map +1 -0
- package/dist/reports/category.js +14 -0
- package/dist/reports/category.js.map +1 -0
- package/dist/reports/index.d.ts +9 -0
- package/dist/reports/index.d.ts.map +1 -0
- package/dist/reports/index.js +25 -0
- package/dist/reports/index.js.map +1 -0
- package/dist/reports/priority.d.ts +3 -0
- package/dist/reports/priority.d.ts.map +1 -0
- package/dist/reports/priority.js +10 -0
- package/dist/reports/priority.js.map +1 -0
- package/dist/reports/report.d.ts +17 -0
- package/dist/reports/report.d.ts.map +1 -0
- package/dist/reports/report.js +3 -0
- package/dist/reports/report.js.map +1 -0
- package/dist/reports/status.d.ts +3 -0
- package/dist/reports/status.d.ts.map +1 -0
- package/dist/reports/status.js +12 -0
- package/dist/reports/status.js.map +1 -0
- package/dist/reports/submission.d.ts +8 -0
- package/dist/reports/submission.d.ts.map +1 -0
- package/dist/reports/submission.js +3 -0
- package/dist/reports/submission.js.map +1 -0
- package/dist/reports/target.d.ts +16 -0
- package/dist/reports/target.d.ts.map +1 -0
- package/dist/reports/target.js +3 -0
- package/dist/reports/target.js.map +1 -0
- package/dist/reports/update.d.ts +18 -0
- package/dist/reports/update.d.ts.map +1 -0
- package/dist/reports/update.js +3 -0
- package/dist/reports/update.js.map +1 -0
- package/dist/reports/update_type.d.ts +3 -0
- package/dist/reports/update_type.d.ts.map +1 -0
- package/dist/reports/update_type.js +5 -0
- package/dist/reports/update_type.js.map +1 -0
- package/dist/settings/index.d.ts +3 -0
- package/dist/settings/index.d.ts.map +1 -0
- package/dist/settings/index.js +19 -0
- package/dist/settings/index.js.map +1 -0
- package/dist/settings/notification.d.ts +7 -0
- package/dist/settings/notification.d.ts.map +1 -0
- package/dist/settings/notification.js +3 -0
- package/dist/settings/notification.js.map +1 -0
- package/dist/settings/settings.d.ts +19 -0
- package/dist/settings/settings.d.ts.map +1 -0
- package/dist/settings/settings.js +3 -0
- package/dist/settings/settings.js.map +1 -0
- package/dist/shopping/index.d.ts +4 -0
- package/dist/shopping/index.d.ts.map +1 -0
- package/dist/shopping/index.js +20 -0
- package/dist/shopping/index.js.map +1 -0
- package/dist/shopping/item.d.ts +9 -0
- package/dist/shopping/item.d.ts.map +1 -0
- package/dist/shopping/item.js +3 -0
- package/dist/shopping/item.js.map +1 -0
- package/dist/shopping/item_status.d.ts +3 -0
- package/dist/shopping/item_status.d.ts.map +1 -0
- package/dist/shopping/item_status.js +9 -0
- package/dist/shopping/item_status.js.map +1 -0
- package/dist/shopping/list.d.ts +9 -0
- package/dist/shopping/list.d.ts.map +1 -0
- package/dist/shopping/list.js +3 -0
- package/dist/shopping/list.js.map +1 -0
- package/dist/subscriptions/billing_period.d.ts +3 -0
- package/dist/subscriptions/billing_period.d.ts.map +1 -0
- package/dist/subscriptions/billing_period.js +5 -0
- package/dist/subscriptions/billing_period.js.map +1 -0
- package/dist/subscriptions/cost.d.ts +7 -0
- package/dist/subscriptions/cost.d.ts.map +1 -0
- package/dist/subscriptions/cost.js +3 -0
- package/dist/subscriptions/cost.js.map +1 -0
- package/dist/subscriptions/index.d.ts +9 -0
- package/dist/subscriptions/index.d.ts.map +1 -0
- package/dist/subscriptions/index.js +25 -0
- package/dist/subscriptions/index.js.map +1 -0
- package/dist/subscriptions/member.d.ts +10 -0
- package/dist/subscriptions/member.d.ts.map +1 -0
- package/dist/subscriptions/member.js +3 -0
- package/dist/subscriptions/member.js.map +1 -0
- package/dist/subscriptions/member_status.d.ts +3 -0
- package/dist/subscriptions/member_status.d.ts.map +1 -0
- package/dist/subscriptions/member_status.js +10 -0
- package/dist/subscriptions/member_status.js.map +1 -0
- package/dist/subscriptions/store.d.ts +3 -0
- package/dist/subscriptions/store.d.ts.map +1 -0
- package/dist/subscriptions/store.js +10 -0
- package/dist/subscriptions/store.js.map +1 -0
- package/dist/subscriptions/subscription.d.ts +22 -0
- package/dist/subscriptions/subscription.d.ts.map +1 -0
- package/dist/subscriptions/subscription.js +3 -0
- package/dist/subscriptions/subscription.js.map +1 -0
- package/dist/subscriptions/subscription_role.d.ts +3 -0
- package/dist/subscriptions/subscription_role.d.ts.map +1 -0
- package/dist/subscriptions/subscription_role.js +5 -0
- package/dist/subscriptions/subscription_role.js.map +1 -0
- package/dist/subscriptions/subscription_status.d.ts +3 -0
- package/dist/subscriptions/subscription_status.d.ts.map +1 -0
- package/dist/subscriptions/subscription_status.js +14 -0
- package/dist/subscriptions/subscription_status.js.map +1 -0
- package/dist/subscriptions/subscription_tier.d.ts +3 -0
- package/dist/subscriptions/subscription_tier.d.ts.map +1 -0
- package/dist/subscriptions/subscription_tier.js +5 -0
- package/dist/subscriptions/subscription_tier.js.map +1 -0
- package/package.json +35 -0
- package/src/common/allergen.ts +16 -0
- package/src/common/cuisine.ts +77 -0
- package/src/common/currency.ts +6 -0
- package/src/common/currency_code.ts +10 -0
- package/src/common/dietary_tag.ts +18 -0
- package/src/common/difficulty.ts +2 -0
- package/src/common/index.ts +13 -0
- package/src/common/meal_type.ts +13 -0
- package/src/common/measurement_system.ts +2 -0
- package/src/common/nutrition.ts +11 -0
- package/src/common/spiciness.ts +8 -0
- package/src/common/temperature.ts +6 -0
- package/src/common/temperature_unit.ts +2 -0
- package/src/common/unit.ts +48 -0
- package/src/core/api.ts +30 -0
- package/src/core/entity.ts +8 -0
- package/src/core/errors.ts +118 -0
- package/src/core/index.ts +7 -0
- package/src/core/locale.ts +2 -0
- package/src/core/pagination.ts +15 -0
- package/src/core/theme.ts +2 -0
- package/src/core/timestamp.ts +4 -0
- package/src/equipment/category.ts +15 -0
- package/src/equipment/entity.ts +18 -0
- package/src/equipment/index.ts +4 -0
- package/src/equipment/recipe.ts +14 -0
- package/src/equipment/user.ts +10 -0
- package/src/feed/index.ts +1 -0
- package/src/feed/recipe.ts +61 -0
- package/src/iam/index.ts +2 -0
- package/src/iam/role.ts +8 -0
- package/src/iam/user.ts +12 -0
- package/src/index.ts +13 -0
- package/src/ingredients/category.ts +28 -0
- package/src/ingredients/entity.ts +21 -0
- package/src/ingredients/group.ts +8 -0
- package/src/ingredients/index.ts +6 -0
- package/src/ingredients/recipe.ts +17 -0
- package/src/ingredients/section.ts +22 -0
- package/src/ingredients/user.ts +14 -0
- package/src/interactions/collection.ts +7 -0
- package/src/interactions/cooked.ts +6 -0
- package/src/interactions/event.ts +10 -0
- package/src/interactions/event_type.ts +9 -0
- package/src/interactions/index.ts +5 -0
- package/src/interactions/rated.ts +6 -0
- package/src/interactions/saved.ts +6 -0
- package/src/limits/index.ts +3 -0
- package/src/limits/limits.ts +6 -0
- package/src/limits/operation.ts +10 -0
- package/src/limits/usage.ts +9 -0
- package/src/mealplan/day.ts +6 -0
- package/src/mealplan/index.ts +4 -0
- package/src/mealplan/meal.ts +9 -0
- package/src/mealplan/plan.ts +9 -0
- package/src/mealplan/slot.ts +7 -0
- package/src/recipes/admin.ts +12 -0
- package/src/recipes/content.ts +14 -0
- package/src/recipes/index.ts +4 -0
- package/src/recipes/instruction.ts +19 -0
- package/src/recipes/meta.ts +42 -0
- package/src/recipes/recipe.ts +39 -0
- package/src/recipes/source.ts +2 -0
- package/src/recipes/stats.ts +9 -0
- package/src/recipes/status.ts +8 -0
- package/src/reports/category.ts +11 -0
- package/src/reports/index.ts +8 -0
- package/src/reports/priority.ts +7 -0
- package/src/reports/report.ts +18 -0
- package/src/reports/status.ts +9 -0
- package/src/reports/submission.ts +8 -0
- package/src/reports/target.ts +22 -0
- package/src/reports/update.ts +21 -0
- package/src/reports/update_type.ts +2 -0
- package/src/settings/index.ts +2 -0
- package/src/settings/notification.ts +6 -0
- package/src/settings/settings.ts +27 -0
- package/src/shopping/index.ts +3 -0
- package/src/shopping/item.ts +9 -0
- package/src/shopping/item_status.ts +6 -0
- package/src/shopping/list.ts +9 -0
- package/src/subscriptions/billing_period.ts +2 -0
- package/src/subscriptions/index.ts +8 -0
- package/src/subscriptions/member.ts +10 -0
- package/src/subscriptions/member_status.ts +7 -0
- package/src/subscriptions/store.ts +7 -0
- package/src/subscriptions/subscription.ts +22 -0
- package/src/subscriptions/subscription_role.ts +2 -0
- package/src/subscriptions/subscription_status.ts +11 -0
- package/src/subscriptions/subscription_tier.ts +2 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"role.d.ts","sourceRoot":"","sources":["../../src/iam/role.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,oEAMnB,CAAC;AACX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
package/dist/iam/role.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"role.js","sourceRoot":"","sources":["../../src/iam/role.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,OAAO;IACP,WAAW;IACX,WAAW;IACX,YAAY;IACZ,MAAM;CACE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Entity } from "../core";
|
|
2
|
+
import { UserRole } from "./role";
|
|
3
|
+
export interface User extends Entity {
|
|
4
|
+
email: string;
|
|
5
|
+
imageUrl: string | null;
|
|
6
|
+
name: string;
|
|
7
|
+
role: UserRole;
|
|
8
|
+
score: number;
|
|
9
|
+
subscriptionId: string | null;
|
|
10
|
+
verified: boolean;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=user.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../src/iam/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAElC,MAAM,WAAW,IAAK,SAAQ,MAAM;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAC;CACnB"}
|
package/dist/iam/user.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../src/iam/user.ts"],"names":[],"mappings":""}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./common";
|
|
2
|
+
export * from "./core";
|
|
3
|
+
export * from "./equipment";
|
|
4
|
+
export * from "./feed";
|
|
5
|
+
export * from "./iam";
|
|
6
|
+
export * from "./ingredients";
|
|
7
|
+
export * from "./limits";
|
|
8
|
+
export * from "./mealplan";
|
|
9
|
+
export * from "./recipes";
|
|
10
|
+
export * from "./reports";
|
|
11
|
+
export * from "./settings";
|
|
12
|
+
export * from "./shopping";
|
|
13
|
+
export * from "./subscriptions";
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,OAAO,CAAC;AACtB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./common"), exports);
|
|
18
|
+
__exportStar(require("./core"), exports);
|
|
19
|
+
__exportStar(require("./equipment"), exports);
|
|
20
|
+
__exportStar(require("./feed"), exports);
|
|
21
|
+
__exportStar(require("./iam"), exports);
|
|
22
|
+
__exportStar(require("./ingredients"), exports);
|
|
23
|
+
__exportStar(require("./limits"), exports);
|
|
24
|
+
__exportStar(require("./mealplan"), exports);
|
|
25
|
+
__exportStar(require("./recipes"), exports);
|
|
26
|
+
__exportStar(require("./reports"), exports);
|
|
27
|
+
__exportStar(require("./settings"), exports);
|
|
28
|
+
__exportStar(require("./shopping"), exports);
|
|
29
|
+
__exportStar(require("./subscriptions"), exports);
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,yCAAuB;AACvB,8CAA4B;AAC5B,yCAAuB;AACvB,wCAAsB;AACtB,gDAA8B;AAC9B,2CAAyB;AACzB,6CAA2B;AAC3B,4CAA0B;AAC1B,4CAA0B;AAC1B,6CAA2B;AAC3B,6CAA2B;AAC3B,kDAAgC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const INGREDIENT_CATEGORY_VALUES: readonly ["fruits", "vegetables", "meat", "poultry", "seafood", "dairy", "grains", "legumes", "spices", "nuts_seeds", "oils_fats", "sauces", "condiments", "sweeteners", "baking", "pantry", "canned", "frozen", "bakery", "prepared", "beverages", "snacks", "international", "specialty", "baby"];
|
|
2
|
+
export type IngredientCategory = (typeof INGREDIENT_CATEGORY_VALUES)[number];
|
|
3
|
+
//# sourceMappingURL=category.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../src/ingredients/category.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,qSA0B7B,CAAC;AACX,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,0BAA0B,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.INGREDIENT_CATEGORY_VALUES = void 0;
|
|
4
|
+
exports.INGREDIENT_CATEGORY_VALUES = [
|
|
5
|
+
"fruits",
|
|
6
|
+
"vegetables",
|
|
7
|
+
"meat",
|
|
8
|
+
"poultry",
|
|
9
|
+
"seafood",
|
|
10
|
+
"dairy",
|
|
11
|
+
"grains",
|
|
12
|
+
"legumes",
|
|
13
|
+
"spices",
|
|
14
|
+
"nuts_seeds",
|
|
15
|
+
"oils_fats",
|
|
16
|
+
"sauces",
|
|
17
|
+
"condiments",
|
|
18
|
+
"sweeteners",
|
|
19
|
+
"baking",
|
|
20
|
+
"pantry",
|
|
21
|
+
"canned",
|
|
22
|
+
"frozen",
|
|
23
|
+
"bakery",
|
|
24
|
+
"prepared",
|
|
25
|
+
"beverages",
|
|
26
|
+
"snacks",
|
|
27
|
+
"international",
|
|
28
|
+
"specialty",
|
|
29
|
+
"baby",
|
|
30
|
+
];
|
|
31
|
+
//# sourceMappingURL=category.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"category.js","sourceRoot":"","sources":["../../src/ingredients/category.ts"],"names":[],"mappings":";;;AAAa,QAAA,0BAA0B,GAAG;IACxC,QAAQ;IACR,YAAY;IACZ,MAAM;IACN,SAAS;IACT,SAAS;IACT,OAAO;IACP,QAAQ;IACR,SAAS;IACT,QAAQ;IACR,YAAY;IACZ,WAAW;IACX,QAAQ;IACR,YAAY;IACZ,YAAY;IACZ,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,UAAU;IACV,WAAW;IACX,QAAQ;IACR,eAAe;IACf,WAAW;IACX,MAAM;CACE,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Currency, Unit } from "../common";
|
|
2
|
+
import { Entity } from "../core";
|
|
3
|
+
import { IngredientCategory } from "./category";
|
|
4
|
+
import { IngredientGroup } from "./group";
|
|
5
|
+
export interface IngredientEntityMeta extends Entity {
|
|
6
|
+
category: IngredientCategory;
|
|
7
|
+
cost: Currency;
|
|
8
|
+
group: IngredientGroup;
|
|
9
|
+
slug: string;
|
|
10
|
+
imageUrl: string | null;
|
|
11
|
+
standardUnit?: Unit;
|
|
12
|
+
}
|
|
13
|
+
export interface IngredientEntityContent {
|
|
14
|
+
name: string;
|
|
15
|
+
slug: string;
|
|
16
|
+
}
|
|
17
|
+
export interface IngredientEntity extends IngredientEntityMeta, IngredientEntityContent {
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=entity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../src/ingredients/entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AACjC,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,MAAM,WAAW,oBAAqB,SAAQ,MAAM;IAClD,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,eAAe,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,CAAC,EAAE,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,gBACf,SAAQ,oBAAoB,EAAE,uBAAuB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entity.js","sourceRoot":"","sources":["../../src/ingredients/entity.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../src/ingredients/group.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,8DAM1B,CAAC;AACX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.INGREDIENT_GROUP_VALUES = void 0;
|
|
4
|
+
exports.INGREDIENT_GROUP_VALUES = [
|
|
5
|
+
"counter",
|
|
6
|
+
"freezer",
|
|
7
|
+
"fridge",
|
|
8
|
+
"pantry",
|
|
9
|
+
"spice",
|
|
10
|
+
];
|
|
11
|
+
//# sourceMappingURL=group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group.js","sourceRoot":"","sources":["../../src/ingredients/group.ts"],"names":[],"mappings":";;;AAAa,QAAA,uBAAuB,GAAG;IACrC,SAAS;IACT,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,OAAO;CACC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ingredients/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./category"), exports);
|
|
18
|
+
__exportStar(require("./entity"), exports);
|
|
19
|
+
__exportStar(require("./group"), exports);
|
|
20
|
+
__exportStar(require("./recipe"), exports);
|
|
21
|
+
__exportStar(require("./section"), exports);
|
|
22
|
+
__exportStar(require("./user"), exports);
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ingredients/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,2CAAyB;AACzB,0CAAwB;AACxB,2CAAyB;AACzB,4CAA0B;AAC1B,yCAAuB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Unit } from "../common";
|
|
2
|
+
export interface RecipeIngredientMeta {
|
|
3
|
+
slug: string;
|
|
4
|
+
optional?: boolean;
|
|
5
|
+
quantity?: number;
|
|
6
|
+
unit?: Unit;
|
|
7
|
+
}
|
|
8
|
+
export interface RecipeIngredientContent {
|
|
9
|
+
name: string;
|
|
10
|
+
slug: string;
|
|
11
|
+
notes?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface RecipeIngredient extends RecipeIngredientMeta, RecipeIngredientContent {
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=recipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recipe.d.ts","sourceRoot":"","sources":["../../src/ingredients/recipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,IAAI,CAAC;CACb;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,gBACf,SAAQ,oBAAoB,EAAE,uBAAuB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recipe.js","sourceRoot":"","sources":["../../src/ingredients/recipe.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { RecipeIngredient, RecipeIngredientContent, RecipeIngredientMeta } from "./recipe";
|
|
2
|
+
export interface IngredientSectionMeta {
|
|
3
|
+
ingredients: RecipeIngredientMeta[];
|
|
4
|
+
slug: string;
|
|
5
|
+
}
|
|
6
|
+
export interface IngredientSectionContent {
|
|
7
|
+
ingredients: RecipeIngredientContent[];
|
|
8
|
+
slug: string;
|
|
9
|
+
title?: string;
|
|
10
|
+
}
|
|
11
|
+
export interface IngredientSection {
|
|
12
|
+
ingredients: RecipeIngredient[];
|
|
13
|
+
slug: string;
|
|
14
|
+
title?: string;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=section.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"section.d.ts","sourceRoot":"","sources":["../../src/ingredients/section.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,UAAU,CAAC;AAElB,MAAM,WAAW,qBAAqB;IACpC,WAAW,EAAE,oBAAoB,EAAE,CAAC;IACpC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,wBAAwB;IACvC,WAAW,EAAE,uBAAuB,EAAE,CAAC;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB;IAChC,WAAW,EAAE,gBAAgB,EAAE,CAAC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"section.js","sourceRoot":"","sources":["../../src/ingredients/section.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Currency, Unit } from "../common";
|
|
2
|
+
import { Entity, Timestamp } from "../core";
|
|
3
|
+
import { IngredientCategory } from "./category";
|
|
4
|
+
import { IngredientGroup } from "./group";
|
|
5
|
+
export interface UserIngredient extends Entity {
|
|
6
|
+
category: IngredientCategory;
|
|
7
|
+
cost: Currency;
|
|
8
|
+
expiresAt: Timestamp | null;
|
|
9
|
+
group: IngredientGroup;
|
|
10
|
+
slug: string;
|
|
11
|
+
quantity?: number;
|
|
12
|
+
unit?: Unit;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=user.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../src/ingredients/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE1C,MAAM,WAAW,cAAe,SAAQ,MAAM;IAC5C,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;IAC5B,KAAK,EAAE,eAAe,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,IAAI,CAAC;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../src/ingredients/user.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collection.d.ts","sourceRoot":"","sources":["../../src/interactions/collection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,MAAM,WAAW,gBAAiB,SAAQ,MAAM;IAC9C,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,EAAE,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collection.js","sourceRoot":"","sources":["../../src/interactions/collection.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cooked.d.ts","sourceRoot":"","sources":["../../src/interactions/cooked.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEjC,MAAM,WAAW,YAAa,SAAQ,MAAM;IAC1C,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cooked.js","sourceRoot":"","sources":["../../src/interactions/cooked.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { InteractionEventType } from "./event_type";
|
|
2
|
+
export interface InteractionEvent {
|
|
3
|
+
userId: string;
|
|
4
|
+
recipeId: string;
|
|
5
|
+
eventType: InteractionEventType;
|
|
6
|
+
value?: number;
|
|
7
|
+
region?: string;
|
|
8
|
+
timestamp: number;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../../src/interactions/event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEpD,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,oBAAoB,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event.js","sourceRoot":"","sources":["../../src/interactions/event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event_type.d.ts","sourceRoot":"","sources":["../../src/interactions/event_type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,gEAO1B,CAAC;AACX,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.INTERACTION_EVENT_TYPES = void 0;
|
|
4
|
+
exports.INTERACTION_EVENT_TYPES = [
|
|
5
|
+
"save",
|
|
6
|
+
"unsave",
|
|
7
|
+
"cook",
|
|
8
|
+
"rate",
|
|
9
|
+
"unrate",
|
|
10
|
+
"share",
|
|
11
|
+
];
|
|
12
|
+
//# sourceMappingURL=event_type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event_type.js","sourceRoot":"","sources":["../../src/interactions/event_type.ts"],"names":[],"mappings":";;;AAAa,QAAA,uBAAuB,GAAG;IACrC,MAAM;IACN,QAAQ;IACR,MAAM;IACN,MAAM;IACN,QAAQ;IACR,OAAO;CACC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/interactions/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./cooked"), exports);
|
|
18
|
+
__exportStar(require("./event_type"), exports);
|
|
19
|
+
__exportStar(require("./event"), exports);
|
|
20
|
+
__exportStar(require("./rated"), exports);
|
|
21
|
+
__exportStar(require("./saved"), exports);
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/interactions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,+CAA6B;AAC7B,0CAAwB;AACxB,0CAAwB;AACxB,0CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rated.d.ts","sourceRoot":"","sources":["../../src/interactions/rated.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEjC,MAAM,WAAW,WAAY,SAAQ,MAAM;IACzC,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rated.js","sourceRoot":"","sources":["../../src/interactions/rated.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"saved.d.ts","sourceRoot":"","sources":["../../src/interactions/saved.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEjC,MAAM,WAAW,WAAY,SAAQ,MAAM;IACzC,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"saved.js","sourceRoot":"","sources":["../../src/interactions/saved.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/limits/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./limits"), exports);
|
|
18
|
+
__exportStar(require("./operation"), exports);
|
|
19
|
+
__exportStar(require("./usage"), exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/limits/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,8CAA4B;AAC5B,0CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limits.d.ts","sourceRoot":"","sources":["../../src/limits/limits.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAAC,CAAC;AAE1D,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limits.js","sourceRoot":"","sources":["../../src/limits/limits.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operation.d.ts","sourceRoot":"","sources":["../../src/limits/operation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,8HAQnB,CAAC;AACX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OPERATION_VALUES = void 0;
|
|
4
|
+
exports.OPERATION_VALUES = [
|
|
5
|
+
"assistant",
|
|
6
|
+
"mealPlan",
|
|
7
|
+
"recipeFromUrl",
|
|
8
|
+
"recipeFromImage",
|
|
9
|
+
"recipeFromText",
|
|
10
|
+
"scanIngredients",
|
|
11
|
+
"scanEquipment",
|
|
12
|
+
];
|
|
13
|
+
//# sourceMappingURL=operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operation.js","sourceRoot":"","sources":["../../src/limits/operation.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,WAAW;IACX,UAAU;IACV,eAAe;IACf,iBAAiB;IACjB,gBAAgB;IAChB,iBAAiB;IACjB,eAAe;CACP,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usage.d.ts","sourceRoot":"","sources":["../../src/limits/usage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC;AAE7D,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,WAAW,CAAC;IACpB,SAAS,EAAE,SAAS,CAAC;CACtB"}
|