@compassdigital/sdk.typescript 3.45.2 → 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 +194 -22
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +212 -18
- 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 +13 -13
- package/lib/interface/delivery.d.ts.map +1 -1
- package/lib/interface/delivery.js +1 -0
- package/lib/interface/delivery.js.map +1 -1
- 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 +1058 -82
- 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 +2 -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/package.json +2 -2
- package/src/index.ts +509 -36
- 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 +14 -13
- 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 +1392 -89
- package/src/interface/notification.ts +1 -0
- package/src/interface/order.ts +4 -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,7 +15,7 @@ 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, PatchMenuV3ItemRelationshipsModifierGroupBody, PatchMenuV3ItemRelationshipsModifierGroupResponse, DeleteMenuV3ItemRelationshipsModifierGroupResponse, GetMenuV3LayoutsQuery, GetMenuV3LayoutsResponse, 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, PatchMenuV3CategoryRelationshipsItemBody, PatchMenuV3CategoryRelationshipsItemResponse, DeleteMenuV3CategoryRelationshipsItemResponse, GetMenuV3BrandsQuery, GetMenuV3BrandsResponse, GetMenuV3BrandModifiersQuery, GetMenuV3BrandModifiersResponse,
|
|
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";
|
|
@@ -127,14 +127,6 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
127
127
|
get_payment_hpc(options: {
|
|
128
128
|
query: GetPaymentHpcQuery;
|
|
129
129
|
} & RequestOptions): ResponsePromise<GetPaymentHpcResponse>;
|
|
130
|
-
/**
|
|
131
|
-
* GET /payment/hcaptcha/verify
|
|
132
|
-
*
|
|
133
|
-
* @param options - additional request options
|
|
134
|
-
*/
|
|
135
|
-
get_payment_hcaptcha_verify(options?: {
|
|
136
|
-
query?: GetPaymentHcaptchaVerifyQuery;
|
|
137
|
-
} & RequestOptions): ResponsePromise<GetPaymentHcaptchaVerifyResponse>;
|
|
138
130
|
/**
|
|
139
131
|
* GET /payment/{id}/badgepay
|
|
140
132
|
*
|
|
@@ -1741,6 +1733,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1741
1733
|
get_menu_v3_modifiers(options?: {
|
|
1742
1734
|
query?: GetMenuV3ModifiersQuery;
|
|
1743
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>;
|
|
1744
1743
|
/**
|
|
1745
1744
|
* GET /menu/v3/modifier/{id}
|
|
1746
1745
|
*
|
|
@@ -1754,10 +1753,17 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1754
1753
|
* PATCH /menu/v3/modifier/{id}
|
|
1755
1754
|
*
|
|
1756
1755
|
* @param id
|
|
1757
|
-
* @param body
|
|
1756
|
+
* @param body - A partially populated ModifierEntity
|
|
1758
1757
|
* @param options - additional request options
|
|
1759
1758
|
*/
|
|
1760
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>;
|
|
1761
1767
|
/**
|
|
1762
1768
|
* POST /menu/v3/modifier
|
|
1763
1769
|
*
|
|
@@ -1781,6 +1787,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1781
1787
|
get_menu_v3_modifier_groups(options?: {
|
|
1782
1788
|
query?: GetMenuV3ModifierGroupsQuery;
|
|
1783
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>;
|
|
1784
1797
|
/**
|
|
1785
1798
|
* POST /menu/v3/modifier-group
|
|
1786
1799
|
*
|
|
@@ -1801,10 +1814,17 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1801
1814
|
* PATCH /menu/v3/modifier-group/{id}
|
|
1802
1815
|
*
|
|
1803
1816
|
* @param id
|
|
1804
|
-
* @param body
|
|
1817
|
+
* @param body - A partially populated ModifierGroupEntity
|
|
1805
1818
|
* @param options - additional request options
|
|
1806
1819
|
*/
|
|
1807
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>;
|
|
1808
1828
|
/**
|
|
1809
1829
|
* GET /menu/v3/modifier-group/count
|
|
1810
1830
|
*
|
|
@@ -1848,10 +1868,17 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1848
1868
|
* PATCH /menu/v3/modifier-group/relationships/modifier/{id}
|
|
1849
1869
|
*
|
|
1850
1870
|
* @param id
|
|
1851
|
-
* @param body
|
|
1871
|
+
* @param body - A partially populated ModifierGroupToModifierRelationship
|
|
1852
1872
|
* @param options - additional request options
|
|
1853
1873
|
*/
|
|
1854
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>;
|
|
1855
1882
|
/**
|
|
1856
1883
|
* GET /menu/v3/items
|
|
1857
1884
|
*
|
|
@@ -1860,6 +1887,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1860
1887
|
get_menu_v3_items(options?: {
|
|
1861
1888
|
query?: GetMenuV3ItemsQuery;
|
|
1862
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>;
|
|
1863
1897
|
/**
|
|
1864
1898
|
* GET /menu/v3/item/{id}
|
|
1865
1899
|
*
|
|
@@ -1873,10 +1907,17 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1873
1907
|
* PATCH /menu/v3/item/{id}
|
|
1874
1908
|
*
|
|
1875
1909
|
* @param id
|
|
1876
|
-
* @param body
|
|
1910
|
+
* @param body - A partially populated ItemEntity
|
|
1877
1911
|
* @param options - additional request options
|
|
1878
1912
|
*/
|
|
1879
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>;
|
|
1880
1921
|
/**
|
|
1881
1922
|
* POST /menu/v3/item
|
|
1882
1923
|
*
|
|
@@ -1914,11 +1955,20 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1914
1955
|
* @param options - additional request options
|
|
1915
1956
|
*/
|
|
1916
1957
|
post_menu_v3_item_relationships_modifier_group(body: PostMenuV3ItemRelationshipsModifierGroupBody, options?: RequestOptions): ResponsePromise<PostMenuV3ItemRelationshipsModifierGroupResponse>;
|
|
1958
|
+
/**
|
|
1959
|
+
* GET /menu/v3/item/relationships/modifier-group/{id}
|
|
1960
|
+
*
|
|
1961
|
+
* @param id
|
|
1962
|
+
* @param options - additional request options
|
|
1963
|
+
*/
|
|
1964
|
+
get_menu_v3_item_relationships_modifier_group(id: string, options?: {
|
|
1965
|
+
query?: GetMenuV3ItemRelationshipsModifierGroupQuery;
|
|
1966
|
+
} & RequestOptions): ResponsePromise<GetMenuV3ItemRelationshipsModifierGroupResponse>;
|
|
1917
1967
|
/**
|
|
1918
1968
|
* PATCH /menu/v3/item/relationships/modifier-group/{id}
|
|
1919
1969
|
*
|
|
1920
1970
|
* @param id
|
|
1921
|
-
* @param body
|
|
1971
|
+
* @param body - A partially populated ItemToModifierGroupRelationship
|
|
1922
1972
|
* @param options - additional request options
|
|
1923
1973
|
*/
|
|
1924
1974
|
patch_menu_v3_item_relationships_modifier_group(id: string, body: PatchMenuV3ItemRelationshipsModifierGroupBody, options?: RequestOptions): ResponsePromise<PatchMenuV3ItemRelationshipsModifierGroupResponse>;
|
|
@@ -1937,6 +1987,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1937
1987
|
get_menu_v3_layouts(options?: {
|
|
1938
1988
|
query?: GetMenuV3LayoutsQuery;
|
|
1939
1989
|
} & RequestOptions): ResponsePromise<GetMenuV3LayoutsResponse>;
|
|
1990
|
+
/**
|
|
1991
|
+
* POST /menu/v3/layouts
|
|
1992
|
+
*
|
|
1993
|
+
* @param body
|
|
1994
|
+
* @param options - additional request options
|
|
1995
|
+
*/
|
|
1996
|
+
post_menu_v3_layouts(body: PostMenuV3LayoutsBody, options?: RequestOptions): ResponsePromise<PostMenuV3LayoutsResponse>;
|
|
1940
1997
|
/**
|
|
1941
1998
|
* GET /menu/v3/layout/{id}/categories
|
|
1942
1999
|
*
|
|
@@ -1959,7 +2016,7 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1959
2016
|
* PATCH /menu/v3/layout/{id}
|
|
1960
2017
|
*
|
|
1961
2018
|
* @param id
|
|
1962
|
-
* @param body
|
|
2019
|
+
* @param body - A partially populated LayoutEntity
|
|
1963
2020
|
* @param options - additional request options
|
|
1964
2021
|
*/
|
|
1965
2022
|
patch_menu_v3_layout(id: string, body: PatchMenuV3LayoutBody, options?: RequestOptions): ResponsePromise<PatchMenuV3LayoutResponse>;
|
|
@@ -2006,7 +2063,7 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2006
2063
|
* PATCH /menu/v3/category/{id}
|
|
2007
2064
|
*
|
|
2008
2065
|
* @param id
|
|
2009
|
-
* @param body
|
|
2066
|
+
* @param body - A partially populated CategoryEntity
|
|
2010
2067
|
* @param options - additional request options
|
|
2011
2068
|
*/
|
|
2012
2069
|
patch_menu_v3_category(id: string, body: PatchMenuV3CategoryBody, options?: RequestOptions): ResponsePromise<PatchMenuV3CategoryResponse>;
|
|
@@ -2054,11 +2111,20 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2054
2111
|
* @param options - additional request options
|
|
2055
2112
|
*/
|
|
2056
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>;
|
|
2057
2123
|
/**
|
|
2058
2124
|
* PATCH /menu/v3/category/relationships/item/{id}
|
|
2059
2125
|
*
|
|
2060
2126
|
* @param id
|
|
2061
|
-
* @param body
|
|
2127
|
+
* @param body - A partially populated CategoryToItemRelationship
|
|
2062
2128
|
* @param options - additional request options
|
|
2063
2129
|
*/
|
|
2064
2130
|
patch_menu_v3_category_relationships_item(id: string, body: PatchMenuV3CategoryRelationshipsItemBody, options?: RequestOptions): ResponsePromise<PatchMenuV3CategoryRelationshipsItemResponse>;
|
|
@@ -2077,6 +2143,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2077
2143
|
get_menu_v3_brands(options?: {
|
|
2078
2144
|
query?: GetMenuV3BrandsQuery;
|
|
2079
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>;
|
|
2080
2153
|
/**
|
|
2081
2154
|
* GET /menu/v3/brand/{id}/modifiers
|
|
2082
2155
|
*
|
|
@@ -2093,8 +2166,8 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2093
2166
|
* @param options - additional request options
|
|
2094
2167
|
*/
|
|
2095
2168
|
get_menu_v3_brand_modifier_groups(id: string, options?: {
|
|
2096
|
-
query?:
|
|
2097
|
-
} & RequestOptions): ResponsePromise<
|
|
2169
|
+
query?: GetMenuV3BrandModifierGroupsQuery;
|
|
2170
|
+
} & RequestOptions): ResponsePromise<GetMenuV3BrandModifierGroupsResponse>;
|
|
2098
2171
|
/**
|
|
2099
2172
|
* GET /menu/v3/brand/{id}/items
|
|
2100
2173
|
*
|
|
@@ -2117,7 +2190,7 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2117
2190
|
* PATCH /menu/v3/brand/{id}
|
|
2118
2191
|
*
|
|
2119
2192
|
* @param id
|
|
2120
|
-
* @param body
|
|
2193
|
+
* @param body - A partially populated BrandEntity
|
|
2121
2194
|
* @param options - additional request options
|
|
2122
2195
|
*/
|
|
2123
2196
|
patch_menu_v3_brand(id: string, body: PatchMenuV3BrandBody, options?: RequestOptions): ResponsePromise<PatchMenuV3BrandResponse>;
|
|
@@ -2151,6 +2224,13 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2151
2224
|
get_menu_v3_stations(options?: {
|
|
2152
2225
|
query?: GetMenuV3StationsQuery;
|
|
2153
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>;
|
|
2154
2234
|
/**
|
|
2155
2235
|
* GET /menu/v3/station/{id}
|
|
2156
2236
|
*
|
|
@@ -2164,7 +2244,7 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2164
2244
|
* PATCH /menu/v3/station/{id}
|
|
2165
2245
|
*
|
|
2166
2246
|
* @param id
|
|
2167
|
-
* @param body
|
|
2247
|
+
* @param body - A partially populated StationEntity
|
|
2168
2248
|
* @param options - additional request options
|
|
2169
2249
|
*/
|
|
2170
2250
|
patch_menu_v3_station(id: string, body: PatchMenuV3StationBody, options?: RequestOptions): ResponsePromise<PatchMenuV3StationResponse>;
|
|
@@ -2439,6 +2519,98 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2439
2519
|
post_menu_partial_group_item_options(id: string, group_id: string, body: PostMenuPartialGroupItemOptionsBody, options?: {
|
|
2440
2520
|
query?: PostMenuPartialGroupItemOptionsQuery;
|
|
2441
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>;
|
|
2442
2614
|
/**
|
|
2443
2615
|
* GET /notification - Get all notifications
|
|
2444
2616
|
*
|