@compassdigital/sdk.typescript 3.0.0-beta.10 → 3.0.0-beta.11

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  import { PostPaymentTransactionBody, PostPaymentTransactionResponse, PostPaymentTransactionRefundBody, PostPaymentTransactionRefundResponse, GetPaymentClienttokenResponse, PostPaymentPaymenttokenBody, PostPaymentPaymenttokenResponse, PostPaymentConsumerBody, PostPaymentConsumerResponse, PostPaymentMethodBody, PostPaymentMethodResponse, GetPaymentMethodQuery, GetPaymentMethodResponse, DeletePaymentMethodBody, DeletePaymentMethodResponse, GetPaymentTokenQuery, GetPaymentTokenResponse, PostPaymentTokenBody, PostPaymentTokenResponse, PutPaymentTokenBody, PutPaymentTokenResponse, DeletePaymentTokenBody, DeletePaymentTokenResponse, GetPaymentMethodsQuery, GetPaymentMethodsResponse, GetPaymentHpcQuery, GetPaymentHpcResponse } from "./payment";
2
- import { PostOrderQuery, PostOrderBody, PostOrderResponse, GetOrderResponse, PutOrderResponse, PatchOrderBody, PatchOrderResponse, PostOrderIssueBody, PostOrderIssueResponse, PatchOrderRefundBody, PatchOrderRefundResponse, GetOrderCustomerOrdersQuery, GetOrderCustomerOrdersResponse, GetOrderCustomerOrdersBrandResponse, GetOrderBrandOrdersQuery, GetOrderBrandOrdersResponse, GetOrderLocationOrdersQuery, GetOrderLocationOrdersResponse, GetOrderGroupOrdersQuery, GetOrderGroupOrdersResponse } from "./order";
2
+ import { PostOrderQuery, PostOrderBody, PostOrderResponse, GetOrderResponse, PutOrderResponse, PatchOrderBody, PatchOrderResponse, PostOrderIssueBody, PostOrderIssueResponse, PatchOrderRefundBody, PatchOrderRefundResponse, GetOrderCustomerOrdersQuery, GetOrderCustomerOrdersResponse, GetOrderCustomerOrdersBrandResponse, GetOrderLocationBrandQuery, GetOrderLocationBrandResponse, GetOrderLocationOrdersQuery, GetOrderLocationOrdersResponse, GetOrderGroupOrdersQuery, GetOrderGroupOrdersResponse } from "./order";
3
3
  import { PostLocationBody, PostLocationResponse, GetLocationsResponse, GetLocationSearchQuery, GetLocationSearchResponse, GetLocationQuery, GetLocationResponse, PutLocationBody, PutLocationResponse, DeleteLocationBody, DeleteLocationResponse, PatchLocationBody, PatchLocationResponse, GetLocationPosResponse, PutLocationPosBody, PutLocationPosResponse, GetLocationMultigroupsResponse, PostLocationMultigroupBody, PostLocationMultigroupResponse, GetLocationMultigroupQuery, GetLocationMultigroupResponse, PutLocationMultigroupBody, PutLocationMultigroupResponse, DeleteLocationMultigroupBody, DeleteLocationMultigroupResponse, PatchLocationMultigroupBody, PatchLocationMultigroupResponse, GetLocationUserMultigroupQuery, GetLocationUserMultigroupResponse, PostLocationGroupBody, PostLocationGroupResponse, GetLocationGroupQuery, GetLocationGroupResponse, PutLocationGroupBody, PutLocationGroupResponse, DeleteLocationGroupBody, DeleteLocationGroupResponse, PatchLocationGroupBody, PatchLocationGroupResponse, GetLocationGroupDeliverydestinationsQuery, GetLocationGroupDeliverydestinationsResponse, PostLocationGroupDeliverydestinationBody, PostLocationGroupDeliverydestinationResponse, GetLocationGroupDeliverydestinationResponse, PatchLocationGroupDeliverydestinationBody, PatchLocationGroupDeliverydestinationResponse, DeleteLocationGroupDeliverydestinationResponse, GetLocationUserGroupQuery, GetLocationUserGroupResponse, GetLocationBrandsResponse, GetLocationBrandDestinationsResponse, PostLocationBrandDocumentBody, PostLocationBrandDocumentResponse, PatchLocationBrandDocumentResponse, DeleteLocationBrandDocumentResponse, GetLocationBrandDocumentsResponse, GetLocationBrandTimeslotsQuery, GetLocationBrandTimeslotsResponse, PostLocationMarketplaceTimeslotsQuery, PostLocationMarketplaceTimeslotsBody, PostLocationMarketplaceTimeslotsResponse, PostLocationMarketplaceTimeslotsDeliveryQuery, PostLocationMarketplaceTimeslotsDeliveryBody, PostLocationMarketplaceTimeslotsDeliveryResponse, GetLocationBrandMenuTimeslotsQuery, GetLocationBrandMenuTimeslotsResponse, GetLocationBrandDeliveryTimeslotsQuery, GetLocationBrandDeliveryTimeslotsResponse, GetLocationBrandMenuDeliveryTimeslostsQuery, GetLocationBrandMenuDeliveryTimeslostsResponse, PostLocationBrandBody, PostLocationBrandResponse, GetLocationBrandQuery, GetLocationBrandResponse, PatchLocationBrandBody, PatchLocationBrandResponse, DeleteLocationBrandBody, DeleteLocationBrandResponse, PutLocationBrandBody, PutLocationBrandResponse, GetLocationSectorsResponse, PostLocationSectorBody, PostLocationSectorResponse, GetLocationSectorQuery, GetLocationSectorResponse, PatchLocationSectorQuery, PatchLocationSectorBody, PatchLocationSectorResponse, PostLocationCompanyBody, PostLocationCompanyResponse, GetLocationCompanyQuery, GetLocationCompanyResponse, PatchLocationCompanyBody, PatchLocationCompanyResponse } from "./location";
4
4
  import { PostShoppingcartCartBody, PostShoppingcartCartResponse, PutShoppingcartCartItemsBody, PutShoppingcartCartItemsResponse, DeleteShoppingcartCartItemsBody, DeleteShoppingcartCartItemsResponse, GetShoppingcartCartResponse, PatchShoppingcartCartResponse, PutShoppingcartCartPromoBody, PutShoppingcartCartPromoResponse, DeleteShoppingcartCartPromoResponse, PutShoppingcartCartPaymentBody, PutShoppingcartCartPaymentResponse, PutShoppingcartCartOrderBody, PutShoppingcartCartOrderResponse, PutShoppingcartCartLoyaltyBody, PutShoppingcartCartLoyaltyResponse, DeleteShoppingcartCartLoyaltyResponse, PostShoppingcartCloneCartBody, PostShoppingcartCloneCartResponse, PostShoppingcartBulkBody, PostShoppingcartBulkResponse } from "./shoppingcart";
5
5
  import { PostPartnerStandardcognitionShoppingcartBody, PostPartnerStandardcognitionShoppingcartResponse, GetPartnerStandardcognitionLocationsResponse, GetPartnerCoolrLocationsResponse, GetPartnerCoolrImagesResponse, GetPartnerSwaggerResponse } from "./partner";
@@ -22,7 +22,7 @@ import { PostVoteBody, PostVoteResponse, GetVoteIdfaQuery, GetVoteIdfaResponse }
22
22
  import { PostFileBody, PostFileResponse } from "./file";
23
23
  import { PostMessageBody, PostMessageResponse, GetMessageResponse } from "./message";
24
24
  import { GetLoggerBrandStatusQuery, GetLoggerBrandStatusResponse } from "./logger";
25
- import { BaseServiceClient, RequestOptions } from "./base";
25
+ import { BaseServiceClient, RequestOptions, ResponsePromise } from "./base";
26
26
  export * from "./base";
27
27
  export declare class ServiceClient extends BaseServiceClient {
28
28
  /**
@@ -32,7 +32,7 @@ export declare class ServiceClient extends BaseServiceClient {
32
32
  * @param body
33
33
  * @param options - additional request options
34
34
  */
35
- post_payment_transaction(id: string, body: PostPaymentTransactionBody, options?: RequestOptions): Promise<PostPaymentTransactionResponse>;
35
+ post_payment_transaction(id: string, body: PostPaymentTransactionBody, options?: RequestOptions): ResponsePromise<PostPaymentTransactionResponse>;
36
36
  /**
37
37
  * POST /payment/{id}/transaction/{transaction_id}/refund
38
38
  *
@@ -41,14 +41,14 @@ export declare class ServiceClient extends BaseServiceClient {
41
41
  * @param body
42
42
  * @param options - additional request options
43
43
  */
44
- post_payment_transaction_refund(id: string, transaction_id: string, body: PostPaymentTransactionRefundBody, options?: RequestOptions): Promise<PostPaymentTransactionRefundResponse>;
44
+ post_payment_transaction_refund(id: string, transaction_id: string, body: PostPaymentTransactionRefundBody, options?: RequestOptions): ResponsePromise<PostPaymentTransactionRefundResponse>;
45
45
  /**
46
46
  * GET /payment/{id}/clienttoken
47
47
  *
48
48
  * @param id - TODO: add parameter to swagger.json
49
49
  * @param options - additional request options
50
50
  */
51
- get_payment_clienttoken(id: string, options?: RequestOptions): Promise<GetPaymentClienttokenResponse>;
51
+ get_payment_clienttoken(id: string, options?: RequestOptions): ResponsePromise<GetPaymentClienttokenResponse>;
52
52
  /**
53
53
  * POST /payment/{id}/paymenttoken
54
54
  *
@@ -56,21 +56,21 @@ export declare class ServiceClient extends BaseServiceClient {
56
56
  * @param body
57
57
  * @param options - additional request options
58
58
  */
59
- post_payment_paymenttoken(id: string, body: PostPaymentPaymenttokenBody, options?: RequestOptions): Promise<PostPaymentPaymenttokenResponse>;
59
+ post_payment_paymenttoken(id: string, body: PostPaymentPaymenttokenBody, options?: RequestOptions): ResponsePromise<PostPaymentPaymenttokenResponse>;
60
60
  /**
61
61
  * POST /payment/consumer
62
62
  *
63
63
  * @param body
64
64
  * @param options - additional request options
65
65
  */
66
- post_payment_consumer(body: PostPaymentConsumerBody, options?: RequestOptions): Promise<PostPaymentConsumerResponse>;
66
+ post_payment_consumer(body: PostPaymentConsumerBody, options?: RequestOptions): ResponsePromise<PostPaymentConsumerResponse>;
67
67
  /**
68
68
  * POST /payment/method
69
69
  *
70
70
  * @param body
71
71
  * @param options - additional request options
72
72
  */
73
- post_payment_method(body: PostPaymentMethodBody, options?: RequestOptions): Promise<PostPaymentMethodResponse>;
73
+ post_payment_method(body: PostPaymentMethodBody, options?: RequestOptions): ResponsePromise<PostPaymentMethodResponse>;
74
74
  /**
75
75
  * GET /payment/{id}/method - Get a users available payment methods
76
76
  *
@@ -79,7 +79,7 @@ export declare class ServiceClient extends BaseServiceClient {
79
79
  */
80
80
  get_payment_method(id: string, options: {
81
81
  query: GetPaymentMethodQuery;
82
- } & RequestOptions): Promise<GetPaymentMethodResponse>;
82
+ } & RequestOptions): ResponsePromise<GetPaymentMethodResponse>;
83
83
  /**
84
84
  * DELETE /payment/{id}/method/{method_id}
85
85
  *
@@ -88,7 +88,7 @@ export declare class ServiceClient extends BaseServiceClient {
88
88
  * @param body
89
89
  * @param options - additional request options
90
90
  */
91
- delete_payment_method(id: string, method_id: string, body: DeletePaymentMethodBody, options?: RequestOptions): Promise<DeletePaymentMethodResponse>;
91
+ delete_payment_method(id: string, method_id: string, body: DeletePaymentMethodBody, options?: RequestOptions): ResponsePromise<DeletePaymentMethodResponse>;
92
92
  /**
93
93
  * GET /payment/token
94
94
  *
@@ -96,28 +96,28 @@ export declare class ServiceClient extends BaseServiceClient {
96
96
  */
97
97
  get_payment_token(options: {
98
98
  query: GetPaymentTokenQuery;
99
- } & RequestOptions): Promise<GetPaymentTokenResponse>;
99
+ } & RequestOptions): ResponsePromise<GetPaymentTokenResponse>;
100
100
  /**
101
101
  * POST /payment/token
102
102
  *
103
103
  * @param body
104
104
  * @param options - additional request options
105
105
  */
106
- post_payment_token(body: PostPaymentTokenBody, options?: RequestOptions): Promise<PostPaymentTokenResponse>;
106
+ post_payment_token(body: PostPaymentTokenBody, options?: RequestOptions): ResponsePromise<PostPaymentTokenResponse>;
107
107
  /**
108
108
  * PUT /payment/token
109
109
  *
110
110
  * @param body
111
111
  * @param options - additional request options
112
112
  */
113
- put_payment_token(body: PutPaymentTokenBody, options?: RequestOptions): Promise<PutPaymentTokenResponse>;
113
+ put_payment_token(body: PutPaymentTokenBody, options?: RequestOptions): ResponsePromise<PutPaymentTokenResponse>;
114
114
  /**
115
115
  * DELETE /payment/token
116
116
  *
117
117
  * @param body
118
118
  * @param options - additional request options
119
119
  */
120
- delete_payment_token(body: DeletePaymentTokenBody, options?: RequestOptions): Promise<DeletePaymentTokenResponse>;
120
+ delete_payment_token(body: DeletePaymentTokenBody, options?: RequestOptions): ResponsePromise<DeletePaymentTokenResponse>;
121
121
  /**
122
122
  * GET /payment/methods
123
123
  *
@@ -125,7 +125,7 @@ export declare class ServiceClient extends BaseServiceClient {
125
125
  */
126
126
  get_payment_methods(options: {
127
127
  query: GetPaymentMethodsQuery;
128
- } & RequestOptions): Promise<GetPaymentMethodsResponse>;
128
+ } & RequestOptions): ResponsePromise<GetPaymentMethodsResponse>;
129
129
  /**
130
130
  * GET /payment/hpc
131
131
  *
@@ -133,7 +133,7 @@ export declare class ServiceClient extends BaseServiceClient {
133
133
  */
134
134
  get_payment_hpc(options: {
135
135
  query: GetPaymentHpcQuery;
136
- } & RequestOptions): Promise<GetPaymentHpcResponse>;
136
+ } & RequestOptions): ResponsePromise<GetPaymentHpcResponse>;
137
137
  /**
138
138
  * POST /order - Create an Order
139
139
  *
@@ -142,21 +142,21 @@ export declare class ServiceClient extends BaseServiceClient {
142
142
  */
143
143
  post_order(body: PostOrderBody, options?: {
144
144
  query?: PostOrderQuery;
145
- } & RequestOptions): Promise<PostOrderResponse>;
145
+ } & RequestOptions): ResponsePromise<PostOrderResponse>;
146
146
  /**
147
147
  * GET /order/{id} - Get an individual order
148
148
  *
149
149
  * @param id - The order ID
150
150
  * @param options - additional request options
151
151
  */
152
- get_order(id: string, options?: RequestOptions): Promise<GetOrderResponse>;
152
+ get_order(id: string, options?: RequestOptions): ResponsePromise<GetOrderResponse>;
153
153
  /**
154
154
  * PUT /order/{id} - Update an individual order
155
155
  *
156
156
  * @param id - The order ID
157
157
  * @param options - additional request options
158
158
  */
159
- put_order(id: string, options?: RequestOptions): Promise<PutOrderResponse>;
159
+ put_order(id: string, options?: RequestOptions): ResponsePromise<PutOrderResponse>;
160
160
  /**
161
161
  * PATCH /order/{id} - Update an existing order
162
162
  *
@@ -164,7 +164,7 @@ export declare class ServiceClient extends BaseServiceClient {
164
164
  * @param body - Order properties to be updated
165
165
  * @param options - additional request options
166
166
  */
167
- patch_order(id: string, body: PatchOrderBody, options?: RequestOptions): Promise<PatchOrderResponse>;
167
+ patch_order(id: string, body: PatchOrderBody, options?: RequestOptions): ResponsePromise<PatchOrderResponse>;
168
168
  /**
169
169
  * POST /order/{id}/issue - Create an issue with an order
170
170
  *
@@ -172,7 +172,7 @@ export declare class ServiceClient extends BaseServiceClient {
172
172
  * @param body - Order issue payload. If reporting dispute please use type as 'DISPUTE'. In case of dispute 'item id' and 'reason' are mandatory params in body.
173
173
  * @param options - additional request options
174
174
  */
175
- post_order_issue(id: string, body: PostOrderIssueBody, options?: RequestOptions): Promise<PostOrderIssueResponse>;
175
+ post_order_issue(id: string, body: PostOrderIssueBody, options?: RequestOptions): ResponsePromise<PostOrderIssueResponse>;
176
176
  /**
177
177
  * PATCH /order/{id}/refund - Issue a refund on an existing order
178
178
  *
@@ -180,7 +180,7 @@ export declare class ServiceClient extends BaseServiceClient {
180
180
  * @param body - Items with pricing and quanitity to be refunded
181
181
  * @param options - additional request options
182
182
  */
183
- patch_order_refund(id: string, body: PatchOrderRefundBody, options?: RequestOptions): Promise<PatchOrderRefundResponse>;
183
+ patch_order_refund(id: string, body: PatchOrderRefundBody, options?: RequestOptions): ResponsePromise<PatchOrderRefundResponse>;
184
184
  /**
185
185
  * GET /order/customer/{id} - Get all orders for a Customer
186
186
  *
@@ -189,7 +189,7 @@ export declare class ServiceClient extends BaseServiceClient {
189
189
  */
190
190
  get_order_customer_orders(id: string, options?: {
191
191
  query?: GetOrderCustomerOrdersQuery;
192
- } & RequestOptions): Promise<GetOrderCustomerOrdersResponse>;
192
+ } & RequestOptions): ResponsePromise<GetOrderCustomerOrdersResponse>;
193
193
  /**
194
194
  * GET /order/customer/{id}/location/brand/{location_brand} - Get all orders for a Customer for a specific Location Brand
195
195
  *
@@ -197,16 +197,16 @@ export declare class ServiceClient extends BaseServiceClient {
197
197
  * @param location_brand - Brand id
198
198
  * @param options - additional request options
199
199
  */
200
- get_order_customer_orders_brand(id: string, location_brand: string, options?: RequestOptions): Promise<GetOrderCustomerOrdersBrandResponse>;
200
+ get_order_customer_orders_brand(id: string, location_brand: string, options?: RequestOptions): ResponsePromise<GetOrderCustomerOrdersBrandResponse>;
201
201
  /**
202
202
  * GET /order/location/brand/{id} - Get all orders for a location Brand
203
203
  *
204
204
  * @param id - The location brand ID
205
205
  * @param options - additional request options
206
206
  */
207
- get_order_brand_orders(id: string, options?: {
208
- query?: GetOrderBrandOrdersQuery;
209
- } & RequestOptions): Promise<GetOrderBrandOrdersResponse>;
207
+ get_order_location_brand(id: string, options?: {
208
+ query?: GetOrderLocationBrandQuery;
209
+ } & RequestOptions): ResponsePromise<GetOrderLocationBrandResponse>;
210
210
  /**
211
211
  * GET /order/location/{id} - Get all orders for a location
212
212
  *
@@ -215,7 +215,7 @@ export declare class ServiceClient extends BaseServiceClient {
215
215
  */
216
216
  get_order_location_orders(id: string, options?: {
217
217
  query?: GetOrderLocationOrdersQuery;
218
- } & RequestOptions): Promise<GetOrderLocationOrdersResponse>;
218
+ } & RequestOptions): ResponsePromise<GetOrderLocationOrdersResponse>;
219
219
  /**
220
220
  * GET /order/location/group/{id} - Get all orders for a location group
221
221
  *
@@ -224,20 +224,20 @@ export declare class ServiceClient extends BaseServiceClient {
224
224
  */
225
225
  get_order_group_orders(id: string, options?: {
226
226
  query?: GetOrderGroupOrdersQuery;
227
- } & RequestOptions): Promise<GetOrderGroupOrdersResponse>;
227
+ } & RequestOptions): ResponsePromise<GetOrderGroupOrdersResponse>;
228
228
  /**
229
229
  * POST /location - Create a new location
230
230
  *
231
231
  * @param body
232
232
  * @param options - additional request options
233
233
  */
234
- post_location(body: PostLocationBody, options?: RequestOptions): Promise<PostLocationResponse>;
234
+ post_location(body: PostLocationBody, options?: RequestOptions): ResponsePromise<PostLocationResponse>;
235
235
  /**
236
236
  * GET /location - Get all location
237
237
  *
238
238
  * @param options - additional request options
239
239
  */
240
- get_locations(options?: RequestOptions): Promise<GetLocationsResponse>;
240
+ get_locations(options?: RequestOptions): ResponsePromise<GetLocationsResponse>;
241
241
  /**
242
242
  * GET /location/search - Gets Location within a radius of the provided point
243
243
  *
@@ -245,7 +245,7 @@ export declare class ServiceClient extends BaseServiceClient {
245
245
  */
246
246
  get_location_search(options?: {
247
247
  query?: GetLocationSearchQuery;
248
- } & RequestOptions): Promise<GetLocationSearchResponse>;
248
+ } & RequestOptions): ResponsePromise<GetLocationSearchResponse>;
249
249
  /**
250
250
  * GET /location/{id} - Get an individual Location
251
251
  *
@@ -254,7 +254,7 @@ export declare class ServiceClient extends BaseServiceClient {
254
254
  */
255
255
  get_location(id: string, options?: {
256
256
  query?: GetLocationQuery;
257
- } & RequestOptions): Promise<GetLocationResponse>;
257
+ } & RequestOptions): ResponsePromise<GetLocationResponse>;
258
258
  /**
259
259
  * PUT /location/{id} - Override a complete Location
260
260
  *
@@ -262,7 +262,7 @@ export declare class ServiceClient extends BaseServiceClient {
262
262
  * @param body
263
263
  * @param options - additional request options
264
264
  */
265
- put_location(id: string, body: PutLocationBody, options?: RequestOptions): Promise<PutLocationResponse>;
265
+ put_location(id: string, body: PutLocationBody, options?: RequestOptions): ResponsePromise<PutLocationResponse>;
266
266
  /**
267
267
  * DELETE /location/{id} - Delete brands from a Location
268
268
  *
@@ -270,7 +270,7 @@ export declare class ServiceClient extends BaseServiceClient {
270
270
  * @param body
271
271
  * @param options - additional request options
272
272
  */
273
- delete_location(id: string, body: DeleteLocationBody, options?: RequestOptions): Promise<DeleteLocationResponse>;
273
+ delete_location(id: string, body: DeleteLocationBody, options?: RequestOptions): ResponsePromise<DeleteLocationResponse>;
274
274
  /**
275
275
  * PATCH /location/{id} - Update a Location
276
276
  *
@@ -278,14 +278,14 @@ export declare class ServiceClient extends BaseServiceClient {
278
278
  * @param body
279
279
  * @param options - additional request options
280
280
  */
281
- patch_location(id: string, body: PatchLocationBody, options?: RequestOptions): Promise<PatchLocationResponse>;
281
+ patch_location(id: string, body: PatchLocationBody, options?: RequestOptions): ResponsePromise<PatchLocationResponse>;
282
282
  /**
283
283
  * GET /location/pos/{id} - Get information about a POS
284
284
  *
285
285
  * @param id - POS ID
286
286
  * @param options - additional request options
287
287
  */
288
- get_location_pos(id: string, options?: RequestOptions): Promise<GetLocationPosResponse>;
288
+ get_location_pos(id: string, options?: RequestOptions): ResponsePromise<GetLocationPosResponse>;
289
289
  /**
290
290
  * PUT /location/pos/{id} - Set information about a POS
291
291
  *
@@ -293,20 +293,20 @@ export declare class ServiceClient extends BaseServiceClient {
293
293
  * @param body
294
294
  * @param options - additional request options
295
295
  */
296
- put_location_pos(id: string, body: PutLocationPosBody, options?: RequestOptions): Promise<PutLocationPosResponse>;
296
+ put_location_pos(id: string, body: PutLocationPosBody, options?: RequestOptions): ResponsePromise<PutLocationPosResponse>;
297
297
  /**
298
298
  * GET /location/multigroup - Get all the top level multigroups
299
299
  *
300
300
  * @param options - additional request options
301
301
  */
302
- get_location_multigroups(options?: RequestOptions): Promise<GetLocationMultigroupsResponse>;
302
+ get_location_multigroups(options?: RequestOptions): ResponsePromise<GetLocationMultigroupsResponse>;
303
303
  /**
304
304
  * POST /location/multigroup - Create a new multigroup
305
305
  *
306
306
  * @param body
307
307
  * @param options - additional request options
308
308
  */
309
- post_location_multigroup(body: PostLocationMultigroupBody, options?: RequestOptions): Promise<PostLocationMultigroupResponse>;
309
+ post_location_multigroup(body: PostLocationMultigroupBody, options?: RequestOptions): ResponsePromise<PostLocationMultigroupResponse>;
310
310
  /**
311
311
  * GET /location/multigroup/{id} - Get a multigroup
312
312
  *
@@ -315,7 +315,7 @@ export declare class ServiceClient extends BaseServiceClient {
315
315
  */
316
316
  get_location_multigroup(id: string, options?: {
317
317
  query?: GetLocationMultigroupQuery;
318
- } & RequestOptions): Promise<GetLocationMultigroupResponse>;
318
+ } & RequestOptions): ResponsePromise<GetLocationMultigroupResponse>;
319
319
  /**
320
320
  * PUT /location/multigroup/{id} - Override a complete multigroup
321
321
  *
@@ -323,7 +323,7 @@ export declare class ServiceClient extends BaseServiceClient {
323
323
  * @param body
324
324
  * @param options - additional request options
325
325
  */
326
- put_location_multigroup(id: string, body: PutLocationMultigroupBody, options?: RequestOptions): Promise<PutLocationMultigroupResponse>;
326
+ put_location_multigroup(id: string, body: PutLocationMultigroupBody, options?: RequestOptions): ResponsePromise<PutLocationMultigroupResponse>;
327
327
  /**
328
328
  * DELETE /location/multigroup/{id} - Delete groups from a multigroup
329
329
  *
@@ -331,7 +331,7 @@ export declare class ServiceClient extends BaseServiceClient {
331
331
  * @param body
332
332
  * @param options - additional request options
333
333
  */
334
- delete_location_multigroup(id: string, body: DeleteLocationMultigroupBody, options?: RequestOptions): Promise<DeleteLocationMultigroupResponse>;
334
+ delete_location_multigroup(id: string, body: DeleteLocationMultigroupBody, options?: RequestOptions): ResponsePromise<DeleteLocationMultigroupResponse>;
335
335
  /**
336
336
  * PATCH /location/multigroup/{id} - Update a multigroup
337
337
  *
@@ -339,7 +339,7 @@ export declare class ServiceClient extends BaseServiceClient {
339
339
  * @param body
340
340
  * @param options - additional request options
341
341
  */
342
- patch_location_multigroup(id: string, body: PatchLocationMultigroupBody, options?: RequestOptions): Promise<PatchLocationMultigroupResponse>;
342
+ patch_location_multigroup(id: string, body: PatchLocationMultigroupBody, options?: RequestOptions): ResponsePromise<PatchLocationMultigroupResponse>;
343
343
  /**
344
344
  * GET /location/multigroup/{id}/user/{user_id} - Get all the groups in a multigroup specific to user permissions
345
345
  *
@@ -349,14 +349,14 @@ export declare class ServiceClient extends BaseServiceClient {
349
349
  */
350
350
  get_location_user_multigroup(id: string, user_id: string, options?: {
351
351
  query?: GetLocationUserMultigroupQuery;
352
- } & RequestOptions): Promise<GetLocationUserMultigroupResponse>;
352
+ } & RequestOptions): ResponsePromise<GetLocationUserMultigroupResponse>;
353
353
  /**
354
354
  * POST /location/group - Create a new group
355
355
  *
356
356
  * @param body
357
357
  * @param options - additional request options
358
358
  */
359
- post_location_group(body: PostLocationGroupBody, options?: RequestOptions): Promise<PostLocationGroupResponse>;
359
+ post_location_group(body: PostLocationGroupBody, options?: RequestOptions): ResponsePromise<PostLocationGroupResponse>;
360
360
  /**
361
361
  * GET /location/group/{id} - Get an individual Group based on id or latitude/longitude
362
362
  *
@@ -365,7 +365,7 @@ export declare class ServiceClient extends BaseServiceClient {
365
365
  */
366
366
  get_location_group(id: string, options?: {
367
367
  query?: GetLocationGroupQuery;
368
- } & RequestOptions): Promise<GetLocationGroupResponse>;
368
+ } & RequestOptions): ResponsePromise<GetLocationGroupResponse>;
369
369
  /**
370
370
  * PUT /location/group/{id} - Override a complete Group
371
371
  *
@@ -373,7 +373,7 @@ export declare class ServiceClient extends BaseServiceClient {
373
373
  * @param body
374
374
  * @param options - additional request options
375
375
  */
376
- put_location_group(id: string, body: PutLocationGroupBody, options?: RequestOptions): Promise<PutLocationGroupResponse>;
376
+ put_location_group(id: string, body: PutLocationGroupBody, options?: RequestOptions): ResponsePromise<PutLocationGroupResponse>;
377
377
  /**
378
378
  * DELETE /location/group/{id} - Delete locations from a Group
379
379
  *
@@ -381,7 +381,7 @@ export declare class ServiceClient extends BaseServiceClient {
381
381
  * @param body
382
382
  * @param options - additional request options
383
383
  */
384
- delete_location_group(id: string, body: DeleteLocationGroupBody, options?: RequestOptions): Promise<DeleteLocationGroupResponse>;
384
+ delete_location_group(id: string, body: DeleteLocationGroupBody, options?: RequestOptions): ResponsePromise<DeleteLocationGroupResponse>;
385
385
  /**
386
386
  * PATCH /location/group/{id} - Update a Group
387
387
  *
@@ -389,7 +389,7 @@ export declare class ServiceClient extends BaseServiceClient {
389
389
  * @param body
390
390
  * @param options - additional request options
391
391
  */
392
- patch_location_group(id: string, body: PatchLocationGroupBody, options?: RequestOptions): Promise<PatchLocationGroupResponse>;
392
+ patch_location_group(id: string, body: PatchLocationGroupBody, options?: RequestOptions): ResponsePromise<PatchLocationGroupResponse>;
393
393
  /**
394
394
  * GET /location/group/{id}/deliverydestination - Get all delivery destinations for group
395
395
  *
@@ -398,7 +398,7 @@ export declare class ServiceClient extends BaseServiceClient {
398
398
  */
399
399
  get_location_group_deliverydestinations(id: string, options?: {
400
400
  query?: GetLocationGroupDeliverydestinationsQuery;
401
- } & RequestOptions): Promise<GetLocationGroupDeliverydestinationsResponse>;
401
+ } & RequestOptions): ResponsePromise<GetLocationGroupDeliverydestinationsResponse>;
402
402
  /**
403
403
  * POST /location/group/{id}/deliverydestination - Create a new location group delivery destination
404
404
  *
@@ -406,7 +406,7 @@ export declare class ServiceClient extends BaseServiceClient {
406
406
  * @param body
407
407
  * @param options - additional request options
408
408
  */
409
- post_location_group_deliverydestination(id: string, body: PostLocationGroupDeliverydestinationBody, options?: RequestOptions): Promise<PostLocationGroupDeliverydestinationResponse>;
409
+ post_location_group_deliverydestination(id: string, body: PostLocationGroupDeliverydestinationBody, options?: RequestOptions): ResponsePromise<PostLocationGroupDeliverydestinationResponse>;
410
410
  /**
411
411
  * GET /location/group/{id}/deliverydestination/{delivery_destination} - Get a delivery destination
412
412
  *
@@ -414,7 +414,7 @@ export declare class ServiceClient extends BaseServiceClient {
414
414
  * @param delivery_destination - Delivery Destination ID
415
415
  * @param options - additional request options
416
416
  */
417
- get_location_group_deliverydestination(id: string, delivery_destination: string, options?: RequestOptions): Promise<GetLocationGroupDeliverydestinationResponse>;
417
+ get_location_group_deliverydestination(id: string, delivery_destination: string, options?: RequestOptions): ResponsePromise<GetLocationGroupDeliverydestinationResponse>;
418
418
  /**
419
419
  * PATCH /location/group/{id}/deliverydestination/{delivery_destination} - Patch a delivery destination
420
420
  *
@@ -423,7 +423,7 @@ export declare class ServiceClient extends BaseServiceClient {
423
423
  * @param body
424
424
  * @param options - additional request options
425
425
  */
426
- patch_location_group_deliverydestination(id: string, delivery_destination: string, body: PatchLocationGroupDeliverydestinationBody, options?: RequestOptions): Promise<PatchLocationGroupDeliverydestinationResponse>;
426
+ patch_location_group_deliverydestination(id: string, delivery_destination: string, body: PatchLocationGroupDeliverydestinationBody, options?: RequestOptions): ResponsePromise<PatchLocationGroupDeliverydestinationResponse>;
427
427
  /**
428
428
  * DELETE /location/group/{id}/deliverydestination/{delivery_destination} - Delete a delivery destination
429
429
  *
@@ -431,7 +431,7 @@ export declare class ServiceClient extends BaseServiceClient {
431
431
  * @param delivery_destination - Delivery Destination ID
432
432
  * @param options - additional request options
433
433
  */
434
- delete_location_group_deliverydestination(id: string, delivery_destination: string, options?: RequestOptions): Promise<DeleteLocationGroupDeliverydestinationResponse>;
434
+ delete_location_group_deliverydestination(id: string, delivery_destination: string, options?: RequestOptions): ResponsePromise<DeleteLocationGroupDeliverydestinationResponse>;
435
435
  /**
436
436
  * GET /location/group/{id}/user/{user_id} - Get a location group info specific to user read permissions
437
437
  *
@@ -441,20 +441,20 @@ export declare class ServiceClient extends BaseServiceClient {
441
441
  */
442
442
  get_location_user_group(id: string, user_id: string, options?: {
443
443
  query?: GetLocationUserGroupQuery;
444
- } & RequestOptions): Promise<GetLocationUserGroupResponse>;
444
+ } & RequestOptions): ResponsePromise<GetLocationUserGroupResponse>;
445
445
  /**
446
446
  * GET /location/brands - Get all location brands
447
447
  *
448
448
  * @param options - additional request options
449
449
  */
450
- get_location_brands(options?: RequestOptions): Promise<GetLocationBrandsResponse>;
450
+ get_location_brands(options?: RequestOptions): ResponsePromise<GetLocationBrandsResponse>;
451
451
  /**
452
452
  * GET /location/brand/{id}/deliverydestinations - Get delivery destinations for a brand
453
453
  *
454
454
  * @param id - Brand ID
455
455
  * @param options - additional request options
456
456
  */
457
- get_location_brand_destinations(id: string, options?: RequestOptions): Promise<GetLocationBrandDestinationsResponse>;
457
+ get_location_brand_destinations(id: string, options?: RequestOptions): ResponsePromise<GetLocationBrandDestinationsResponse>;
458
458
  /**
459
459
  * POST /location/brand/{id}/document - Attach document to a brand
460
460
  *
@@ -462,28 +462,28 @@ export declare class ServiceClient extends BaseServiceClient {
462
462
  * @param body
463
463
  * @param options - additional request options
464
464
  */
465
- post_location_brand_document(id: string, body: PostLocationBrandDocumentBody, options?: RequestOptions): Promise<PostLocationBrandDocumentResponse>;
465
+ post_location_brand_document(id: string, body: PostLocationBrandDocumentBody, options?: RequestOptions): ResponsePromise<PostLocationBrandDocumentResponse>;
466
466
  /**
467
467
  * PATCH /location/brand/{id}/document - Edit location document
468
468
  *
469
469
  * @param id - Brand ID
470
470
  * @param options - additional request options
471
471
  */
472
- patch_location_brand_document(id: string, options?: RequestOptions): Promise<PatchLocationBrandDocumentResponse>;
472
+ patch_location_brand_document(id: string, options?: RequestOptions): ResponsePromise<PatchLocationBrandDocumentResponse>;
473
473
  /**
474
474
  * DELETE /location/brand/{id}/document - Deleted brand document
475
475
  *
476
476
  * @param id - Brand ID
477
477
  * @param options - additional request options
478
478
  */
479
- delete_location_brand_document(id: string, options?: RequestOptions): Promise<DeleteLocationBrandDocumentResponse>;
479
+ delete_location_brand_document(id: string, options?: RequestOptions): ResponsePromise<DeleteLocationBrandDocumentResponse>;
480
480
  /**
481
481
  * GET /location/brand/{id}/documents - Get location brand attached documents
482
482
  *
483
483
  * @param id - Brand ID
484
484
  * @param options - additional request options
485
485
  */
486
- get_location_brand_documents(id: string, options?: RequestOptions): Promise<GetLocationBrandDocumentsResponse>;
486
+ get_location_brand_documents(id: string, options?: RequestOptions): ResponsePromise<GetLocationBrandDocumentsResponse>;
487
487
  /**
488
488
  * GET /location/brand/{id}/timeslots - Get location brand timeslots
489
489
  *
@@ -492,7 +492,7 @@ export declare class ServiceClient extends BaseServiceClient {
492
492
  */
493
493
  get_location_brand_timeslots(id: string, options?: {
494
494
  query?: GetLocationBrandTimeslotsQuery;
495
- } & RequestOptions): Promise<GetLocationBrandTimeslotsResponse>;
495
+ } & RequestOptions): ResponsePromise<GetLocationBrandTimeslotsResponse>;
496
496
  /**
497
497
  * POST /location/marketplace/timeslots - Get Market Place timeslots
498
498
  *
@@ -501,7 +501,7 @@ export declare class ServiceClient extends BaseServiceClient {
501
501
  */
502
502
  post_location_marketplace_timeslots(body: PostLocationMarketplaceTimeslotsBody, options?: {
503
503
  query?: PostLocationMarketplaceTimeslotsQuery;
504
- } & RequestOptions): Promise<PostLocationMarketplaceTimeslotsResponse>;
504
+ } & RequestOptions): ResponsePromise<PostLocationMarketplaceTimeslotsResponse>;
505
505
  /**
506
506
  * POST /location/marketplace/timeslots/delivery - Get Marketplace delivery timeslots
507
507
  *
@@ -510,7 +510,7 @@ export declare class ServiceClient extends BaseServiceClient {
510
510
  */
511
511
  post_location_marketplace_timeslots_delivery(body: PostLocationMarketplaceTimeslotsDeliveryBody, options?: {
512
512
  query?: PostLocationMarketplaceTimeslotsDeliveryQuery;
513
- } & RequestOptions): Promise<PostLocationMarketplaceTimeslotsDeliveryResponse>;
513
+ } & RequestOptions): ResponsePromise<PostLocationMarketplaceTimeslotsDeliveryResponse>;
514
514
  /**
515
515
  * GET /location/brand/{id}/timeslots/menu/{menu} - Get location brand timeslots for menu
516
516
  *
@@ -520,7 +520,7 @@ export declare class ServiceClient extends BaseServiceClient {
520
520
  */
521
521
  get_location_brand_menu_timeslots(id: string, menu: string, options?: {
522
522
  query?: GetLocationBrandMenuTimeslotsQuery;
523
- } & RequestOptions): Promise<GetLocationBrandMenuTimeslotsResponse>;
523
+ } & RequestOptions): ResponsePromise<GetLocationBrandMenuTimeslotsResponse>;
524
524
  /**
525
525
  * GET /location/brand/{id}/timeslots/delivery - Get location brand delivery timeslots
526
526
  *
@@ -529,7 +529,7 @@ export declare class ServiceClient extends BaseServiceClient {
529
529
  */
530
530
  get_location_brand_delivery_timeslots(id: string, options?: {
531
531
  query?: GetLocationBrandDeliveryTimeslotsQuery;
532
- } & RequestOptions): Promise<GetLocationBrandDeliveryTimeslotsResponse>;
532
+ } & RequestOptions): ResponsePromise<GetLocationBrandDeliveryTimeslotsResponse>;
533
533
  /**
534
534
  * GET /location/brand/{id}/timeslots/delivery/menu/{menu} - Get location brand delivery timeslots for menu
535
535
  *
@@ -539,14 +539,14 @@ export declare class ServiceClient extends BaseServiceClient {
539
539
  */
540
540
  get_location_brand_menu_delivery_timeslosts(id: string, menu: string, options?: {
541
541
  query?: GetLocationBrandMenuDeliveryTimeslostsQuery;
542
- } & RequestOptions): Promise<GetLocationBrandMenuDeliveryTimeslostsResponse>;
542
+ } & RequestOptions): ResponsePromise<GetLocationBrandMenuDeliveryTimeslostsResponse>;
543
543
  /**
544
544
  * POST /location/brand - Create a new Brand
545
545
  *
546
546
  * @param body
547
547
  * @param options - additional request options
548
548
  */
549
- post_location_brand(body: PostLocationBrandBody, options?: RequestOptions): Promise<PostLocationBrandResponse>;
549
+ post_location_brand(body: PostLocationBrandBody, options?: RequestOptions): ResponsePromise<PostLocationBrandResponse>;
550
550
  /**
551
551
  * GET /location/brand/{id} - Get location brand
552
552
  *
@@ -555,7 +555,7 @@ export declare class ServiceClient extends BaseServiceClient {
555
555
  */
556
556
  get_location_brand(id: string, options?: {
557
557
  query?: GetLocationBrandQuery;
558
- } & RequestOptions): Promise<GetLocationBrandResponse>;
558
+ } & RequestOptions): ResponsePromise<GetLocationBrandResponse>;
559
559
  /**
560
560
  * PATCH /location/brand/{id} - Update location brand
561
561
  *
@@ -563,7 +563,7 @@ export declare class ServiceClient extends BaseServiceClient {
563
563
  * @param body
564
564
  * @param options - additional request options
565
565
  */
566
- patch_location_brand(id: string, body: PatchLocationBrandBody, options?: RequestOptions): Promise<PatchLocationBrandResponse>;
566
+ patch_location_brand(id: string, body: PatchLocationBrandBody, options?: RequestOptions): ResponsePromise<PatchLocationBrandResponse>;
567
567
  /**
568
568
  * DELETE /location/brand/{id} - Delete data from a Brand
569
569
  *
@@ -571,7 +571,7 @@ export declare class ServiceClient extends BaseServiceClient {
571
571
  * @param body
572
572
  * @param options - additional request options
573
573
  */
574
- delete_location_brand(id: string, body: DeleteLocationBrandBody, options?: RequestOptions): Promise<DeleteLocationBrandResponse>;
574
+ delete_location_brand(id: string, body: DeleteLocationBrandBody, options?: RequestOptions): ResponsePromise<DeleteLocationBrandResponse>;
575
575
  /**
576
576
  * PUT /location/brand/{id} - Update location brand
577
577
  *
@@ -579,20 +579,20 @@ export declare class ServiceClient extends BaseServiceClient {
579
579
  * @param body
580
580
  * @param options - additional request options
581
581
  */
582
- put_location_brand(id: string, body: PutLocationBrandBody, options?: RequestOptions): Promise<PutLocationBrandResponse>;
582
+ put_location_brand(id: string, body: PutLocationBrandBody, options?: RequestOptions): ResponsePromise<PutLocationBrandResponse>;
583
583
  /**
584
584
  * GET /location/sector - Get list of all the sectors
585
585
  *
586
586
  * @param options - additional request options
587
587
  */
588
- get_location_sectors(options?: RequestOptions): Promise<GetLocationSectorsResponse>;
588
+ get_location_sectors(options?: RequestOptions): ResponsePromise<GetLocationSectorsResponse>;
589
589
  /**
590
590
  * POST /location/sector - Create a new sector
591
591
  *
592
592
  * @param body
593
593
  * @param options - additional request options
594
594
  */
595
- post_location_sector(body: PostLocationSectorBody, options?: RequestOptions): Promise<PostLocationSectorResponse>;
595
+ post_location_sector(body: PostLocationSectorBody, options?: RequestOptions): ResponsePromise<PostLocationSectorResponse>;
596
596
  /**
597
597
  * GET /location/sector/{id} - Get a sector
598
598
  *
@@ -601,7 +601,7 @@ export declare class ServiceClient extends BaseServiceClient {
601
601
  */
602
602
  get_location_sector(id: string, options?: {
603
603
  query?: GetLocationSectorQuery;
604
- } & RequestOptions): Promise<GetLocationSectorResponse>;
604
+ } & RequestOptions): ResponsePromise<GetLocationSectorResponse>;
605
605
  /**
606
606
  * PATCH /location/sector/{id} - Update a sector
607
607
  *
@@ -611,14 +611,14 @@ export declare class ServiceClient extends BaseServiceClient {
611
611
  */
612
612
  patch_location_sector(id: string, body: PatchLocationSectorBody, options?: {
613
613
  query?: PatchLocationSectorQuery;
614
- } & RequestOptions): Promise<PatchLocationSectorResponse>;
614
+ } & RequestOptions): ResponsePromise<PatchLocationSectorResponse>;
615
615
  /**
616
616
  * POST /location/company - Create a new company
617
617
  *
618
618
  * @param body
619
619
  * @param options - additional request options
620
620
  */
621
- post_location_company(body: PostLocationCompanyBody, options?: RequestOptions): Promise<PostLocationCompanyResponse>;
621
+ post_location_company(body: PostLocationCompanyBody, options?: RequestOptions): ResponsePromise<PostLocationCompanyResponse>;
622
622
  /**
623
623
  * GET /location/company/{id} - Get a company within sector
624
624
  *
@@ -627,7 +627,7 @@ export declare class ServiceClient extends BaseServiceClient {
627
627
  */
628
628
  get_location_company(id: string, options?: {
629
629
  query?: GetLocationCompanyQuery;
630
- } & RequestOptions): Promise<GetLocationCompanyResponse>;
630
+ } & RequestOptions): ResponsePromise<GetLocationCompanyResponse>;
631
631
  /**
632
632
  * PATCH /location/company/{id} - Update a company
633
633
  *
@@ -635,14 +635,14 @@ export declare class ServiceClient extends BaseServiceClient {
635
635
  * @param body
636
636
  * @param options - additional request options
637
637
  */
638
- patch_location_company(id: string, body: PatchLocationCompanyBody, options?: RequestOptions): Promise<PatchLocationCompanyResponse>;
638
+ patch_location_company(id: string, body: PatchLocationCompanyBody, options?: RequestOptions): ResponsePromise<PatchLocationCompanyResponse>;
639
639
  /**
640
640
  * POST /shoppingcart/ - Create a new ShoppingCart
641
641
  *
642
642
  * @param body
643
643
  * @param options - additional request options
644
644
  */
645
- post_shoppingcart_cart(body: PostShoppingcartCartBody, options?: RequestOptions): Promise<PostShoppingcartCartResponse>;
645
+ post_shoppingcart_cart(body: PostShoppingcartCartBody, options?: RequestOptions): ResponsePromise<PostShoppingcartCartResponse>;
646
646
  /**
647
647
  * PUT /shoppingcart/{id} - Put a menu item into a ShoppingCart
648
648
  *
@@ -650,7 +650,7 @@ export declare class ServiceClient extends BaseServiceClient {
650
650
  * @param body
651
651
  * @param options - additional request options
652
652
  */
653
- put_shoppingcart_cart_items(id: string, body: PutShoppingcartCartItemsBody, options?: RequestOptions): Promise<PutShoppingcartCartItemsResponse>;
653
+ put_shoppingcart_cart_items(id: string, body: PutShoppingcartCartItemsBody, options?: RequestOptions): ResponsePromise<PutShoppingcartCartItemsResponse>;
654
654
  /**
655
655
  * DELETE /shoppingcart/{id} - Delete a menu item from a ShoppingCart
656
656
  *
@@ -658,21 +658,21 @@ export declare class ServiceClient extends BaseServiceClient {
658
658
  * @param body
659
659
  * @param options - additional request options
660
660
  */
661
- delete_shoppingcart_cart_items(id: string, body: DeleteShoppingcartCartItemsBody, options?: RequestOptions): Promise<DeleteShoppingcartCartItemsResponse>;
661
+ delete_shoppingcart_cart_items(id: string, body: DeleteShoppingcartCartItemsBody, options?: RequestOptions): ResponsePromise<DeleteShoppingcartCartItemsResponse>;
662
662
  /**
663
663
  * GET /shoppingcart/{id} - Get an individual ShoppingCart
664
664
  *
665
665
  * @param id - Shopping cart ID
666
666
  * @param options - additional request options
667
667
  */
668
- get_shoppingcart_cart(id: string, options?: RequestOptions): Promise<GetShoppingcartCartResponse>;
668
+ get_shoppingcart_cart(id: string, options?: RequestOptions): ResponsePromise<GetShoppingcartCartResponse>;
669
669
  /**
670
670
  * PATCH /shoppingcart/{id} - Update a ShoppingCart
671
671
  *
672
672
  * @param id - Shopping cart ID
673
673
  * @param options - additional request options
674
674
  */
675
- patch_shoppingcart_cart(id: string, options?: RequestOptions): Promise<PatchShoppingcartCartResponse>;
675
+ patch_shoppingcart_cart(id: string, options?: RequestOptions): ResponsePromise<PatchShoppingcartCartResponse>;
676
676
  /**
677
677
  * PUT /shoppingcart/{id}/promo - Put a promo in a ShoppingCart
678
678
  *
@@ -680,14 +680,14 @@ export declare class ServiceClient extends BaseServiceClient {
680
680
  * @param body
681
681
  * @param options - additional request options
682
682
  */
683
- put_shoppingcart_cart_promo(id: string, body: PutShoppingcartCartPromoBody, options?: RequestOptions): Promise<PutShoppingcartCartPromoResponse>;
683
+ put_shoppingcart_cart_promo(id: string, body: PutShoppingcartCartPromoBody, options?: RequestOptions): ResponsePromise<PutShoppingcartCartPromoResponse>;
684
684
  /**
685
685
  * DELETE /shoppingcart/{id}/promo - Delete the promo in a ShoppingCart
686
686
  *
687
687
  * @param id - Shopping cart ID
688
688
  * @param options - additional request options
689
689
  */
690
- delete_shoppingcart_cart_promo(id: string, options?: RequestOptions): Promise<DeleteShoppingcartCartPromoResponse>;
690
+ delete_shoppingcart_cart_promo(id: string, options?: RequestOptions): ResponsePromise<DeleteShoppingcartCartPromoResponse>;
691
691
  /**
692
692
  * PUT /shoppingcart/{id}/paymentmethod/ - Change payment method used in shopping cart
693
693
  *
@@ -695,7 +695,7 @@ export declare class ServiceClient extends BaseServiceClient {
695
695
  * @param body
696
696
  * @param options - additional request options
697
697
  */
698
- put_shoppingcart_cart_payment(id: string, body: PutShoppingcartCartPaymentBody, options?: RequestOptions): Promise<PutShoppingcartCartPaymentResponse>;
698
+ put_shoppingcart_cart_payment(id: string, body: PutShoppingcartCartPaymentBody, options?: RequestOptions): ResponsePromise<PutShoppingcartCartPaymentResponse>;
699
699
  /**
700
700
  * PUT /shoppingcart/{id}/order/ - Store information about the order created with this shopping cart
701
701
  *
@@ -703,7 +703,7 @@ export declare class ServiceClient extends BaseServiceClient {
703
703
  * @param body
704
704
  * @param options - additional request options
705
705
  */
706
- put_shoppingcart_cart_order(id: string, body: PutShoppingcartCartOrderBody, options?: RequestOptions): Promise<PutShoppingcartCartOrderResponse>;
706
+ put_shoppingcart_cart_order(id: string, body: PutShoppingcartCartOrderBody, options?: RequestOptions): ResponsePromise<PutShoppingcartCartOrderResponse>;
707
707
  /**
708
708
  * PUT /shoppingcart/{id}/loyalty/{user_id} - Apply a loyalty coupon in a ShoppingCart
709
709
  *
@@ -712,7 +712,7 @@ export declare class ServiceClient extends BaseServiceClient {
712
712
  * @param body
713
713
  * @param options - additional request options
714
714
  */
715
- put_shoppingcart_cart_loyalty(id: string, user_id: string, body: PutShoppingcartCartLoyaltyBody, options?: RequestOptions): Promise<PutShoppingcartCartLoyaltyResponse>;
715
+ put_shoppingcart_cart_loyalty(id: string, user_id: string, body: PutShoppingcartCartLoyaltyBody, options?: RequestOptions): ResponsePromise<PutShoppingcartCartLoyaltyResponse>;
716
716
  /**
717
717
  * DELETE /shoppingcart/{id}/loyalty/{user_id} - Delete loyalty coupon in shoppingCart
718
718
  *
@@ -720,7 +720,7 @@ export declare class ServiceClient extends BaseServiceClient {
720
720
  * @param user_id - User ID
721
721
  * @param options - additional request options
722
722
  */
723
- delete_shoppingcart_cart_loyalty(id: string, user_id: string, options?: RequestOptions): Promise<DeleteShoppingcartCartLoyaltyResponse>;
723
+ delete_shoppingcart_cart_loyalty(id: string, user_id: string, options?: RequestOptions): ResponsePromise<DeleteShoppingcartCartLoyaltyResponse>;
724
724
  /**
725
725
  * POST /shoppingcart/{id}/clone - Create a shopping cart from existing shopping cart
726
726
  *
@@ -728,60 +728,60 @@ export declare class ServiceClient extends BaseServiceClient {
728
728
  * @param body
729
729
  * @param options - additional request options
730
730
  */
731
- post_shoppingcart_clone_cart(id: string, body: PostShoppingcartCloneCartBody, options?: RequestOptions): Promise<PostShoppingcartCloneCartResponse>;
731
+ post_shoppingcart_clone_cart(id: string, body: PostShoppingcartCloneCartBody, options?: RequestOptions): ResponsePromise<PostShoppingcartCloneCartResponse>;
732
732
  /**
733
733
  * POST /shoppingcart/bulk - Get multiple ShoppingCarts
734
734
  *
735
735
  * @param body
736
736
  * @param options - additional request options
737
737
  */
738
- post_shoppingcart_bulk(body: PostShoppingcartBulkBody, options?: RequestOptions): Promise<PostShoppingcartBulkResponse>;
738
+ post_shoppingcart_bulk(body: PostShoppingcartBulkBody, options?: RequestOptions): ResponsePromise<PostShoppingcartBulkResponse>;
739
739
  /**
740
740
  * POST /partner/standardcognition/shoppingcart - Calculates a shoppingcart
741
741
  *
742
742
  * @param body
743
743
  * @param options - additional request options
744
744
  */
745
- post_partner_standardcognition_shoppingcart(body: PostPartnerStandardcognitionShoppingcartBody, options?: RequestOptions): Promise<PostPartnerStandardcognitionShoppingcartResponse>;
745
+ post_partner_standardcognition_shoppingcart(body: PostPartnerStandardcognitionShoppingcartBody, options?: RequestOptions): ResponsePromise<PostPartnerStandardcognitionShoppingcartResponse>;
746
746
  /**
747
747
  * GET /partner/standardcognition/locations - Gets the locations where Standard Cognition is available
748
748
  *
749
749
  * @param options - additional request options
750
750
  */
751
- get_partner_standardcognition_locations(options?: RequestOptions): Promise<GetPartnerStandardcognitionLocationsResponse>;
751
+ get_partner_standardcognition_locations(options?: RequestOptions): ResponsePromise<GetPartnerStandardcognitionLocationsResponse>;
752
752
  /**
753
753
  * GET /partner/coolr/locations - Gets the locations where Coolr is available
754
754
  *
755
755
  * @param options - additional request options
756
756
  */
757
- get_partner_coolr_locations(options?: RequestOptions): Promise<GetPartnerCoolrLocationsResponse>;
757
+ get_partner_coolr_locations(options?: RequestOptions): ResponsePromise<GetPartnerCoolrLocationsResponse>;
758
758
  /**
759
759
  * GET /partner/coolr/{id}/images - Gets the latest images for Coolr Location AssetID
760
760
  *
761
761
  * @param id - location
762
762
  * @param options - additional request options
763
763
  */
764
- get_partner_coolr_images(id: string, options?: RequestOptions): Promise<GetPartnerCoolrImagesResponse>;
764
+ get_partner_coolr_images(id: string, options?: RequestOptions): ResponsePromise<GetPartnerCoolrImagesResponse>;
765
765
  /**
766
766
  * GET /partner/swagger.json
767
767
  *
768
768
  * @param options - additional request options
769
769
  */
770
- get_partner_swagger(options?: RequestOptions): Promise<GetPartnerSwaggerResponse>;
770
+ get_partner_swagger(options?: RequestOptions): ResponsePromise<GetPartnerSwaggerResponse>;
771
771
  /**
772
772
  * POST /task/ - Create new Task
773
773
  *
774
774
  * @param body - Task Information
775
775
  * @param options - additional request options
776
776
  */
777
- post_task(body: PostTaskBody, options?: RequestOptions): Promise<PostTaskResponse>;
777
+ post_task(body: PostTaskBody, options?: RequestOptions): ResponsePromise<PostTaskResponse>;
778
778
  /**
779
779
  * GET /task/{id} - Get task based on passed ID
780
780
  *
781
781
  * @param id - Task ID
782
782
  * @param options - additional request options
783
783
  */
784
- get_task(id: string, options?: RequestOptions): Promise<GetTaskResponse>;
784
+ get_task(id: string, options?: RequestOptions): ResponsePromise<GetTaskResponse>;
785
785
  /**
786
786
  * PATCH /task/{id} - Update Task
787
787
  *
@@ -789,28 +789,28 @@ export declare class ServiceClient extends BaseServiceClient {
789
789
  * @param body - Task Information
790
790
  * @param options - additional request options
791
791
  */
792
- patch_task(id: string, body: PatchTaskBody, options?: RequestOptions): Promise<PatchTaskResponse>;
792
+ patch_task(id: string, body: PatchTaskBody, options?: RequestOptions): ResponsePromise<PatchTaskResponse>;
793
793
  /**
794
794
  * DELETE /task/{id} - Delete Task
795
795
  *
796
796
  * @param id - Task ID
797
797
  * @param options - additional request options
798
798
  */
799
- delete_task(id: string, options?: RequestOptions): Promise<DeleteTaskResponse>;
799
+ delete_task(id: string, options?: RequestOptions): ResponsePromise<DeleteTaskResponse>;
800
800
  /**
801
801
  * GET /task/order/{id} - Get task based on passed order ID
802
802
  *
803
803
  * @param id - Order ID
804
804
  * @param options - additional request options
805
805
  */
806
- get_task_order(id: string, options?: RequestOptions): Promise<GetTaskOrderResponse>;
806
+ get_task_order(id: string, options?: RequestOptions): ResponsePromise<GetTaskOrderResponse>;
807
807
  /**
808
808
  * GET /task/order/{id}/kds - Get KDS tasks based on passed order ID
809
809
  *
810
810
  * @param id - Order ID
811
811
  * @param options - additional request options
812
812
  */
813
- get_task_order_kds(id: string, options?: RequestOptions): Promise<GetTaskOrderKdsResponse>;
813
+ get_task_order_kds(id: string, options?: RequestOptions): ResponsePromise<GetTaskOrderKdsResponse>;
814
814
  /**
815
815
  * PATCH /task/order/{id}/kds - Update an order and its associated tasks
816
816
  *
@@ -818,7 +818,7 @@ export declare class ServiceClient extends BaseServiceClient {
818
818
  * @param body - Order information that you wish to update
819
819
  * @param options - additional request options
820
820
  */
821
- patch_task_order_kds(id: string, body: PatchTaskOrderKdsBody, options?: RequestOptions): Promise<PatchTaskOrderKdsResponse>;
821
+ patch_task_order_kds(id: string, body: PatchTaskOrderKdsBody, options?: RequestOptions): ResponsePromise<PatchTaskOrderKdsResponse>;
822
822
  /**
823
823
  * GET /task/assignee/{id} - Get Assignee tasks
824
824
  *
@@ -827,7 +827,7 @@ export declare class ServiceClient extends BaseServiceClient {
827
827
  */
828
828
  get_task_assignee(id: string, options?: {
829
829
  query?: GetTaskAssigneeQuery;
830
- } & RequestOptions): Promise<GetTaskAssigneeResponse>;
830
+ } & RequestOptions): ResponsePromise<GetTaskAssigneeResponse>;
831
831
  /**
832
832
  * GET /task/location/brand/{id} - Get location brand tasks
833
833
  *
@@ -836,7 +836,7 @@ export declare class ServiceClient extends BaseServiceClient {
836
836
  */
837
837
  get_task_location_brand(id: string, options?: {
838
838
  query?: GetTaskLocationBrandQuery;
839
- } & RequestOptions): Promise<GetTaskLocationBrandResponse>;
839
+ } & RequestOptions): ResponsePromise<GetTaskLocationBrandResponse>;
840
840
  /**
841
841
  * GET /task/location/group/{id} - Get location group tasks
842
842
  *
@@ -845,7 +845,7 @@ export declare class ServiceClient extends BaseServiceClient {
845
845
  */
846
846
  get_task_location_group(id: string, options?: {
847
847
  query?: GetTaskLocationGroupQuery;
848
- } & RequestOptions): Promise<GetTaskLocationGroupResponse>;
848
+ } & RequestOptions): ResponsePromise<GetTaskLocationGroupResponse>;
849
849
  /**
850
850
  * GET /kds/devices - Get kds devices for a specified unit number
851
851
  *
@@ -853,27 +853,27 @@ export declare class ServiceClient extends BaseServiceClient {
853
853
  */
854
854
  get_kds_devices(options: {
855
855
  query: GetKdsDevicesQuery;
856
- } & RequestOptions): Promise<GetKdsDevicesResponse>;
856
+ } & RequestOptions): ResponsePromise<GetKdsDevicesResponse>;
857
857
  /**
858
858
  * POST /kds/device/auth - Get auth token for a device
859
859
  *
860
860
  * @param body - AuthPostBody object
861
861
  * @param options - additional request options
862
862
  */
863
- post_kds_device_auth(body: PostKdsDeviceAuthBody, options?: RequestOptions): Promise<PostKdsDeviceAuthResponse>;
863
+ post_kds_device_auth(body: PostKdsDeviceAuthBody, options?: RequestOptions): ResponsePromise<PostKdsDeviceAuthResponse>;
864
864
  /**
865
865
  * DELETE /kds/device/auth/{device_id} - Delete authorization for specified serial_number
866
866
  *
867
867
  * @param device_id - serial number encoded as cdl id
868
868
  * @param options - additional request options
869
869
  */
870
- delete_kds_device_auth(device_id: string, options?: RequestOptions): Promise<DeleteKdsDeviceAuthResponse>;
870
+ delete_kds_device_auth(device_id: string, options?: RequestOptions): ResponsePromise<DeleteKdsDeviceAuthResponse>;
871
871
  /**
872
872
  * GET /kds/swagger.json - Get a swagger for kds service
873
873
  *
874
874
  * @param options - additional request options
875
875
  */
876
- get_kds_swagger(options?: RequestOptions): Promise<GetKdsSwaggerResponse>;
876
+ get_kds_swagger(options?: RequestOptions): ResponsePromise<GetKdsSwaggerResponse>;
877
877
  /**
878
878
  * POST /mealplan/{id} - Authenticate against the meal plan provider
879
879
  *
@@ -881,7 +881,7 @@ export declare class ServiceClient extends BaseServiceClient {
881
881
  * @param body - User credentials
882
882
  * @param options - additional request options
883
883
  */
884
- post_mealplan(id: string, body: PostMealplanBody, options?: RequestOptions): Promise<PostMealplanResponse>;
884
+ post_mealplan(id: string, body: PostMealplanBody, options?: RequestOptions): ResponsePromise<PostMealplanResponse>;
885
885
  /**
886
886
  * PUT /mealplan/{id} - Save a token for access to the meal plan
887
887
  *
@@ -889,14 +889,14 @@ export declare class ServiceClient extends BaseServiceClient {
889
889
  * @param body
890
890
  * @param options - additional request options
891
891
  */
892
- put_mealplan(id: string, body: PutMealplanBody, options?: RequestOptions): Promise<PutMealplanResponse>;
892
+ put_mealplan(id: string, body: PutMealplanBody, options?: RequestOptions): ResponsePromise<PutMealplanResponse>;
893
893
  /**
894
894
  * GET /mealplan/{id} - Check the user's meal plan tenders and get the authentication configuration
895
895
  *
896
896
  * @param id - Meal plan ID
897
897
  * @param options - additional request options
898
898
  */
899
- get_mealplan(id: string, options?: RequestOptions): Promise<GetMealplanResponse>;
899
+ get_mealplan(id: string, options?: RequestOptions): ResponsePromise<GetMealplanResponse>;
900
900
  /**
901
901
  * DELETE /mealplan/{id} - Delete a mealplan or a tender from the user's account
902
902
  *
@@ -904,14 +904,14 @@ export declare class ServiceClient extends BaseServiceClient {
904
904
  * @param body - Tenders to be deleted. If not passed, it will delete all the tenders for this user
905
905
  * @param options - additional request options
906
906
  */
907
- delete_mealplan(id: string, body: DeleteMealplanBody, options?: RequestOptions): Promise<DeleteMealplanResponse>;
907
+ delete_mealplan(id: string, body: DeleteMealplanBody, options?: RequestOptions): ResponsePromise<DeleteMealplanResponse>;
908
908
  /**
909
909
  * POST /mealplan/{id}/callback - Callback endpoint for meal plans that make a call back from a webview workflow
910
910
  *
911
911
  * @param id - Meal plan ID
912
912
  * @param options - additional request options
913
913
  */
914
- post_mealplan_callback(id: string, options?: RequestOptions): Promise<PostMealplanCallbackResponse>;
914
+ post_mealplan_callback(id: string, options?: RequestOptions): ResponsePromise<PostMealplanCallbackResponse>;
915
915
  /**
916
916
  * GET /mealplan/{id}/tender/{tender} - Check the user's tender balance
917
917
  *
@@ -919,7 +919,7 @@ export declare class ServiceClient extends BaseServiceClient {
919
919
  * @param tender - Tender ID
920
920
  * @param options - additional request options
921
921
  */
922
- get_mealplan_tender(id: string, tender: string, options?: RequestOptions): Promise<GetMealplanTenderResponse>;
922
+ get_mealplan_tender(id: string, tender: string, options?: RequestOptions): ResponsePromise<GetMealplanTenderResponse>;
923
923
  /**
924
924
  * DELETE /mealplan/{id}/tender/{tender} - Debit an amount from the tender balance
925
925
  *
@@ -927,7 +927,7 @@ export declare class ServiceClient extends BaseServiceClient {
927
927
  * @param tender - Tender ID
928
928
  * @param options - additional request options
929
929
  */
930
- delete_mealplan_tender(id: string, tender: string, options?: RequestOptions): Promise<DeleteMealplanTenderResponse>;
930
+ delete_mealplan_tender(id: string, tender: string, options?: RequestOptions): ResponsePromise<DeleteMealplanTenderResponse>;
931
931
  /**
932
932
  * PATCH /mealplan/{id}/tender/{tender} - Refund an amount to the tender balance
933
933
  *
@@ -936,7 +936,7 @@ export declare class ServiceClient extends BaseServiceClient {
936
936
  * @param body
937
937
  * @param options - additional request options
938
938
  */
939
- patch_mealplan_tender(id: string, tender: string, body: PatchMealplanTenderBody, options?: RequestOptions): Promise<PatchMealplanTenderResponse>;
939
+ patch_mealplan_tender(id: string, tender: string, body: PatchMealplanTenderBody, options?: RequestOptions): ResponsePromise<PatchMealplanTenderResponse>;
940
940
  /**
941
941
  * POST /mealplan/{id}/verify - Send verification email to user linking a mealplan
942
942
  *
@@ -946,7 +946,7 @@ export declare class ServiceClient extends BaseServiceClient {
946
946
  */
947
947
  post_mealplan_verify(id: string, body: PostMealplanVerifyBody, options?: {
948
948
  query?: PostMealplanVerifyQuery;
949
- } & RequestOptions): Promise<PostMealplanVerifyResponse>;
949
+ } & RequestOptions): ResponsePromise<PostMealplanVerifyResponse>;
950
950
  /**
951
951
  * PUT /mealplan/{id}/verify - Verify email address using provided payload
952
952
  *
@@ -954,7 +954,7 @@ export declare class ServiceClient extends BaseServiceClient {
954
954
  * @param body - Verify Email Parameters
955
955
  * @param options - additional request options
956
956
  */
957
- put_mealplan_verify(id: string, body: PutMealplanVerifyBody, options?: RequestOptions): Promise<PutMealplanVerifyResponse>;
957
+ put_mealplan_verify(id: string, body: PutMealplanVerifyBody, options?: RequestOptions): ResponsePromise<PutMealplanVerifyResponse>;
958
958
  /**
959
959
  * POST /mealplan/{id}/authorize - Authorize Transaction
960
960
  *
@@ -962,27 +962,27 @@ export declare class ServiceClient extends BaseServiceClient {
962
962
  * @param body
963
963
  * @param options - additional request options
964
964
  */
965
- post_mealplan_authorize(id: string, body: PostMealplanAuthorizeBody, options?: RequestOptions): Promise<PostMealplanAuthorizeResponse>;
965
+ post_mealplan_authorize(id: string, body: PostMealplanAuthorizeBody, options?: RequestOptions): ResponsePromise<PostMealplanAuthorizeResponse>;
966
966
  /**
967
967
  * POST /datalake/sql - Query datalake for data
968
968
  *
969
969
  * @param body
970
970
  * @param options - additional request options
971
971
  */
972
- post_datalake_sql(body: PostDatalakeSqlBody, options?: RequestOptions): Promise<PostDatalakeSqlResponse>;
972
+ post_datalake_sql(body: PostDatalakeSqlBody, options?: RequestOptions): ResponsePromise<PostDatalakeSqlResponse>;
973
973
  /**
974
974
  * GET /swagger.json
975
975
  *
976
976
  * @param options - additional request options
977
977
  */
978
- get_swagger(options?: RequestOptions): Promise<GetSwaggerResponse>;
978
+ get_swagger(options?: RequestOptions): ResponsePromise<GetSwaggerResponse>;
979
979
  /**
980
980
  * POST /promo - Create a new promotion
981
981
  *
982
982
  * @param body
983
983
  * @param options - additional request options
984
984
  */
985
- post_promo(body: PostPromoBody, options?: RequestOptions): Promise<PostPromoResponse>;
985
+ post_promo(body: PostPromoBody, options?: RequestOptions): ResponsePromise<PostPromoResponse>;
986
986
  /**
987
987
  * GET /promo - Get all promotions
988
988
  *
@@ -990,7 +990,7 @@ export declare class ServiceClient extends BaseServiceClient {
990
990
  */
991
991
  get_promos(options?: {
992
992
  query?: GetPromosQuery;
993
- } & RequestOptions): Promise<GetPromosResponse>;
993
+ } & RequestOptions): ResponsePromise<GetPromosResponse>;
994
994
  /**
995
995
  * GET /promo/{id} - Get an individual promotion
996
996
  *
@@ -999,7 +999,7 @@ export declare class ServiceClient extends BaseServiceClient {
999
999
  */
1000
1000
  get_promo(id: string, options?: {
1001
1001
  query?: GetPromoQuery;
1002
- } & RequestOptions): Promise<GetPromoResponse>;
1002
+ } & RequestOptions): ResponsePromise<GetPromoResponse>;
1003
1003
  /**
1004
1004
  * PUT /promo/{id} - Update a promotion
1005
1005
  *
@@ -1007,14 +1007,14 @@ export declare class ServiceClient extends BaseServiceClient {
1007
1007
  * @param body
1008
1008
  * @param options - additional request options
1009
1009
  */
1010
- put_promo(id: string, body: PutPromoBody, options?: RequestOptions): Promise<PutPromoResponse>;
1010
+ put_promo(id: string, body: PutPromoBody, options?: RequestOptions): ResponsePromise<PutPromoResponse>;
1011
1011
  /**
1012
1012
  * DELETE /promo/{id} - Delete promotion
1013
1013
  *
1014
1014
  * @param id - Id of a promotion
1015
1015
  * @param options - additional request options
1016
1016
  */
1017
- delete_promo(id: string, options?: RequestOptions): Promise<DeletePromoResponse>;
1017
+ delete_promo(id: string, options?: RequestOptions): ResponsePromise<DeletePromoResponse>;
1018
1018
  /**
1019
1019
  * GET /promo/company/{company}/location/group/{location_group} - Get all promotions within company for a location group
1020
1020
  *
@@ -1024,28 +1024,28 @@ export declare class ServiceClient extends BaseServiceClient {
1024
1024
  */
1025
1025
  get_promo_company_location_group(company: string, location_group: string, options?: {
1026
1026
  query?: GetPromoCompanyLocationGroupQuery;
1027
- } & RequestOptions): Promise<GetPromoCompanyLocationGroupResponse>;
1027
+ } & RequestOptions): ResponsePromise<GetPromoCompanyLocationGroupResponse>;
1028
1028
  /**
1029
1029
  * POST /promo/validate/voucher - Validate a promo voucher
1030
1030
  *
1031
1031
  * @param body
1032
1032
  * @param options - additional request options
1033
1033
  */
1034
- post_promo_validate_voucher(body: PostPromoValidateVoucherBody, options?: RequestOptions): Promise<PostPromoValidateVoucherResponse>;
1034
+ post_promo_validate_voucher(body: PostPromoValidateVoucherBody, options?: RequestOptions): ResponsePromise<PostPromoValidateVoucherResponse>;
1035
1035
  /**
1036
1036
  * POST /promo/redeem/voucher - Redeem a promo voucher
1037
1037
  *
1038
1038
  * @param body
1039
1039
  * @param options - additional request options
1040
1040
  */
1041
- post_promo_redeem_voucher(body: PostPromoRedeemVoucherBody, options?: RequestOptions): Promise<PostPromoRedeemVoucherResponse>;
1041
+ post_promo_redeem_voucher(body: PostPromoRedeemVoucherBody, options?: RequestOptions): ResponsePromise<PostPromoRedeemVoucherResponse>;
1042
1042
  /**
1043
1043
  * POST /promo/voucher - Create new voucher
1044
1044
  *
1045
1045
  * @param body
1046
1046
  * @param options - additional request options
1047
1047
  */
1048
- post_promo_voucher(body: PostPromoVoucherBody, options?: RequestOptions): Promise<PostPromoVoucherResponse>;
1048
+ post_promo_voucher(body: PostPromoVoucherBody, options?: RequestOptions): ResponsePromise<PostPromoVoucherResponse>;
1049
1049
  /**
1050
1050
  * PUT /promo/voucher/{id} - Update voucher
1051
1051
  *
@@ -1053,7 +1053,7 @@ export declare class ServiceClient extends BaseServiceClient {
1053
1053
  * @param body
1054
1054
  * @param options - additional request options
1055
1055
  */
1056
- put_promo_voucher(id: string, body: PutPromoVoucherBody, options?: RequestOptions): Promise<PutPromoVoucherResponse>;
1056
+ put_promo_voucher(id: string, body: PutPromoVoucherBody, options?: RequestOptions): ResponsePromise<PutPromoVoucherResponse>;
1057
1057
  /**
1058
1058
  * DELETE /promo/voucher/{id} - Delete voucher
1059
1059
  *
@@ -1062,21 +1062,21 @@ export declare class ServiceClient extends BaseServiceClient {
1062
1062
  */
1063
1063
  delete_promo_voucher(id: string, options?: {
1064
1064
  query?: DeletePromoVoucherQuery;
1065
- } & RequestOptions): Promise<DeletePromoVoucherResponse>;
1065
+ } & RequestOptions): ResponsePromise<DeletePromoVoucherResponse>;
1066
1066
  /**
1067
1067
  * POST /promo/customer/ - Add user to voucherify
1068
1068
  *
1069
1069
  * @param body
1070
1070
  * @param options - additional request options
1071
1071
  */
1072
- post_promo_customer(body: PostPromoCustomerBody, options?: RequestOptions): Promise<PostPromoCustomerResponse>;
1072
+ post_promo_customer(body: PostPromoCustomerBody, options?: RequestOptions): ResponsePromise<PostPromoCustomerResponse>;
1073
1073
  /**
1074
1074
  * DELETE /promo/customer/ - Delete user from voucherify
1075
1075
  *
1076
1076
  * @param body
1077
1077
  * @param options - additional request options
1078
1078
  */
1079
- delete_promo_customer(body: DeletePromoCustomerBody, options?: RequestOptions): Promise<DeletePromoCustomerResponse>;
1079
+ delete_promo_customer(body: DeletePromoCustomerBody, options?: RequestOptions): ResponsePromise<DeletePromoCustomerResponse>;
1080
1080
  /**
1081
1081
  * POST /promo/voucher/{id}/reverse - Reverse a redemption from a promo voucher
1082
1082
  *
@@ -1084,33 +1084,33 @@ export declare class ServiceClient extends BaseServiceClient {
1084
1084
  * @param body
1085
1085
  * @param options - additional request options
1086
1086
  */
1087
- post_promo_voucher_reverse(id: string, body: PostPromoVoucherReverseBody, options?: RequestOptions): Promise<PostPromoVoucherReverseResponse>;
1087
+ post_promo_voucher_reverse(id: string, body: PostPromoVoucherReverseBody, options?: RequestOptions): ResponsePromise<PostPromoVoucherReverseResponse>;
1088
1088
  /**
1089
1089
  * POST /promo/voucherify/activity/execute - Execute a Journey custom Activity request
1090
1090
  *
1091
1091
  * @param body
1092
1092
  * @param options - additional request options
1093
1093
  */
1094
- post_promo_voucherify_activity_execute(body: PostPromoVoucherifyActivityExecuteBody, options?: RequestOptions): Promise<PostPromoVoucherifyActivityExecuteResponse>;
1094
+ post_promo_voucherify_activity_execute(body: PostPromoVoucherifyActivityExecuteBody, options?: RequestOptions): ResponsePromise<PostPromoVoucherifyActivityExecuteResponse>;
1095
1095
  /**
1096
1096
  * GET /promo/voucherify/activity/config.json - Get SFMC Journey Custom Activity configuration
1097
1097
  *
1098
1098
  * @param options - additional request options
1099
1099
  */
1100
- get_promo_voucherify_activity_config(options?: RequestOptions): Promise<GetPromoVoucherifyActivityConfigResponse>;
1100
+ get_promo_voucherify_activity_config(options?: RequestOptions): ResponsePromise<GetPromoVoucherifyActivityConfigResponse>;
1101
1101
  /**
1102
1102
  * POST /dh/sql
1103
1103
  *
1104
1104
  * @param options - additional request options
1105
1105
  */
1106
- post_dh_sql(options?: RequestOptions): Promise<PostDhSqlResponse>;
1106
+ post_dh_sql(options?: RequestOptions): ResponsePromise<PostDhSqlResponse>;
1107
1107
  /**
1108
1108
  * GET /config/{key} - get a configuration
1109
1109
  *
1110
1110
  * @param key - configuration key
1111
1111
  * @param options - additional request options
1112
1112
  */
1113
- get_config(key: string, options?: RequestOptions): Promise<GetConfigResponse>;
1113
+ get_config(key: string, options?: RequestOptions): ResponsePromise<GetConfigResponse>;
1114
1114
  /**
1115
1115
  * POST /config/{key} - Create a configuration
1116
1116
  *
@@ -1118,7 +1118,7 @@ export declare class ServiceClient extends BaseServiceClient {
1118
1118
  * @param body
1119
1119
  * @param options - additional request options
1120
1120
  */
1121
- post_config(key: string, body: PostConfigBody, options?: RequestOptions): Promise<PostConfigResponse>;
1121
+ post_config(key: string, body: PostConfigBody, options?: RequestOptions): ResponsePromise<PostConfigResponse>;
1122
1122
  /**
1123
1123
  * PUT /config/{key} - Update a configuration
1124
1124
  *
@@ -1126,21 +1126,21 @@ export declare class ServiceClient extends BaseServiceClient {
1126
1126
  * @param body
1127
1127
  * @param options - additional request options
1128
1128
  */
1129
- put_config(key: string, body: PutConfigBody, options?: RequestOptions): Promise<PutConfigResponse>;
1129
+ put_config(key: string, body: PutConfigBody, options?: RequestOptions): ResponsePromise<PutConfigResponse>;
1130
1130
  /**
1131
1131
  * DELETE /config/{key} - Delete a configuration
1132
1132
  *
1133
1133
  * @param key - configuration key
1134
1134
  * @param options - additional request options
1135
1135
  */
1136
- delete_config(key: string, options?: RequestOptions): Promise<DeleteConfigResponse>;
1136
+ delete_config(key: string, options?: RequestOptions): ResponsePromise<DeleteConfigResponse>;
1137
1137
  /**
1138
1138
  * GET /config/public/{key} - get a public configuration
1139
1139
  *
1140
1140
  * @param key - configuration key
1141
1141
  * @param options - additional request options
1142
1142
  */
1143
- get_config_public(key: string, options?: RequestOptions): Promise<GetConfigPublicResponse>;
1143
+ get_config_public(key: string, options?: RequestOptions): ResponsePromise<GetConfigPublicResponse>;
1144
1144
  /**
1145
1145
  * POST /config/public/{key} - Create a public configuration
1146
1146
  *
@@ -1148,7 +1148,7 @@ export declare class ServiceClient extends BaseServiceClient {
1148
1148
  * @param body
1149
1149
  * @param options - additional request options
1150
1150
  */
1151
- post_config_public(key: string, body: PostConfigPublicBody, options?: RequestOptions): Promise<PostConfigPublicResponse>;
1151
+ post_config_public(key: string, body: PostConfigPublicBody, options?: RequestOptions): ResponsePromise<PostConfigPublicResponse>;
1152
1152
  /**
1153
1153
  * PUT /config/public/{key} - Update a public configuration
1154
1154
  *
@@ -1156,21 +1156,21 @@ export declare class ServiceClient extends BaseServiceClient {
1156
1156
  * @param body
1157
1157
  * @param options - additional request options
1158
1158
  */
1159
- put_config_public(key: string, body: PutConfigPublicBody, options?: RequestOptions): Promise<PutConfigPublicResponse>;
1159
+ put_config_public(key: string, body: PutConfigPublicBody, options?: RequestOptions): ResponsePromise<PutConfigPublicResponse>;
1160
1160
  /**
1161
1161
  * DELETE /config/public/{key} - Delete a public configuration
1162
1162
  *
1163
1163
  * @param key - configuration key
1164
1164
  * @param options - additional request options
1165
1165
  */
1166
- delete_config_public(key: string, options?: RequestOptions): Promise<DeleteConfigPublicResponse>;
1166
+ delete_config_public(key: string, options?: RequestOptions): ResponsePromise<DeleteConfigPublicResponse>;
1167
1167
  /**
1168
1168
  * POST /announcement - Create Announcement
1169
1169
  *
1170
1170
  * @param body - Announcement
1171
1171
  * @param options - additional request options
1172
1172
  */
1173
- post_announcement(body: PostAnnouncementBody, options?: RequestOptions): Promise<PostAnnouncementResponse>;
1173
+ post_announcement(body: PostAnnouncementBody, options?: RequestOptions): ResponsePromise<PostAnnouncementResponse>;
1174
1174
  /**
1175
1175
  * GET /announcement/resource/{id} - Get Announcements for a specific entity
1176
1176
  *
@@ -1179,7 +1179,7 @@ export declare class ServiceClient extends BaseServiceClient {
1179
1179
  */
1180
1180
  get_announcement_resource(id: string, options?: {
1181
1181
  query?: GetAnnouncementResourceQuery;
1182
- } & RequestOptions): Promise<GetAnnouncementResourceResponse>;
1182
+ } & RequestOptions): ResponsePromise<GetAnnouncementResourceResponse>;
1183
1183
  /**
1184
1184
  * GET /announcement/resource - Get Announcements
1185
1185
  *
@@ -1187,14 +1187,14 @@ export declare class ServiceClient extends BaseServiceClient {
1187
1187
  */
1188
1188
  get_announcement_resources(options?: {
1189
1189
  query?: GetAnnouncementResourcesQuery;
1190
- } & RequestOptions): Promise<GetAnnouncementResourcesResponse>;
1190
+ } & RequestOptions): ResponsePromise<GetAnnouncementResourcesResponse>;
1191
1191
  /**
1192
1192
  * GET /announcement/{id} - Get Announcement
1193
1193
  *
1194
1194
  * @param id - Id of the entity to which announcement is specifically related.
1195
1195
  * @param options - additional request options
1196
1196
  */
1197
- get_announcement(id: string, options?: RequestOptions): Promise<GetAnnouncementResponse>;
1197
+ get_announcement(id: string, options?: RequestOptions): ResponsePromise<GetAnnouncementResponse>;
1198
1198
  /**
1199
1199
  * PUT /announcement/{id} - Update Announcement
1200
1200
  *
@@ -1202,14 +1202,14 @@ export declare class ServiceClient extends BaseServiceClient {
1202
1202
  * @param body - Announcement
1203
1203
  * @param options - additional request options
1204
1204
  */
1205
- put_announcement(id: string, body: PutAnnouncementBody, options?: RequestOptions): Promise<PutAnnouncementResponse>;
1205
+ put_announcement(id: string, body: PutAnnouncementBody, options?: RequestOptions): ResponsePromise<PutAnnouncementResponse>;
1206
1206
  /**
1207
1207
  * DELETE /announcement/{id} - Delete announcement item
1208
1208
  *
1209
1209
  * @param id - Id of the announcement
1210
1210
  * @param options - additional request options
1211
1211
  */
1212
- delete_announcement(id: string, options?: RequestOptions): Promise<DeleteAnnouncementResponse>;
1212
+ delete_announcement(id: string, options?: RequestOptions): ResponsePromise<DeleteAnnouncementResponse>;
1213
1213
  /**
1214
1214
  * GET /report/analytics/group/{location_group}/{report_type}
1215
1215
  *
@@ -1219,7 +1219,7 @@ export declare class ServiceClient extends BaseServiceClient {
1219
1219
  */
1220
1220
  get_report_analytics_group(location_group: string, report_type: string, options: {
1221
1221
  query: GetReportAnalyticsGroupQuery;
1222
- } & RequestOptions): Promise<GetReportAnalyticsGroupResponse>;
1222
+ } & RequestOptions): ResponsePromise<GetReportAnalyticsGroupResponse>;
1223
1223
  /**
1224
1224
  * GET /report/analytics/combined/group/{location_group}
1225
1225
  *
@@ -1228,7 +1228,7 @@ export declare class ServiceClient extends BaseServiceClient {
1228
1228
  */
1229
1229
  get_report_analytics_combined_group(location_group: string, options: {
1230
1230
  query: GetReportAnalyticsCombinedGroupQuery;
1231
- } & RequestOptions): Promise<GetReportAnalyticsCombinedGroupResponse>;
1231
+ } & RequestOptions): ResponsePromise<GetReportAnalyticsCombinedGroupResponse>;
1232
1232
  /**
1233
1233
  * GET /report/analytics/exactmobile/totals
1234
1234
  *
@@ -1236,7 +1236,7 @@ export declare class ServiceClient extends BaseServiceClient {
1236
1236
  */
1237
1237
  get_report_analytics_exactmobile_totals(options: {
1238
1238
  query: GetReportAnalyticsExactmobileTotalsQuery;
1239
- } & RequestOptions): Promise<GetReportAnalyticsExactmobileTotalsResponse>;
1239
+ } & RequestOptions): ResponsePromise<GetReportAnalyticsExactmobileTotalsResponse>;
1240
1240
  /**
1241
1241
  * GET /report/analytics/exactmobile/transactions
1242
1242
  *
@@ -1244,7 +1244,7 @@ export declare class ServiceClient extends BaseServiceClient {
1244
1244
  */
1245
1245
  get_report_analytics_exactmobile_transactions(options: {
1246
1246
  query: GetReportAnalyticsExactmobileTransactionsQuery;
1247
- } & RequestOptions): Promise<GetReportAnalyticsExactmobileTransactionsResponse>;
1247
+ } & RequestOptions): ResponsePromise<GetReportAnalyticsExactmobileTransactionsResponse>;
1248
1248
  /**
1249
1249
  * GET /report/analytics/exactmobile/discrepancies
1250
1250
  *
@@ -1252,14 +1252,14 @@ export declare class ServiceClient extends BaseServiceClient {
1252
1252
  */
1253
1253
  get_report_analytics_exactmobile_discrepancies(options: {
1254
1254
  query: GetReportAnalyticsExactmobileDiscrepanciesQuery;
1255
- } & RequestOptions): Promise<GetReportAnalyticsExactmobileDiscrepanciesResponse>;
1255
+ } & RequestOptions): ResponsePromise<GetReportAnalyticsExactmobileDiscrepanciesResponse>;
1256
1256
  /**
1257
1257
  * GET /report/analytics/tracker/report/{id}
1258
1258
  *
1259
1259
  * @param id
1260
1260
  * @param options - additional request options
1261
1261
  */
1262
- get_report_analytics_tracker_report(id: string, options?: RequestOptions): Promise<GetReportAnalyticsTrackerReportResponse>;
1262
+ get_report_analytics_tracker_report(id: string, options?: RequestOptions): ResponsePromise<GetReportAnalyticsTrackerReportResponse>;
1263
1263
  /**
1264
1264
  * GET /report/eod/group/{id} - Get reports for selected location group
1265
1265
  *
@@ -1268,14 +1268,14 @@ export declare class ServiceClient extends BaseServiceClient {
1268
1268
  */
1269
1269
  get_report_eod_group(id: string, options?: {
1270
1270
  query?: GetReportEodGroupQuery;
1271
- } & RequestOptions): Promise<GetReportEodGroupResponse>;
1271
+ } & RequestOptions): ResponsePromise<GetReportEodGroupResponse>;
1272
1272
  /**
1273
1273
  * GET /report/eod/group/{id}/subscribers - Get reports for selected location group
1274
1274
  *
1275
1275
  * @param id
1276
1276
  * @param options - additional request options
1277
1277
  */
1278
- get_report_eod_group_subscribers(id: string, options?: RequestOptions): Promise<GetReportEodGroupSubscribersResponse>;
1278
+ get_report_eod_group_subscribers(id: string, options?: RequestOptions): ResponsePromise<GetReportEodGroupSubscribersResponse>;
1279
1279
  /**
1280
1280
  * POST /report/eod/group/{id}/subscribers - Add emails to selected location group
1281
1281
  *
@@ -1283,14 +1283,14 @@ export declare class ServiceClient extends BaseServiceClient {
1283
1283
  * @param body
1284
1284
  * @param options - additional request options
1285
1285
  */
1286
- post_report_eod_group_subscribers(id: string, body: PostReportEodGroupSubscribersBody, options?: RequestOptions): Promise<PostReportEodGroupSubscribersResponse>;
1286
+ post_report_eod_group_subscribers(id: string, body: PostReportEodGroupSubscribersBody, options?: RequestOptions): ResponsePromise<PostReportEodGroupSubscribersResponse>;
1287
1287
  /**
1288
1288
  * DELETE /report/eod/group/{id}/subscribers - deletes subscribers from selected group
1289
1289
  *
1290
1290
  * @param id
1291
1291
  * @param options - additional request options
1292
1292
  */
1293
- delete_report_eod_group_subscribers(id: string, options?: RequestOptions): Promise<DeleteReportEodGroupSubscribersResponse>;
1293
+ delete_report_eod_group_subscribers(id: string, options?: RequestOptions): ResponsePromise<DeleteReportEodGroupSubscribersResponse>;
1294
1294
  /**
1295
1295
  * PUT /report/eod/group/{id}/subscribers - replace all subscribers from selected location group with payload
1296
1296
  *
@@ -1298,7 +1298,7 @@ export declare class ServiceClient extends BaseServiceClient {
1298
1298
  * @param body
1299
1299
  * @param options - additional request options
1300
1300
  */
1301
- put_report_eod_group_subscribers(id: string, body: PutReportEodGroupSubscribersBody, options?: RequestOptions): Promise<PutReportEodGroupSubscribersResponse>;
1301
+ put_report_eod_group_subscribers(id: string, body: PutReportEodGroupSubscribersBody, options?: RequestOptions): ResponsePromise<PutReportEodGroupSubscribersResponse>;
1302
1302
  /**
1303
1303
  * GET /report/discrepancy/subscribers - Get subscribers for discrepency widget
1304
1304
  *
@@ -1306,7 +1306,7 @@ export declare class ServiceClient extends BaseServiceClient {
1306
1306
  */
1307
1307
  get_report_discrepancy_subscribers(options?: {
1308
1308
  query?: GetReportDiscrepancySubscribersQuery;
1309
- } & RequestOptions): Promise<GetReportDiscrepancySubscribersResponse>;
1309
+ } & RequestOptions): ResponsePromise<GetReportDiscrepancySubscribersResponse>;
1310
1310
  /**
1311
1311
  * DELETE /report/discrepancy/subscribers - deletes subscriber from discrepency
1312
1312
  *
@@ -1314,14 +1314,14 @@ export declare class ServiceClient extends BaseServiceClient {
1314
1314
  */
1315
1315
  delete_report_discrepancy_subscribers(options: {
1316
1316
  query: DeleteReportDiscrepancySubscribersQuery;
1317
- } & RequestOptions): Promise<DeleteReportDiscrepancySubscribersResponse>;
1317
+ } & RequestOptions): ResponsePromise<DeleteReportDiscrepancySubscribersResponse>;
1318
1318
  /**
1319
1319
  * POST /report/discrepancy/subscribers - Create new discrepancy subscriber
1320
1320
  *
1321
1321
  * @param body
1322
1322
  * @param options - additional request options
1323
1323
  */
1324
- post_report_discrepancy_subscribers(body: PostReportDiscrepancySubscribersBody, options?: RequestOptions): Promise<PostReportDiscrepancySubscribersResponse>;
1324
+ post_report_discrepancy_subscribers(body: PostReportDiscrepancySubscribersBody, options?: RequestOptions): ResponsePromise<PostReportDiscrepancySubscribersResponse>;
1325
1325
  /**
1326
1326
  * GET /user/auth - Gets the JWT token for a user
1327
1327
  *
@@ -1329,20 +1329,20 @@ export declare class ServiceClient extends BaseServiceClient {
1329
1329
  */
1330
1330
  get_user_auth(options?: {
1331
1331
  query?: GetUserAuthQuery;
1332
- } & RequestOptions): Promise<GetUserAuthResponse>;
1332
+ } & RequestOptions): ResponsePromise<GetUserAuthResponse>;
1333
1333
  /**
1334
1334
  * POST /user/auth - Use refresh token to generate a new access token and refresh token
1335
1335
  *
1336
1336
  * @param body
1337
1337
  * @param options - additional request options
1338
1338
  */
1339
- post_user_auth(body: PostUserAuthBody, options?: RequestOptions): Promise<PostUserAuthResponse>;
1339
+ post_user_auth(body: PostUserAuthBody, options?: RequestOptions): ResponsePromise<PostUserAuthResponse>;
1340
1340
  /**
1341
1341
  * GET /user/zendesk - Get zendesk JWT token to allow web widget to search restricted articles
1342
1342
  *
1343
1343
  * @param options - additional request options
1344
1344
  */
1345
- get_user_zendesk(options?: RequestOptions): Promise<GetUserZendeskResponse>;
1345
+ get_user_zendesk(options?: RequestOptions): ResponsePromise<GetUserZendeskResponse>;
1346
1346
  /**
1347
1347
  * POST /user - Create an User
1348
1348
  *
@@ -1351,7 +1351,7 @@ export declare class ServiceClient extends BaseServiceClient {
1351
1351
  */
1352
1352
  post_user(body: PostUserBody, options?: {
1353
1353
  query?: PostUserQuery;
1354
- } & RequestOptions): Promise<PostUserResponse>;
1354
+ } & RequestOptions): ResponsePromise<PostUserResponse>;
1355
1355
  /**
1356
1356
  * GET /user/{id} - Get an individual user
1357
1357
  *
@@ -1360,7 +1360,7 @@ export declare class ServiceClient extends BaseServiceClient {
1360
1360
  */
1361
1361
  get_user(id: string, options?: {
1362
1362
  query?: GetUserQuery;
1363
- } & RequestOptions): Promise<GetUserResponse>;
1363
+ } & RequestOptions): ResponsePromise<GetUserResponse>;
1364
1364
  /**
1365
1365
  * PUT /user/{id} - Update an individual user
1366
1366
  *
@@ -1370,7 +1370,7 @@ export declare class ServiceClient extends BaseServiceClient {
1370
1370
  */
1371
1371
  put_user(id: string, body: PutUserBody, options?: {
1372
1372
  query?: PutUserQuery;
1373
- } & RequestOptions): Promise<PutUserResponse>;
1373
+ } & RequestOptions): ResponsePromise<PutUserResponse>;
1374
1374
  /**
1375
1375
  * PATCH /user/{id} - Update an individual user
1376
1376
  *
@@ -1380,7 +1380,7 @@ export declare class ServiceClient extends BaseServiceClient {
1380
1380
  */
1381
1381
  patch_user(id: string, body: PatchUserBody, options?: {
1382
1382
  query?: PatchUserQuery;
1383
- } & RequestOptions): Promise<PatchUserResponse>;
1383
+ } & RequestOptions): ResponsePromise<PatchUserResponse>;
1384
1384
  /**
1385
1385
  * DELETE /user/{id} - delete an individual user
1386
1386
  *
@@ -1389,14 +1389,14 @@ export declare class ServiceClient extends BaseServiceClient {
1389
1389
  */
1390
1390
  delete_user(id: string, options?: {
1391
1391
  query?: DeleteUserQuery;
1392
- } & RequestOptions): Promise<DeleteUserResponse>;
1392
+ } & RequestOptions): ResponsePromise<DeleteUserResponse>;
1393
1393
  /**
1394
1394
  * POST /user/device/auth - Endpoint for generating/retrieving KDS device token
1395
1395
  *
1396
1396
  * @param body
1397
1397
  * @param options - additional request options
1398
1398
  */
1399
- post_user_kds_token(body: PostUserKdsTokenBody, options?: RequestOptions): Promise<PostUserKdsTokenResponse>;
1399
+ post_user_kds_token(body: PostUserKdsTokenBody, options?: RequestOptions): ResponsePromise<PostUserKdsTokenResponse>;
1400
1400
  /**
1401
1401
  * GET /user/device/auth - Endpoint retrieving KDS device token
1402
1402
  *
@@ -1404,21 +1404,21 @@ export declare class ServiceClient extends BaseServiceClient {
1404
1404
  */
1405
1405
  get_user_kds_token(options?: {
1406
1406
  query?: GetUserKdsTokenQuery;
1407
- } & RequestOptions): Promise<GetUserKdsTokenResponse>;
1407
+ } & RequestOptions): ResponsePromise<GetUserKdsTokenResponse>;
1408
1408
  /**
1409
1409
  * DELETE /user/device/auth/{device_id} - Endpoint for deleting a device by specified device_id
1410
1410
  *
1411
1411
  * @param device_id - KDS device ID
1412
1412
  * @param options - additional request options
1413
1413
  */
1414
- delete_user_device_auth(device_id: string, options?: RequestOptions): Promise<DeleteUserDeviceAuthResponse>;
1414
+ delete_user_device_auth(device_id: string, options?: RequestOptions): ResponsePromise<DeleteUserDeviceAuthResponse>;
1415
1415
  /**
1416
1416
  * PATCH /user/device/auth/{device_id} - Endpoint for authorizing device to retrieve valid kds token
1417
1417
  *
1418
1418
  * @param device_id - KDS device ID
1419
1419
  * @param options - additional request options
1420
1420
  */
1421
- patch_user_auth_kds(device_id: string, options?: RequestOptions): Promise<PatchUserAuthKdsResponse>;
1421
+ patch_user_auth_kds(device_id: string, options?: RequestOptions): ResponsePromise<PatchUserAuthKdsResponse>;
1422
1422
  /**
1423
1423
  * POST /user/{id}/changepassword - Change the users password
1424
1424
  *
@@ -1426,13 +1426,13 @@ export declare class ServiceClient extends BaseServiceClient {
1426
1426
  * @param body
1427
1427
  * @param options - additional request options
1428
1428
  */
1429
- post_user_change_password(id: string, body: PostUserChangePasswordBody, options?: RequestOptions): Promise<PostUserChangePasswordResponse>;
1429
+ post_user_change_password(id: string, body: PostUserChangePasswordBody, options?: RequestOptions): ResponsePromise<PostUserChangePasswordResponse>;
1430
1430
  /**
1431
1431
  * DELETE /user/logout - Logs out current user
1432
1432
  *
1433
1433
  * @param options - additional request options
1434
1434
  */
1435
- delete_user_logout(options?: RequestOptions): Promise<DeleteUserLogoutResponse>;
1435
+ delete_user_logout(options?: RequestOptions): ResponsePromise<DeleteUserLogoutResponse>;
1436
1436
  /**
1437
1437
  * POST /user/{id}/secret/{key} - Add a secret key
1438
1438
  *
@@ -1441,7 +1441,7 @@ export declare class ServiceClient extends BaseServiceClient {
1441
1441
  * @param body - Secret to be stored
1442
1442
  * @param options - additional request options
1443
1443
  */
1444
- post_user_add_secret(id: string, key: string, body: PostUserAddSecretBody, options?: RequestOptions): Promise<PostUserAddSecretResponse>;
1444
+ post_user_add_secret(id: string, key: string, body: PostUserAddSecretBody, options?: RequestOptions): ResponsePromise<PostUserAddSecretResponse>;
1445
1445
  /**
1446
1446
  * GET /user/{id}/secret/{key} - Get back a secret key
1447
1447
  *
@@ -1449,7 +1449,7 @@ export declare class ServiceClient extends BaseServiceClient {
1449
1449
  * @param key
1450
1450
  * @param options - additional request options
1451
1451
  */
1452
- get_user_secret(id: string, key: string, options?: RequestOptions): Promise<GetUserSecretResponse>;
1452
+ get_user_secret(id: string, key: string, options?: RequestOptions): ResponsePromise<GetUserSecretResponse>;
1453
1453
  /**
1454
1454
  * POST /user/forgotpassword - Reset the users password
1455
1455
  *
@@ -1458,7 +1458,7 @@ export declare class ServiceClient extends BaseServiceClient {
1458
1458
  */
1459
1459
  post_user_reset_password(body: PostUserResetPasswordBody, options?: {
1460
1460
  query?: PostUserResetPasswordQuery;
1461
- } & RequestOptions): Promise<PostUserResetPasswordResponse>;
1461
+ } & RequestOptions): ResponsePromise<PostUserResetPasswordResponse>;
1462
1462
  /**
1463
1463
  * POST /user/{id}/resetpassword - Reset the users password using a reset token
1464
1464
  *
@@ -1468,7 +1468,7 @@ export declare class ServiceClient extends BaseServiceClient {
1468
1468
  */
1469
1469
  post_user_reset_password_token(id: string, body: PostUserResetPasswordTokenBody, options: {
1470
1470
  query: PostUserResetPasswordTokenQuery;
1471
- } & RequestOptions): Promise<PostUserResetPasswordTokenResponse>;
1471
+ } & RequestOptions): ResponsePromise<PostUserResetPasswordTokenResponse>;
1472
1472
  /**
1473
1473
  * GET /user/realm/{realm} - Get all the users in a realm
1474
1474
  *
@@ -1477,7 +1477,7 @@ export declare class ServiceClient extends BaseServiceClient {
1477
1477
  */
1478
1478
  get_user_realm_users(realm: string, options?: {
1479
1479
  query?: GetUserRealmUsersQuery;
1480
- } & RequestOptions): Promise<GetUserRealmUsersResponse>;
1480
+ } & RequestOptions): ResponsePromise<GetUserRealmUsersResponse>;
1481
1481
  /**
1482
1482
  * GET /user/{id}/permissions - Get user permissions
1483
1483
  *
@@ -1486,7 +1486,7 @@ export declare class ServiceClient extends BaseServiceClient {
1486
1486
  */
1487
1487
  get_user_permissions(id: string, options?: {
1488
1488
  query?: GetUserPermissionsQuery;
1489
- } & RequestOptions): Promise<GetUserPermissionsResponse>;
1489
+ } & RequestOptions): ResponsePromise<GetUserPermissionsResponse>;
1490
1490
  /**
1491
1491
  * PUT /user/{id}/permissions - Update user permissions
1492
1492
  *
@@ -1496,7 +1496,7 @@ export declare class ServiceClient extends BaseServiceClient {
1496
1496
  */
1497
1497
  put_user_permissions(id: string, body: PutUserPermissionsBody, options?: {
1498
1498
  query?: PutUserPermissionsQuery;
1499
- } & RequestOptions): Promise<PutUserPermissionsResponse>;
1499
+ } & RequestOptions): ResponsePromise<PutUserPermissionsResponse>;
1500
1500
  /**
1501
1501
  * POST /user/{id}/checkin - Create check-in for user
1502
1502
  *
@@ -1504,7 +1504,7 @@ export declare class ServiceClient extends BaseServiceClient {
1504
1504
  * @param body
1505
1505
  * @param options - additional request options
1506
1506
  */
1507
- post_user_check_in(id: string, body: PostUserCheckInBody, options?: RequestOptions): Promise<PostUserCheckInResponse>;
1507
+ post_user_check_in(id: string, body: PostUserCheckInBody, options?: RequestOptions): ResponsePromise<PostUserCheckInResponse>;
1508
1508
  /**
1509
1509
  * PATCH /user/{id}/checkin/{checkin_id} - Update check-in
1510
1510
  *
@@ -1513,7 +1513,7 @@ export declare class ServiceClient extends BaseServiceClient {
1513
1513
  * @param body - The updated state/date_queued of the check-in
1514
1514
  * @param options - additional request options
1515
1515
  */
1516
- patch_user_checkin(id: string, checkin_id: string, body: PatchUserCheckinBody, options?: RequestOptions): Promise<PatchUserCheckinResponse>;
1516
+ patch_user_checkin(id: string, checkin_id: string, body: PatchUserCheckinBody, options?: RequestOptions): ResponsePromise<PatchUserCheckinResponse>;
1517
1517
  /**
1518
1518
  * GET /user/checkin/search - Search check-in
1519
1519
  *
@@ -1521,14 +1521,14 @@ export declare class ServiceClient extends BaseServiceClient {
1521
1521
  */
1522
1522
  get_user_search_check_in(options?: {
1523
1523
  query?: GetUserSearchCheckInQuery;
1524
- } & RequestOptions): Promise<GetUserSearchCheckInResponse>;
1524
+ } & RequestOptions): ResponsePromise<GetUserSearchCheckInResponse>;
1525
1525
  /**
1526
1526
  * POST /user/{id}/verification - Send email verification to user
1527
1527
  *
1528
1528
  * @param id - realm
1529
1529
  * @param options - additional request options
1530
1530
  */
1531
- post_user_send_email_verification(id: string, options?: RequestOptions): Promise<PostUserSendEmailVerificationResponse>;
1531
+ post_user_send_email_verification(id: string, options?: RequestOptions): ResponsePromise<PostUserSendEmailVerificationResponse>;
1532
1532
  /**
1533
1533
  * PUT /user/{id}/verification/confirm - Verify a users email
1534
1534
  *
@@ -1536,7 +1536,7 @@ export declare class ServiceClient extends BaseServiceClient {
1536
1536
  * @param body
1537
1537
  * @param options - additional request options
1538
1538
  */
1539
- put_user_verify_user_email(id: string, body: PutUserVerifyUserEmailBody, options?: RequestOptions): Promise<PutUserVerifyUserEmailResponse>;
1539
+ put_user_verify_user_email(id: string, body: PutUserVerifyUserEmailBody, options?: RequestOptions): ResponsePromise<PutUserVerifyUserEmailResponse>;
1540
1540
  /**
1541
1541
  * POST /loyalty/{id}/enroll/{user_id} - Enroll logged in user in Loyalty program
1542
1542
  *
@@ -1546,7 +1546,7 @@ export declare class ServiceClient extends BaseServiceClient {
1546
1546
  */
1547
1547
  post_loyalty_enroll(id: string, user_id: string, options?: {
1548
1548
  query?: PostLoyaltyEnrollQuery;
1549
- } & RequestOptions): Promise<PostLoyaltyEnrollResponse>;
1549
+ } & RequestOptions): ResponsePromise<PostLoyaltyEnrollResponse>;
1550
1550
  /**
1551
1551
  * GET /loyalty/{id}/points - Get potential points user could earn from certain event in Loyalty program
1552
1552
  *
@@ -1555,7 +1555,7 @@ export declare class ServiceClient extends BaseServiceClient {
1555
1555
  */
1556
1556
  get_loyalty_points(id: string, options: {
1557
1557
  query: GetLoyaltyPointsQuery;
1558
- } & RequestOptions): Promise<GetLoyaltyPointsResponse>;
1558
+ } & RequestOptions): ResponsePromise<GetLoyaltyPointsResponse>;
1559
1559
  /**
1560
1560
  * GET /loyalty/{id}/offers/{user_id} - Get offers for the logged in user
1561
1561
  *
@@ -1563,7 +1563,7 @@ export declare class ServiceClient extends BaseServiceClient {
1563
1563
  * @param user_id - CompassDigital User id
1564
1564
  * @param options - additional request options
1565
1565
  */
1566
- get_loyalty_offers(id: string, user_id: string, options?: RequestOptions): Promise<GetLoyaltyOffersResponse>;
1566
+ get_loyalty_offers(id: string, user_id: string, options?: RequestOptions): ResponsePromise<GetLoyaltyOffersResponse>;
1567
1567
  /**
1568
1568
  * GET /loyalty/{id}/enrollmentstatus/{user_id} - Get enrollment status for logged in user
1569
1569
  *
@@ -1571,7 +1571,7 @@ export declare class ServiceClient extends BaseServiceClient {
1571
1571
  * @param user_id - CompassDigital User id
1572
1572
  * @param options - additional request options
1573
1573
  */
1574
- get_loyalty_enrollmentstatus(id: string, user_id: string, options?: RequestOptions): Promise<GetLoyaltyEnrollmentstatusResponse>;
1574
+ get_loyalty_enrollmentstatus(id: string, user_id: string, options?: RequestOptions): ResponsePromise<GetLoyaltyEnrollmentstatusResponse>;
1575
1575
  /**
1576
1576
  * GET /loyalty/{id}/balance/{user_id} - Get loyalty point balance for logged in user
1577
1577
  *
@@ -1579,7 +1579,7 @@ export declare class ServiceClient extends BaseServiceClient {
1579
1579
  * @param user_id - CompassDigital User id
1580
1580
  * @param options - additional request options
1581
1581
  */
1582
- get_loyalty_balance(id: string, user_id: string, options?: RequestOptions): Promise<GetLoyaltyBalanceResponse>;
1582
+ get_loyalty_balance(id: string, user_id: string, options?: RequestOptions): ResponsePromise<GetLoyaltyBalanceResponse>;
1583
1583
  /**
1584
1584
  * GET /loyalty/{id}/opportunities/{user_id} - Get earning opportunities for the logged in user
1585
1585
  *
@@ -1589,7 +1589,7 @@ export declare class ServiceClient extends BaseServiceClient {
1589
1589
  */
1590
1590
  get_loyalty_opportunities(id: string, user_id: string, options?: {
1591
1591
  query?: GetLoyaltyOpportunitiesQuery;
1592
- } & RequestOptions): Promise<GetLoyaltyOpportunitiesResponse>;
1592
+ } & RequestOptions): ResponsePromise<GetLoyaltyOpportunitiesResponse>;
1593
1593
  /**
1594
1594
  * POST /loyalty/{id}/opportunities/{user_id} - Record an event for the logged in user
1595
1595
  *
@@ -1599,7 +1599,7 @@ export declare class ServiceClient extends BaseServiceClient {
1599
1599
  */
1600
1600
  post_loyalty_opportunities(id: string, user_id: string, options: {
1601
1601
  query: PostLoyaltyOpportunitiesQuery;
1602
- } & RequestOptions): Promise<PostLoyaltyOpportunitiesResponse>;
1602
+ } & RequestOptions): ResponsePromise<PostLoyaltyOpportunitiesResponse>;
1603
1603
  /**
1604
1604
  * GET /loyalty/{id}/rewards/{user_id} - Get rewards available for the logged in user
1605
1605
  *
@@ -1607,7 +1607,7 @@ export declare class ServiceClient extends BaseServiceClient {
1607
1607
  * @param user_id - CompassDigital User id
1608
1608
  * @param options - additional request options
1609
1609
  */
1610
- get_loyalty_rewards(id: string, user_id: string, options?: RequestOptions): Promise<GetLoyaltyRewardsResponse>;
1610
+ get_loyalty_rewards(id: string, user_id: string, options?: RequestOptions): ResponsePromise<GetLoyaltyRewardsResponse>;
1611
1611
  /**
1612
1612
  * GET /loyalty/{id}/coupons/{user_id} - Get coupons available for the logged in user
1613
1613
  *
@@ -1615,7 +1615,7 @@ export declare class ServiceClient extends BaseServiceClient {
1615
1615
  * @param user_id - CompassDigital User id
1616
1616
  * @param options - additional request options
1617
1617
  */
1618
- get_loyalty_coupons(id: string, user_id: string, options?: RequestOptions): Promise<GetLoyaltyCouponsResponse>;
1618
+ get_loyalty_coupons(id: string, user_id: string, options?: RequestOptions): ResponsePromise<GetLoyaltyCouponsResponse>;
1619
1619
  /**
1620
1620
  * GET /loyalty/{id}/orderpoints/{user_id} - Get potential loyalty point points for an order based on amount.
1621
1621
  *
@@ -1625,7 +1625,7 @@ export declare class ServiceClient extends BaseServiceClient {
1625
1625
  */
1626
1626
  get_loyalty_orderpoints(id: string, user_id: string, options: {
1627
1627
  query: GetLoyaltyOrderpointsQuery;
1628
- } & RequestOptions): Promise<GetLoyaltyOrderpointsResponse>;
1628
+ } & RequestOptions): ResponsePromise<GetLoyaltyOrderpointsResponse>;
1629
1629
  /**
1630
1630
  * POST /loyalty/{id}/orderpoints/{user_id} - Get potential loyalty point points for a order based on amount and items
1631
1631
  *
@@ -1634,7 +1634,7 @@ export declare class ServiceClient extends BaseServiceClient {
1634
1634
  * @param body
1635
1635
  * @param options - additional request options
1636
1636
  */
1637
- post_loyalty_orderpoints(id: string, user_id: string, body: PostLoyaltyOrderpointsBody, options?: RequestOptions): Promise<PostLoyaltyOrderpointsResponse>;
1637
+ post_loyalty_orderpoints(id: string, user_id: string, body: PostLoyaltyOrderpointsBody, options?: RequestOptions): ResponsePromise<PostLoyaltyOrderpointsResponse>;
1638
1638
  /**
1639
1639
  * POST /loyalty/{id}/purchase/{user_id} - Record purchase event
1640
1640
  *
@@ -1645,7 +1645,7 @@ export declare class ServiceClient extends BaseServiceClient {
1645
1645
  */
1646
1646
  post_loyalty_purchase(id: string, user_id: string, body: PostLoyaltyPurchaseBody, options?: {
1647
1647
  query?: PostLoyaltyPurchaseQuery;
1648
- } & RequestOptions): Promise<PostLoyaltyPurchaseResponse>;
1648
+ } & RequestOptions): ResponsePromise<PostLoyaltyPurchaseResponse>;
1649
1649
  /**
1650
1650
  * POST /loyalty/{id}/buyreward/{user_id} - Redeem rewards to coupons
1651
1651
  *
@@ -1656,7 +1656,7 @@ export declare class ServiceClient extends BaseServiceClient {
1656
1656
  */
1657
1657
  post_loyalty_buyreward(id: string, user_id: string, body: PostLoyaltyBuyrewardBody, options?: {
1658
1658
  query?: PostLoyaltyBuyrewardQuery;
1659
- } & RequestOptions): Promise<PostLoyaltyBuyrewardResponse>;
1659
+ } & RequestOptions): ResponsePromise<PostLoyaltyBuyrewardResponse>;
1660
1660
  /**
1661
1661
  * GET /loyalty/{id}/history/{user_id} - Get history of loyalty transactions for user
1662
1662
  *
@@ -1666,7 +1666,7 @@ export declare class ServiceClient extends BaseServiceClient {
1666
1666
  */
1667
1667
  get_loyalty_history(id: string, user_id: string, options?: {
1668
1668
  query?: GetLoyaltyHistoryQuery;
1669
- } & RequestOptions): Promise<GetLoyaltyHistoryResponse>;
1669
+ } & RequestOptions): ResponsePromise<GetLoyaltyHistoryResponse>;
1670
1670
  /**
1671
1671
  * GET /loyalty/{id}/coupon/{user_id}/{coupon_id} - get coupon's information
1672
1672
  *
@@ -1675,7 +1675,7 @@ export declare class ServiceClient extends BaseServiceClient {
1675
1675
  * @param coupon_id - Coupon code to get coupon information
1676
1676
  * @param options - additional request options
1677
1677
  */
1678
- get_loyalty_coupon(id: string, user_id: string, coupon_id: string, options?: RequestOptions): Promise<GetLoyaltyCouponResponse>;
1678
+ get_loyalty_coupon(id: string, user_id: string, coupon_id: string, options?: RequestOptions): ResponsePromise<GetLoyaltyCouponResponse>;
1679
1679
  /**
1680
1680
  * PATCH /loyalty/{id}/coupon/{user_id}/{coupon_id} - Update coupon's status
1681
1681
  *
@@ -1685,7 +1685,7 @@ export declare class ServiceClient extends BaseServiceClient {
1685
1685
  * @param body
1686
1686
  * @param options - additional request options
1687
1687
  */
1688
- patch_loyalty_coupon(id: string, user_id: string, coupon_id: string, body: PatchLoyaltyCouponBody, options?: RequestOptions): Promise<PatchLoyaltyCouponResponse>;
1688
+ patch_loyalty_coupon(id: string, user_id: string, coupon_id: string, body: PatchLoyaltyCouponBody, options?: RequestOptions): ResponsePromise<PatchLoyaltyCouponResponse>;
1689
1689
  /**
1690
1690
  * GET /loyalty/{id}/search - Search CDL user id by internal 500friends id
1691
1691
  *
@@ -1694,7 +1694,7 @@ export declare class ServiceClient extends BaseServiceClient {
1694
1694
  */
1695
1695
  get_loyalty_search(id: string, options: {
1696
1696
  query: GetLoyaltySearchQuery;
1697
- } & RequestOptions): Promise<GetLoyaltySearchResponse>;
1697
+ } & RequestOptions): ResponsePromise<GetLoyaltySearchResponse>;
1698
1698
  /**
1699
1699
  * GET /loyalty/{id}/users - Get all loyalty users updated after specific date
1700
1700
  *
@@ -1703,7 +1703,7 @@ export declare class ServiceClient extends BaseServiceClient {
1703
1703
  */
1704
1704
  get_loyalty_users(id: string, options: {
1705
1705
  query: GetLoyaltyUsersQuery;
1706
- } & RequestOptions): Promise<GetLoyaltyUsersResponse>;
1706
+ } & RequestOptions): ResponsePromise<GetLoyaltyUsersResponse>;
1707
1707
  /**
1708
1708
  * GET /loyalty/{id}/events - Get all loyalty events updated after specific date
1709
1709
  *
@@ -1712,27 +1712,27 @@ export declare class ServiceClient extends BaseServiceClient {
1712
1712
  */
1713
1713
  get_loyalty_events(id: string, options: {
1714
1714
  query: GetLoyaltyEventsQuery;
1715
- } & RequestOptions): Promise<GetLoyaltyEventsResponse>;
1715
+ } & RequestOptions): ResponsePromise<GetLoyaltyEventsResponse>;
1716
1716
  /**
1717
1717
  * GET /brand/{id}
1718
1718
  *
1719
1719
  * @param id - TODO: add parameter to swagger.json
1720
1720
  * @param options - additional request options
1721
1721
  */
1722
- get_brand(id: string, options?: RequestOptions): Promise<GetBrandResponse>;
1722
+ get_brand(id: string, options?: RequestOptions): ResponsePromise<GetBrandResponse>;
1723
1723
  /**
1724
1724
  * GET /brand
1725
1725
  *
1726
1726
  * @param options - additional request options
1727
1727
  */
1728
- get_brands(options?: RequestOptions): Promise<GetBrandsResponse>;
1728
+ get_brands(options?: RequestOptions): ResponsePromise<GetBrandsResponse>;
1729
1729
  /**
1730
1730
  * GET /calendar/{id}
1731
1731
  *
1732
1732
  * @param id - brand
1733
1733
  * @param options - additional request options
1734
1734
  */
1735
- get_calendar(id: string, options?: RequestOptions): Promise<GetCalendarResponse>;
1735
+ get_calendar(id: string, options?: RequestOptions): ResponsePromise<GetCalendarResponse>;
1736
1736
  /**
1737
1737
  * PUT /calendar/{id} - Set the calendar for an id. Overrides previous record
1738
1738
  *
@@ -1740,7 +1740,7 @@ export declare class ServiceClient extends BaseServiceClient {
1740
1740
  * @param body
1741
1741
  * @param options - additional request options
1742
1742
  */
1743
- put_calendar(id: string, body: PutCalendarBody, options?: RequestOptions): Promise<PutCalendarResponse>;
1743
+ put_calendar(id: string, body: PutCalendarBody, options?: RequestOptions): ResponsePromise<PutCalendarResponse>;
1744
1744
  /**
1745
1745
  * GET /calendar/{id}/cdl - Get the calendar events in a CDL compatible format for next 7 days
1746
1746
  *
@@ -1749,48 +1749,48 @@ export declare class ServiceClient extends BaseServiceClient {
1749
1749
  */
1750
1750
  get_calendar_cdl(id: string, options?: {
1751
1751
  query?: GetCalendarCdlQuery;
1752
- } & RequestOptions): Promise<GetCalendarCdlResponse>;
1752
+ } & RequestOptions): ResponsePromise<GetCalendarCdlResponse>;
1753
1753
  /**
1754
1754
  * GET /calendar/swagger.json
1755
1755
  *
1756
1756
  * @param options - additional request options
1757
1757
  */
1758
- get_calendar_swagger(options?: RequestOptions): Promise<GetCalendarSwaggerResponse>;
1758
+ get_calendar_swagger(options?: RequestOptions): ResponsePromise<GetCalendarSwaggerResponse>;
1759
1759
  /**
1760
1760
  * POST /calendar/{id}/sync - Trigger synchronization of calendar to location API
1761
1761
  *
1762
1762
  * @param id - brand
1763
1763
  * @param options - additional request options
1764
1764
  */
1765
- post_calendar_sync(id: string, options?: RequestOptions): Promise<PostCalendarSyncResponse>;
1765
+ post_calendar_sync(id: string, options?: RequestOptions): ResponsePromise<PostCalendarSyncResponse>;
1766
1766
  /**
1767
1767
  * POST /delivery/order - make reservation
1768
1768
  *
1769
1769
  * @param body - reservation
1770
1770
  * @param options - additional request options
1771
1771
  */
1772
- post_delivery_order(body: PostDeliveryOrderBody, options?: RequestOptions): Promise<PostDeliveryOrderResponse>;
1772
+ post_delivery_order(body: PostDeliveryOrderBody, options?: RequestOptions): ResponsePromise<PostDeliveryOrderResponse>;
1773
1773
  /**
1774
1774
  * PATCH /delivery/order/{order_id} - confirm order
1775
1775
  *
1776
1776
  * @param order_id - TODO: add parameter to swagger.json
1777
1777
  * @param options - additional request options
1778
1778
  */
1779
- patch_delivery_order(order_id: string, options?: RequestOptions): Promise<PatchDeliveryOrderResponse>;
1779
+ patch_delivery_order(order_id: string, options?: RequestOptions): ResponsePromise<PatchDeliveryOrderResponse>;
1780
1780
  /**
1781
1781
  * GET /delivery/order/{order_id} - get order
1782
1782
  *
1783
1783
  * @param order_id - TODO: add parameter to swagger.json
1784
1784
  * @param options - additional request options
1785
1785
  */
1786
- get_delivery_order(order_id: string, options?: RequestOptions): Promise<GetDeliveryOrderResponse>;
1786
+ get_delivery_order(order_id: string, options?: RequestOptions): ResponsePromise<GetDeliveryOrderResponse>;
1787
1787
  /**
1788
1788
  * POST /schedule - Create a new schedule
1789
1789
  *
1790
1790
  * @param body
1791
1791
  * @param options - additional request options
1792
1792
  */
1793
- post_schedule(body: PostScheduleBody, options?: RequestOptions): Promise<PostScheduleResponse>;
1793
+ post_schedule(body: PostScheduleBody, options?: RequestOptions): ResponsePromise<PostScheduleResponse>;
1794
1794
  /**
1795
1795
  * GET /schedule - Get schedule
1796
1796
  *
@@ -1798,14 +1798,14 @@ export declare class ServiceClient extends BaseServiceClient {
1798
1798
  */
1799
1799
  get_schedules(options: {
1800
1800
  query: GetSchedulesQuery;
1801
- } & RequestOptions): Promise<GetSchedulesResponse>;
1801
+ } & RequestOptions): ResponsePromise<GetSchedulesResponse>;
1802
1802
  /**
1803
1803
  * GET /schedule/{id} - Get an individual schedule
1804
1804
  *
1805
1805
  * @param id - schedule id
1806
1806
  * @param options - additional request options
1807
1807
  */
1808
- get_schedule(id: string, options?: RequestOptions): Promise<GetScheduleResponse>;
1808
+ get_schedule(id: string, options?: RequestOptions): ResponsePromise<GetScheduleResponse>;
1809
1809
  /**
1810
1810
  * PUT /schedule/{id} - Update a schedule
1811
1811
  *
@@ -1813,21 +1813,21 @@ export declare class ServiceClient extends BaseServiceClient {
1813
1813
  * @param body
1814
1814
  * @param options - additional request options
1815
1815
  */
1816
- put_schedule(id: string, body: PutScheduleBody, options?: RequestOptions): Promise<PutScheduleResponse>;
1816
+ put_schedule(id: string, body: PutScheduleBody, options?: RequestOptions): ResponsePromise<PutScheduleResponse>;
1817
1817
  /**
1818
1818
  * DELETE /schedule/{id} - Delete schedule
1819
1819
  *
1820
1820
  * @param id - Id of a schedule
1821
1821
  * @param options - additional request options
1822
1822
  */
1823
- delete_schedule(id: string, options?: RequestOptions): Promise<DeleteScheduleResponse>;
1823
+ delete_schedule(id: string, options?: RequestOptions): ResponsePromise<DeleteScheduleResponse>;
1824
1824
  /**
1825
1825
  * POST /vote - Submit a vote for an item
1826
1826
  *
1827
1827
  * @param body
1828
1828
  * @param options - additional request options
1829
1829
  */
1830
- post_vote(body: PostVoteBody, options?: RequestOptions): Promise<PostVoteResponse>;
1830
+ post_vote(body: PostVoteBody, options?: RequestOptions): ResponsePromise<PostVoteResponse>;
1831
1831
  /**
1832
1832
  * GET /vote/idfa/{idfa} - Get votes for an idfa
1833
1833
  *
@@ -1836,28 +1836,28 @@ export declare class ServiceClient extends BaseServiceClient {
1836
1836
  */
1837
1837
  get_vote_idfa(idfa: string, options?: {
1838
1838
  query?: GetVoteIdfaQuery;
1839
- } & RequestOptions): Promise<GetVoteIdfaResponse>;
1839
+ } & RequestOptions): ResponsePromise<GetVoteIdfaResponse>;
1840
1840
  /**
1841
1841
  * POST /file - Upload a file to CDL S3
1842
1842
  *
1843
1843
  * @param body
1844
1844
  * @param options - additional request options
1845
1845
  */
1846
- post_file(body: PostFileBody, options?: RequestOptions): Promise<PostFileResponse>;
1846
+ post_file(body: PostFileBody, options?: RequestOptions): ResponsePromise<PostFileResponse>;
1847
1847
  /**
1848
1848
  * POST /message - Create a Message
1849
1849
  *
1850
1850
  * @param body - Message object that needs to be created
1851
1851
  * @param options - additional request options
1852
1852
  */
1853
- post_message(body: PostMessageBody, options?: RequestOptions): Promise<PostMessageResponse>;
1853
+ post_message(body: PostMessageBody, options?: RequestOptions): ResponsePromise<PostMessageResponse>;
1854
1854
  /**
1855
1855
  * GET /message/{id} - Get a Message
1856
1856
  *
1857
1857
  * @param id - Message CDL encoded id
1858
1858
  * @param options - additional request options
1859
1859
  */
1860
- get_message(id: string, options?: RequestOptions): Promise<GetMessageResponse>;
1860
+ get_message(id: string, options?: RequestOptions): ResponsePromise<GetMessageResponse>;
1861
1861
  /**
1862
1862
  * GET /logger/{id}/brand/status - Get status changes of all brands
1863
1863
  *
@@ -1866,6 +1866,6 @@ export declare class ServiceClient extends BaseServiceClient {
1866
1866
  */
1867
1867
  get_logger_brand_status(id: string, options?: {
1868
1868
  query?: GetLoggerBrandStatusQuery;
1869
- } & RequestOptions): Promise<GetLoggerBrandStatusResponse>;
1869
+ } & RequestOptions): ResponsePromise<GetLoggerBrandStatusResponse>;
1870
1870
  }
1871
1871
  //# sourceMappingURL=index.d.ts.map