@hedia/types 2.2.2-alpha.5 → 2.2.2-alpha.6
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.
|
@@ -52,6 +52,10 @@ export declare namespace FoodService {
|
|
|
52
52
|
type IFavoriteFoodPostResponse = IFoodFavorites;
|
|
53
53
|
type IFavoriteFoodGetRequest = object;
|
|
54
54
|
type IFavoriteFoodGetResponse = Array<IFoodFavorites>;
|
|
55
|
+
type IFavoriteFoodUpdateRequest = IFoodFavorites;
|
|
56
|
+
type IFavoriteFoodUpdateResponse = IFoodFavorites;
|
|
57
|
+
type IFavoriteFoodRemoveRequest = IFoodFavorites;
|
|
58
|
+
type IFavoriteFoodRemoveResponse = object;
|
|
55
59
|
interface IFrequentFoods {
|
|
56
60
|
id: string;
|
|
57
61
|
foodItemsId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"food.js","sourceRoot":"","sources":["../../../v3/services/food.ts"],"names":[],"mappings":";;;AAGA,IAAiB,WAAW,
|
|
1
|
+
{"version":3,"file":"food.js","sourceRoot":"","sources":["../../../v3/services/food.ts"],"names":[],"mappings":";;;AAGA,IAAiB,WAAW,CAuG3B;AAvGD,WAAiB,WAAW;IAC3B,IAAiB,KAAK,CAarB;IAbD,WAAiB,KAAK;QACrB,IAAY,QAKX;QALD,WAAY,QAAQ;YACnB,mCAAuB,CAAA;YACvB,2BAAe,CAAA;YACf,6BAAiB,CAAA;YACjB,2BAAe,CAAA;QAChB,CAAC,EALW,QAAQ,GAAR,cAAQ,KAAR,cAAQ,QAKnB;QAED,IAAY,kBAIX;QAJD,WAAY,kBAAkB;YAC7B,iCAAW,CAAA;YACX,uCAAiB,CAAA;YACjB,uCAAiB,CAAA;QAClB,CAAC,EAJW,kBAAkB,GAAlB,wBAAkB,KAAlB,wBAAkB,QAI7B;IACF,CAAC,EAbgB,KAAK,GAAL,iBAAK,KAAL,iBAAK,QAarB;AAyFF,CAAC,EAvGgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAuG3B"}
|