@compassdigital/sdk.typescript 4.112.0 → 4.114.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +124 -9
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +136 -7
- package/lib/index.js.map +1 -1
- package/lib/interface/centricos.d.ts +21 -14
- package/lib/interface/centricos.d.ts.map +1 -1
- package/lib/interface/consumer.d.ts +329 -15
- package/lib/interface/consumer.d.ts.map +1 -1
- package/lib/interface/location.d.ts +14 -0
- package/lib/interface/location.d.ts.map +1 -1
- package/lib/interface/mealplan.d.ts +11 -0
- package/lib/interface/mealplan.d.ts.map +1 -1
- package/lib/interface/menu.d.ts +12 -0
- package/lib/interface/menu.d.ts.map +1 -1
- package/lib/interface/shoppingcart.d.ts +34 -0
- package/lib/interface/shoppingcart.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/index.ts +344 -12
- package/src/interface/centricos.ts +23 -22
- package/src/interface/consumer.ts +465 -26
- package/src/interface/location.ts +24 -0
- package/src/interface/mealplan.ts +19 -0
- package/src/interface/menu.ts +12 -0
- package/src/interface/shoppingcart.ts +40 -0
- package/lib/interface/delivery.d.ts +0 -92
- package/lib/interface/delivery.d.ts.map +0 -1
- package/lib/interface/delivery.js +0 -5
- package/lib/interface/delivery.js.map +0 -1
- package/src/interface/delivery.ts +0 -143
package/lib/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { PostPaymentTransactionBody, PostPaymentTransactionResponse, PostPaymentTransactionRefundBody, PostPaymentTransactionRefundResponse, GetPaymentClienttokenQuery, GetPaymentClienttokenResponse, PostPaymentPaymenttokenBody, PostPaymentPaymenttokenResponse, PostPaymentConsumerBody, PostPaymentConsumerResponse, PostPaymentMethodBody, PostPaymentMethodResponse, GetPaymentTokenQuery, GetPaymentTokenResponse, PostPaymentTokenBody, PostPaymentTokenResponse, PutPaymentTokenBody, PutPaymentTokenResponse, DeletePaymentTokenBody, DeletePaymentTokenResponse, GetPaymentMethodsQuery, GetPaymentMethodsResponse, GetPaymentHpcQuery, GetPaymentHpcResponse, GetPaymentCashlessQuery, GetPaymentCashlessResponse, PostPaymentCashlessBody, PostPaymentCashlessResponse, DeletePaymentCashlessBody, DeletePaymentCashlessResponse, PostPaymentConfigvalidateBody, PostPaymentConfigvalidateResponse, PostPaymentValidatemerchantBody, PostPaymentValidatemerchantResponse } from './interface/payment';
|
|
2
2
|
import { PostOrderQuery, PostOrderBody, PostOrderResponse, GetOrderQuery, GetOrderResponse, PutOrderResponse, PatchOrderBody, PatchOrderResponse, PostOrderIssueBody, PostOrderIssueResponse, PatchOrderRefundBody, PatchOrderRefundResponse, PatchOrderCancelBody, PatchOrderCancelResponse, GetOrderCustomerOrdersQuery, GetOrderCustomerOrdersResponse, GetOrderCustomerOrdersBrandQuery, GetOrderCustomerOrdersBrandResponse, GetOrderLocationBrandQuery, GetOrderLocationBrandResponse, GetOrderLocationOrdersQuery, GetOrderLocationOrdersResponse, GetOrderGroupOrdersQuery, GetOrderGroupOrdersResponse, GetOrderUserOrdersQuery, GetOrderUserOrdersResponse, PatchOrderCheckinResponse, PostOrderApexSnsBody, PostOrderApexSnsResponse } from './interface/order';
|
|
3
|
-
import { PostLocationBody, PostLocationResponse, GetLocationSearchQuery, GetLocationSearchResponse, GetLocationQuery, GetLocationResponse, PutLocationBody, PutLocationResponse, DeleteLocationBody, DeleteLocationResponse, PatchLocationBody, PatchLocationResponse, GetLocationMultigroupsQuery, GetLocationMultigroupsResponse, PostLocationMultigroupBody, PostLocationMultigroupResponse, GetLocationMultigroupQuery, GetLocationMultigroupResponse, PutLocationMultigroupBody, PutLocationMultigroupResponse, DeleteLocationMultigroupBody, DeleteLocationMultigroupResponse, PatchLocationMultigroupBody, PatchLocationMultigroupResponse, GetLocationUserMultigroupQuery, GetLocationUserMultigroupResponse, PostLocationGroupBody, PostLocationGroupResponse, GetLocationGroupQuery, GetLocationGroupResponse, PutLocationGroupBody, PutLocationGroupResponse, DeleteLocationGroupBody, DeleteLocationGroupResponse, PatchLocationGroupBody, PatchLocationGroupResponse, GetLocationGroupWaittimesQuery, GetLocationGroupWaittimesResponse, GetLocationGroupDeliverydestinationsQuery, GetLocationGroupDeliverydestinationsResponse, PostLocationGroupDeliverydestinationBody, PostLocationGroupDeliverydestinationResponse, PatchLocationGroupDeliverydestinationBody, PatchLocationGroupDeliverydestinationResponse, DeleteLocationGroupDeliverydestinationBody, DeleteLocationGroupDeliverydestinationResponse, GetLocationGroupDeliverydestinationQuery, GetLocationGroupDeliverydestinationResponse, GetLocationBrandsQuery, GetLocationBrandsResponse, GetLocationBrandDestinationsQuery, GetLocationBrandDestinationsResponse, GetLocationBrandTimeslotsQuery, GetLocationBrandTimeslotsResponse, PostLocationMarketplaceTimeslotsQuery, PostLocationMarketplaceTimeslotsBody, PostLocationMarketplaceTimeslotsResponse, PostLocationMarketplaceTimeslotsDeliveryQuery, PostLocationMarketplaceTimeslotsDeliveryBody, PostLocationMarketplaceTimeslotsDeliveryResponse, GetLocationBrandMenuTimeslotsQuery, GetLocationBrandMenuTimeslotsResponse, GetLocationBrandDeliveryTimeslotsQuery, GetLocationBrandDeliveryTimeslotsResponse, GetLocationBrandMenuDeliveryTimeslostsQuery, GetLocationBrandMenuDeliveryTimeslostsResponse, PostLocationBrandBody, PostLocationBrandResponse, PatchLocationBrandBulkBody, PatchLocationBrandBulkResponse, GetLocationBrandQuery, GetLocationBrandResponse, PatchLocationBrandBody, PatchLocationBrandResponse, DeleteLocationBrandResponse, PutLocationBrandBody, PutLocationBrandResponse, GetLocationSectorsQuery, GetLocationSectorsResponse, PostLocationSectorBody, PostLocationSectorResponse, GetLocationSectorQuery, GetLocationSectorResponse, PatchLocationSectorQuery, PatchLocationSectorBody, PatchLocationSectorResponse, PostLocationCompanyBody, PostLocationCompanyResponse, GetLocationCompanyQuery, GetLocationCompanyResponse, PatchLocationCompanyBody, PatchLocationCompanyResponse, DeleteLocationRecordQuery, DeleteLocationRecordResponse, GetLocationV2GroupsQuery, GetLocationV2GroupsResponse, GetLocationMenuAssociationBrandQuery, GetLocationMenuAssociationBrandResponse, GetLocationMenuAssociationMenuQuery, GetLocationMenuAssociationMenuResponse } from './interface/location';
|
|
3
|
+
import { PostLocationBody, PostLocationResponse, GetLocationSearchQuery, GetLocationSearchResponse, GetLocationQuery, GetLocationResponse, PutLocationBody, PutLocationResponse, DeleteLocationBody, DeleteLocationResponse, PatchLocationBody, PatchLocationResponse, PostLocationBatchGetBody, PostLocationBatchGetResponse, GetLocationMultigroupsQuery, GetLocationMultigroupsResponse, PostLocationMultigroupBody, PostLocationMultigroupResponse, GetLocationMultigroupQuery, GetLocationMultigroupResponse, PutLocationMultigroupBody, PutLocationMultigroupResponse, DeleteLocationMultigroupBody, DeleteLocationMultigroupResponse, PatchLocationMultigroupBody, PatchLocationMultigroupResponse, GetLocationUserMultigroupQuery, GetLocationUserMultigroupResponse, PostLocationGroupBody, PostLocationGroupResponse, GetLocationGroupQuery, GetLocationGroupResponse, PutLocationGroupBody, PutLocationGroupResponse, DeleteLocationGroupBody, DeleteLocationGroupResponse, PatchLocationGroupBody, PatchLocationGroupResponse, PostLocationGroupBatchGetBody, PostLocationGroupBatchGetResponse, GetLocationGroupWaittimesQuery, GetLocationGroupWaittimesResponse, GetLocationGroupDeliverydestinationsQuery, GetLocationGroupDeliverydestinationsResponse, PostLocationGroupDeliverydestinationBody, PostLocationGroupDeliverydestinationResponse, PatchLocationGroupDeliverydestinationBody, PatchLocationGroupDeliverydestinationResponse, DeleteLocationGroupDeliverydestinationBody, DeleteLocationGroupDeliverydestinationResponse, GetLocationGroupDeliverydestinationQuery, GetLocationGroupDeliverydestinationResponse, GetLocationBrandsQuery, GetLocationBrandsResponse, GetLocationBrandDestinationsQuery, GetLocationBrandDestinationsResponse, GetLocationBrandTimeslotsQuery, GetLocationBrandTimeslotsResponse, PostLocationMarketplaceTimeslotsQuery, PostLocationMarketplaceTimeslotsBody, PostLocationMarketplaceTimeslotsResponse, PostLocationMarketplaceTimeslotsDeliveryQuery, PostLocationMarketplaceTimeslotsDeliveryBody, PostLocationMarketplaceTimeslotsDeliveryResponse, GetLocationBrandMenuTimeslotsQuery, GetLocationBrandMenuTimeslotsResponse, GetLocationBrandDeliveryTimeslotsQuery, GetLocationBrandDeliveryTimeslotsResponse, GetLocationBrandMenuDeliveryTimeslostsQuery, GetLocationBrandMenuDeliveryTimeslostsResponse, PostLocationBrandBody, PostLocationBrandResponse, PatchLocationBrandBulkBody, PatchLocationBrandBulkResponse, GetLocationBrandQuery, GetLocationBrandResponse, PatchLocationBrandBody, PatchLocationBrandResponse, DeleteLocationBrandResponse, PutLocationBrandBody, PutLocationBrandResponse, GetLocationSectorsQuery, GetLocationSectorsResponse, PostLocationSectorBody, PostLocationSectorResponse, GetLocationSectorQuery, GetLocationSectorResponse, PatchLocationSectorQuery, PatchLocationSectorBody, PatchLocationSectorResponse, PostLocationCompanyBody, PostLocationCompanyResponse, GetLocationCompanyQuery, GetLocationCompanyResponse, PatchLocationCompanyBody, PatchLocationCompanyResponse, DeleteLocationRecordQuery, DeleteLocationRecordResponse, GetLocationV2GroupsQuery, GetLocationV2GroupsResponse, GetLocationMenuAssociationBrandQuery, GetLocationMenuAssociationBrandResponse, GetLocationMenuAssociationMenuQuery, GetLocationMenuAssociationMenuResponse } from './interface/location';
|
|
4
4
|
import { PostShoppingcartCartQuery, PostShoppingcartCartBody, PostShoppingcartCartResponse, PutShoppingcartCartItemsBody, PutShoppingcartCartItemsResponse, DeleteShoppingcartCartItemsBody, DeleteShoppingcartCartItemsResponse, GetShoppingcartCartQuery, GetShoppingcartCartResponse, PatchShoppingcartCartBody, PatchShoppingcartCartResponse, PutShoppingcartCartPromoBody, PutShoppingcartCartPromoResponse, DeleteShoppingcartCartPromoResponse, PutShoppingcartCartPaymentBody, PutShoppingcartCartPaymentResponse, GetShoppingcartPaymentMethodsQuery, GetShoppingcartPaymentMethodsResponse, PutShoppingcartCartOrderBody, PutShoppingcartCartOrderResponse, PostShoppingcartCloneCartQuery, PostShoppingcartCloneCartBody, PostShoppingcartCloneCartResponse, PutShoppingcartCheckoutQuery, PutShoppingcartCheckoutResponse, PostShoppingcartBulkBody, PostShoppingcartBulkResponse } from './interface/shoppingcart';
|
|
5
5
|
import { PostPartnerEventBody, PostPartnerEventResponse, GetPartnerSwaggerQuery, GetPartnerSwaggerResponse, PostPartnerMenuBody, PostPartnerMenuResponse } from './interface/partner';
|
|
6
6
|
import { PostEmailBody, PostEmailResponse } from './interface/email';
|
|
7
7
|
import { PostTaskBody, PostTaskResponse, GetTaskQuery, GetTaskResponse, PatchTaskBody, PatchTaskResponse, DeleteTaskResponse, GetTaskOrderQuery, GetTaskOrderResponse, GetTaskOrderKdsQuery, GetTaskOrderKdsResponse, PatchTaskOrderKdsBody, PatchTaskOrderKdsResponse, GetTaskAssigneeQuery, GetTaskAssigneeResponse, GetTaskLocationBrandQuery, GetTaskLocationBrandResponse, GetTaskLocationGroupQuery, GetTaskLocationGroupResponse } from './interface/task';
|
|
8
8
|
import { GetKdsDevicesQuery, GetKdsDevicesResponse, PostKdsDeviceAuthBody, PostKdsDeviceAuthResponse, DeleteKdsDeviceAuthResponse, PatchKdsDeviceInfoBody, PatchKdsDeviceInfoResponse, DeleteKdsDeviceInfoResponse, GetKdsSwaggerQuery, GetKdsSwaggerResponse } from './interface/kds';
|
|
9
|
-
import { PostMealplanBody, PostMealplanResponse, PutMealplanBody, PutMealplanResponse, GetMealplanQuery, GetMealplanResponse, DeleteMealplanBody, DeleteMealplanResponse, PostMealplanCallbackQuery, PostMealplanCallbackBody, PostMealplanCallbackResponse, GetMealplanTenderQuery, GetMealplanTenderResponse, DeleteMealplanTenderBody, DeleteMealplanTenderResponse, PatchMealplanTenderBody, PatchMealplanTenderResponse, PostMealplanVerifyQuery, PostMealplanVerifyBody, PostMealplanVerifyResponse, PutMealplanVerifyBody, PutMealplanVerifyResponse, PostMealplanAuthorizeBody, PostMealplanAuthorizeResponse } from './interface/mealplan';
|
|
9
|
+
import { PostMealplanBody, PostMealplanResponse, PutMealplanBody, PutMealplanResponse, GetMealplanQuery, GetMealplanResponse, DeleteMealplanBody, DeleteMealplanResponse, PostMealplanCallbackQuery, PostMealplanCallbackBody, PostMealplanCallbackResponse, GetMealplanTenderQuery, GetMealplanTenderResponse, DeleteMealplanTenderBody, DeleteMealplanTenderResponse, PatchMealplanTenderBody, PatchMealplanTenderResponse, PostMealplanTenderBody, PostMealplanTenderResponse, PostMealplanVerifyQuery, PostMealplanVerifyBody, PostMealplanVerifyResponse, PutMealplanVerifyBody, PutMealplanVerifyResponse, PostMealplanAuthorizeBody, PostMealplanAuthorizeResponse } from './interface/mealplan';
|
|
10
10
|
import { PostDatalakeSqlBody, PostDatalakeSqlResponse, GetDatalakeSwaggerQuery, GetDatalakeSwaggerResponse } from './interface/datalake';
|
|
11
11
|
import { PostPromoBody, PostPromoResponse, GetPromosQuery, GetPromosResponse, GetPromoQuery, GetPromoResponse, PutPromoBody, PutPromoResponse, DeletePromoResponse, GetPromoCompanyLocationGroupQuery, GetPromoCompanyLocationGroupResponse, PostPromoValidateVoucherBody, PostPromoValidateVoucherResponse, PostPromoValidateVouchersBody, PostPromoValidateVouchersResponse, PostPromoRedeemVoucherBody, PostPromoRedeemVoucherResponse, PostPromoRedeemVouchersBody, PostPromoRedeemVouchersResponse, PostPromoVoucherBody, PostPromoVoucherResponse, PutPromoVoucherBody, PutPromoVoucherResponse, DeletePromoVoucherQuery, DeletePromoVoucherResponse, PostPromoCustomerBody, PostPromoCustomerResponse, DeletePromoCustomerBody, DeletePromoCustomerResponse, PostPromoVoucherReverseBody, PostPromoVoucherReverseResponse, PostPromoVoucherifyActivityExecuteBody, PostPromoVoucherifyActivityExecuteResponse, GetPromoVoucherifyActivityConfigQuery, GetPromoVoucherifyActivityConfigResponse } from './interface/promo';
|
|
12
12
|
import { GetConfigAppconfigQuery, GetConfigAppconfigResponse, GetConfigQuery, GetConfigResponse, PostConfigBody, PostConfigResponse, PutConfigBody, PutConfigResponse, DeleteConfigResponse, GetConfigPublicQuery, GetConfigPublicResponse, PostConfigPublicBody, PostConfigPublicResponse, PutConfigPublicBody, PutConfigPublicResponse, DeleteConfigPublicResponse } from './interface/config';
|
|
@@ -20,7 +20,7 @@ import { GetNotificationsQuery, GetNotificationsResponse, PostNotificationBody,
|
|
|
20
20
|
import { GetCompassconnectOmsTokenQuery, GetCompassconnectOmsTokenResponse } from './interface/compassconnect';
|
|
21
21
|
import { PostVendorApplicationBody, PostVendorApplicationResponse, GetVendorApplicationQuery, GetVendorApplicationResponse, PatchVendorApplicationBody, PatchVendorApplicationResponse, PostVendorBody, PostVendorResponse, GetVendorsQuery, GetVendorsResponse, GetVendorQuery, GetVendorResponse, PatchVendorBody, PatchVendorResponse, GetVendorAuthQuery, GetVendorAuthResponse, PostVendorAuthBody, PostVendorAuthResponse, GetVendorKeysQuery, GetVendorKeysResponse, PostVendorKeyBody, PostVendorKeyResponse, GetVendorKeyQuery, GetVendorKeyResponse, PatchVendorKeyBody, PatchVendorKeyResponse, DeleteVendorKeyResponse, PostVendorKeyRotateQuery, PostVendorKeyRotateResponse, PostVendorResetPasswordBody, PostVendorResetPasswordResponse } from './interface/vendor';
|
|
22
22
|
import { GetFrictionlessBrandFrictionlessStatusQuery, GetFrictionlessBrandFrictionlessStatusResponse, PostFrictionlessQrCodeBody, PostFrictionlessQrCodeResponse, GetFrictionlessCheckinStatusQuery, GetFrictionlessCheckinStatusResponse, GetFrictionlessCheckinQuery, GetFrictionlessCheckinResponse, GetFrictionlessUsersPaymentIssuesQuery, GetFrictionlessUsersPaymentIssuesResponse, GetFrictionlessFailedCheckinsQuery, GetFrictionlessFailedCheckinsResponse, PostFrictionlessCheckinsReprocessResponse, PostFrictionlessCheckinReprocessPaymentBody, PostFrictionlessCheckinReprocessPaymentResponse, PostFrictionlessAmazonJwoConnectorV1IdentityIdentityKeysBody, PostFrictionlessAmazonJwoConnectorV1IdentityIdentityKeysResponse, PostFrictionlessAmazonJwoConnectorV1OrderPurchasesBody, PostFrictionlessAmazonJwoConnectorV1OrderPurchasesResponse } from './interface/frictionless';
|
|
23
|
-
import { HealthCheckControllerExecuteQuery, HealthCheckControllerExecuteResponse, GetPaymentListByBrandQuery, GetPaymentListByBrandResponse, GetCustomerOrdersQuery, GetCustomerOrdersResponse, PostReviewOrderItemsBody, PostReviewOrderItemsResponse,
|
|
23
|
+
import { HealthCheckControllerExecuteQuery, HealthCheckControllerExecuteResponse, GetPaymentListByBrandQuery, GetPaymentListByBrandResponse, GetCustomerOrdersQuery, GetCustomerOrdersResponse, PostReviewOrderItemsBody, PostReviewOrderItemsResponse, GetConsumerHomePageQuery, GetConsumerHomePageResponse, GetConsumerFrictionlessCheckinQuery, GetConsumerFrictionlessCheckinResponse, PostFrictionlessQrcodeBody, PostFrictionlessQrcodeResponse, PostConsumerForgotPasswordBody, PostConsumerForgotPasswordResponse, PostConsumerAddSecretResponse, GetConsumerLocationGroupQuery, GetConsumerLocationGroupResponse$0, GetConsumerLocationMultigroupQuery, GetConsumerLocationMultigroupResponse, GetConsumerActiveMenusQuery, GetConsumerActiveMenusResponse, GetConsumerMenuQuery, GetConsumerMenuResponse$0, GetConsumerMenuItemsQuery, GetConsumerMenuItemsResponse$0, PostConsumerMenuRecommendedItemsBody, PostConsumerMenuRecommendedItemsResponse, PostConsumerLocationsMarketplaceTimeslotsQuery, PostConsumerLocationsMarketplaceTimeslotsResponse, PostConsumerLocationsMarketplaceTimeslotsDeliveryQuery, PostConsumerLocationsMarketplaceTimeslotsDeliveryResponse, DeleteConsumerUserQuery, DeleteConsumerUserResponse, PutConsumerUserBody, PutConsumerUserResponse$0, GetConsumerUserQuery, GetConsumerUserResponse$0, DeleteConsumerLogoutResponse, PostConsumerChangePasswordBody, PostConsumerChangePasswordResponse, GetConsumerShoppingcartQuery, GetConsumerShoppingcartResponse, PutConsumerShoppingcartBody, PutConsumerShoppingcartResponse } from './interface/consumer';
|
|
24
24
|
import { PostAiLanguageGenerateBody, PostAiLanguageGenerateResponse, PostAiImageGenerateBody, PostAiImageGenerateResponse, PostAiTranslateBody, PostAiTranslateResponse } from './interface/ai';
|
|
25
25
|
import { PostCentricosAiItemDescriptionBody, PostCentricosAiItemDescriptionResponse, PostCentricosAiItemImageBody, PostCentricosAiItemImageResponse, PostCentricosOrdersExportQuery, PostCentricosOrdersExportResponse, GetCentricosReportGroupConfigQuery, GetCentricosReportGroupConfigResponse, PutCentricosReportGroupConfigBody, PutCentricosReportGroupConfigResponse, DeleteCentricosReportGroupConfigResponse, GetCentricosReportConfigDefaultQuery, GetCentricosReportConfigDefaultResponse, GetCentricosLookerEmbedurlQuery, GetCentricosLookerEmbedurlResponse, GetSiteDevicesQuery, GetSiteDevicesResponse, GetCentricosSitesQuery, GetCentricosSitesResponse, GetSitesFromPriceLevelQuery, GetSitesFromPriceLevelResponse, GetReviewOrderItemsQuery, GetReviewOrderItemsResponse, GetCentricosStationQuery, GetCentricosStationResponse, PutCentricosDiscountVoucherifyBody, PutCentricosDiscountVoucherifyResponse, PutCentricosDiscountVoucherifyPublishResponse, DeleteCentricosDiscountsVoucherifyResponse, GetCentricosDiscountQuery, GetCentricosDiscountResponse } from './interface/centricos';
|
|
26
26
|
import { TaxHealthCheckQuery, TaxHealthCheckResponse, PostQuoteTaxBody, PostQuoteTaxResponse } from './interface/tax';
|
|
@@ -337,6 +337,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
337
337
|
* @param options - additional request options
|
|
338
338
|
*/
|
|
339
339
|
patch_location(id: string, body: PatchLocationBody, options?: RequestOptions): ResponsePromise<PatchLocationResponse>;
|
|
340
|
+
/**
|
|
341
|
+
* POST /location/batch-get - Get multiple locations by their IDs
|
|
342
|
+
*
|
|
343
|
+
* @param body
|
|
344
|
+
* @param options - additional request options
|
|
345
|
+
*/
|
|
346
|
+
post_location_batch_get(body: PostLocationBatchGetBody, options?: RequestOptions): ResponsePromise<PostLocationBatchGetResponse>;
|
|
340
347
|
/**
|
|
341
348
|
* GET /location/multigroup - Get all the top level multigroups
|
|
342
349
|
*
|
|
@@ -435,6 +442,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
435
442
|
* @param options - additional request options
|
|
436
443
|
*/
|
|
437
444
|
patch_location_group(id: string, body: PatchLocationGroupBody, options?: RequestOptions): ResponsePromise<PatchLocationGroupResponse>;
|
|
445
|
+
/**
|
|
446
|
+
* POST /location/group/batch-get - Get multiple location groups by their IDs
|
|
447
|
+
*
|
|
448
|
+
* @param body
|
|
449
|
+
* @param options - additional request options
|
|
450
|
+
*/
|
|
451
|
+
post_location_group_batch_get(body: PostLocationGroupBatchGetBody, options?: RequestOptions): ResponsePromise<PostLocationGroupBatchGetResponse>;
|
|
438
452
|
/**
|
|
439
453
|
* GET /location/group/{id}/waittimes - Get an individual Group's estimated wait times based on id
|
|
440
454
|
*
|
|
@@ -1038,6 +1052,15 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1038
1052
|
* @param options - additional request options
|
|
1039
1053
|
*/
|
|
1040
1054
|
patch_mealplan_tender(id: string, tender: string, body: PatchMealplanTenderBody, options?: RequestOptions): ResponsePromise<PatchMealplanTenderResponse>;
|
|
1055
|
+
/**
|
|
1056
|
+
* POST /mealplan/{id}/tender/{tender} - Check the user's tender balance
|
|
1057
|
+
*
|
|
1058
|
+
* @param id - Meal plan ID
|
|
1059
|
+
* @param tender - Tender ID
|
|
1060
|
+
* @param body
|
|
1061
|
+
* @param options - additional request options
|
|
1062
|
+
*/
|
|
1063
|
+
post_mealplan_tender(id: string, tender: string, body: PostMealplanTenderBody, options?: RequestOptions): ResponsePromise<PostMealplanTenderResponse>;
|
|
1041
1064
|
/**
|
|
1042
1065
|
* POST /mealplan/{id}/verify - Send verification email to user linking a mealplan
|
|
1043
1066
|
*
|
|
@@ -4236,12 +4259,14 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
4236
4259
|
*/
|
|
4237
4260
|
post_review_order_items(body: PostReviewOrderItemsBody, options?: RequestOptions): ResponsePromise<PostReviewOrderItemsResponse>;
|
|
4238
4261
|
/**
|
|
4239
|
-
*
|
|
4262
|
+
* GET /consumer/home/{siteId} - Provide the front end all the data required to render the home page
|
|
4240
4263
|
*
|
|
4241
|
-
* @param
|
|
4264
|
+
* @param siteId - Site ID as Encoded CDL ID
|
|
4242
4265
|
* @param options - additional request options
|
|
4243
4266
|
*/
|
|
4244
|
-
|
|
4267
|
+
get_consumer_home_page(siteId: string, options: {
|
|
4268
|
+
query: GetConsumerHomePageQuery;
|
|
4269
|
+
} & RequestOptions): ResponsePromise<GetConsumerHomePageResponse>;
|
|
4245
4270
|
/**
|
|
4246
4271
|
* GET /consumer/frictionless/checkin/{id} - Allow a user to check in to a location using frictionless technology
|
|
4247
4272
|
*
|
|
@@ -4274,7 +4299,7 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
4274
4299
|
/**
|
|
4275
4300
|
* GET /consumer/location-group/{id} - Get location group
|
|
4276
4301
|
*
|
|
4277
|
-
* @param id - TODO:
|
|
4302
|
+
* @param id - Location Group ID as Encoded CDL ID; TODO: mark parameter as required in swagger
|
|
4278
4303
|
* @param options - additional request options
|
|
4279
4304
|
*/
|
|
4280
4305
|
get_consumer_location_group(id: string, options?: {
|
|
@@ -4283,7 +4308,7 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
4283
4308
|
/**
|
|
4284
4309
|
* GET /consumer/location-multigroup/{id} - Get location multi group
|
|
4285
4310
|
*
|
|
4286
|
-
* @param id - TODO:
|
|
4311
|
+
* @param id - Location Group ID as Encoded CDL ID; TODO: mark parameter as required in swagger
|
|
4287
4312
|
* @param options - additional request options
|
|
4288
4313
|
*/
|
|
4289
4314
|
get_consumer_location_multigroup(id: string, options?: {
|
|
@@ -4301,12 +4326,102 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
4301
4326
|
/**
|
|
4302
4327
|
* GET /consumer/menu/{id} - Provide the front end all the data required to render the home page
|
|
4303
4328
|
*
|
|
4304
|
-
* @param id
|
|
4329
|
+
* @param id - Menu ID as Encoded CDL ID; TODO: mark parameter as required in swagger
|
|
4305
4330
|
* @param options - additional request options
|
|
4306
4331
|
*/
|
|
4307
4332
|
get_consumer_menu(id: string, options?: {
|
|
4308
4333
|
query?: GetConsumerMenuQuery;
|
|
4309
4334
|
} & RequestOptions): ResponsePromise<GetConsumerMenuResponse$0>;
|
|
4335
|
+
/**
|
|
4336
|
+
* GET /consumer/menu/{id}/items - Provide the front end with menu items
|
|
4337
|
+
*
|
|
4338
|
+
* @param id - Menu ID as Encoded CDL ID; TODO: mark parameter as required in swagger
|
|
4339
|
+
* @param options - additional request options
|
|
4340
|
+
*/
|
|
4341
|
+
get_consumer_menu_items(id: string, options: {
|
|
4342
|
+
query: GetConsumerMenuItemsQuery;
|
|
4343
|
+
} & RequestOptions): ResponsePromise<GetConsumerMenuItemsResponse$0>;
|
|
4344
|
+
/**
|
|
4345
|
+
* POST /consumer/menu/{id}/recommended - Get recommended items
|
|
4346
|
+
*
|
|
4347
|
+
* @param id - Menu ID as Encoded CDL ID; TODO: mark parameter as required in swagger
|
|
4348
|
+
* @param body
|
|
4349
|
+
* @param options - additional request options
|
|
4350
|
+
*/
|
|
4351
|
+
post_consumer_menu_recommended_items(id: string, body: PostConsumerMenuRecommendedItemsBody, options?: RequestOptions): ResponsePromise<PostConsumerMenuRecommendedItemsResponse>;
|
|
4352
|
+
/**
|
|
4353
|
+
* POST /consumer/location/marketplace/timeslots - Get Marketplace timeslots
|
|
4354
|
+
*
|
|
4355
|
+
* @param options - additional request options
|
|
4356
|
+
*/
|
|
4357
|
+
post_consumer_locations_marketplace_timeslots(options?: {
|
|
4358
|
+
query?: PostConsumerLocationsMarketplaceTimeslotsQuery;
|
|
4359
|
+
} & RequestOptions): ResponsePromise<PostConsumerLocationsMarketplaceTimeslotsResponse>;
|
|
4360
|
+
/**
|
|
4361
|
+
* POST /consumer/location/marketplace/timeslots/delivery - Get Marketplace timeslots
|
|
4362
|
+
*
|
|
4363
|
+
* @param options - additional request options
|
|
4364
|
+
*/
|
|
4365
|
+
post_consumer_locations_marketplace_timeslots_delivery(options?: {
|
|
4366
|
+
query?: PostConsumerLocationsMarketplaceTimeslotsDeliveryQuery;
|
|
4367
|
+
} & RequestOptions): ResponsePromise<PostConsumerLocationsMarketplaceTimeslotsDeliveryResponse>;
|
|
4368
|
+
/**
|
|
4369
|
+
* DELETE /consumer/user/{id} - Delete user
|
|
4370
|
+
*
|
|
4371
|
+
* @param id
|
|
4372
|
+
* @param options - additional request options
|
|
4373
|
+
*/
|
|
4374
|
+
delete_consumer_user(id: string, options?: {
|
|
4375
|
+
query?: DeleteConsumerUserQuery;
|
|
4376
|
+
} & RequestOptions): ResponsePromise<DeleteConsumerUserResponse>;
|
|
4377
|
+
/**
|
|
4378
|
+
* PUT /consumer/user/{id} - Change password
|
|
4379
|
+
*
|
|
4380
|
+
* @param id
|
|
4381
|
+
* @param body
|
|
4382
|
+
* @param options - additional request options
|
|
4383
|
+
*/
|
|
4384
|
+
put_consumer_user(id: string, body: PutConsumerUserBody, options?: RequestOptions): ResponsePromise<PutConsumerUserResponse$0>;
|
|
4385
|
+
/**
|
|
4386
|
+
* GET /consumer/user/{id} - Get user
|
|
4387
|
+
*
|
|
4388
|
+
* @param id
|
|
4389
|
+
* @param options - additional request options
|
|
4390
|
+
*/
|
|
4391
|
+
get_consumer_user(id: string, options?: {
|
|
4392
|
+
query?: GetConsumerUserQuery;
|
|
4393
|
+
} & RequestOptions): ResponsePromise<GetConsumerUserResponse$0>;
|
|
4394
|
+
/**
|
|
4395
|
+
* DELETE /consumer/user/logout - Delete user
|
|
4396
|
+
*
|
|
4397
|
+
* @param options - additional request options
|
|
4398
|
+
*/
|
|
4399
|
+
delete_consumer_logout(options?: RequestOptions): ResponsePromise<DeleteConsumerLogoutResponse>;
|
|
4400
|
+
/**
|
|
4401
|
+
* POST /consumer/user/{id}/changepassword - Change password
|
|
4402
|
+
*
|
|
4403
|
+
* @param id
|
|
4404
|
+
* @param body
|
|
4405
|
+
* @param options - additional request options
|
|
4406
|
+
*/
|
|
4407
|
+
post_consumer_change_password(id: string, body: PostConsumerChangePasswordBody, options?: RequestOptions): ResponsePromise<PostConsumerChangePasswordResponse>;
|
|
4408
|
+
/**
|
|
4409
|
+
* GET /consumer/shoppingcart/{id} - Get a shopping cart by ID
|
|
4410
|
+
*
|
|
4411
|
+
* @param id - Shopping Cart ID as Encoded CDL ID; TODO: mark parameter as required in swagger
|
|
4412
|
+
* @param options - additional request options
|
|
4413
|
+
*/
|
|
4414
|
+
get_consumer_shoppingcart(id: string, options?: {
|
|
4415
|
+
query?: GetConsumerShoppingcartQuery;
|
|
4416
|
+
} & RequestOptions): ResponsePromise<GetConsumerShoppingcartResponse>;
|
|
4417
|
+
/**
|
|
4418
|
+
* PUT /consumer/shoppingcart/{id} - Update a shopping cart by ID
|
|
4419
|
+
*
|
|
4420
|
+
* @param id - Shopping Cart ID as Encoded CDL ID; TODO: mark parameter as required in swagger
|
|
4421
|
+
* @param body
|
|
4422
|
+
* @param options - additional request options
|
|
4423
|
+
*/
|
|
4424
|
+
put_consumer_shoppingcart(id: string, body: PutConsumerShoppingcartBody, options?: RequestOptions): ResponsePromise<PutConsumerShoppingcartResponse>;
|
|
4310
4425
|
/**
|
|
4311
4426
|
* POST /ai/language/generate - Generate text from a given prompt
|
|
4312
4427
|
*
|