@compassdigital/sdk.typescript 3.45.1 → 3.46.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 +334 -59
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +362 -60
- package/lib/index.js.map +1 -1
- package/lib/interface/announcement.d.ts.map +1 -1
- package/lib/interface/announcement.js +1 -0
- package/lib/interface/announcement.js.map +1 -1
- package/lib/interface/calendar.d.ts.map +1 -1
- package/lib/interface/calendar.js +1 -0
- package/lib/interface/calendar.js.map +1 -1
- package/lib/interface/compassconnect.d.ts.map +1 -1
- package/lib/interface/compassconnect.js +1 -0
- package/lib/interface/compassconnect.js.map +1 -1
- package/lib/interface/config.d.ts.map +1 -1
- package/lib/interface/config.js +1 -0
- package/lib/interface/config.js.map +1 -1
- package/lib/interface/datalake.d.ts.map +1 -1
- package/lib/interface/datalake.js +1 -0
- package/lib/interface/datalake.js.map +1 -1
- package/lib/interface/delivery.d.ts +73 -0
- package/lib/interface/delivery.d.ts.map +1 -0
- package/lib/interface/delivery.js +5 -0
- package/lib/interface/delivery.js.map +1 -0
- package/lib/interface/email.d.ts.map +1 -1
- package/lib/interface/email.js +1 -0
- package/lib/interface/email.js.map +1 -1
- package/lib/interface/file.d.ts.map +1 -1
- package/lib/interface/file.js +1 -0
- package/lib/interface/file.js.map +1 -1
- package/lib/interface/kds.d.ts.map +1 -1
- package/lib/interface/kds.js +1 -0
- package/lib/interface/kds.js.map +1 -1
- package/lib/interface/location.d.ts.map +1 -1
- package/lib/interface/location.js +1 -0
- package/lib/interface/location.js.map +1 -1
- package/lib/interface/loyalty.d.ts.map +1 -1
- package/lib/interface/loyalty.js +1 -0
- package/lib/interface/loyalty.js.map +1 -1
- package/lib/interface/mealplan.d.ts.map +1 -1
- package/lib/interface/mealplan.js +1 -0
- package/lib/interface/mealplan.js.map +1 -1
- package/lib/interface/menu.d.ts +1180 -96
- package/lib/interface/menu.d.ts.map +1 -1
- package/lib/interface/menu.js +1 -0
- package/lib/interface/menu.js.map +1 -1
- package/lib/interface/notification.d.ts.map +1 -1
- package/lib/interface/notification.js +1 -0
- package/lib/interface/notification.js.map +1 -1
- package/lib/interface/order.d.ts +12 -0
- package/lib/interface/order.d.ts.map +1 -1
- package/lib/interface/order.js +1 -0
- package/lib/interface/order.js.map +1 -1
- package/lib/interface/partner.d.ts.map +1 -1
- package/lib/interface/partner.js +1 -0
- package/lib/interface/partner.js.map +1 -1
- package/lib/interface/payment.d.ts +7 -21
- package/lib/interface/payment.d.ts.map +1 -1
- package/lib/interface/payment.js +1 -0
- package/lib/interface/payment.js.map +1 -1
- package/lib/interface/permission.d.ts.map +1 -1
- package/lib/interface/permission.js +1 -0
- package/lib/interface/permission.js.map +1 -1
- package/lib/interface/promo.d.ts.map +1 -1
- package/lib/interface/promo.js +1 -0
- package/lib/interface/promo.js.map +1 -1
- package/lib/interface/report.d.ts.map +1 -1
- package/lib/interface/report.js +1 -0
- package/lib/interface/report.js.map +1 -1
- package/lib/interface/shoppingcart.d.ts.map +1 -1
- package/lib/interface/shoppingcart.js +1 -0
- package/lib/interface/shoppingcart.js.map +1 -1
- package/lib/interface/sms.js +1 -0
- package/lib/interface/sms.js.map +1 -1
- package/lib/interface/task.d.ts.map +1 -1
- package/lib/interface/task.js +1 -0
- package/lib/interface/task.js.map +1 -1
- package/lib/interface/user.d.ts.map +1 -1
- package/lib/interface/user.js +1 -0
- package/lib/interface/user.js.map +1 -1
- package/lib/interface/vendor.d.ts.map +1 -1
- package/lib/interface/vendor.js +1 -0
- package/lib/interface/vendor.js.map +1 -1
- package/manifest.json +4 -0
- package/package.json +2 -2
- package/quicktest.json +8 -0
- package/src/index.ts +898 -162
- package/src/interface/announcement.ts +1 -0
- package/src/interface/calendar.ts +1 -0
- package/src/interface/compassconnect.ts +1 -0
- package/src/interface/config.ts +1 -0
- package/src/interface/datalake.ts +1 -0
- package/src/interface/delivery.ts +102 -0
- package/src/interface/email.ts +1 -0
- package/src/interface/file.ts +1 -0
- package/src/interface/kds.ts +1 -0
- package/src/interface/location.ts +1 -0
- package/src/interface/loyalty.ts +1 -0
- package/src/interface/mealplan.ts +1 -0
- package/src/interface/menu.ts +1660 -171
- package/src/interface/notification.ts +1 -0
- package/src/interface/order.ts +25 -0
- package/src/interface/partner.ts +1 -0
- package/src/interface/payment.ts +15 -41
- package/src/interface/permission.ts +1 -0
- package/src/interface/promo.ts +1 -0
- package/src/interface/report.ts +1 -0
- package/src/interface/shoppingcart.ts +1 -0
- package/src/interface/sms.ts +1 -0
- package/src/interface/task.ts +1 -0
- package/src/interface/user.ts +1 -0
- package/src/interface/vendor.ts +1 -0
package/lib/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PostPaymentTransactionBody, PostPaymentTransactionResponse, PostPaymentTransactionRefundBody, PostPaymentTransactionRefundResponse, GetPaymentClienttokenQuery, GetPaymentClienttokenResponse, PostPaymentPaymenttokenBody, PostPaymentPaymenttokenResponse, PostPaymentConsumerBody, PostPaymentConsumerResponse, PostPaymentMethodBody, PostPaymentMethodResponse, DeletePaymentMethodBody, DeletePaymentMethodResponse, GetPaymentTokenQuery, GetPaymentTokenResponse, PostPaymentTokenBody, PostPaymentTokenResponse, PutPaymentTokenBody, PutPaymentTokenResponse, DeletePaymentTokenBody, DeletePaymentTokenResponse, GetPaymentMethodsQuery, GetPaymentMethodsResponse, GetPaymentHpcQuery, GetPaymentHpcResponse,
|
|
1
|
+
import { PostPaymentTransactionBody, PostPaymentTransactionResponse, PostPaymentTransactionRefundBody, PostPaymentTransactionRefundResponse, GetPaymentClienttokenQuery, GetPaymentClienttokenResponse, PostPaymentPaymenttokenBody, PostPaymentPaymenttokenResponse, PostPaymentConsumerBody, PostPaymentConsumerResponse, PostPaymentMethodBody, PostPaymentMethodResponse, DeletePaymentMethodBody, DeletePaymentMethodResponse, GetPaymentTokenQuery, GetPaymentTokenResponse, PostPaymentTokenBody, PostPaymentTokenResponse, PutPaymentTokenBody, PutPaymentTokenResponse, DeletePaymentTokenBody, DeletePaymentTokenResponse, GetPaymentMethodsQuery, GetPaymentMethodsResponse, GetPaymentHpcQuery, GetPaymentHpcResponse, GetPaymentBadgepayQuery, GetPaymentBadgepayResponse, PostPaymentBadgepayBody, PostPaymentBadgepayResponse, DeletePaymentBadgepayBody, DeletePaymentBadgepayResponse } from "./interface/payment";
|
|
2
2
|
import { PostOrderQuery, PostOrderBody, PostOrderResponse, GetOrderQuery, GetOrderResponse, PutOrderResponse, PatchOrderBody, PatchOrderResponse, PostOrderIssueBody, PostOrderIssueResponse, PatchOrderRefundBody, PatchOrderRefundResponse, GetOrderCustomerOrdersQuery, GetOrderCustomerOrdersResponse, GetOrderCustomerOrdersBrandQuery, GetOrderCustomerOrdersBrandResponse, GetOrderLocationBrandQuery, GetOrderLocationBrandResponse, GetOrderLocationOrdersQuery, GetOrderLocationOrdersResponse, GetOrderGroupOrdersQuery, GetOrderGroupOrdersResponse, GetOrderUserOrdersQuery, GetOrderUserOrdersResponse, PatchOrderCheckinResponse, PostOrderApexSnsBody, PostOrderApexSnsResponse } from "./interface/order";
|
|
3
3
|
import { PostLocationBody, PostLocationResponse, GetLocationsQuery, GetLocationsResponse, GetLocationSearchQuery, GetLocationSearchResponse, GetLocationQuery, GetLocationResponse, PutLocationBody, PutLocationResponse, DeleteLocationBody, DeleteLocationResponse, PatchLocationBody, PatchLocationResponse, GetLocationPosQuery, GetLocationPosResponse, PutLocationPosBody, PutLocationPosResponse, GetLocationMultigroupsQuery, 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, PatchLocationGroupDeliverydestinationBody, PatchLocationGroupDeliverydestinationResponse, DeleteLocationGroupDeliverydestinationBody, DeleteLocationGroupDeliverydestinationResponse, GetLocationGroupDeliverydestinationQuery, GetLocationGroupDeliverydestinationResponse, GetLocationUserGroupQuery, GetLocationUserGroupResponse, GetLocationBrandsQuery, GetLocationBrandsResponse, GetLocationBrandDestinationsQuery, GetLocationBrandDestinationsResponse, PostLocationBrandDocumentBody, PostLocationBrandDocumentResponse, PatchLocationBrandDocumentResponse, DeleteLocationBrandDocumentResponse, GetLocationBrandDocumentsQuery, GetLocationBrandDocumentsResponse, GetLocationBrandTimeslotsQuery, GetLocationBrandTimeslotsResponse, PostLocationMarketplaceTimeslotsQuery, PostLocationMarketplaceTimeslotsBody, PostLocationMarketplaceTimeslotsResponse, PostLocationMarketplaceTimeslotsDeliveryQuery, PostLocationMarketplaceTimeslotsDeliveryBody, PostLocationMarketplaceTimeslotsDeliveryResponse, GetLocationBrandMenuTimeslotsQuery, GetLocationBrandMenuTimeslotsResponse, GetLocationBrandDeliveryTimeslotsQuery, GetLocationBrandDeliveryTimeslotsResponse, GetLocationBrandMenuDeliveryTimeslostsQuery, GetLocationBrandMenuDeliveryTimeslostsResponse, PostLocationBrandBody, PostLocationBrandResponse, 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 } from "./interface/location";
|
|
4
4
|
import { PostShoppingcartCartBody, PostShoppingcartCartResponse, PutShoppingcartCartItemsBody, PutShoppingcartCartItemsResponse, DeleteShoppingcartCartItemsBody, DeleteShoppingcartCartItemsResponse, GetShoppingcartCartQuery, GetShoppingcartCartResponse, PatchShoppingcartCartBody, PatchShoppingcartCartResponse, PutShoppingcartCartPromoBody, PutShoppingcartCartPromoResponse, DeleteShoppingcartCartPromoResponse, PutShoppingcartCartPaymentBody, PutShoppingcartCartPaymentResponse, GetShoppingcartPaymentMethodsQuery, GetShoppingcartPaymentMethodsResponse, PutShoppingcartCartOrderBody, PutShoppingcartCartOrderResponse, PostShoppingcartCloneCartQuery, PostShoppingcartCloneCartBody, PostShoppingcartCloneCartResponse, PutShoppingcartCheckoutResponse, PostShoppingcartBulkBody, PostShoppingcartBulkResponse } from "./interface/shoppingcart";
|
|
@@ -15,11 +15,12 @@ import { GetReportAnalyticsGroupQuery, GetReportAnalyticsGroupResponse, GetRepor
|
|
|
15
15
|
import { GetUserAuthQuery, GetUserAuthResponse, PostUserAuthBody, PostUserAuthResponse, GetUserZendeskQuery, GetUserZendeskResponse, PostUserQuery, PostUserBody, PostUserResponse, GetUserQuery, GetUserResponse, PutUserQuery, PutUserBody, PutUserResponse, PatchUserQuery, PatchUserBody, PatchUserResponse, DeleteUserQuery, DeleteUserResponse, PostUserKdsTokenBody, PostUserKdsTokenResponse, GetUserKdsTokenQuery, GetUserKdsTokenResponse, DeleteUserDeviceAuthResponse, PatchUserAuthKdsResponse, PostUserChangePasswordBody, PostUserChangePasswordResponse, DeleteUserLogoutResponse, PostUserAddSecretBody, PostUserAddSecretResponse, GetUserSecretQuery, GetUserSecretResponse, PostUserResetPasswordQuery, PostUserResetPasswordBody, PostUserResetPasswordResponse, PostUserResetPasswordTokenQuery, PostUserResetPasswordTokenBody, PostUserResetPasswordTokenResponse, GetUserRealmUsersQuery, GetUserRealmUsersResponse, GetUserPermissionsQuery, GetUserPermissionsResponse, PutUserPermissionsQuery, PutUserPermissionsBody, PutUserPermissionsResponse, PostUserCheckInBody, PostUserCheckInResponse, PatchUserCheckinBody, PatchUserCheckinResponse, GetUserSearchCheckInQuery, GetUserSearchCheckInResponse, PostUserSendEmailVerificationResponse, PutUserVerifyUserEmailBody, PutUserVerifyUserEmailResponse, PostUserVerificationPhoneQuery, PostUserVerificationPhoneBody, PostUserVerificationPhoneResponse, PutUserVerificationPhoneBody, PutUserVerificationPhoneResponse, PostUserGuestUserBody, PostUserGuestUserResponse, PostUserGuestTokenBody, PostUserGuestTokenResponse } from "./interface/user";
|
|
16
16
|
import { GetCalendarQuery, GetCalendarResponse, PutCalendarBody, PutCalendarResponse, DeleteCalendarResponse, GetCalendarCdlQuery, GetCalendarCdlResponse, GetCalendarSwaggerQuery, GetCalendarSwaggerResponse, PostCalendarSyncResponse } from "./interface/calendar";
|
|
17
17
|
import { PostFileBody, PostFileResponse, DeleteFileBody, DeleteFileResponse } from "./interface/file";
|
|
18
|
-
import { GetMenuV3ModifiersQuery, GetMenuV3ModifiersResponse, GetMenuV3ModifierQuery, GetMenuV3ModifierResponse, PatchMenuV3ModifierBody, PatchMenuV3ModifierResponse, PostMenuV3ModifierBody, PostMenuV3ModifierResponse, GetMenuV3ModifierCountQuery, GetMenuV3ModifierCountResponse, GetMenuV3ModifierGroupsQuery, GetMenuV3ModifierGroupsResponse, PostMenuV3ModifierGroupBody, PostMenuV3ModifierGroupResponse, GetMenuV3ModifierGroupQuery, GetMenuV3ModifierGroupResponse, PatchMenuV3ModifierGroupBody, PatchMenuV3ModifierGroupResponse, GetMenuV3ModifierGroupCountQuery, GetMenuV3ModifierGroupCountResponse, GetMenuV3ModifierGroupRelationshipsModifiersQuery, GetMenuV3ModifierGroupRelationshipsModifiersResponse, PostMenuV3ModifierGroupRelationshipsModifiersBody, PostMenuV3ModifierGroupRelationshipsModifiersResponse, PostMenuV3ModifierGroupRelationshipsModifierBody, PostMenuV3ModifierGroupRelationshipsModifierResponse, GetMenuV3ModifierGroupRelationshipsModifierQuery, GetMenuV3ModifierGroupRelationshipsModifierResponse, PatchMenuV3ModifierGroupRelationshipsModifierBody, PatchMenuV3ModifierGroupRelationshipsModifierResponse, GetMenuV3ItemsQuery, GetMenuV3ItemsResponse, GetMenuV3ItemQuery, GetMenuV3ItemResponse, PatchMenuV3ItemBody, PatchMenuV3ItemResponse, PostMenuV3ItemBody, PostMenuV3ItemResponse, GetMenuV3ItemsCountQuery, GetMenuV3ItemsCountResponse, GetMenuV3ItemRelationshipsModifierGroupsQuery, GetMenuV3ItemRelationshipsModifierGroupsResponse, PostMenuV3ItemRelationshipsModifierGroupsBody, PostMenuV3ItemRelationshipsModifierGroupsResponse, PostMenuV3ItemRelationshipsModifierGroupBody, PostMenuV3ItemRelationshipsModifierGroupResponse,
|
|
18
|
+
import { GetMenuV3ModifiersQuery, GetMenuV3ModifiersResponse, PostMenuV3ModifiersBody, PostMenuV3ModifiersResponse, GetMenuV3ModifierQuery, GetMenuV3ModifierResponse, PatchMenuV3ModifierBody, PatchMenuV3ModifierResponse, DeleteMenuV3ModifierResponse, PostMenuV3ModifierBody, PostMenuV3ModifierResponse, GetMenuV3ModifierCountQuery, GetMenuV3ModifierCountResponse, GetMenuV3ModifierGroupsQuery, GetMenuV3ModifierGroupsResponse, PostMenuV3ModifierGroupsBody, PostMenuV3ModifierGroupsResponse, PostMenuV3ModifierGroupBody, PostMenuV3ModifierGroupResponse, GetMenuV3ModifierGroupQuery, GetMenuV3ModifierGroupResponse, PatchMenuV3ModifierGroupBody, PatchMenuV3ModifierGroupResponse, DeleteMenuV3ModifierGroupResponse, GetMenuV3ModifierGroupCountQuery, GetMenuV3ModifierGroupCountResponse, GetMenuV3ModifierGroupRelationshipsModifiersQuery, GetMenuV3ModifierGroupRelationshipsModifiersResponse, PostMenuV3ModifierGroupRelationshipsModifiersBody, PostMenuV3ModifierGroupRelationshipsModifiersResponse, PostMenuV3ModifierGroupRelationshipsModifierBody, PostMenuV3ModifierGroupRelationshipsModifierResponse, GetMenuV3ModifierGroupRelationshipsModifierQuery, GetMenuV3ModifierGroupRelationshipsModifierResponse, PatchMenuV3ModifierGroupRelationshipsModifierBody, PatchMenuV3ModifierGroupRelationshipsModifierResponse, DeleteMenuV3ModifierGroupRelationshipsModifierResponse, GetMenuV3ItemsQuery, GetMenuV3ItemsResponse, PostMenuV3ItemsBody, PostMenuV3ItemsResponse, GetMenuV3ItemQuery, GetMenuV3ItemResponse, PatchMenuV3ItemBody, PatchMenuV3ItemResponse, DeleteMenuV3ItemResponse, PostMenuV3ItemBody, PostMenuV3ItemResponse, GetMenuV3ItemsCountQuery, GetMenuV3ItemsCountResponse, GetMenuV3ItemRelationshipsModifierGroupsQuery, GetMenuV3ItemRelationshipsModifierGroupsResponse, PostMenuV3ItemRelationshipsModifierGroupsBody, PostMenuV3ItemRelationshipsModifierGroupsResponse, PostMenuV3ItemRelationshipsModifierGroupBody, PostMenuV3ItemRelationshipsModifierGroupResponse, GetMenuV3ItemRelationshipsModifierGroupQuery, GetMenuV3ItemRelationshipsModifierGroupResponse, PatchMenuV3ItemRelationshipsModifierGroupBody, PatchMenuV3ItemRelationshipsModifierGroupResponse, DeleteMenuV3ItemRelationshipsModifierGroupResponse, GetMenuV3LayoutsQuery, GetMenuV3LayoutsResponse, PostMenuV3LayoutsBody, PostMenuV3LayoutsResponse, GetMenuV3LayoutCategoriesQuery, GetMenuV3LayoutCategoriesResponse, GetMenuV3LayoutQuery, GetMenuV3LayoutResponse, PatchMenuV3LayoutBody, PatchMenuV3LayoutResponse, DeleteMenuV3LayoutResponse, PostMenuV3LayoutBody, PostMenuV3LayoutResponse, GetMenuV3LayoutsCountQuery, GetMenuV3LayoutsCountResponse, GetMenuV3CategoriesQuery, GetMenuV3CategoriesResponse, GetMenuV3CategoryQuery, GetMenuV3CategoryResponse, PatchMenuV3CategoryBody, PatchMenuV3CategoryResponse, DeleteMenuV3CategoryResponse, PostMenuV3CategoryBody, PostMenuV3CategoryResponse, GetMenuV3CategoriesCountQuery, GetMenuV3CategoriesCountResponse, GetMenuV3CategoryRelationshipsItemsQuery, GetMenuV3CategoryRelationshipsItemsResponse, PostMenuV3CategoryRelationshipsItemsBody, PostMenuV3CategoryRelationshipsItemsResponse, PostMenuV3CategoryRelationshipsItemBody, PostMenuV3CategoryRelationshipsItemResponse, GetMenuV3CategoryRelationshipsItemQuery, GetMenuV3CategoryRelationshipsItemResponse, PatchMenuV3CategoryRelationshipsItemBody, PatchMenuV3CategoryRelationshipsItemResponse, DeleteMenuV3CategoryRelationshipsItemResponse, GetMenuV3BrandsQuery, GetMenuV3BrandsResponse, PostMenuV3BrandsBody, PostMenuV3BrandsResponse, GetMenuV3BrandModifiersQuery, GetMenuV3BrandModifiersResponse, GetMenuV3BrandModifierGroupsQuery, GetMenuV3BrandModifierGroupsResponse, GetMenuV3BrandItemsQuery, GetMenuV3BrandItemsResponse, GetMenuV3BrandQuery, GetMenuV3BrandResponse, PatchMenuV3BrandBody, PatchMenuV3BrandResponse, DeleteMenuV3BrandResponse, PostMenuV3BrandBody, PostMenuV3BrandResponse, GetMenuV3BrandsCountQuery, GetMenuV3BrandsCountResponse, GetMenuV3StationsQuery, GetMenuV3StationsResponse, PostMenuV3StationsBody, PostMenuV3StationsResponse, GetMenuV3StationQuery, GetMenuV3StationResponse, PatchMenuV3StationBody, PatchMenuV3StationResponse, DeleteMenuV3StationResponse, PostMenuV3StationBody, PostMenuV3StationResponse, GetMenuV3StationsCountQuery, GetMenuV3StationsCountResponse, GetMenuClientQuery, GetMenuClientResponse, GetMenusQuery, GetMenusResponse, PostMenuBody, PostMenuResponse, HeadMenuQuery, HeadMenuResponse, GetMenuQuery, GetMenuResponse, PutMenuQuery, PutMenuBody, PutMenuResponse, DeleteMenuQuery, DeleteMenuResponse, PatchMenuQuery, PatchMenuBody, PatchMenuResponse, PostMenuImportMenuBody, PostMenuImportMenuResponse, GetMenuItemQuery, GetMenuItemResponse, DeleteMenuItemResponse, PostMenuItemBody, PostMenuItemResponse, GetMenuItemsQuery, GetMenuItemsResponse, PostMenuImportItemsCanteenResponse, GetMenuLocationItemsQuery, GetMenuLocationItemsResponse, GetMenuLocationItemRandomQuery, GetMenuLocationItemRandomResponse, GetMenuLocationItemsRandomQuery, GetMenuLocationItemsRandomResponse, GetMenuSectorMenusQuery, GetMenuSectorMenusResponse, GetMenuCompanyMenusQuery, GetMenuCompanyMenusResponse, PostMenuModifierGroupBody, PostMenuModifierGroupResponse, GetMenuModifierGroupQuery, GetMenuModifierGroupResponse, PutMenuModifierGroupBody, PutMenuModifierGroupResponse, DeleteMenuModifierGroupResponse, GetMenuCompanyModifierGroupsQuery, GetMenuCompanyModifierGroupsResponse, GetMenuCompanyModifierGroupsExportQuery, GetMenuCompanyModifierGroupsExportResponse, GetMenuExportQuery, GetMenuExportResponse, GetMenuPartialGroupsQuery, GetMenuPartialGroupsResponse, GetMenuPartialGroupItemsQuery, GetMenuPartialGroupItemsResponse, PostMenuPartialGroupItemOptionsQuery, PostMenuPartialGroupItemOptionsBody, PostMenuPartialGroupItemOptionsResponse, PostMenuV3LayoutPublishQuery, PostMenuV3LayoutPublishResponse, PostMenuV3CategorysBody, PostMenuV3CategorysResponse, GetMenuV3CategoryRelationshipsItemsCountQuery, GetMenuV3CategoryRelationshipsItemsCountResponse, GetMenuV3ItemRelationshipsModifierGroupsCountQuery, GetMenuV3ItemRelationshipsModifierGroupsCountResponse, GetMenuV3ModifierGroupsCountQuery, GetMenuV3ModifierGroupsCountResponse, GetMenuV3ModifierGroupRelationshipsModifiersCountQuery, GetMenuV3ModifierGroupRelationshipsModifiersCountResponse, GetMenuV3ModifiersCountQuery, GetMenuV3ModifiersCountResponse, GetMenuV3StationModifiersQuery, GetMenuV3StationModifiersResponse, GetMenuV3StationModifierGroupsQuery, GetMenuV3StationModifierGroupsResponse, GetMenuV3StationItemsQuery, GetMenuV3StationItemsResponse, GetMenuV3SiteLayoutsQuery, GetMenuV3SiteLayoutsResponse } from "./interface/menu";
|
|
19
19
|
import { GetNotificationsQuery, GetNotificationsResponse, PostNotificationBody, PostNotificationResponse, PatchNotificationBody, PatchNotificationResponse, DeleteNotificationResponse, PostNotificationStatusBody, PostNotificationStatusResponse, GetNotificationSwaggerQuery, GetNotificationSwaggerResponse } from "./interface/notification";
|
|
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 { PostPermissionBody, PostPermissionResponse, DeletePermissionResponse, GetPermissionRoleQuery, GetPermissionRoleResponse, PostPermissionRoleBody, PostPermissionRoleResponse, PatchPermissionRoleBody, PatchPermissionRoleResponse, GetPermissionRecipientQuery, GetPermissionRecipientResponse, GetPermissionRoleUserQuery, GetPermissionRoleUserResponse, PostPermissionRoleUserBody, PostPermissionRoleUserResponse, DeletePermissionRoleUserBody, DeletePermissionRoleUserResponse } from "./interface/permission";
|
|
23
|
+
import { GetDeliveryOrderQuery, GetDeliveryOrderResponse, GetDeliveryQuery, GetDeliveryResponse } from "./interface/delivery";
|
|
23
24
|
import { PostLoyaltyEnrollQuery, PostLoyaltyEnrollResponse, GetLoyaltyPointsQuery, GetLoyaltyPointsResponse, GetLoyaltyOffersQuery, GetLoyaltyOffersResponse, GetLoyaltyEnrollmentstatusQuery, GetLoyaltyEnrollmentstatusResponse, GetLoyaltyBalanceQuery, GetLoyaltyBalanceResponse, GetLoyaltyOpportunitiesQuery, GetLoyaltyOpportunitiesResponse, PostLoyaltyOpportunitiesQuery, PostLoyaltyOpportunitiesResponse, GetLoyaltyRewardsQuery, GetLoyaltyRewardsResponse, GetLoyaltyCouponsQuery, GetLoyaltyCouponsResponse, GetLoyaltyOrderpointsQuery, GetLoyaltyOrderpointsResponse, PostLoyaltyOrderpointsBody, PostLoyaltyOrderpointsResponse, PostLoyaltyPurchaseQuery, PostLoyaltyPurchaseBody, PostLoyaltyPurchaseResponse, PostLoyaltyBuyrewardQuery, PostLoyaltyBuyrewardBody, PostLoyaltyBuyrewardResponse, GetLoyaltyHistoryQuery, GetLoyaltyHistoryResponse, GetLoyaltyCouponQuery, GetLoyaltyCouponResponse, PatchLoyaltyCouponBody, PatchLoyaltyCouponResponse, GetLoyaltySearchQuery, GetLoyaltySearchResponse, GetLoyaltyUsersQuery, GetLoyaltyUsersResponse, GetLoyaltyEventsQuery, GetLoyaltyEventsResponse } from "./interface/loyalty";
|
|
24
25
|
import { BaseServiceClient, RequestOptions, ResponsePromise } from "./base";
|
|
25
26
|
export * from "./base";
|
|
@@ -126,14 +127,6 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
126
127
|
get_payment_hpc(options: {
|
|
127
128
|
query: GetPaymentHpcQuery;
|
|
128
129
|
} & RequestOptions): ResponsePromise<GetPaymentHpcResponse>;
|
|
129
|
-
/**
|
|
130
|
-
* GET /payment/hcaptcha/verify
|
|
131
|
-
*
|
|
132
|
-
* @param options - additional request options
|
|
133
|
-
*/
|
|
134
|
-
get_payment_hcaptcha_verify(options?: {
|
|
135
|
-
query?: GetPaymentHcaptchaVerifyQuery;
|
|
136
|
-
} & RequestOptions): ResponsePromise<GetPaymentHcaptchaVerifyResponse>;
|
|
137
130
|
/**
|
|
138
131
|
* GET /payment/{id}/badgepay
|
|
139
132
|
*
|
|
@@ -1740,6 +1733,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1740
1733
|
get_menu_v3_modifiers(options?: {
|
|
1741
1734
|
query?: GetMenuV3ModifiersQuery;
|
|
1742
1735
|
} & RequestOptions): ResponsePromise<GetMenuV3ModifiersResponse>;
|
|
1736
|
+
/**
|
|
1737
|
+
* POST /menu/v3/modifiers
|
|
1738
|
+
*
|
|
1739
|
+
* @param body
|
|
1740
|
+
* @param options - additional request options
|
|
1741
|
+
*/
|
|
1742
|
+
post_menu_v3_modifiers(body: PostMenuV3ModifiersBody, options?: RequestOptions): ResponsePromise<PostMenuV3ModifiersResponse>;
|
|
1743
1743
|
/**
|
|
1744
1744
|
* GET /menu/v3/modifier/{id}
|
|
1745
1745
|
*
|
|
@@ -1753,10 +1753,17 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1753
1753
|
* PATCH /menu/v3/modifier/{id}
|
|
1754
1754
|
*
|
|
1755
1755
|
* @param id
|
|
1756
|
-
* @param body
|
|
1756
|
+
* @param body - A partially populated ModifierEntity
|
|
1757
1757
|
* @param options - additional request options
|
|
1758
1758
|
*/
|
|
1759
1759
|
patch_menu_v3_modifier(id: string, body: PatchMenuV3ModifierBody, options?: RequestOptions): ResponsePromise<PatchMenuV3ModifierResponse>;
|
|
1760
|
+
/**
|
|
1761
|
+
* DELETE /menu/v3/modifier/{id}
|
|
1762
|
+
*
|
|
1763
|
+
* @param id
|
|
1764
|
+
* @param options - additional request options
|
|
1765
|
+
*/
|
|
1766
|
+
delete_menu_v3_modifier(id: string, options?: RequestOptions): ResponsePromise<DeleteMenuV3ModifierResponse>;
|
|
1760
1767
|
/**
|
|
1761
1768
|
* POST /menu/v3/modifier
|
|
1762
1769
|
*
|
|
@@ -1780,6 +1787,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1780
1787
|
get_menu_v3_modifier_groups(options?: {
|
|
1781
1788
|
query?: GetMenuV3ModifierGroupsQuery;
|
|
1782
1789
|
} & RequestOptions): ResponsePromise<GetMenuV3ModifierGroupsResponse>;
|
|
1790
|
+
/**
|
|
1791
|
+
* POST /menu/v3/modifier-groups
|
|
1792
|
+
*
|
|
1793
|
+
* @param body
|
|
1794
|
+
* @param options - additional request options
|
|
1795
|
+
*/
|
|
1796
|
+
post_menu_v3_modifier_groups(body: PostMenuV3ModifierGroupsBody, options?: RequestOptions): ResponsePromise<PostMenuV3ModifierGroupsResponse>;
|
|
1783
1797
|
/**
|
|
1784
1798
|
* POST /menu/v3/modifier-group
|
|
1785
1799
|
*
|
|
@@ -1800,10 +1814,17 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1800
1814
|
* PATCH /menu/v3/modifier-group/{id}
|
|
1801
1815
|
*
|
|
1802
1816
|
* @param id
|
|
1803
|
-
* @param body
|
|
1817
|
+
* @param body - A partially populated ModifierGroupEntity
|
|
1804
1818
|
* @param options - additional request options
|
|
1805
1819
|
*/
|
|
1806
1820
|
patch_menu_v3_modifier_group(id: string, body: PatchMenuV3ModifierGroupBody, options?: RequestOptions): ResponsePromise<PatchMenuV3ModifierGroupResponse>;
|
|
1821
|
+
/**
|
|
1822
|
+
* DELETE /menu/v3/modifier-group/{id}
|
|
1823
|
+
*
|
|
1824
|
+
* @param id
|
|
1825
|
+
* @param options - additional request options
|
|
1826
|
+
*/
|
|
1827
|
+
delete_menu_v3_modifier_group(id: string, options?: RequestOptions): ResponsePromise<DeleteMenuV3ModifierGroupResponse>;
|
|
1807
1828
|
/**
|
|
1808
1829
|
* GET /menu/v3/modifier-group/count
|
|
1809
1830
|
*
|
|
@@ -1847,10 +1868,17 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1847
1868
|
* PATCH /menu/v3/modifier-group/relationships/modifier/{id}
|
|
1848
1869
|
*
|
|
1849
1870
|
* @param id
|
|
1850
|
-
* @param body
|
|
1871
|
+
* @param body - A partially populated ModifierGroupToModifierRelationship
|
|
1851
1872
|
* @param options - additional request options
|
|
1852
1873
|
*/
|
|
1853
1874
|
patch_menu_v3_modifier_group_relationships_modifier(id: string, body: PatchMenuV3ModifierGroupRelationshipsModifierBody, options?: RequestOptions): ResponsePromise<PatchMenuV3ModifierGroupRelationshipsModifierResponse>;
|
|
1875
|
+
/**
|
|
1876
|
+
* DELETE /menu/v3/modifier-group/relationships/modifier/{id}
|
|
1877
|
+
*
|
|
1878
|
+
* @param id
|
|
1879
|
+
* @param options - additional request options
|
|
1880
|
+
*/
|
|
1881
|
+
delete_menu_v3_modifier_group_relationships_modifier(id: string, options?: RequestOptions): ResponsePromise<DeleteMenuV3ModifierGroupRelationshipsModifierResponse>;
|
|
1854
1882
|
/**
|
|
1855
1883
|
* GET /menu/v3/items
|
|
1856
1884
|
*
|
|
@@ -1859,6 +1887,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1859
1887
|
get_menu_v3_items(options?: {
|
|
1860
1888
|
query?: GetMenuV3ItemsQuery;
|
|
1861
1889
|
} & RequestOptions): ResponsePromise<GetMenuV3ItemsResponse>;
|
|
1890
|
+
/**
|
|
1891
|
+
* POST /menu/v3/items
|
|
1892
|
+
*
|
|
1893
|
+
* @param body
|
|
1894
|
+
* @param options - additional request options
|
|
1895
|
+
*/
|
|
1896
|
+
post_menu_v3_items(body: PostMenuV3ItemsBody, options?: RequestOptions): ResponsePromise<PostMenuV3ItemsResponse>;
|
|
1862
1897
|
/**
|
|
1863
1898
|
* GET /menu/v3/item/{id}
|
|
1864
1899
|
*
|
|
@@ -1872,10 +1907,17 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1872
1907
|
* PATCH /menu/v3/item/{id}
|
|
1873
1908
|
*
|
|
1874
1909
|
* @param id
|
|
1875
|
-
* @param body
|
|
1910
|
+
* @param body - A partially populated ItemEntity
|
|
1876
1911
|
* @param options - additional request options
|
|
1877
1912
|
*/
|
|
1878
1913
|
patch_menu_v3_item(id: string, body: PatchMenuV3ItemBody, options?: RequestOptions): ResponsePromise<PatchMenuV3ItemResponse>;
|
|
1914
|
+
/**
|
|
1915
|
+
* DELETE /menu/v3/item/{id}
|
|
1916
|
+
*
|
|
1917
|
+
* @param id
|
|
1918
|
+
* @param options - additional request options
|
|
1919
|
+
*/
|
|
1920
|
+
delete_menu_v3_item(id: string, options?: RequestOptions): ResponsePromise<DeleteMenuV3ItemResponse>;
|
|
1879
1921
|
/**
|
|
1880
1922
|
* POST /menu/v3/item
|
|
1881
1923
|
*
|
|
@@ -1914,75 +1956,53 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1914
1956
|
*/
|
|
1915
1957
|
post_menu_v3_item_relationships_modifier_group(body: PostMenuV3ItemRelationshipsModifierGroupBody, options?: RequestOptions): ResponsePromise<PostMenuV3ItemRelationshipsModifierGroupResponse>;
|
|
1916
1958
|
/**
|
|
1917
|
-
*
|
|
1918
|
-
*
|
|
1919
|
-
* @param id
|
|
1920
|
-
* @param body
|
|
1921
|
-
* @param options - additional request options
|
|
1922
|
-
*/
|
|
1923
|
-
patch_menu_v3_item_relationships_modifier_group(id: string, body: PatchMenuV3ItemRelationshipsModifierGroupBody, options?: RequestOptions): ResponsePromise<PatchMenuV3ItemRelationshipsModifierGroupResponse>;
|
|
1924
|
-
/**
|
|
1925
|
-
* DELETE /menu/v3/item/relationships/modifier-group/{id}
|
|
1959
|
+
* GET /menu/v3/item/relationships/modifier-group/{id}
|
|
1926
1960
|
*
|
|
1927
1961
|
* @param id
|
|
1928
1962
|
* @param options - additional request options
|
|
1929
1963
|
*/
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
*
|
|
1934
|
-
* @param options - additional request options
|
|
1935
|
-
*/
|
|
1936
|
-
get_menu_v3_menus(options?: {
|
|
1937
|
-
query?: GetMenuV3MenusQuery;
|
|
1938
|
-
} & RequestOptions): ResponsePromise<GetMenuV3MenusResponse>;
|
|
1964
|
+
get_menu_v3_item_relationships_modifier_group(id: string, options?: {
|
|
1965
|
+
query?: GetMenuV3ItemRelationshipsModifierGroupQuery;
|
|
1966
|
+
} & RequestOptions): ResponsePromise<GetMenuV3ItemRelationshipsModifierGroupResponse>;
|
|
1939
1967
|
/**
|
|
1940
|
-
*
|
|
1968
|
+
* PATCH /menu/v3/item/relationships/modifier-group/{id}
|
|
1941
1969
|
*
|
|
1942
1970
|
* @param id
|
|
1971
|
+
* @param body - A partially populated ItemToModifierGroupRelationship
|
|
1943
1972
|
* @param options - additional request options
|
|
1944
1973
|
*/
|
|
1945
|
-
|
|
1946
|
-
query?: GetMenuV3MenuQuery;
|
|
1947
|
-
} & RequestOptions): ResponsePromise<GetMenuV3MenuResponse>;
|
|
1974
|
+
patch_menu_v3_item_relationships_modifier_group(id: string, body: PatchMenuV3ItemRelationshipsModifierGroupBody, options?: RequestOptions): ResponsePromise<PatchMenuV3ItemRelationshipsModifierGroupResponse>;
|
|
1948
1975
|
/**
|
|
1949
|
-
*
|
|
1976
|
+
* DELETE /menu/v3/item/relationships/modifier-group/{id}
|
|
1950
1977
|
*
|
|
1951
1978
|
* @param id
|
|
1952
|
-
* @param body
|
|
1953
1979
|
* @param options - additional request options
|
|
1954
1980
|
*/
|
|
1955
|
-
|
|
1981
|
+
delete_menu_v3_item_relationships_modifier_group(id: string, options?: RequestOptions): ResponsePromise<DeleteMenuV3ItemRelationshipsModifierGroupResponse>;
|
|
1956
1982
|
/**
|
|
1957
|
-
*
|
|
1983
|
+
* GET /menu/v3/layouts
|
|
1958
1984
|
*
|
|
1959
|
-
* @param id
|
|
1960
1985
|
* @param options - additional request options
|
|
1961
1986
|
*/
|
|
1962
|
-
|
|
1987
|
+
get_menu_v3_layouts(options?: {
|
|
1988
|
+
query?: GetMenuV3LayoutsQuery;
|
|
1989
|
+
} & RequestOptions): ResponsePromise<GetMenuV3LayoutsResponse>;
|
|
1963
1990
|
/**
|
|
1964
|
-
* POST /menu/v3/
|
|
1991
|
+
* POST /menu/v3/layouts
|
|
1965
1992
|
*
|
|
1966
1993
|
* @param body
|
|
1967
1994
|
* @param options - additional request options
|
|
1968
1995
|
*/
|
|
1969
|
-
|
|
1970
|
-
/**
|
|
1971
|
-
* GET /menu/v3/menus/count
|
|
1972
|
-
*
|
|
1973
|
-
* @param options - additional request options
|
|
1974
|
-
*/
|
|
1975
|
-
get_menu_v3_menus_count(options?: {
|
|
1976
|
-
query?: GetMenuV3MenusCountQuery;
|
|
1977
|
-
} & RequestOptions): ResponsePromise<GetMenuV3MenusCountResponse>;
|
|
1996
|
+
post_menu_v3_layouts(body: PostMenuV3LayoutsBody, options?: RequestOptions): ResponsePromise<PostMenuV3LayoutsResponse>;
|
|
1978
1997
|
/**
|
|
1979
|
-
* GET /menu/v3/
|
|
1998
|
+
* GET /menu/v3/layout/{id}/categories
|
|
1980
1999
|
*
|
|
2000
|
+
* @param id
|
|
1981
2001
|
* @param options - additional request options
|
|
1982
2002
|
*/
|
|
1983
|
-
|
|
1984
|
-
query?:
|
|
1985
|
-
} & RequestOptions): ResponsePromise<
|
|
2003
|
+
get_menu_v3_layout_categories(id: string, options?: {
|
|
2004
|
+
query?: GetMenuV3LayoutCategoriesQuery;
|
|
2005
|
+
} & RequestOptions): ResponsePromise<GetMenuV3LayoutCategoriesResponse>;
|
|
1986
2006
|
/**
|
|
1987
2007
|
* GET /menu/v3/layout/{id}
|
|
1988
2008
|
*
|
|
@@ -1996,7 +2016,7 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1996
2016
|
* PATCH /menu/v3/layout/{id}
|
|
1997
2017
|
*
|
|
1998
2018
|
* @param id
|
|
1999
|
-
* @param body
|
|
2019
|
+
* @param body - A partially populated LayoutEntity
|
|
2000
2020
|
* @param options - additional request options
|
|
2001
2021
|
*/
|
|
2002
2022
|
patch_menu_v3_layout(id: string, body: PatchMenuV3LayoutBody, options?: RequestOptions): ResponsePromise<PatchMenuV3LayoutResponse>;
|
|
@@ -2043,7 +2063,7 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2043
2063
|
* PATCH /menu/v3/category/{id}
|
|
2044
2064
|
*
|
|
2045
2065
|
* @param id
|
|
2046
|
-
* @param body
|
|
2066
|
+
* @param body - A partially populated CategoryEntity
|
|
2047
2067
|
* @param options - additional request options
|
|
2048
2068
|
*/
|
|
2049
2069
|
patch_menu_v3_category(id: string, body: PatchMenuV3CategoryBody, options?: RequestOptions): ResponsePromise<PatchMenuV3CategoryResponse>;
|
|
@@ -2091,11 +2111,20 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2091
2111
|
* @param options - additional request options
|
|
2092
2112
|
*/
|
|
2093
2113
|
post_menu_v3_category_relationships_item(body: PostMenuV3CategoryRelationshipsItemBody, options?: RequestOptions): ResponsePromise<PostMenuV3CategoryRelationshipsItemResponse>;
|
|
2114
|
+
/**
|
|
2115
|
+
* GET /menu/v3/category/relationships/item/{id}
|
|
2116
|
+
*
|
|
2117
|
+
* @param id
|
|
2118
|
+
* @param options - additional request options
|
|
2119
|
+
*/
|
|
2120
|
+
get_menu_v3_category_relationships_item(id: string, options?: {
|
|
2121
|
+
query?: GetMenuV3CategoryRelationshipsItemQuery;
|
|
2122
|
+
} & RequestOptions): ResponsePromise<GetMenuV3CategoryRelationshipsItemResponse>;
|
|
2094
2123
|
/**
|
|
2095
2124
|
* PATCH /menu/v3/category/relationships/item/{id}
|
|
2096
2125
|
*
|
|
2097
2126
|
* @param id
|
|
2098
|
-
* @param body
|
|
2127
|
+
* @param body - A partially populated CategoryToItemRelationship
|
|
2099
2128
|
* @param options - additional request options
|
|
2100
2129
|
*/
|
|
2101
2130
|
patch_menu_v3_category_relationships_item(id: string, body: PatchMenuV3CategoryRelationshipsItemBody, options?: RequestOptions): ResponsePromise<PatchMenuV3CategoryRelationshipsItemResponse>;
|
|
@@ -2106,6 +2135,141 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2106
2135
|
* @param options - additional request options
|
|
2107
2136
|
*/
|
|
2108
2137
|
delete_menu_v3_category_relationships_item(id: string, options?: RequestOptions): ResponsePromise<DeleteMenuV3CategoryRelationshipsItemResponse>;
|
|
2138
|
+
/**
|
|
2139
|
+
* GET /menu/v3/brands
|
|
2140
|
+
*
|
|
2141
|
+
* @param options - additional request options
|
|
2142
|
+
*/
|
|
2143
|
+
get_menu_v3_brands(options?: {
|
|
2144
|
+
query?: GetMenuV3BrandsQuery;
|
|
2145
|
+
} & RequestOptions): ResponsePromise<GetMenuV3BrandsResponse>;
|
|
2146
|
+
/**
|
|
2147
|
+
* POST /menu/v3/brands
|
|
2148
|
+
*
|
|
2149
|
+
* @param body
|
|
2150
|
+
* @param options - additional request options
|
|
2151
|
+
*/
|
|
2152
|
+
post_menu_v3_brands(body: PostMenuV3BrandsBody, options?: RequestOptions): ResponsePromise<PostMenuV3BrandsResponse>;
|
|
2153
|
+
/**
|
|
2154
|
+
* GET /menu/v3/brand/{id}/modifiers
|
|
2155
|
+
*
|
|
2156
|
+
* @param id
|
|
2157
|
+
* @param options - additional request options
|
|
2158
|
+
*/
|
|
2159
|
+
get_menu_v3_brand_modifiers(id: string, options?: {
|
|
2160
|
+
query?: GetMenuV3BrandModifiersQuery;
|
|
2161
|
+
} & RequestOptions): ResponsePromise<GetMenuV3BrandModifiersResponse>;
|
|
2162
|
+
/**
|
|
2163
|
+
* GET /menu/v3/brand/{id}/modifier_groups
|
|
2164
|
+
*
|
|
2165
|
+
* @param id
|
|
2166
|
+
* @param options - additional request options
|
|
2167
|
+
*/
|
|
2168
|
+
get_menu_v3_brand_modifier_groups(id: string, options?: {
|
|
2169
|
+
query?: GetMenuV3BrandModifierGroupsQuery;
|
|
2170
|
+
} & RequestOptions): ResponsePromise<GetMenuV3BrandModifierGroupsResponse>;
|
|
2171
|
+
/**
|
|
2172
|
+
* GET /menu/v3/brand/{id}/items
|
|
2173
|
+
*
|
|
2174
|
+
* @param id
|
|
2175
|
+
* @param options - additional request options
|
|
2176
|
+
*/
|
|
2177
|
+
get_menu_v3_brand_items(id: string, options?: {
|
|
2178
|
+
query?: GetMenuV3BrandItemsQuery;
|
|
2179
|
+
} & RequestOptions): ResponsePromise<GetMenuV3BrandItemsResponse>;
|
|
2180
|
+
/**
|
|
2181
|
+
* GET /menu/v3/brand/{id}
|
|
2182
|
+
*
|
|
2183
|
+
* @param id
|
|
2184
|
+
* @param options - additional request options
|
|
2185
|
+
*/
|
|
2186
|
+
get_menu_v3_brand(id: string, options?: {
|
|
2187
|
+
query?: GetMenuV3BrandQuery;
|
|
2188
|
+
} & RequestOptions): ResponsePromise<GetMenuV3BrandResponse>;
|
|
2189
|
+
/**
|
|
2190
|
+
* PATCH /menu/v3/brand/{id}
|
|
2191
|
+
*
|
|
2192
|
+
* @param id
|
|
2193
|
+
* @param body - A partially populated BrandEntity
|
|
2194
|
+
* @param options - additional request options
|
|
2195
|
+
*/
|
|
2196
|
+
patch_menu_v3_brand(id: string, body: PatchMenuV3BrandBody, options?: RequestOptions): ResponsePromise<PatchMenuV3BrandResponse>;
|
|
2197
|
+
/**
|
|
2198
|
+
* DELETE /menu/v3/brand/{id}
|
|
2199
|
+
*
|
|
2200
|
+
* @param id
|
|
2201
|
+
* @param options - additional request options
|
|
2202
|
+
*/
|
|
2203
|
+
delete_menu_v3_brand(id: string, options?: RequestOptions): ResponsePromise<DeleteMenuV3BrandResponse>;
|
|
2204
|
+
/**
|
|
2205
|
+
* POST /menu/v3/brand
|
|
2206
|
+
*
|
|
2207
|
+
* @param body
|
|
2208
|
+
* @param options - additional request options
|
|
2209
|
+
*/
|
|
2210
|
+
post_menu_v3_brand(body: PostMenuV3BrandBody, options?: RequestOptions): ResponsePromise<PostMenuV3BrandResponse>;
|
|
2211
|
+
/**
|
|
2212
|
+
* GET /menu/v3/brands/count
|
|
2213
|
+
*
|
|
2214
|
+
* @param options - additional request options
|
|
2215
|
+
*/
|
|
2216
|
+
get_menu_v3_brands_count(options?: {
|
|
2217
|
+
query?: GetMenuV3BrandsCountQuery;
|
|
2218
|
+
} & RequestOptions): ResponsePromise<GetMenuV3BrandsCountResponse>;
|
|
2219
|
+
/**
|
|
2220
|
+
* GET /menu/v3/stations
|
|
2221
|
+
*
|
|
2222
|
+
* @param options - additional request options
|
|
2223
|
+
*/
|
|
2224
|
+
get_menu_v3_stations(options?: {
|
|
2225
|
+
query?: GetMenuV3StationsQuery;
|
|
2226
|
+
} & RequestOptions): ResponsePromise<GetMenuV3StationsResponse>;
|
|
2227
|
+
/**
|
|
2228
|
+
* POST /menu/v3/stations
|
|
2229
|
+
*
|
|
2230
|
+
* @param body
|
|
2231
|
+
* @param options - additional request options
|
|
2232
|
+
*/
|
|
2233
|
+
post_menu_v3_stations(body: PostMenuV3StationsBody, options?: RequestOptions): ResponsePromise<PostMenuV3StationsResponse>;
|
|
2234
|
+
/**
|
|
2235
|
+
* GET /menu/v3/station/{id}
|
|
2236
|
+
*
|
|
2237
|
+
* @param id
|
|
2238
|
+
* @param options - additional request options
|
|
2239
|
+
*/
|
|
2240
|
+
get_menu_v3_station(id: string, options?: {
|
|
2241
|
+
query?: GetMenuV3StationQuery;
|
|
2242
|
+
} & RequestOptions): ResponsePromise<GetMenuV3StationResponse>;
|
|
2243
|
+
/**
|
|
2244
|
+
* PATCH /menu/v3/station/{id}
|
|
2245
|
+
*
|
|
2246
|
+
* @param id
|
|
2247
|
+
* @param body - A partially populated StationEntity
|
|
2248
|
+
* @param options - additional request options
|
|
2249
|
+
*/
|
|
2250
|
+
patch_menu_v3_station(id: string, body: PatchMenuV3StationBody, options?: RequestOptions): ResponsePromise<PatchMenuV3StationResponse>;
|
|
2251
|
+
/**
|
|
2252
|
+
* DELETE /menu/v3/station/{id}
|
|
2253
|
+
*
|
|
2254
|
+
* @param id
|
|
2255
|
+
* @param options - additional request options
|
|
2256
|
+
*/
|
|
2257
|
+
delete_menu_v3_station(id: string, options?: RequestOptions): ResponsePromise<DeleteMenuV3StationResponse>;
|
|
2258
|
+
/**
|
|
2259
|
+
* POST /menu/v3/station
|
|
2260
|
+
*
|
|
2261
|
+
* @param body
|
|
2262
|
+
* @param options - additional request options
|
|
2263
|
+
*/
|
|
2264
|
+
post_menu_v3_station(body: PostMenuV3StationBody, options?: RequestOptions): ResponsePromise<PostMenuV3StationResponse>;
|
|
2265
|
+
/**
|
|
2266
|
+
* GET /menu/v3/stations/count
|
|
2267
|
+
*
|
|
2268
|
+
* @param options - additional request options
|
|
2269
|
+
*/
|
|
2270
|
+
get_menu_v3_stations_count(options?: {
|
|
2271
|
+
query?: GetMenuV3StationsCountQuery;
|
|
2272
|
+
} & RequestOptions): ResponsePromise<GetMenuV3StationsCountResponse>;
|
|
2109
2273
|
/**
|
|
2110
2274
|
* GET /menu/client/{client_id} - Get menu client
|
|
2111
2275
|
*
|
|
@@ -2355,6 +2519,98 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2355
2519
|
post_menu_partial_group_item_options(id: string, group_id: string, body: PostMenuPartialGroupItemOptionsBody, options?: {
|
|
2356
2520
|
query?: PostMenuPartialGroupItemOptionsQuery;
|
|
2357
2521
|
} & RequestOptions): ResponsePromise<PostMenuPartialGroupItemOptionsResponse>;
|
|
2522
|
+
/**
|
|
2523
|
+
* POST /menu/v3/layout/{id}/publish
|
|
2524
|
+
*
|
|
2525
|
+
* @param id
|
|
2526
|
+
* @param options - additional request options
|
|
2527
|
+
*/
|
|
2528
|
+
post_menu_v3_layout_publish(id: string, options?: {
|
|
2529
|
+
query?: PostMenuV3LayoutPublishQuery;
|
|
2530
|
+
} & RequestOptions): ResponsePromise<PostMenuV3LayoutPublishResponse>;
|
|
2531
|
+
/**
|
|
2532
|
+
* POST /menu/v3/categorys
|
|
2533
|
+
*
|
|
2534
|
+
* @param body
|
|
2535
|
+
* @param options - additional request options
|
|
2536
|
+
*/
|
|
2537
|
+
post_menu_v3_categorys(body: PostMenuV3CategorysBody, options?: RequestOptions): ResponsePromise<PostMenuV3CategorysResponse>;
|
|
2538
|
+
/**
|
|
2539
|
+
* GET /menu/v3/category/relationships/items/count
|
|
2540
|
+
*
|
|
2541
|
+
* @param options - additional request options
|
|
2542
|
+
*/
|
|
2543
|
+
get_menu_v3_category_relationships_items_count(options?: {
|
|
2544
|
+
query?: GetMenuV3CategoryRelationshipsItemsCountQuery;
|
|
2545
|
+
} & RequestOptions): ResponsePromise<GetMenuV3CategoryRelationshipsItemsCountResponse>;
|
|
2546
|
+
/**
|
|
2547
|
+
* GET /menu/v3/item/relationships/modifier-groups/count
|
|
2548
|
+
*
|
|
2549
|
+
* @param options - additional request options
|
|
2550
|
+
*/
|
|
2551
|
+
get_menu_v3_item_relationships_modifier_groups_count(options?: {
|
|
2552
|
+
query?: GetMenuV3ItemRelationshipsModifierGroupsCountQuery;
|
|
2553
|
+
} & RequestOptions): ResponsePromise<GetMenuV3ItemRelationshipsModifierGroupsCountResponse>;
|
|
2554
|
+
/**
|
|
2555
|
+
* GET /menu/v3/modifier-groups/count
|
|
2556
|
+
*
|
|
2557
|
+
* @param options - additional request options
|
|
2558
|
+
*/
|
|
2559
|
+
get_menu_v3_modifier_groups_count(options?: {
|
|
2560
|
+
query?: GetMenuV3ModifierGroupsCountQuery;
|
|
2561
|
+
} & RequestOptions): ResponsePromise<GetMenuV3ModifierGroupsCountResponse>;
|
|
2562
|
+
/**
|
|
2563
|
+
* GET /menu/v3/modifier-group/relationships/modifiers/count
|
|
2564
|
+
*
|
|
2565
|
+
* @param options - additional request options
|
|
2566
|
+
*/
|
|
2567
|
+
get_menu_v3_modifier_group_relationships_modifiers_count(options?: {
|
|
2568
|
+
query?: GetMenuV3ModifierGroupRelationshipsModifiersCountQuery;
|
|
2569
|
+
} & RequestOptions): ResponsePromise<GetMenuV3ModifierGroupRelationshipsModifiersCountResponse>;
|
|
2570
|
+
/**
|
|
2571
|
+
* GET /menu/v3/modifiers/count
|
|
2572
|
+
*
|
|
2573
|
+
* @param options - additional request options
|
|
2574
|
+
*/
|
|
2575
|
+
get_menu_v3_modifiers_count(options?: {
|
|
2576
|
+
query?: GetMenuV3ModifiersCountQuery;
|
|
2577
|
+
} & RequestOptions): ResponsePromise<GetMenuV3ModifiersCountResponse>;
|
|
2578
|
+
/**
|
|
2579
|
+
* GET /menu/v3/station/{id}/modifiers
|
|
2580
|
+
*
|
|
2581
|
+
* @param id
|
|
2582
|
+
* @param options - additional request options
|
|
2583
|
+
*/
|
|
2584
|
+
get_menu_v3_station_modifiers(id: string, options?: {
|
|
2585
|
+
query?: GetMenuV3StationModifiersQuery;
|
|
2586
|
+
} & RequestOptions): ResponsePromise<GetMenuV3StationModifiersResponse>;
|
|
2587
|
+
/**
|
|
2588
|
+
* GET /menu/v3/station/{id}/modifier_groups
|
|
2589
|
+
*
|
|
2590
|
+
* @param id
|
|
2591
|
+
* @param options - additional request options
|
|
2592
|
+
*/
|
|
2593
|
+
get_menu_v3_station_modifier_groups(id: string, options?: {
|
|
2594
|
+
query?: GetMenuV3StationModifierGroupsQuery;
|
|
2595
|
+
} & RequestOptions): ResponsePromise<GetMenuV3StationModifierGroupsResponse>;
|
|
2596
|
+
/**
|
|
2597
|
+
* GET /menu/v3/station/{id}/items
|
|
2598
|
+
*
|
|
2599
|
+
* @param id
|
|
2600
|
+
* @param options - additional request options
|
|
2601
|
+
*/
|
|
2602
|
+
get_menu_v3_station_items(id: string, options?: {
|
|
2603
|
+
query?: GetMenuV3StationItemsQuery;
|
|
2604
|
+
} & RequestOptions): ResponsePromise<GetMenuV3StationItemsResponse>;
|
|
2605
|
+
/**
|
|
2606
|
+
* GET /menu/v3/site/{id}/layouts
|
|
2607
|
+
*
|
|
2608
|
+
* @param id
|
|
2609
|
+
* @param options - additional request options
|
|
2610
|
+
*/
|
|
2611
|
+
get_menu_v3_site_layouts(id: string, options?: {
|
|
2612
|
+
query?: GetMenuV3SiteLayoutsQuery;
|
|
2613
|
+
} & RequestOptions): ResponsePromise<GetMenuV3SiteLayoutsResponse>;
|
|
2358
2614
|
/**
|
|
2359
2615
|
* GET /notification - Get all notifications
|
|
2360
2616
|
*
|
|
@@ -2612,6 +2868,25 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2612
2868
|
* @param options - additional request options
|
|
2613
2869
|
*/
|
|
2614
2870
|
delete_permission_role_user(user_id: string, body: DeletePermissionRoleUserBody, options?: RequestOptions): ResponsePromise<DeletePermissionRoleUserResponse>;
|
|
2871
|
+
/**
|
|
2872
|
+
* GET /delivery/{id}/order/{order_id} - get delivery for order
|
|
2873
|
+
*
|
|
2874
|
+
* @param id - delivery provider id
|
|
2875
|
+
* @param order_id - order id
|
|
2876
|
+
* @param options - additional request options
|
|
2877
|
+
*/
|
|
2878
|
+
get_delivery_order(id: string, order_id: string, options?: {
|
|
2879
|
+
query?: GetDeliveryOrderQuery;
|
|
2880
|
+
} & RequestOptions): ResponsePromise<GetDeliveryOrderResponse>;
|
|
2881
|
+
/**
|
|
2882
|
+
* GET /delivery/{id} - Get all Deliveries for delivery provider
|
|
2883
|
+
*
|
|
2884
|
+
* @param id - delivery provider id
|
|
2885
|
+
* @param options - additional request options
|
|
2886
|
+
*/
|
|
2887
|
+
get_delivery(id: string, options?: {
|
|
2888
|
+
query?: GetDeliveryQuery;
|
|
2889
|
+
} & RequestOptions): ResponsePromise<GetDeliveryResponse>;
|
|
2615
2890
|
/**
|
|
2616
2891
|
* POST /loyalty/{id}/enroll/{user_id} - Enroll logged in user in Loyalty program
|
|
2617
2892
|
*
|