mealie-typescript 1.0.0
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/.openapi-generator/FILES +306 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +24 -0
- package/README.md +564 -0
- package/api.ts +28987 -0
- package/base.ts +62 -0
- package/common.ts +113 -0
- package/configuration.ts +121 -0
- package/dist/api.d.ts +15860 -0
- package/dist/api.js +28568 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +67 -0
- package/dist/common.d.ts +28 -0
- package/dist/common.js +216 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +57 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +31 -0
- package/docs/AdminAboutApi.md +164 -0
- package/docs/AdminAboutInfo.md +62 -0
- package/docs/AdminBackupsApi.md +333 -0
- package/docs/AdminDebugApi.md +62 -0
- package/docs/AdminEmailApi.md +116 -0
- package/docs/AdminMaintenanceApi.md +270 -0
- package/docs/AdminManageGroupsApi.md +305 -0
- package/docs/AdminManageHouseholdsApi.md +305 -0
- package/docs/AdminManageUsersApi.md +417 -0
- package/docs/AllBackups.md +22 -0
- package/docs/AppAboutApi.md +142 -0
- package/docs/AppInfo.md +44 -0
- package/docs/AppStartupInfo.md +22 -0
- package/docs/AppStatistics.md +30 -0
- package/docs/AppTheme.md +46 -0
- package/docs/AssignCategories.md +22 -0
- package/docs/AssignSettings.md +22 -0
- package/docs/AssignTags.md +22 -0
- package/docs/AuthMethod.md +12 -0
- package/docs/BackupFile.md +24 -0
- package/docs/BodyTriggerActionApiHouseholdsRecipeActionsItemIdTriggerRecipeSlugPost.md +20 -0
- package/docs/CategoryBase.md +26 -0
- package/docs/CategoryIn.md +20 -0
- package/docs/CategoryOut.md +26 -0
- package/docs/CategorySummary.md +24 -0
- package/docs/ChangePassword.md +22 -0
- package/docs/CheckAppConfig.md +30 -0
- package/docs/CookBookPagination.md +32 -0
- package/docs/Cookbook.md +18 -0
- package/docs/Cookbook1.md +18 -0
- package/docs/CookbookHousehold.md +22 -0
- package/docs/CreateCookBook.md +30 -0
- package/docs/CreateGroupRecipeAction.md +24 -0
- package/docs/CreateIngredientFood.md +34 -0
- package/docs/CreateIngredientFoodAlias.md +20 -0
- package/docs/CreateIngredientUnit.md +38 -0
- package/docs/CreateIngredientUnitAlias.md +20 -0
- package/docs/CreateInviteToken.md +24 -0
- package/docs/CreatePlanEntry.md +28 -0
- package/docs/CreateRandomEntry.md +22 -0
- package/docs/CreateRecipe.md +20 -0
- package/docs/CreateRecipeBulk.md +24 -0
- package/docs/CreateRecipeByUrlBulk.md +20 -0
- package/docs/CreateUserRegistration.md +42 -0
- package/docs/CreateWebhook.md +28 -0
- package/docs/DebugResponse.md +22 -0
- package/docs/DeleteRecipes.md +20 -0
- package/docs/DeleteTokenResponse.md +20 -0
- package/docs/EmailInitationResponse.md +22 -0
- package/docs/EmailInvitation.md +22 -0
- package/docs/EmailReady.md +20 -0
- package/docs/EmailSuccess.md +22 -0
- package/docs/EmailTest.md +20 -0
- package/docs/ExploreCategoriesApi.md +144 -0
- package/docs/ExploreCookbooksApi.md +145 -0
- package/docs/ExploreFoodsApi.md +144 -0
- package/docs/ExploreHouseholdsApi.md +141 -0
- package/docs/ExploreRecipesApi.md +266 -0
- package/docs/ExploreTagsApi.md +144 -0
- package/docs/ExploreToolsApi.md +144 -0
- package/docs/ExportRecipes.md +22 -0
- package/docs/ExportTypes.md +8 -0
- package/docs/FileTokenResponse.md +20 -0
- package/docs/Food.md +40 -0
- package/docs/Food1.md +40 -0
- package/docs/ForgotPassword.md +20 -0
- package/docs/FormatResponse.md +22 -0
- package/docs/GetAllApiRecipesGetCategoriesParameterInner.md +18 -0
- package/docs/GetAllApiRecipesGetTagsParameterInner.md +18 -0
- package/docs/GroupAdminUpdate.md +24 -0
- package/docs/GroupBase.md +20 -0
- package/docs/GroupDataExport.md +32 -0
- package/docs/GroupEventNotifierCreate.md +22 -0
- package/docs/GroupEventNotifierOptions.md +69 -0
- package/docs/GroupEventNotifierOptionsOut.md +70 -0
- package/docs/GroupEventNotifierOut.md +30 -0
- package/docs/GroupEventNotifierUpdate.md +32 -0
- package/docs/GroupEventPagination.md +32 -0
- package/docs/GroupHouseholdSummary.md +22 -0
- package/docs/GroupInDB.md +34 -0
- package/docs/GroupPagination.md +32 -0
- package/docs/GroupRecipeActionOut.md +30 -0
- package/docs/GroupRecipeActionPagination.md +32 -0
- package/docs/GroupRecipeActionType.md +10 -0
- package/docs/GroupStorage.md +26 -0
- package/docs/GroupSummary.md +26 -0
- package/docs/GroupsHouseholdsApi.md +135 -0
- package/docs/GroupsMigrationsApi.md +68 -0
- package/docs/GroupsMultiPurposeLabelsApi.md +308 -0
- package/docs/GroupsReportsApi.md +172 -0
- package/docs/GroupsSeedersApi.md +175 -0
- package/docs/GroupsSelfServiceApi.md +351 -0
- package/docs/HTTPValidationError.md +20 -0
- package/docs/HouseholdCreate.md +22 -0
- package/docs/HouseholdInDB.md +34 -0
- package/docs/HouseholdPagination.md +32 -0
- package/docs/HouseholdRecipeSummary.md +22 -0
- package/docs/HouseholdStatistics.md +28 -0
- package/docs/HouseholdSummary.md +28 -0
- package/docs/HouseholdUserSummary.md +22 -0
- package/docs/HouseholdsCookbooksApi.md +361 -0
- package/docs/HouseholdsEventNotificationsApi.md +360 -0
- package/docs/HouseholdsInvitationsApi.md +171 -0
- package/docs/HouseholdsMealplanRulesApi.md +305 -0
- package/docs/HouseholdsMealplansApi.md +420 -0
- package/docs/HouseholdsRecipeActionsApi.md +367 -0
- package/docs/HouseholdsSelfServiceApi.md +406 -0
- package/docs/HouseholdsShoppingListItemsApi.md +470 -0
- package/docs/HouseholdsShoppingListsApi.md +545 -0
- package/docs/HouseholdsWebhooksApi.md +413 -0
- package/docs/ImageType.md +12 -0
- package/docs/IngredientConfidence.md +30 -0
- package/docs/IngredientFoodAlias.md +20 -0
- package/docs/IngredientFoodInput.md +40 -0
- package/docs/IngredientFoodOutput.md +40 -0
- package/docs/IngredientFoodPagination.md +32 -0
- package/docs/IngredientReferences.md +21 -0
- package/docs/IngredientRequest.md +22 -0
- package/docs/IngredientUnitAlias.md +20 -0
- package/docs/IngredientUnitInput.md +42 -0
- package/docs/IngredientUnitOutput.md +42 -0
- package/docs/IngredientUnitPagination.md +32 -0
- package/docs/IngredientsRequest.md +22 -0
- package/docs/ItemId.md +18 -0
- package/docs/ItemId1.md +18 -0
- package/docs/LogicalOperator.md +10 -0
- package/docs/LongLiveTokenCreateResponse.md +27 -0
- package/docs/LongLiveTokenIn.md +22 -0
- package/docs/LongLiveTokenOut.md +24 -0
- package/docs/MaintenanceStorageDetails.md +28 -0
- package/docs/MaintenanceSummary.md +24 -0
- package/docs/MealieSchemaRecipeRecipeCommentsUserBase.md +26 -0
- package/docs/MealieSchemaUserUserUserBase.md +44 -0
- package/docs/MergeFood.md +22 -0
- package/docs/MergeUnit.md +22 -0
- package/docs/MultiPurposeLabelCreate.md +22 -0
- package/docs/MultiPurposeLabelOut.md +26 -0
- package/docs/MultiPurposeLabelPagination.md +32 -0
- package/docs/MultiPurposeLabelSummary.md +26 -0
- package/docs/MultiPurposeLabelUpdate.md +26 -0
- package/docs/Nutrition.md +40 -0
- package/docs/OrderByNullPosition.md +10 -0
- package/docs/OrderDirection.md +10 -0
- package/docs/OrganizerCategoriesApi.md +422 -0
- package/docs/OrganizerTagsApi.md +421 -0
- package/docs/OrganizerToolsApi.md +363 -0
- package/docs/PaginationBaseHouseholdSummary.md +32 -0
- package/docs/PaginationBaseIngredientFood.md +32 -0
- package/docs/PaginationBaseReadCookBook.md +32 -0
- package/docs/PaginationBaseRecipeCategory.md +32 -0
- package/docs/PaginationBaseRecipeSummary.md +32 -0
- package/docs/PaginationBaseRecipeTag.md +32 -0
- package/docs/PaginationBaseRecipeTool.md +32 -0
- package/docs/PaginationBaseUserOut.md +32 -0
- package/docs/PaginationBaseUserSummary.md +32 -0
- package/docs/ParsedIngredient.md +24 -0
- package/docs/PasswordResetToken.md +20 -0
- package/docs/PlanEntryPagination.md +32 -0
- package/docs/PlanEntryType.md +20 -0
- package/docs/PlanRulesCreate.md +24 -0
- package/docs/PlanRulesDay.md +22 -0
- package/docs/PlanRulesOut.md +32 -0
- package/docs/PlanRulesPagination.md +32 -0
- package/docs/PlanRulesType.md +22 -0
- package/docs/QueryFilterJSON.md +20 -0
- package/docs/QueryFilterJSONPart.md +30 -0
- package/docs/ReadCookBook.md +40 -0
- package/docs/ReadGroupPreferences.md +24 -0
- package/docs/ReadHouseholdPreferences.md +36 -0
- package/docs/ReadInviteToken.md +26 -0
- package/docs/ReadPlanEntry.md +38 -0
- package/docs/ReadWebhook.md +34 -0
- package/docs/RecipeAsset.md +24 -0
- package/docs/RecipeBulkActionsApi.md +448 -0
- package/docs/RecipeCRUDApi.md +1306 -0
- package/docs/RecipeCategory.md +26 -0
- package/docs/RecipeCategoryPagination.md +32 -0
- package/docs/RecipeCommentCreate.md +22 -0
- package/docs/RecipeCommentOutInput.md +32 -0
- package/docs/RecipeCommentOutOutput.md +32 -0
- package/docs/RecipeCommentPagination.md +32 -0
- package/docs/RecipeCommentUpdate.md +22 -0
- package/docs/RecipeCommentsApi.md +361 -0
- package/docs/RecipeDuplicate.md +20 -0
- package/docs/RecipeExportsApi.md +118 -0
- package/docs/RecipeImagesAndAssetsApi.md +521 -0
- package/docs/RecipeIngredientInput.md +36 -0
- package/docs/RecipeIngredientOutput.md +36 -0
- package/docs/RecipeIngredientParserApi.md +119 -0
- package/docs/RecipeInput.md +84 -0
- package/docs/RecipeLastMade.md +20 -0
- package/docs/RecipeNote.md +22 -0
- package/docs/RecipeOutput.md +84 -0
- package/docs/RecipeSettings.md +30 -0
- package/docs/RecipeShareToken.md +30 -0
- package/docs/RecipeShareTokenCreate.md +22 -0
- package/docs/RecipeShareTokenSummary.md +28 -0
- package/docs/RecipeSharedApi.md +112 -0
- package/docs/RecipeStep.md +28 -0
- package/docs/RecipeSuggestionResponse.md +20 -0
- package/docs/RecipeSuggestionResponseItem.md +24 -0
- package/docs/RecipeSummary.md +68 -0
- package/docs/RecipeTag.md +26 -0
- package/docs/RecipeTagPagination.md +32 -0
- package/docs/RecipeTagResponse.md +28 -0
- package/docs/RecipeTimelineApi.md +366 -0
- package/docs/RecipeTimelineEventIn.md +32 -0
- package/docs/RecipeTimelineEventOut.md +42 -0
- package/docs/RecipeTimelineEventPagination.md +32 -0
- package/docs/RecipeTimelineEventUpdate.md +24 -0
- package/docs/RecipeTool.md +28 -0
- package/docs/RecipeToolCreate.md +22 -0
- package/docs/RecipeToolOut.md +28 -0
- package/docs/RecipeToolPagination.md +32 -0
- package/docs/RecipeToolResponse.md +30 -0
- package/docs/RecipesFoodsApi.md +364 -0
- package/docs/RecipesUnitsApi.md +364 -0
- package/docs/RegisteredParser.md +12 -0
- package/docs/RelationalKeyword.md +20 -0
- package/docs/RelationalOperator.md +18 -0
- package/docs/Relationaloperator.md +18 -0
- package/docs/ReportCategory.md +14 -0
- package/docs/ReportEntryOut.md +30 -0
- package/docs/ReportOut.md +32 -0
- package/docs/ReportSummary.md +30 -0
- package/docs/ReportSummaryStatus.md +14 -0
- package/docs/ResetPassword.md +26 -0
- package/docs/SaveGroupRecipeAction.md +28 -0
- package/docs/ScrapeRecipe.md +22 -0
- package/docs/ScrapeRecipeData.md +22 -0
- package/docs/ScrapeRecipeTest.md +22 -0
- package/docs/SeederConfig.md +20 -0
- package/docs/SetPermissions.md +28 -0
- package/docs/SharedRecipesApi.md +228 -0
- package/docs/ShoppingListAddRecipeParams.md +22 -0
- package/docs/ShoppingListAddRecipeParamsBulk.md +24 -0
- package/docs/ShoppingListCreate.md +26 -0
- package/docs/ShoppingListItemCreate.md +48 -0
- package/docs/ShoppingListItemOutInput.md +58 -0
- package/docs/ShoppingListItemOutOutput.md +58 -0
- package/docs/ShoppingListItemPagination.md +32 -0
- package/docs/ShoppingListItemRecipeRefCreate.md +26 -0
- package/docs/ShoppingListItemRecipeRefOut.md +30 -0
- package/docs/ShoppingListItemRecipeRefUpdate.md +30 -0
- package/docs/ShoppingListItemUpdate.md +46 -0
- package/docs/ShoppingListItemUpdateBulk.md +49 -0
- package/docs/ShoppingListItemUpdateRecipeReferencesInner.md +30 -0
- package/docs/ShoppingListItemsCollectionOut.md +25 -0
- package/docs/ShoppingListMultiPurposeLabelOut.md +28 -0
- package/docs/ShoppingListMultiPurposeLabelUpdate.md +26 -0
- package/docs/ShoppingListOut.md +40 -0
- package/docs/ShoppingListPagination.md +32 -0
- package/docs/ShoppingListRecipeRefOut.md +28 -0
- package/docs/ShoppingListRemoveRecipeParams.md +20 -0
- package/docs/ShoppingListSummary.md +38 -0
- package/docs/ShoppingListUpdate.md +34 -0
- package/docs/SuccessResponse.md +22 -0
- package/docs/SupportedMigrations.md +26 -0
- package/docs/TagBase.md +26 -0
- package/docs/TagIn.md +20 -0
- package/docs/TagOut.md +26 -0
- package/docs/TimelineEventImage.md +10 -0
- package/docs/TimelineEventType.md +12 -0
- package/docs/Unit.md +42 -0
- package/docs/Unit1.md +42 -0
- package/docs/UnlockResults.md +20 -0
- package/docs/UpdateCookBook.md +36 -0
- package/docs/UpdateGroupPreferences.md +20 -0
- package/docs/UpdateHouseholdAdmin.md +26 -0
- package/docs/UpdateHouseholdPreferences.md +34 -0
- package/docs/UpdateImageResponse.md +20 -0
- package/docs/UpdatePlanEntry.md +34 -0
- package/docs/UserIn.md +46 -0
- package/docs/UserOut.md +56 -0
- package/docs/UserPagination.md +32 -0
- package/docs/UserRatingOut.md +28 -0
- package/docs/UserRatingSummary.md +24 -0
- package/docs/UserRatingUpdate.md +22 -0
- package/docs/UserRatingsUserRatingOut.md +20 -0
- package/docs/UserRatingsUserRatingSummary.md +20 -0
- package/docs/UserSummary.md +28 -0
- package/docs/UsernameOrId.md +18 -0
- package/docs/UsersAuthenticationApi.md +250 -0
- package/docs/UsersCRUDApi.md +334 -0
- package/docs/UsersImagesApi.md +66 -0
- package/docs/UsersPasswordsApi.md +118 -0
- package/docs/UsersRatingsApi.md +300 -0
- package/docs/UsersRegistrationApi.md +63 -0
- package/docs/UsersTokensApi.md +120 -0
- package/docs/UtilsApi.md +60 -0
- package/docs/ValidationError.md +24 -0
- package/docs/ValidationErrorLocInner.md +18 -0
- package/docs/Value.md +18 -0
- package/docs/WebhookPagination.md +32 -0
- package/docs/WebhookType.md +8 -0
- package/git_push.sh +57 -0
- package/index.ts +18 -0
- package/package.json +31 -0
- package/tsconfig.json +21 -0
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# RecipeInput
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**userId** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**householdId** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**groupId** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**slug** | **string** | | [optional] [default to '']
|
|
14
|
+
**image** | [****](.md) | | [optional] [default to undefined]
|
|
15
|
+
**recipeServings** | **number** | | [optional] [default to 0]
|
|
16
|
+
**recipeYieldQuantity** | **number** | | [optional] [default to 0]
|
|
17
|
+
**recipeYield** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**totalTime** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**prepTime** | **string** | | [optional] [default to undefined]
|
|
20
|
+
**cookTime** | **string** | | [optional] [default to undefined]
|
|
21
|
+
**performTime** | **string** | | [optional] [default to undefined]
|
|
22
|
+
**description** | **string** | | [optional] [default to undefined]
|
|
23
|
+
**recipeCategory** | [**Array<RecipeCategory>**](RecipeCategory.md) | | [optional] [default to undefined]
|
|
24
|
+
**tags** | [**Array<RecipeTag>**](RecipeTag.md) | | [optional] [default to undefined]
|
|
25
|
+
**tools** | [**Array<RecipeTool>**](RecipeTool.md) | | [optional] [default to undefined]
|
|
26
|
+
**rating** | **number** | | [optional] [default to undefined]
|
|
27
|
+
**orgURL** | **string** | | [optional] [default to undefined]
|
|
28
|
+
**dateAdded** | **string** | | [optional] [default to undefined]
|
|
29
|
+
**dateUpdated** | **string** | | [optional] [default to undefined]
|
|
30
|
+
**createdAt** | **string** | | [optional] [default to undefined]
|
|
31
|
+
**update_at** | **string** | | [optional] [default to undefined]
|
|
32
|
+
**lastMade** | **string** | | [optional] [default to undefined]
|
|
33
|
+
**recipeIngredient** | [**Array<RecipeIngredientInput>**](RecipeIngredientInput.md) | | [optional] [default to undefined]
|
|
34
|
+
**recipeInstructions** | [**Array<RecipeStep>**](RecipeStep.md) | | [optional] [default to undefined]
|
|
35
|
+
**nutrition** | [**Nutrition**](Nutrition.md) | | [optional] [default to undefined]
|
|
36
|
+
**settings** | [**RecipeSettings**](RecipeSettings.md) | | [optional] [default to undefined]
|
|
37
|
+
**assets** | [**Array<RecipeAsset>**](RecipeAsset.md) | | [optional] [default to undefined]
|
|
38
|
+
**notes** | [**Array<RecipeNote>**](RecipeNote.md) | | [optional] [default to undefined]
|
|
39
|
+
**extras** | **{ [key: string]: any; }** | | [optional] [default to undefined]
|
|
40
|
+
**comments** | [**Array<RecipeCommentOutInput>**](RecipeCommentOutInput.md) | | [optional] [default to undefined]
|
|
41
|
+
|
|
42
|
+
## Example
|
|
43
|
+
|
|
44
|
+
```typescript
|
|
45
|
+
import { RecipeInput } from 'mealie-typescript';
|
|
46
|
+
|
|
47
|
+
const instance: RecipeInput = {
|
|
48
|
+
id,
|
|
49
|
+
userId,
|
|
50
|
+
householdId,
|
|
51
|
+
groupId,
|
|
52
|
+
name,
|
|
53
|
+
slug,
|
|
54
|
+
image,
|
|
55
|
+
recipeServings,
|
|
56
|
+
recipeYieldQuantity,
|
|
57
|
+
recipeYield,
|
|
58
|
+
totalTime,
|
|
59
|
+
prepTime,
|
|
60
|
+
cookTime,
|
|
61
|
+
performTime,
|
|
62
|
+
description,
|
|
63
|
+
recipeCategory,
|
|
64
|
+
tags,
|
|
65
|
+
tools,
|
|
66
|
+
rating,
|
|
67
|
+
orgURL,
|
|
68
|
+
dateAdded,
|
|
69
|
+
dateUpdated,
|
|
70
|
+
createdAt,
|
|
71
|
+
update_at,
|
|
72
|
+
lastMade,
|
|
73
|
+
recipeIngredient,
|
|
74
|
+
recipeInstructions,
|
|
75
|
+
nutrition,
|
|
76
|
+
settings,
|
|
77
|
+
assets,
|
|
78
|
+
notes,
|
|
79
|
+
extras,
|
|
80
|
+
comments,
|
|
81
|
+
};
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# RecipeLastMade
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**timestamp** | **string** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { RecipeLastMade } from 'mealie-typescript';
|
|
14
|
+
|
|
15
|
+
const instance: RecipeLastMade = {
|
|
16
|
+
timestamp,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# RecipeNote
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**title** | **string** | | [default to undefined]
|
|
9
|
+
**text** | **string** | | [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { RecipeNote } from 'mealie-typescript';
|
|
15
|
+
|
|
16
|
+
const instance: RecipeNote = {
|
|
17
|
+
title,
|
|
18
|
+
text,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# RecipeOutput
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**userId** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**householdId** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**groupId** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**slug** | **string** | | [optional] [default to '']
|
|
14
|
+
**image** | [****](.md) | | [optional] [default to undefined]
|
|
15
|
+
**recipeServings** | **number** | | [optional] [default to 0]
|
|
16
|
+
**recipeYieldQuantity** | **number** | | [optional] [default to 0]
|
|
17
|
+
**recipeYield** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**totalTime** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**prepTime** | **string** | | [optional] [default to undefined]
|
|
20
|
+
**cookTime** | **string** | | [optional] [default to undefined]
|
|
21
|
+
**performTime** | **string** | | [optional] [default to undefined]
|
|
22
|
+
**description** | **string** | | [optional] [default to undefined]
|
|
23
|
+
**recipeCategory** | [**Array<RecipeCategory>**](RecipeCategory.md) | | [optional] [default to undefined]
|
|
24
|
+
**tags** | [**Array<RecipeTag>**](RecipeTag.md) | | [optional] [default to undefined]
|
|
25
|
+
**tools** | [**Array<RecipeTool>**](RecipeTool.md) | | [optional] [default to undefined]
|
|
26
|
+
**rating** | **number** | | [optional] [default to undefined]
|
|
27
|
+
**orgURL** | **string** | | [optional] [default to undefined]
|
|
28
|
+
**dateAdded** | **string** | | [optional] [default to undefined]
|
|
29
|
+
**dateUpdated** | **string** | | [optional] [default to undefined]
|
|
30
|
+
**createdAt** | **string** | | [optional] [default to undefined]
|
|
31
|
+
**updatedAt** | **string** | | [optional] [default to undefined]
|
|
32
|
+
**lastMade** | **string** | | [optional] [default to undefined]
|
|
33
|
+
**recipeIngredient** | [**Array<RecipeIngredientOutput>**](RecipeIngredientOutput.md) | | [optional] [default to undefined]
|
|
34
|
+
**recipeInstructions** | [**Array<RecipeStep>**](RecipeStep.md) | | [optional] [default to undefined]
|
|
35
|
+
**nutrition** | [**Nutrition**](Nutrition.md) | | [optional] [default to undefined]
|
|
36
|
+
**settings** | [**RecipeSettings**](RecipeSettings.md) | | [optional] [default to undefined]
|
|
37
|
+
**assets** | [**Array<RecipeAsset>**](RecipeAsset.md) | | [optional] [default to undefined]
|
|
38
|
+
**notes** | [**Array<RecipeNote>**](RecipeNote.md) | | [optional] [default to undefined]
|
|
39
|
+
**extras** | **{ [key: string]: any; }** | | [optional] [default to undefined]
|
|
40
|
+
**comments** | [**Array<RecipeCommentOutOutput>**](RecipeCommentOutOutput.md) | | [optional] [default to undefined]
|
|
41
|
+
|
|
42
|
+
## Example
|
|
43
|
+
|
|
44
|
+
```typescript
|
|
45
|
+
import { RecipeOutput } from 'mealie-typescript';
|
|
46
|
+
|
|
47
|
+
const instance: RecipeOutput = {
|
|
48
|
+
id,
|
|
49
|
+
userId,
|
|
50
|
+
householdId,
|
|
51
|
+
groupId,
|
|
52
|
+
name,
|
|
53
|
+
slug,
|
|
54
|
+
image,
|
|
55
|
+
recipeServings,
|
|
56
|
+
recipeYieldQuantity,
|
|
57
|
+
recipeYield,
|
|
58
|
+
totalTime,
|
|
59
|
+
prepTime,
|
|
60
|
+
cookTime,
|
|
61
|
+
performTime,
|
|
62
|
+
description,
|
|
63
|
+
recipeCategory,
|
|
64
|
+
tags,
|
|
65
|
+
tools,
|
|
66
|
+
rating,
|
|
67
|
+
orgURL,
|
|
68
|
+
dateAdded,
|
|
69
|
+
dateUpdated,
|
|
70
|
+
createdAt,
|
|
71
|
+
updatedAt,
|
|
72
|
+
lastMade,
|
|
73
|
+
recipeIngredient,
|
|
74
|
+
recipeInstructions,
|
|
75
|
+
nutrition,
|
|
76
|
+
settings,
|
|
77
|
+
assets,
|
|
78
|
+
notes,
|
|
79
|
+
extras,
|
|
80
|
+
comments,
|
|
81
|
+
};
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# RecipeSettings
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**_public** | **boolean** | | [optional] [default to false]
|
|
9
|
+
**showNutrition** | **boolean** | | [optional] [default to false]
|
|
10
|
+
**showAssets** | **boolean** | | [optional] [default to false]
|
|
11
|
+
**landscapeView** | **boolean** | | [optional] [default to false]
|
|
12
|
+
**disableComments** | **boolean** | | [optional] [default to true]
|
|
13
|
+
**locked** | **boolean** | | [optional] [default to false]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { RecipeSettings } from 'mealie-typescript';
|
|
19
|
+
|
|
20
|
+
const instance: RecipeSettings = {
|
|
21
|
+
_public,
|
|
22
|
+
showNutrition,
|
|
23
|
+
showAssets,
|
|
24
|
+
landscapeView,
|
|
25
|
+
disableComments,
|
|
26
|
+
locked,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# RecipeShareToken
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**recipeId** | **string** | | [default to undefined]
|
|
9
|
+
**expiresAt** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**groupId** | **string** | | [default to undefined]
|
|
11
|
+
**id** | **string** | | [default to undefined]
|
|
12
|
+
**createdAt** | **string** | | [default to undefined]
|
|
13
|
+
**recipe** | [**RecipeOutput**](RecipeOutput.md) | | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { RecipeShareToken } from 'mealie-typescript';
|
|
19
|
+
|
|
20
|
+
const instance: RecipeShareToken = {
|
|
21
|
+
recipeId,
|
|
22
|
+
expiresAt,
|
|
23
|
+
groupId,
|
|
24
|
+
id,
|
|
25
|
+
createdAt,
|
|
26
|
+
recipe,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# RecipeShareTokenCreate
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**recipeId** | **string** | | [default to undefined]
|
|
9
|
+
**expiresAt** | **string** | | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { RecipeShareTokenCreate } from 'mealie-typescript';
|
|
15
|
+
|
|
16
|
+
const instance: RecipeShareTokenCreate = {
|
|
17
|
+
recipeId,
|
|
18
|
+
expiresAt,
|
|
19
|
+
};
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# RecipeShareTokenSummary
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**recipeId** | **string** | | [default to undefined]
|
|
9
|
+
**expiresAt** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**groupId** | **string** | | [default to undefined]
|
|
11
|
+
**id** | **string** | | [default to undefined]
|
|
12
|
+
**createdAt** | **string** | | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { RecipeShareTokenSummary } from 'mealie-typescript';
|
|
18
|
+
|
|
19
|
+
const instance: RecipeShareTokenSummary = {
|
|
20
|
+
recipeId,
|
|
21
|
+
expiresAt,
|
|
22
|
+
groupId,
|
|
23
|
+
id,
|
|
24
|
+
createdAt,
|
|
25
|
+
};
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
# RecipeSharedApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**getSharedRecipeApiRecipesSharedTokenIdGet**](#getsharedrecipeapirecipessharedtokenidget) | **GET** /api/recipes/shared/{token_id} | Get Shared Recipe|
|
|
8
|
+
|[**getSharedRecipeAsZipApiRecipesSharedTokenIdZipGet**](#getsharedrecipeaszipapirecipessharedtokenidzipget) | **GET** /api/recipes/shared/{token_id}/zip | Get Shared Recipe As Zip|
|
|
9
|
+
|
|
10
|
+
# **getSharedRecipeApiRecipesSharedTokenIdGet**
|
|
11
|
+
> RecipeOutput getSharedRecipeApiRecipesSharedTokenIdGet()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import {
|
|
18
|
+
RecipeSharedApi,
|
|
19
|
+
Configuration
|
|
20
|
+
} from 'mealie-typescript';
|
|
21
|
+
|
|
22
|
+
const configuration = new Configuration();
|
|
23
|
+
const apiInstance = new RecipeSharedApi(configuration);
|
|
24
|
+
|
|
25
|
+
let tokenId: string; // (default to undefined)
|
|
26
|
+
|
|
27
|
+
const { status, data } = await apiInstance.getSharedRecipeApiRecipesSharedTokenIdGet(
|
|
28
|
+
tokenId
|
|
29
|
+
);
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
### Parameters
|
|
33
|
+
|
|
34
|
+
|Name | Type | Description | Notes|
|
|
35
|
+
|------------- | ------------- | ------------- | -------------|
|
|
36
|
+
| **tokenId** | [**string**] | | defaults to undefined|
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Return type
|
|
40
|
+
|
|
41
|
+
**RecipeOutput**
|
|
42
|
+
|
|
43
|
+
### Authorization
|
|
44
|
+
|
|
45
|
+
No authorization required
|
|
46
|
+
|
|
47
|
+
### HTTP request headers
|
|
48
|
+
|
|
49
|
+
- **Content-Type**: Not defined
|
|
50
|
+
- **Accept**: application/json
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### HTTP response details
|
|
54
|
+
| Status code | Description | Response headers |
|
|
55
|
+
|-------------|-------------|------------------|
|
|
56
|
+
|**200** | Successful Response | - |
|
|
57
|
+
|**422** | Validation Error | - |
|
|
58
|
+
|
|
59
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
60
|
+
|
|
61
|
+
# **getSharedRecipeAsZipApiRecipesSharedTokenIdZipGet**
|
|
62
|
+
> getSharedRecipeAsZipApiRecipesSharedTokenIdZipGet()
|
|
63
|
+
|
|
64
|
+
Get a recipe and its original image as a Zip file
|
|
65
|
+
|
|
66
|
+
### Example
|
|
67
|
+
|
|
68
|
+
```typescript
|
|
69
|
+
import {
|
|
70
|
+
RecipeSharedApi,
|
|
71
|
+
Configuration
|
|
72
|
+
} from 'mealie-typescript';
|
|
73
|
+
|
|
74
|
+
const configuration = new Configuration();
|
|
75
|
+
const apiInstance = new RecipeSharedApi(configuration);
|
|
76
|
+
|
|
77
|
+
let tokenId: string; // (default to undefined)
|
|
78
|
+
|
|
79
|
+
const { status, data } = await apiInstance.getSharedRecipeAsZipApiRecipesSharedTokenIdZipGet(
|
|
80
|
+
tokenId
|
|
81
|
+
);
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
### Parameters
|
|
85
|
+
|
|
86
|
+
|Name | Type | Description | Notes|
|
|
87
|
+
|------------- | ------------- | ------------- | -------------|
|
|
88
|
+
| **tokenId** | [**string**] | | defaults to undefined|
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Return type
|
|
92
|
+
|
|
93
|
+
void (empty response body)
|
|
94
|
+
|
|
95
|
+
### Authorization
|
|
96
|
+
|
|
97
|
+
No authorization required
|
|
98
|
+
|
|
99
|
+
### HTTP request headers
|
|
100
|
+
|
|
101
|
+
- **Content-Type**: Not defined
|
|
102
|
+
- **Accept**: application/json
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### HTTP response details
|
|
106
|
+
| Status code | Description | Response headers |
|
|
107
|
+
|-------------|-------------|------------------|
|
|
108
|
+
|**200** | Successful Response | - |
|
|
109
|
+
|**422** | Validation Error | - |
|
|
110
|
+
|
|
111
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
112
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# RecipeStep
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**title** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**summary** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**text** | **string** | | [default to undefined]
|
|
12
|
+
**ingredientReferences** | [**Array<IngredientReferences>**](IngredientReferences.md) | | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { RecipeStep } from 'mealie-typescript';
|
|
18
|
+
|
|
19
|
+
const instance: RecipeStep = {
|
|
20
|
+
id,
|
|
21
|
+
title,
|
|
22
|
+
summary,
|
|
23
|
+
text,
|
|
24
|
+
ingredientReferences,
|
|
25
|
+
};
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# RecipeSuggestionResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**items** | [**Array<RecipeSuggestionResponseItem>**](RecipeSuggestionResponseItem.md) | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { RecipeSuggestionResponse } from 'mealie-typescript';
|
|
14
|
+
|
|
15
|
+
const instance: RecipeSuggestionResponse = {
|
|
16
|
+
items,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# RecipeSuggestionResponseItem
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**recipe** | [**RecipeSummary**](RecipeSummary.md) | | [default to undefined]
|
|
9
|
+
**missingFoods** | [**Array<IngredientFoodOutput>**](IngredientFoodOutput.md) | | [default to undefined]
|
|
10
|
+
**missingTools** | [**Array<RecipeTool>**](RecipeTool.md) | | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { RecipeSuggestionResponseItem } from 'mealie-typescript';
|
|
16
|
+
|
|
17
|
+
const instance: RecipeSuggestionResponseItem = {
|
|
18
|
+
recipe,
|
|
19
|
+
missingFoods,
|
|
20
|
+
missingTools,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# RecipeSummary
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**userId** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**householdId** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**groupId** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**slug** | **string** | | [optional] [default to '']
|
|
14
|
+
**image** | [****](.md) | | [optional] [default to undefined]
|
|
15
|
+
**recipeServings** | **number** | | [optional] [default to 0]
|
|
16
|
+
**recipeYieldQuantity** | **number** | | [optional] [default to 0]
|
|
17
|
+
**recipeYield** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**totalTime** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**prepTime** | **string** | | [optional] [default to undefined]
|
|
20
|
+
**cookTime** | **string** | | [optional] [default to undefined]
|
|
21
|
+
**performTime** | **string** | | [optional] [default to undefined]
|
|
22
|
+
**description** | **string** | | [optional] [default to undefined]
|
|
23
|
+
**recipeCategory** | [**Array<RecipeCategory>**](RecipeCategory.md) | | [optional] [default to undefined]
|
|
24
|
+
**tags** | [**Array<RecipeTag>**](RecipeTag.md) | | [optional] [default to undefined]
|
|
25
|
+
**tools** | [**Array<RecipeTool>**](RecipeTool.md) | | [optional] [default to undefined]
|
|
26
|
+
**rating** | **number** | | [optional] [default to undefined]
|
|
27
|
+
**orgURL** | **string** | | [optional] [default to undefined]
|
|
28
|
+
**dateAdded** | **string** | | [optional] [default to undefined]
|
|
29
|
+
**dateUpdated** | **string** | | [optional] [default to undefined]
|
|
30
|
+
**createdAt** | **string** | | [optional] [default to undefined]
|
|
31
|
+
**updatedAt** | **string** | | [optional] [default to undefined]
|
|
32
|
+
**lastMade** | **string** | | [optional] [default to undefined]
|
|
33
|
+
|
|
34
|
+
## Example
|
|
35
|
+
|
|
36
|
+
```typescript
|
|
37
|
+
import { RecipeSummary } from 'mealie-typescript';
|
|
38
|
+
|
|
39
|
+
const instance: RecipeSummary = {
|
|
40
|
+
id,
|
|
41
|
+
userId,
|
|
42
|
+
householdId,
|
|
43
|
+
groupId,
|
|
44
|
+
name,
|
|
45
|
+
slug,
|
|
46
|
+
image,
|
|
47
|
+
recipeServings,
|
|
48
|
+
recipeYieldQuantity,
|
|
49
|
+
recipeYield,
|
|
50
|
+
totalTime,
|
|
51
|
+
prepTime,
|
|
52
|
+
cookTime,
|
|
53
|
+
performTime,
|
|
54
|
+
description,
|
|
55
|
+
recipeCategory,
|
|
56
|
+
tags,
|
|
57
|
+
tools,
|
|
58
|
+
rating,
|
|
59
|
+
orgURL,
|
|
60
|
+
dateAdded,
|
|
61
|
+
dateUpdated,
|
|
62
|
+
createdAt,
|
|
63
|
+
updatedAt,
|
|
64
|
+
lastMade,
|
|
65
|
+
};
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# RecipeTag
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**groupId** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**name** | **string** | | [default to undefined]
|
|
11
|
+
**slug** | **string** | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { RecipeTag } from 'mealie-typescript';
|
|
17
|
+
|
|
18
|
+
const instance: RecipeTag = {
|
|
19
|
+
id,
|
|
20
|
+
groupId,
|
|
21
|
+
name,
|
|
22
|
+
slug,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# RecipeTagPagination
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**page** | **number** | | [optional] [default to 1]
|
|
9
|
+
**per_page** | **number** | | [optional] [default to 10]
|
|
10
|
+
**total** | **number** | | [optional] [default to 0]
|
|
11
|
+
**total_pages** | **number** | | [optional] [default to 0]
|
|
12
|
+
**items** | [**Array<RecipeTag>**](RecipeTag.md) | | [default to undefined]
|
|
13
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { RecipeTagPagination } from 'mealie-typescript';
|
|
20
|
+
|
|
21
|
+
const instance: RecipeTagPagination = {
|
|
22
|
+
page,
|
|
23
|
+
per_page,
|
|
24
|
+
total,
|
|
25
|
+
total_pages,
|
|
26
|
+
items,
|
|
27
|
+
next,
|
|
28
|
+
previous,
|
|
29
|
+
};
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# RecipeTagResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**name** | **string** | | [default to undefined]
|
|
9
|
+
**id** | **string** | | [default to undefined]
|
|
10
|
+
**groupId** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**slug** | **string** | | [default to undefined]
|
|
12
|
+
**recipes** | [**Array<RecipeSummary>**](RecipeSummary.md) | | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { RecipeTagResponse } from 'mealie-typescript';
|
|
18
|
+
|
|
19
|
+
const instance: RecipeTagResponse = {
|
|
20
|
+
name,
|
|
21
|
+
id,
|
|
22
|
+
groupId,
|
|
23
|
+
slug,
|
|
24
|
+
recipes,
|
|
25
|
+
};
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|