buymeua-api-fe 0.9.2 → 0.10.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/README.md +32 -0
- package/dist/entities/ad/api/adApi.d.ts +61 -181
- package/dist/entities/ad/api/adApi.d.ts.map +1 -1
- package/dist/entities/ad/model/types.d.ts +3 -3
- package/dist/entities/ad/model/types.d.ts.map +1 -1
- package/dist/entities/auth/api/authApi.d.ts +6 -6
- package/dist/entities/auth/api/authApi.d.ts.map +1 -1
- package/dist/entities/auth/api/authApi.js.map +1 -1
- package/dist/entities/auth/model/types.d.ts +0 -3
- package/dist/entities/auth/model/types.d.ts.map +1 -1
- package/dist/entities/cart/api/cartApi.d.ts +78 -198
- package/dist/entities/cart/api/cartApi.d.ts.map +1 -1
- package/dist/entities/cart/api/cartApi.js +1 -1
- package/dist/entities/cart/api/cartApi.js.map +1 -1
- package/dist/entities/cart/model/types.d.ts +3 -6
- package/dist/entities/cart/model/types.d.ts.map +1 -1
- package/dist/entities/chat/api/chatApi.d.ts.map +1 -1
- package/dist/entities/chat/api/chatApi.js.map +1 -1
- package/dist/entities/chat/model/types.d.ts +0 -1
- package/dist/entities/chat/model/types.d.ts.map +1 -1
- package/dist/entities/customer/api/customerApi.d.ts +3 -3
- package/dist/entities/customer/api/customerApi.d.ts.map +1 -1
- package/dist/entities/customer/api/customerApi.js.map +1 -1
- package/dist/entities/customer/model/types.d.ts +0 -2
- package/dist/entities/customer/model/types.d.ts.map +1 -1
- package/dist/entities/favorite/api/favoriteApi.d.ts +22 -30
- package/dist/entities/favorite/api/favoriteApi.d.ts.map +1 -1
- package/dist/entities/favorite/api/favoriteApi.js +1 -1
- package/dist/entities/favorite/api/favoriteApi.js.map +1 -1
- package/dist/entities/favorite/model/types.d.ts +0 -2
- package/dist/entities/favorite/model/types.d.ts.map +1 -1
- package/dist/entities/notification/api/notificationApi.d.ts +40 -40
- package/dist/entities/notification/api/notificationApi.d.ts.map +1 -1
- package/dist/entities/notification/api/notificationApi.js +4 -4
- package/dist/entities/notification/api/notificationApi.js.map +1 -1
- package/dist/entities/notification/model/types.d.ts +0 -4
- package/dist/entities/notification/model/types.d.ts.map +1 -1
- package/dist/entities/novaposhta/api/novaposhtaApi.d.ts +181 -1141
- package/dist/entities/novaposhta/api/novaposhtaApi.d.ts.map +1 -1
- package/dist/entities/novaposhta/model/types.d.ts +19 -19
- package/dist/entities/novaposhta/model/types.d.ts.map +1 -1
- package/dist/entities/product/api/productApi.d.ts +1159 -523
- package/dist/entities/product/api/productApi.d.ts.map +1 -1
- package/dist/entities/product/api/productApi.js +22 -1
- package/dist/entities/product/api/productApi.js.map +1 -1
- package/dist/entities/product/model/types.d.ts +94 -13
- package/dist/entities/product/model/types.d.ts.map +1 -1
- package/dist/entities/referral/api/referralApi.d.ts +60 -60
- package/dist/entities/store/model/types.d.ts +55 -7
- package/dist/entities/store/model/types.d.ts.map +1 -1
- package/dist/entities/stories/api/storiesApi.d.ts +61 -301
- package/dist/entities/stories/api/storiesApi.d.ts.map +1 -1
- package/dist/entities/stories/model/types.d.ts +5 -5
- package/dist/entities/stories/model/types.d.ts.map +1 -1
- package/dist/entities/supplier/api/supplierApi.d.ts +4 -4
- package/dist/entities/supplier/api/supplierApi.d.ts.map +1 -1
- package/dist/entities/supplier/api/supplierApi.js.map +1 -1
- package/dist/entities/supplier/model/types.d.ts +0 -1
- package/dist/entities/supplier/model/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import type { GetCartMerchantItemsResponse, AddToCartRequest, AddToCartResponse, GetCartCountResponse, GetCartMerchantItemsRequest, GetCartMerchantsResponse, RemoveItemFromCartRequest, ToggleGiftPackageRequest, ToggleGiftPackageResponse, UpdateCartItemQuantityRequest, UpdateCartItemQuantityResponse, RemoveMerchantFromCartRequest } from '../model/types';
|
|
1
|
+
import type { GetCartMerchantItemsResponse, AddToCartRequest, AddToCartResponse, GetCartCountResponse, GetCartMerchantItemsRequest, GetCartMerchantsRequest, GetCartMerchantsResponse, RemoveItemFromCartRequest, ToggleGiftPackageRequest, ToggleGiftPackageResponse, UpdateCartItemQuantityRequest, UpdateCartItemQuantityResponse, RemoveMerchantFromCartRequest } from '../model/types';
|
|
2
2
|
export declare const cartApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, import("@reduxjs/toolkit/query").UpdateDefinitions<{
|
|
3
|
-
getCartCount: import("@reduxjs/toolkit/query").QueryDefinition<
|
|
4
|
-
getCartMerchants: import("@reduxjs/toolkit/query").InfiniteQueryDefinition<
|
|
5
|
-
per_page: number;
|
|
6
|
-
}>, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, never, GetCartMerchantsResponse, "buymeuaApi", unknown>;
|
|
3
|
+
getCartCount: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, never, GetCartCountResponse, "buymeuaApi", unknown>;
|
|
4
|
+
getCartMerchants: import("@reduxjs/toolkit/query").InfiniteQueryDefinition<GetCartMerchantsRequest, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, never, GetCartMerchantsResponse, "buymeuaApi", unknown>;
|
|
7
5
|
getCartMerchantItems: import("@reduxjs/toolkit/query").InfiniteQueryDefinition<GetCartMerchantItemsRequest, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, never, GetCartMerchantItemsResponse, "buymeuaApi", unknown>;
|
|
8
6
|
addToCart: import("@reduxjs/toolkit/query").MutationDefinition<AddToCartRequest, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, never, AddToCartResponse, "buymeuaApi", unknown>;
|
|
9
7
|
removeItemFromCart: import("@reduxjs/toolkit/query").MutationDefinition<RemoveItemFromCartRequest, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, never, undefined, "buymeuaApi", unknown>;
|
|
@@ -29,7 +27,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
29
27
|
isError: false;
|
|
30
28
|
}, "isUninitialized"> & {
|
|
31
29
|
isUninitialized: true;
|
|
32
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
30
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
33
31
|
currentData?: GetCartCountResponse;
|
|
34
32
|
isUninitialized: false;
|
|
35
33
|
isLoading: false;
|
|
@@ -40,7 +38,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
40
38
|
isLoading: true;
|
|
41
39
|
isFetching: boolean;
|
|
42
40
|
data: undefined;
|
|
43
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
41
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
44
42
|
currentData?: GetCartCountResponse;
|
|
45
43
|
isUninitialized: false;
|
|
46
44
|
isLoading: false;
|
|
@@ -53,14 +51,14 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
53
51
|
error: undefined;
|
|
54
52
|
} & {
|
|
55
53
|
data: GetCartCountResponse;
|
|
56
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
54
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
57
55
|
currentData?: GetCartCountResponse;
|
|
58
56
|
isUninitialized: false;
|
|
59
57
|
isLoading: false;
|
|
60
58
|
isFetching: false;
|
|
61
59
|
isSuccess: false;
|
|
62
60
|
isError: false;
|
|
63
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
61
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
64
62
|
currentData?: GetCartCountResponse;
|
|
65
63
|
isUninitialized: false;
|
|
66
64
|
isLoading: false;
|
|
@@ -74,14 +72,14 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
74
72
|
} & {
|
|
75
73
|
data: GetCartCountResponse;
|
|
76
74
|
currentData: GetCartCountResponse;
|
|
77
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
75
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
78
76
|
currentData?: GetCartCountResponse;
|
|
79
77
|
isUninitialized: false;
|
|
80
78
|
isLoading: false;
|
|
81
79
|
isFetching: false;
|
|
82
80
|
isSuccess: false;
|
|
83
81
|
isError: false;
|
|
84
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
82
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
85
83
|
currentData?: GetCartCountResponse;
|
|
86
84
|
isUninitialized: false;
|
|
87
85
|
isLoading: false;
|
|
@@ -90,7 +88,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
90
88
|
isError: false;
|
|
91
89
|
}, "error" | "isError"> & {
|
|
92
90
|
isError: true;
|
|
93
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
91
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
94
92
|
currentData?: GetCartCountResponse;
|
|
95
93
|
isUninitialized: false;
|
|
96
94
|
isLoading: false;
|
|
@@ -99,7 +97,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
99
97
|
isError: false;
|
|
100
98
|
}, "error">>)> & {
|
|
101
99
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
102
|
-
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken
|
|
100
|
+
}>(arg: void | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
103
101
|
skip?: boolean;
|
|
104
102
|
refetchOnMountOrArgChange?: boolean | number;
|
|
105
103
|
} & {
|
|
@@ -122,7 +120,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
122
120
|
isError: false;
|
|
123
121
|
}, "isUninitialized"> & {
|
|
124
122
|
isUninitialized: true;
|
|
125
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
123
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
126
124
|
currentData?: GetCartCountResponse;
|
|
127
125
|
isUninitialized: false;
|
|
128
126
|
isLoading: false;
|
|
@@ -133,7 +131,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
133
131
|
isLoading: true;
|
|
134
132
|
isFetching: boolean;
|
|
135
133
|
data: undefined;
|
|
136
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
134
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
137
135
|
currentData?: GetCartCountResponse;
|
|
138
136
|
isUninitialized: false;
|
|
139
137
|
isLoading: false;
|
|
@@ -146,14 +144,14 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
146
144
|
error: undefined;
|
|
147
145
|
} & {
|
|
148
146
|
data: GetCartCountResponse;
|
|
149
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
147
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
150
148
|
currentData?: GetCartCountResponse;
|
|
151
149
|
isUninitialized: false;
|
|
152
150
|
isLoading: false;
|
|
153
151
|
isFetching: false;
|
|
154
152
|
isSuccess: false;
|
|
155
153
|
isError: false;
|
|
156
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
154
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
157
155
|
currentData?: GetCartCountResponse;
|
|
158
156
|
isUninitialized: false;
|
|
159
157
|
isLoading: false;
|
|
@@ -167,14 +165,14 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
167
165
|
} & {
|
|
168
166
|
data: GetCartCountResponse;
|
|
169
167
|
currentData: GetCartCountResponse;
|
|
170
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
168
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
171
169
|
currentData?: GetCartCountResponse;
|
|
172
170
|
isUninitialized: false;
|
|
173
171
|
isLoading: false;
|
|
174
172
|
isFetching: false;
|
|
175
173
|
isSuccess: false;
|
|
176
174
|
isError: false;
|
|
177
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
175
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
178
176
|
currentData?: GetCartCountResponse;
|
|
179
177
|
isUninitialized: false;
|
|
180
178
|
isLoading: false;
|
|
@@ -183,7 +181,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
183
181
|
isError: false;
|
|
184
182
|
}, "error" | "isError"> & {
|
|
185
183
|
isError: true;
|
|
186
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
184
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>> & {
|
|
187
185
|
currentData?: GetCartCountResponse;
|
|
188
186
|
isUninitialized: false;
|
|
189
187
|
isLoading: false;
|
|
@@ -194,7 +192,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
194
192
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
195
193
|
}) => R;
|
|
196
194
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
197
|
-
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
195
|
+
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartCountResponse, "buymeuaApi", unknown>>;
|
|
198
196
|
}, useGetCartMerchantsInfiniteQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
199
197
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
200
198
|
originalArgs?: undefined | undefined;
|
|
@@ -236,9 +234,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
236
234
|
}) | ({
|
|
237
235
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
238
236
|
error: undefined;
|
|
239
|
-
originalArgs:
|
|
240
|
-
per_page: number;
|
|
241
|
-
}>;
|
|
237
|
+
originalArgs: GetCartMerchantsRequest;
|
|
242
238
|
requestId: string;
|
|
243
239
|
endpointName: string;
|
|
244
240
|
startedTimeStamp: number;
|
|
@@ -248,9 +244,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
248
244
|
direction?: "forward" | "backward";
|
|
249
245
|
}) | ({
|
|
250
246
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
251
|
-
originalArgs:
|
|
252
|
-
per_page: number;
|
|
253
|
-
}>;
|
|
247
|
+
originalArgs: GetCartMerchantsRequest;
|
|
254
248
|
requestId: string;
|
|
255
249
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
256
250
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -263,9 +257,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
263
257
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
264
258
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
265
259
|
fulfilledTimeStamp?: number;
|
|
266
|
-
originalArgs:
|
|
267
|
-
per_page: number;
|
|
268
|
-
}>;
|
|
260
|
+
originalArgs: GetCartMerchantsRequest;
|
|
269
261
|
requestId: string;
|
|
270
262
|
endpointName: string;
|
|
271
263
|
startedTimeStamp: number;
|
|
@@ -275,9 +267,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
275
267
|
}) | ({
|
|
276
268
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
277
269
|
error: undefined;
|
|
278
|
-
originalArgs:
|
|
279
|
-
per_page: number;
|
|
280
|
-
}>;
|
|
270
|
+
originalArgs: GetCartMerchantsRequest;
|
|
281
271
|
requestId: string;
|
|
282
272
|
endpointName: string;
|
|
283
273
|
startedTimeStamp: number;
|
|
@@ -287,9 +277,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
287
277
|
direction?: "forward" | "backward";
|
|
288
278
|
}) | ({
|
|
289
279
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
290
|
-
originalArgs:
|
|
291
|
-
per_page: number;
|
|
292
|
-
}>;
|
|
280
|
+
originalArgs: GetCartMerchantsRequest;
|
|
293
281
|
requestId: string;
|
|
294
282
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
295
283
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -302,9 +290,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
302
290
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
303
291
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
304
292
|
fulfilledTimeStamp?: number;
|
|
305
|
-
originalArgs:
|
|
306
|
-
per_page: number;
|
|
307
|
-
}>;
|
|
293
|
+
originalArgs: GetCartMerchantsRequest;
|
|
308
294
|
requestId: string;
|
|
309
295
|
endpointName: string;
|
|
310
296
|
startedTimeStamp: number;
|
|
@@ -347,9 +333,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
347
333
|
}) | ({
|
|
348
334
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
349
335
|
error: undefined;
|
|
350
|
-
originalArgs:
|
|
351
|
-
per_page: number;
|
|
352
|
-
}>;
|
|
336
|
+
originalArgs: GetCartMerchantsRequest;
|
|
353
337
|
requestId: string;
|
|
354
338
|
endpointName: string;
|
|
355
339
|
startedTimeStamp: number;
|
|
@@ -359,9 +343,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
359
343
|
direction?: "forward" | "backward";
|
|
360
344
|
}) | ({
|
|
361
345
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
362
|
-
originalArgs:
|
|
363
|
-
per_page: number;
|
|
364
|
-
}>;
|
|
346
|
+
originalArgs: GetCartMerchantsRequest;
|
|
365
347
|
requestId: string;
|
|
366
348
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
367
349
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -374,9 +356,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
374
356
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
375
357
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
376
358
|
fulfilledTimeStamp?: number;
|
|
377
|
-
originalArgs:
|
|
378
|
-
per_page: number;
|
|
379
|
-
}>;
|
|
359
|
+
originalArgs: GetCartMerchantsRequest;
|
|
380
360
|
requestId: string;
|
|
381
361
|
endpointName: string;
|
|
382
362
|
startedTimeStamp: number;
|
|
@@ -386,9 +366,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
386
366
|
}) | ({
|
|
387
367
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
388
368
|
error: undefined;
|
|
389
|
-
originalArgs:
|
|
390
|
-
per_page: number;
|
|
391
|
-
}>;
|
|
369
|
+
originalArgs: GetCartMerchantsRequest;
|
|
392
370
|
requestId: string;
|
|
393
371
|
endpointName: string;
|
|
394
372
|
startedTimeStamp: number;
|
|
@@ -398,9 +376,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
398
376
|
direction?: "forward" | "backward";
|
|
399
377
|
}) | ({
|
|
400
378
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
401
|
-
originalArgs:
|
|
402
|
-
per_page: number;
|
|
403
|
-
}>;
|
|
379
|
+
originalArgs: GetCartMerchantsRequest;
|
|
404
380
|
requestId: string;
|
|
405
381
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
406
382
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -413,9 +389,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
413
389
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
414
390
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
415
391
|
fulfilledTimeStamp?: number;
|
|
416
|
-
originalArgs:
|
|
417
|
-
per_page: number;
|
|
418
|
-
}>;
|
|
392
|
+
originalArgs: GetCartMerchantsRequest;
|
|
419
393
|
requestId: string;
|
|
420
394
|
endpointName: string;
|
|
421
395
|
startedTimeStamp: number;
|
|
@@ -454,9 +428,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
454
428
|
}) | ({
|
|
455
429
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
456
430
|
error: undefined;
|
|
457
|
-
originalArgs:
|
|
458
|
-
per_page: number;
|
|
459
|
-
}>;
|
|
431
|
+
originalArgs: GetCartMerchantsRequest;
|
|
460
432
|
requestId: string;
|
|
461
433
|
endpointName: string;
|
|
462
434
|
startedTimeStamp: number;
|
|
@@ -466,9 +438,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
466
438
|
direction?: "forward" | "backward";
|
|
467
439
|
}) | ({
|
|
468
440
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
469
|
-
originalArgs:
|
|
470
|
-
per_page: number;
|
|
471
|
-
}>;
|
|
441
|
+
originalArgs: GetCartMerchantsRequest;
|
|
472
442
|
requestId: string;
|
|
473
443
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
474
444
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -481,9 +451,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
481
451
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
482
452
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
483
453
|
fulfilledTimeStamp?: number;
|
|
484
|
-
originalArgs:
|
|
485
|
-
per_page: number;
|
|
486
|
-
}>;
|
|
454
|
+
originalArgs: GetCartMerchantsRequest;
|
|
487
455
|
requestId: string;
|
|
488
456
|
endpointName: string;
|
|
489
457
|
startedTimeStamp: number;
|
|
@@ -493,9 +461,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
493
461
|
}) | ({
|
|
494
462
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
495
463
|
error: undefined;
|
|
496
|
-
originalArgs:
|
|
497
|
-
per_page: number;
|
|
498
|
-
}>;
|
|
464
|
+
originalArgs: GetCartMerchantsRequest;
|
|
499
465
|
requestId: string;
|
|
500
466
|
endpointName: string;
|
|
501
467
|
startedTimeStamp: number;
|
|
@@ -505,9 +471,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
505
471
|
direction?: "forward" | "backward";
|
|
506
472
|
}) | ({
|
|
507
473
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
508
|
-
originalArgs:
|
|
509
|
-
per_page: number;
|
|
510
|
-
}>;
|
|
474
|
+
originalArgs: GetCartMerchantsRequest;
|
|
511
475
|
requestId: string;
|
|
512
476
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
513
477
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -520,9 +484,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
520
484
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
521
485
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
522
486
|
fulfilledTimeStamp?: number;
|
|
523
|
-
originalArgs:
|
|
524
|
-
per_page: number;
|
|
525
|
-
}>;
|
|
487
|
+
originalArgs: GetCartMerchantsRequest;
|
|
526
488
|
requestId: string;
|
|
527
489
|
endpointName: string;
|
|
528
490
|
startedTimeStamp: number;
|
|
@@ -559,9 +521,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
559
521
|
}) | ({
|
|
560
522
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
561
523
|
error: undefined;
|
|
562
|
-
originalArgs:
|
|
563
|
-
per_page: number;
|
|
564
|
-
}>;
|
|
524
|
+
originalArgs: GetCartMerchantsRequest;
|
|
565
525
|
requestId: string;
|
|
566
526
|
endpointName: string;
|
|
567
527
|
startedTimeStamp: number;
|
|
@@ -571,9 +531,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
571
531
|
direction?: "forward" | "backward";
|
|
572
532
|
}) | ({
|
|
573
533
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
574
|
-
originalArgs:
|
|
575
|
-
per_page: number;
|
|
576
|
-
}>;
|
|
534
|
+
originalArgs: GetCartMerchantsRequest;
|
|
577
535
|
requestId: string;
|
|
578
536
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
579
537
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -586,9 +544,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
586
544
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
587
545
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
588
546
|
fulfilledTimeStamp?: number;
|
|
589
|
-
originalArgs:
|
|
590
|
-
per_page: number;
|
|
591
|
-
}>;
|
|
547
|
+
originalArgs: GetCartMerchantsRequest;
|
|
592
548
|
requestId: string;
|
|
593
549
|
endpointName: string;
|
|
594
550
|
startedTimeStamp: number;
|
|
@@ -598,9 +554,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
598
554
|
}) | ({
|
|
599
555
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
600
556
|
error: undefined;
|
|
601
|
-
originalArgs:
|
|
602
|
-
per_page: number;
|
|
603
|
-
}>;
|
|
557
|
+
originalArgs: GetCartMerchantsRequest;
|
|
604
558
|
requestId: string;
|
|
605
559
|
endpointName: string;
|
|
606
560
|
startedTimeStamp: number;
|
|
@@ -610,9 +564,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
610
564
|
direction?: "forward" | "backward";
|
|
611
565
|
}) | ({
|
|
612
566
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
613
|
-
originalArgs:
|
|
614
|
-
per_page: number;
|
|
615
|
-
}>;
|
|
567
|
+
originalArgs: GetCartMerchantsRequest;
|
|
616
568
|
requestId: string;
|
|
617
569
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
618
570
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -625,9 +577,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
625
577
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
626
578
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
627
579
|
fulfilledTimeStamp?: number;
|
|
628
|
-
originalArgs:
|
|
629
|
-
per_page: number;
|
|
630
|
-
}>;
|
|
580
|
+
originalArgs: GetCartMerchantsRequest;
|
|
631
581
|
requestId: string;
|
|
632
582
|
endpointName: string;
|
|
633
583
|
startedTimeStamp: number;
|
|
@@ -650,9 +600,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
650
600
|
isFetchingPreviousPage: boolean;
|
|
651
601
|
}, "error">>)>> & {
|
|
652
602
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
653
|
-
}>(arg:
|
|
654
|
-
per_page: number;
|
|
655
|
-
}> | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
603
|
+
}>(arg: GetCartMerchantsRequest | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
656
604
|
skip?: boolean;
|
|
657
605
|
refetchOnMountOrArgChange?: boolean | number;
|
|
658
606
|
initialPageParam?: number;
|
|
@@ -699,9 +647,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
699
647
|
}) | ({
|
|
700
648
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
701
649
|
error: undefined;
|
|
702
|
-
originalArgs:
|
|
703
|
-
per_page: number;
|
|
704
|
-
}>;
|
|
650
|
+
originalArgs: GetCartMerchantsRequest;
|
|
705
651
|
requestId: string;
|
|
706
652
|
endpointName: string;
|
|
707
653
|
startedTimeStamp: number;
|
|
@@ -711,9 +657,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
711
657
|
direction?: "forward" | "backward";
|
|
712
658
|
}) | ({
|
|
713
659
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
714
|
-
originalArgs:
|
|
715
|
-
per_page: number;
|
|
716
|
-
}>;
|
|
660
|
+
originalArgs: GetCartMerchantsRequest;
|
|
717
661
|
requestId: string;
|
|
718
662
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
719
663
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -726,9 +670,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
726
670
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
727
671
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
728
672
|
fulfilledTimeStamp?: number;
|
|
729
|
-
originalArgs:
|
|
730
|
-
per_page: number;
|
|
731
|
-
}>;
|
|
673
|
+
originalArgs: GetCartMerchantsRequest;
|
|
732
674
|
requestId: string;
|
|
733
675
|
endpointName: string;
|
|
734
676
|
startedTimeStamp: number;
|
|
@@ -738,9 +680,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
738
680
|
}) | ({
|
|
739
681
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
740
682
|
error: undefined;
|
|
741
|
-
originalArgs:
|
|
742
|
-
per_page: number;
|
|
743
|
-
}>;
|
|
683
|
+
originalArgs: GetCartMerchantsRequest;
|
|
744
684
|
requestId: string;
|
|
745
685
|
endpointName: string;
|
|
746
686
|
startedTimeStamp: number;
|
|
@@ -750,9 +690,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
750
690
|
direction?: "forward" | "backward";
|
|
751
691
|
}) | ({
|
|
752
692
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
753
|
-
originalArgs:
|
|
754
|
-
per_page: number;
|
|
755
|
-
}>;
|
|
693
|
+
originalArgs: GetCartMerchantsRequest;
|
|
756
694
|
requestId: string;
|
|
757
695
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
758
696
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -765,9 +703,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
765
703
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
766
704
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
767
705
|
fulfilledTimeStamp?: number;
|
|
768
|
-
originalArgs:
|
|
769
|
-
per_page: number;
|
|
770
|
-
}>;
|
|
706
|
+
originalArgs: GetCartMerchantsRequest;
|
|
771
707
|
requestId: string;
|
|
772
708
|
endpointName: string;
|
|
773
709
|
startedTimeStamp: number;
|
|
@@ -810,9 +746,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
810
746
|
}) | ({
|
|
811
747
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
812
748
|
error: undefined;
|
|
813
|
-
originalArgs:
|
|
814
|
-
per_page: number;
|
|
815
|
-
}>;
|
|
749
|
+
originalArgs: GetCartMerchantsRequest;
|
|
816
750
|
requestId: string;
|
|
817
751
|
endpointName: string;
|
|
818
752
|
startedTimeStamp: number;
|
|
@@ -822,9 +756,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
822
756
|
direction?: "forward" | "backward";
|
|
823
757
|
}) | ({
|
|
824
758
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
825
|
-
originalArgs:
|
|
826
|
-
per_page: number;
|
|
827
|
-
}>;
|
|
759
|
+
originalArgs: GetCartMerchantsRequest;
|
|
828
760
|
requestId: string;
|
|
829
761
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
830
762
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -837,9 +769,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
837
769
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
838
770
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
839
771
|
fulfilledTimeStamp?: number;
|
|
840
|
-
originalArgs:
|
|
841
|
-
per_page: number;
|
|
842
|
-
}>;
|
|
772
|
+
originalArgs: GetCartMerchantsRequest;
|
|
843
773
|
requestId: string;
|
|
844
774
|
endpointName: string;
|
|
845
775
|
startedTimeStamp: number;
|
|
@@ -849,9 +779,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
849
779
|
}) | ({
|
|
850
780
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
851
781
|
error: undefined;
|
|
852
|
-
originalArgs:
|
|
853
|
-
per_page: number;
|
|
854
|
-
}>;
|
|
782
|
+
originalArgs: GetCartMerchantsRequest;
|
|
855
783
|
requestId: string;
|
|
856
784
|
endpointName: string;
|
|
857
785
|
startedTimeStamp: number;
|
|
@@ -861,9 +789,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
861
789
|
direction?: "forward" | "backward";
|
|
862
790
|
}) | ({
|
|
863
791
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
864
|
-
originalArgs:
|
|
865
|
-
per_page: number;
|
|
866
|
-
}>;
|
|
792
|
+
originalArgs: GetCartMerchantsRequest;
|
|
867
793
|
requestId: string;
|
|
868
794
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
869
795
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -876,9 +802,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
876
802
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
877
803
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
878
804
|
fulfilledTimeStamp?: number;
|
|
879
|
-
originalArgs:
|
|
880
|
-
per_page: number;
|
|
881
|
-
}>;
|
|
805
|
+
originalArgs: GetCartMerchantsRequest;
|
|
882
806
|
requestId: string;
|
|
883
807
|
endpointName: string;
|
|
884
808
|
startedTimeStamp: number;
|
|
@@ -917,9 +841,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
917
841
|
}) | ({
|
|
918
842
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
919
843
|
error: undefined;
|
|
920
|
-
originalArgs:
|
|
921
|
-
per_page: number;
|
|
922
|
-
}>;
|
|
844
|
+
originalArgs: GetCartMerchantsRequest;
|
|
923
845
|
requestId: string;
|
|
924
846
|
endpointName: string;
|
|
925
847
|
startedTimeStamp: number;
|
|
@@ -929,9 +851,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
929
851
|
direction?: "forward" | "backward";
|
|
930
852
|
}) | ({
|
|
931
853
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
932
|
-
originalArgs:
|
|
933
|
-
per_page: number;
|
|
934
|
-
}>;
|
|
854
|
+
originalArgs: GetCartMerchantsRequest;
|
|
935
855
|
requestId: string;
|
|
936
856
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
937
857
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -944,9 +864,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
944
864
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
945
865
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
946
866
|
fulfilledTimeStamp?: number;
|
|
947
|
-
originalArgs:
|
|
948
|
-
per_page: number;
|
|
949
|
-
}>;
|
|
867
|
+
originalArgs: GetCartMerchantsRequest;
|
|
950
868
|
requestId: string;
|
|
951
869
|
endpointName: string;
|
|
952
870
|
startedTimeStamp: number;
|
|
@@ -956,9 +874,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
956
874
|
}) | ({
|
|
957
875
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
958
876
|
error: undefined;
|
|
959
|
-
originalArgs:
|
|
960
|
-
per_page: number;
|
|
961
|
-
}>;
|
|
877
|
+
originalArgs: GetCartMerchantsRequest;
|
|
962
878
|
requestId: string;
|
|
963
879
|
endpointName: string;
|
|
964
880
|
startedTimeStamp: number;
|
|
@@ -968,9 +884,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
968
884
|
direction?: "forward" | "backward";
|
|
969
885
|
}) | ({
|
|
970
886
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
971
|
-
originalArgs:
|
|
972
|
-
per_page: number;
|
|
973
|
-
}>;
|
|
887
|
+
originalArgs: GetCartMerchantsRequest;
|
|
974
888
|
requestId: string;
|
|
975
889
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
976
890
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -983,9 +897,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
983
897
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
984
898
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
985
899
|
fulfilledTimeStamp?: number;
|
|
986
|
-
originalArgs:
|
|
987
|
-
per_page: number;
|
|
988
|
-
}>;
|
|
900
|
+
originalArgs: GetCartMerchantsRequest;
|
|
989
901
|
requestId: string;
|
|
990
902
|
endpointName: string;
|
|
991
903
|
startedTimeStamp: number;
|
|
@@ -1022,9 +934,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
1022
934
|
}) | ({
|
|
1023
935
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
1024
936
|
error: undefined;
|
|
1025
|
-
originalArgs:
|
|
1026
|
-
per_page: number;
|
|
1027
|
-
}>;
|
|
937
|
+
originalArgs: GetCartMerchantsRequest;
|
|
1028
938
|
requestId: string;
|
|
1029
939
|
endpointName: string;
|
|
1030
940
|
startedTimeStamp: number;
|
|
@@ -1034,9 +944,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
1034
944
|
direction?: "forward" | "backward";
|
|
1035
945
|
}) | ({
|
|
1036
946
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
1037
|
-
originalArgs:
|
|
1038
|
-
per_page: number;
|
|
1039
|
-
}>;
|
|
947
|
+
originalArgs: GetCartMerchantsRequest;
|
|
1040
948
|
requestId: string;
|
|
1041
949
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
1042
950
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -1049,9 +957,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
1049
957
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
1050
958
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
1051
959
|
fulfilledTimeStamp?: number;
|
|
1052
|
-
originalArgs:
|
|
1053
|
-
per_page: number;
|
|
1054
|
-
}>;
|
|
960
|
+
originalArgs: GetCartMerchantsRequest;
|
|
1055
961
|
requestId: string;
|
|
1056
962
|
endpointName: string;
|
|
1057
963
|
startedTimeStamp: number;
|
|
@@ -1061,9 +967,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
1061
967
|
}) | ({
|
|
1062
968
|
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
|
1063
969
|
error: undefined;
|
|
1064
|
-
originalArgs:
|
|
1065
|
-
per_page: number;
|
|
1066
|
-
}>;
|
|
970
|
+
originalArgs: GetCartMerchantsRequest;
|
|
1067
971
|
requestId: string;
|
|
1068
972
|
endpointName: string;
|
|
1069
973
|
startedTimeStamp: number;
|
|
@@ -1073,9 +977,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
1073
977
|
direction?: "forward" | "backward";
|
|
1074
978
|
}) | ({
|
|
1075
979
|
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
|
1076
|
-
originalArgs:
|
|
1077
|
-
per_page: number;
|
|
1078
|
-
}>;
|
|
980
|
+
originalArgs: GetCartMerchantsRequest;
|
|
1079
981
|
requestId: string;
|
|
1080
982
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
1081
983
|
error?: import("@reduxjs/toolkit").SerializedError;
|
|
@@ -1088,9 +990,7 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
1088
990
|
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
|
1089
991
|
data?: import("@reduxjs/toolkit/query").InfiniteData<GetCartMerchantsResponse, number>;
|
|
1090
992
|
fulfilledTimeStamp?: number;
|
|
1091
|
-
originalArgs:
|
|
1092
|
-
per_page: number;
|
|
1093
|
-
}>;
|
|
993
|
+
originalArgs: GetCartMerchantsRequest;
|
|
1094
994
|
requestId: string;
|
|
1095
995
|
endpointName: string;
|
|
1096
996
|
startedTimeStamp: number;
|
|
@@ -1114,40 +1014,20 @@ export declare const useGetCartCountQuery: <R extends Record<string, any> = impo
|
|
|
1114
1014
|
}, "error">>)>> & {
|
|
1115
1015
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1116
1016
|
}) => R;
|
|
1117
|
-
}) | undefined) => [R][R extends any ? 0 : never] & Pick<Pick<import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<
|
|
1118
|
-
per_page: number;
|
|
1119
|
-
}>, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>, "refetch"> & {
|
|
1017
|
+
}) | undefined) => [R][R extends any ? 0 : never] & Pick<Pick<import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<GetCartMerchantsRequest, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>, "refetch"> & {
|
|
1120
1018
|
trigger: (arg: {
|
|
1121
|
-
queryArg:
|
|
1122
|
-
per_page: number;
|
|
1123
|
-
}>;
|
|
1019
|
+
queryArg: GetCartMerchantsRequest;
|
|
1124
1020
|
pageParam: number;
|
|
1125
|
-
}, direction: "forward" | "backward") => import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
per_page: number;
|
|
1130
|
-
}>, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>;
|
|
1131
|
-
fetchPreviousPage: () => import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<Partial<{
|
|
1132
|
-
per_page: number;
|
|
1133
|
-
}>, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>;
|
|
1134
|
-
}, "refetch"> & Pick<Pick<import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<Partial<{
|
|
1135
|
-
per_page: number;
|
|
1136
|
-
}>, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>, "refetch"> & {
|
|
1021
|
+
}, direction: "forward" | "backward") => import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<GetCartMerchantsRequest, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>;
|
|
1022
|
+
fetchNextPage: () => import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<GetCartMerchantsRequest, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>;
|
|
1023
|
+
fetchPreviousPage: () => import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<GetCartMerchantsRequest, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>;
|
|
1024
|
+
}, "refetch"> & Pick<Pick<import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<GetCartMerchantsRequest, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>, "refetch"> & {
|
|
1137
1025
|
trigger: (arg: {
|
|
1138
|
-
queryArg:
|
|
1139
|
-
per_page: number;
|
|
1140
|
-
}>;
|
|
1026
|
+
queryArg: GetCartMerchantsRequest;
|
|
1141
1027
|
pageParam: number;
|
|
1142
|
-
}, direction: "forward" | "backward") => import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
fetchNextPage: () => import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<Partial<{
|
|
1146
|
-
per_page: number;
|
|
1147
|
-
}>, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>;
|
|
1148
|
-
fetchPreviousPage: () => import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<Partial<{
|
|
1149
|
-
per_page: number;
|
|
1150
|
-
}>, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>;
|
|
1028
|
+
}, direction: "forward" | "backward") => import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<GetCartMerchantsRequest, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>;
|
|
1029
|
+
fetchNextPage: () => import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<GetCartMerchantsRequest, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>;
|
|
1030
|
+
fetchPreviousPage: () => import("@reduxjs/toolkit/query").InfiniteQueryActionCreatorResult<import("@reduxjs/toolkit/query").InfiniteQueryDefinition<GetCartMerchantsRequest, number, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Count" | "CartMerchant" | "CartMerchantItem", GetCartMerchantsResponse, "buymeuaApi", unknown>>;
|
|
1151
1031
|
}, "fetchNextPage" | "fetchPreviousPage">, useGetCartMerchantItemsInfiniteQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
1152
1032
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1153
1033
|
originalArgs?: undefined | undefined;
|