picnic-api-fix 3.2.0 → 3.2.2
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/lib/index.d.ts +223 -215
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +408 -375
- package/lib/index.js.map +1 -1
- package/lib/types/picnic-api.d.ts +697 -696
- package/lib/types/picnic-api.d.ts.map +1 -1
- package/lib/types/picnic-api.js +2 -2
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1,216 +1,224 @@
|
|
|
1
|
-
import { ApiConfig,
|
|
2
|
-
declare const _default: {
|
|
3
|
-
new (options?: ApiConfig): {
|
|
4
|
-
countryCode: CountryCode;
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
authKey: string | null;
|
|
7
|
-
url: string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Gets
|
|
34
|
-
*/
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
*
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
*
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
*
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
*
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
*
|
|
99
|
-
*/
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
*
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
*
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
*
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
*
|
|
179
|
-
*/
|
|
180
|
-
|
|
181
|
-
/**
|
|
182
|
-
*
|
|
183
|
-
*/
|
|
184
|
-
|
|
185
|
-
/**
|
|
186
|
-
*
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
*
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
*
|
|
209
|
-
* @
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
}
|
|
215
|
-
|
|
1
|
+
import { ApiConfig, Article, Category, ChannelType2FA, ConsentSetting, CountryCode, CustomerServiceContactInfo, Delivery, DeliveryPosition, DeliveryScenario, DeliveryStatus, GetDeliverySlotsResult, ImageSize, LoginResult, MgmDetails, MyStore, Order, OrderStatus, PaymentProfile, ProfileMenu, SearchResult, SetConsentSettingsInput, SetConsentSettingsResult, SingleArticle, SubCategory, SuggestionResult, User, UserInfo, WalletTransaction, WalletTransactionDetails } from "./types/picnic-api";
|
|
2
|
+
declare const _default: {
|
|
3
|
+
new (options?: ApiConfig): {
|
|
4
|
+
countryCode: CountryCode;
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
authKey: string | null;
|
|
7
|
+
url: string;
|
|
8
|
+
readonly baseHeaders: {
|
|
9
|
+
"User-Agent": string;
|
|
10
|
+
"Content-Type": string;
|
|
11
|
+
};
|
|
12
|
+
readonly picnicHeaders: {
|
|
13
|
+
"x-picnic-agent": string;
|
|
14
|
+
"x-picnic-did": string;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Logs the user into picnic to be able to send requests.
|
|
18
|
+
* @param {string} username The username of the Picnic account.
|
|
19
|
+
* @param {string} password The password of the Picnic account.
|
|
20
|
+
*/
|
|
21
|
+
login(username: string, password: string): Promise<LoginResult>;
|
|
22
|
+
/**
|
|
23
|
+
* Generates a 2FA code for the user to verify.
|
|
24
|
+
* @param {string} channel The channel to send the code to. Can be 'SMS', 'EMAIL' or possibly something else.
|
|
25
|
+
*/
|
|
26
|
+
generate2FACode(channel: ChannelType2FA): Promise<null>;
|
|
27
|
+
/**
|
|
28
|
+
* Verifies the 2FA code from the user.
|
|
29
|
+
* @param {string} code The code to verify.
|
|
30
|
+
*/
|
|
31
|
+
verify2FACode(code: string): Promise<any>;
|
|
32
|
+
/**
|
|
33
|
+
* Gets the details of the current logged in user.
|
|
34
|
+
*/
|
|
35
|
+
getUserDetails(): Promise<User>;
|
|
36
|
+
/**
|
|
37
|
+
* Gets information about the user such as toggled features.
|
|
38
|
+
*/
|
|
39
|
+
getUserInfo(): Promise<UserInfo>;
|
|
40
|
+
/**
|
|
41
|
+
* Gets information to display on the profile section.
|
|
42
|
+
*/
|
|
43
|
+
getProfileMenu(): Promise<ProfileMenu>;
|
|
44
|
+
/**
|
|
45
|
+
* Searches in picnic products.
|
|
46
|
+
* @param {string} query The keywords to search for.
|
|
47
|
+
*/
|
|
48
|
+
search(query: string): Promise<SearchResult[]>;
|
|
49
|
+
/**
|
|
50
|
+
* @deprecated This endpoint seems to be deprecated.
|
|
51
|
+
*/
|
|
52
|
+
getBundleArticleIds(soleArticleId: string): Promise<string[]>;
|
|
53
|
+
/**
|
|
54
|
+
* Returns the full product page. Some digging is required to get the properties you want. The response is not typed as the content seems to be quite dynamic. Good luck!
|
|
55
|
+
* @param {string} productId The product ID to fetch the page for.
|
|
56
|
+
*/
|
|
57
|
+
getProductDetailsPage(productId: string): Promise<any>;
|
|
58
|
+
/**
|
|
59
|
+
* returns a suggestion on Picnic products matching the query.
|
|
60
|
+
* @param {string} query The keywords for suggestions.
|
|
61
|
+
*/
|
|
62
|
+
getSuggestions(query: string): Promise<SuggestionResult[]>;
|
|
63
|
+
/**
|
|
64
|
+
* Returns the details of a specific product.
|
|
65
|
+
* @param {string} productId The id of the product to get.
|
|
66
|
+
*/
|
|
67
|
+
getArticle(productId: string): Promise<Article>;
|
|
68
|
+
/**
|
|
69
|
+
* Retreives product images from the server as an arrayBuffer.
|
|
70
|
+
* @param {string} imageId The image id to retreive.
|
|
71
|
+
* @param {ImageSize} size The size of the image to return.
|
|
72
|
+
*/
|
|
73
|
+
getImage(imageId: string, size: ImageSize): Promise<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Retreives product images from the server ad a DataUri.
|
|
76
|
+
* @param {string} imageId The image id to retreive.
|
|
77
|
+
* @param {ImageSize} size The size of the image to return.
|
|
78
|
+
*/
|
|
79
|
+
getImageAsDataUri(imageId: string, size: ImageSize): Promise<string>;
|
|
80
|
+
/**
|
|
81
|
+
* Returns the catgories.
|
|
82
|
+
* @param {number} [depth=0] The category depth of items to retrieve.
|
|
83
|
+
*/
|
|
84
|
+
getCategories(depth?: number): Promise<MyStore>;
|
|
85
|
+
/**
|
|
86
|
+
* Returns the shopping cart information of the user and contents.
|
|
87
|
+
*/
|
|
88
|
+
getShoppingCart(): Promise<Order>;
|
|
89
|
+
/**
|
|
90
|
+
* Adds a product to the shopping cart.
|
|
91
|
+
* @param {string} productId The id of the product to add.
|
|
92
|
+
* @param {number} [count=1] The amount of this product to add.
|
|
93
|
+
*/
|
|
94
|
+
addProductToShoppingCart(productId: string, count?: number): Promise<Order>;
|
|
95
|
+
/**
|
|
96
|
+
* Removes a product from the shopping cart.
|
|
97
|
+
* @param {string} productId The id of the product to remove.
|
|
98
|
+
* @param {number} [count=1] The amount of this product to remove.
|
|
99
|
+
*/
|
|
100
|
+
removeProductFromShoppingCart(productId: string, count?: number): Promise<Order>;
|
|
101
|
+
/**
|
|
102
|
+
* Clears the shopping cart of the user.
|
|
103
|
+
*/
|
|
104
|
+
clearShoppingCart(): Promise<Order>;
|
|
105
|
+
/**
|
|
106
|
+
* Get all the delivery slots.
|
|
107
|
+
*/
|
|
108
|
+
getDeliverySlots(): Promise<GetDeliverySlotsResult>;
|
|
109
|
+
/**
|
|
110
|
+
* Selects a delivery slot.
|
|
111
|
+
* @param {string} slotId The id of the delivery slot to be selected.
|
|
112
|
+
*/
|
|
113
|
+
setDeliverySlot(slotId: string): Promise<Order>;
|
|
114
|
+
/**
|
|
115
|
+
* Returns all past and current deliveries of the user.
|
|
116
|
+
* @param {DeliveryStatus[]} [filter=[]] An array with the statusses of the deliveries to filter on.
|
|
117
|
+
*/
|
|
118
|
+
getDeliveries(filter?: DeliveryStatus[]): Promise<Delivery[]>;
|
|
119
|
+
/**
|
|
120
|
+
* Get the details of one specific delivery.
|
|
121
|
+
* @param {string} deliveryId The id of the delivery to look up.
|
|
122
|
+
*/
|
|
123
|
+
getDelivery(deliveryId: string): Promise<Delivery>;
|
|
124
|
+
/**
|
|
125
|
+
* Get the position data of one specific delivery. For the route and delivery information, use the scenario call.
|
|
126
|
+
* @param {string} deliveryId The id of the delivery to look up.
|
|
127
|
+
*/
|
|
128
|
+
getDeliveryPosition(deliveryId: string): Promise<DeliveryPosition>;
|
|
129
|
+
/**
|
|
130
|
+
* Get the driver and route information of the delivery.
|
|
131
|
+
* @param {string} deliveryId The id of the delivery to look up.
|
|
132
|
+
*/
|
|
133
|
+
getDeliveryScenario(deliveryId: string): Promise<DeliveryScenario>;
|
|
134
|
+
/**
|
|
135
|
+
* Cancels the order with the given delivery id.
|
|
136
|
+
* @param {string} deliveryId
|
|
137
|
+
*/
|
|
138
|
+
cancelDelivery(deliveryId: string): Promise<any>;
|
|
139
|
+
/**
|
|
140
|
+
* Sets a rating for the delivery from 0 to 10. Will return 400 if a delivery already has a rating.
|
|
141
|
+
* @param {string} deliveryId
|
|
142
|
+
* @param {number} rating
|
|
143
|
+
*/
|
|
144
|
+
setDeliveryRating(deliveryId: string, rating: number): Promise<string>;
|
|
145
|
+
/**
|
|
146
|
+
* (Re)sends the invoice email of the delivery.
|
|
147
|
+
* @param {string} deliveryId
|
|
148
|
+
*/
|
|
149
|
+
sendDeliveryInvoiceEmail(deliveryId: string): Promise<string>;
|
|
150
|
+
/**
|
|
151
|
+
* Returns the status of the order (not delivery) with the given id.
|
|
152
|
+
* @param {string} orderId
|
|
153
|
+
*/
|
|
154
|
+
getOrderStatus(orderId: string): Promise<OrderStatus>;
|
|
155
|
+
/**
|
|
156
|
+
* Returns all the lists and sublists.
|
|
157
|
+
* @param {number} [depth=0] The category depth of items to retrieve.
|
|
158
|
+
*/
|
|
159
|
+
getLists(depth?: number): Promise<Category[]>;
|
|
160
|
+
/**
|
|
161
|
+
* Returns the sublists of a list, the articles of a sublist if the subListId is given.
|
|
162
|
+
* @param {string} listId The id of the list to get.
|
|
163
|
+
* @param {string} [subListId] The id of the sub list to get.
|
|
164
|
+
* @param {number} [depth=0] The category depth of items to retrieve.
|
|
165
|
+
*/
|
|
166
|
+
getList(listId: string, subListId?: string, depth?: number): Promise<SubCategory[] | SingleArticle[]>;
|
|
167
|
+
/**
|
|
168
|
+
* Returns the MGM details. This are the friends discount data.
|
|
169
|
+
*/
|
|
170
|
+
getMgmDetails(): Promise<MgmDetails>;
|
|
171
|
+
/**
|
|
172
|
+
* Returns the list of consent settings.
|
|
173
|
+
* @param {boolean} [general=false] Returns only the 'general' consent settings.
|
|
174
|
+
*/
|
|
175
|
+
getConsentSettings(general?: boolean): Promise<ConsentSetting[]>;
|
|
176
|
+
/**
|
|
177
|
+
* Sets one or multiple consent options to true or false.
|
|
178
|
+
* @param {SetConsentSettingsInput} consentSettingsInput An array of objects of consent items.
|
|
179
|
+
*/
|
|
180
|
+
setConsentSettings(consentSettingsInput: SetConsentSettingsInput): Promise<SetConsentSettingsResult>;
|
|
181
|
+
/**
|
|
182
|
+
* Returns the popup messages in the app. For example, the message after a delivery, asking if the delivery was satisfactory.
|
|
183
|
+
*/
|
|
184
|
+
getMessages(): Promise<any>;
|
|
185
|
+
/**
|
|
186
|
+
* Returns the reminders.
|
|
187
|
+
*/
|
|
188
|
+
getReminders(): Promise<any>;
|
|
189
|
+
/**
|
|
190
|
+
* Gets payment information.
|
|
191
|
+
*/
|
|
192
|
+
getPaymentProfile(): Promise<PaymentProfile>;
|
|
193
|
+
/**
|
|
194
|
+
* Gets transactions made.
|
|
195
|
+
* @param {number} pageNumber The page number to get the transactions from.
|
|
196
|
+
*/
|
|
197
|
+
getWalletTransactions(pageNumber: number): Promise<WalletTransaction[]>;
|
|
198
|
+
/**
|
|
199
|
+
* Gets payment information.
|
|
200
|
+
* @param {string} walletTransactionId The id of the transaction to get the details from.
|
|
201
|
+
*/
|
|
202
|
+
getWalletTransactionDetails(walletTransactionId: string): Promise<WalletTransactionDetails>;
|
|
203
|
+
/**
|
|
204
|
+
* Gets payment information.
|
|
205
|
+
*/
|
|
206
|
+
getCustomerServiceContactInfo(): Promise<CustomerServiceContactInfo>;
|
|
207
|
+
/**
|
|
208
|
+
* Gets parcels.
|
|
209
|
+
* @todo Implement return type once known.
|
|
210
|
+
*/
|
|
211
|
+
getParcels(): Promise<any[]>;
|
|
212
|
+
/**
|
|
213
|
+
* Can be used to send custom requests that are not implemented but do need authentication for it.
|
|
214
|
+
* @param {string} method The HTTP method to use, such as GET, POST, PUT and DELETE.
|
|
215
|
+
* @param {string} path The path, possibly including query params. Example: '/cart/set_delivery_slot' or '/my_store?depth=0'.
|
|
216
|
+
* @param {TRequestData|null} [data=null] The request body, usually in case of a POST or PUT request.
|
|
217
|
+
* @param {boolean} [includePicnicHeaders=false] If it should include x-picnic-agent and x-picnic-did headers.
|
|
218
|
+
* @param {boolean} [isImageRequest=false] Will add the arrayBuffer response type if true.
|
|
219
|
+
*/
|
|
220
|
+
sendRequest<TRequestData, TResponseData>(method: "GET" | "POST" | "PUT" | "DELETE", path: string, data?: TRequestData | null, includePicnicHeaders?: boolean, isImageRequest?: boolean): Promise<TResponseData>;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
export = _default;
|
|
216
224
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAEL,SAAS,EACT,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|