@compassdigital/sdk.typescript 3.38.0 → 3.40.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/base.d.ts +3 -3
- package/lib/base.d.ts.map +1 -1
- package/lib/index.d.ts +185 -74
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +10 -3
- package/lib/index.js.map +1 -1
- package/lib/interface/announcement.d.ts +14 -9
- package/lib/interface/announcement.d.ts.map +1 -1
- package/lib/interface/calendar.d.ts +12 -7
- package/lib/interface/calendar.d.ts.map +1 -1
- package/lib/interface/compassconnect.d.ts +2 -1
- package/lib/interface/compassconnect.d.ts.map +1 -1
- package/lib/interface/config.d.ts +27 -18
- package/lib/interface/config.d.ts.map +1 -1
- package/lib/interface/datalake.d.ts +7 -4
- package/lib/interface/datalake.d.ts.map +1 -1
- package/lib/interface/email.d.ts +2 -2
- package/lib/interface/email.d.ts.map +1 -1
- package/lib/interface/file.d.ts +1 -1
- package/lib/interface/file.d.ts.map +1 -1
- package/lib/interface/kds.d.ts +12 -8
- package/lib/interface/kds.d.ts.map +1 -1
- package/lib/interface/location.d.ts +112 -76
- package/lib/interface/location.d.ts.map +1 -1
- package/lib/interface/loyalty.d.ts +42 -17
- package/lib/interface/loyalty.d.ts.map +1 -1
- package/lib/interface/mealplan.d.ts +16 -10
- package/lib/interface/mealplan.d.ts.map +1 -1
- package/lib/interface/menu.d.ts +83 -44
- package/lib/interface/menu.d.ts.map +1 -1
- package/lib/interface/notification.d.ts +12 -8
- package/lib/interface/notification.d.ts.map +1 -1
- package/lib/interface/order.d.ts +32 -18
- package/lib/interface/order.d.ts.map +1 -1
- package/lib/interface/partner.d.ts +473 -426
- package/lib/interface/partner.d.ts.map +1 -1
- package/lib/interface/payment.d.ts +25 -15
- package/lib/interface/payment.d.ts.map +1 -1
- package/lib/interface/permission.d.ts +20 -15
- package/lib/interface/permission.d.ts.map +1 -1
- package/lib/interface/promo.d.ts +32 -26
- package/lib/interface/promo.d.ts.map +1 -1
- package/lib/interface/report.d.ts +16 -10
- package/lib/interface/report.d.ts.map +1 -1
- package/lib/interface/shoppingcart.d.ts +25 -22
- package/lib/interface/shoppingcart.d.ts.map +1 -1
- package/lib/interface/task.d.ts +28 -16
- package/lib/interface/task.d.ts.map +1 -1
- package/lib/interface/user.d.ts +72 -46
- package/lib/interface/user.d.ts.map +1 -1
- package/lib/interface/util.d.ts +1 -1
- package/lib/interface/util.d.ts.map +1 -1
- package/lib/interface/vendor.d.ts +42 -28
- package/lib/interface/vendor.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +281 -56
- package/src/interface/announcement.ts +13 -1
- package/src/interface/calendar.ts +12 -1
- package/src/interface/compassconnect.ts +2 -0
- package/src/interface/config.ts +26 -3
- package/src/interface/datalake.ts +6 -1
- package/src/interface/kds.ts +8 -1
- package/src/interface/location.ts +81 -9
- package/src/interface/loyalty.ts +65 -5
- package/src/interface/mealplan.ts +18 -2
- package/src/interface/menu.ts +96 -7
- package/src/interface/notification.ts +10 -1
- package/src/interface/order.ts +26 -1
- package/src/interface/partner.ts +550 -474
- package/src/interface/payment.ts +30 -6
- package/src/interface/permission.ts +13 -1
- package/src/interface/promo.ts +14 -1
- package/src/interface/report.ts +12 -0
- package/src/interface/shoppingcart.ts +9 -1
- package/src/interface/task.ts +30 -3
- package/src/interface/user.ts +42 -2
- package/src/interface/vendor.ts +34 -4
package/lib/index.d.ts
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { PostPaymentTransactionBody, PostPaymentTransactionResponse, PostPaymentTransactionRefundBody, PostPaymentTransactionRefundResponse, GetPaymentClienttokenResponse, PostPaymentPaymenttokenBody, PostPaymentPaymenttokenResponse, PostPaymentConsumerBody, PostPaymentConsumerResponse, PostPaymentMethodBody, PostPaymentMethodResponse, GetPaymentMethodQuery, GetPaymentMethodResponse, DeletePaymentMethodBody, DeletePaymentMethodResponse, GetPaymentTokenQuery, GetPaymentTokenResponse, PostPaymentTokenBody, PostPaymentTokenResponse, PutPaymentTokenBody, PutPaymentTokenResponse, DeletePaymentTokenBody, DeletePaymentTokenResponse, GetPaymentMethodsQuery, GetPaymentMethodsResponse, GetPaymentHpcQuery, GetPaymentHpcResponse, GetPaymentHcaptchaVerifyQuery, GetPaymentHcaptchaVerifyResponse, GetPaymentBadgepayResponse, PostPaymentBadgepayBody, PostPaymentBadgepayResponse, DeletePaymentBadgepayBody, DeletePaymentBadgepayResponse } from "./interface/payment";
|
|
2
|
-
import { PostOrderQuery, PostOrderBody, PostOrderResponse, GetOrderResponse, PutOrderResponse, PatchOrderBody, PatchOrderResponse, PostOrderIssueBody, PostOrderIssueResponse, PatchOrderRefundBody, PatchOrderRefundResponse, GetOrderCustomerOrdersQuery, GetOrderCustomerOrdersResponse, GetOrderCustomerOrdersBrandResponse, GetOrderLocationBrandQuery, GetOrderLocationBrandResponse, GetOrderLocationOrdersQuery, GetOrderLocationOrdersResponse, GetOrderGroupOrdersQuery, GetOrderGroupOrdersResponse, GetOrderUserOrdersQuery, GetOrderUserOrdersResponse, PatchOrderCheckinResponse, PostOrderApexSnsBody, PostOrderApexSnsResponse } from "./interface/order";
|
|
3
|
-
import { PostLocationBody, PostLocationResponse, GetLocationsResponse, GetLocationSearchQuery, GetLocationSearchResponse, GetLocationQuery, GetLocationResponse, PutLocationBody, PutLocationResponse, DeleteLocationBody, DeleteLocationResponse, PatchLocationBody, PatchLocationResponse, 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, GetLocationGroupDeliverydestinationResponse, GetLocationUserGroupQuery, GetLocationUserGroupResponse, GetLocationBrandsResponse, GetLocationBrandDestinationsResponse, PostLocationBrandDocumentBody, PostLocationBrandDocumentResponse, PatchLocationBrandDocumentResponse, DeleteLocationBrandDocumentResponse, GetLocationBrandDocumentsResponse, GetLocationBrandTimeslotsQuery, GetLocationBrandTimeslotsResponse, PostLocationMarketplaceTimeslotsQuery, PostLocationMarketplaceTimeslotsBody, PostLocationMarketplaceTimeslotsResponse, PostLocationMarketplaceTimeslotsDeliveryQuery, PostLocationMarketplaceTimeslotsDeliveryBody, PostLocationMarketplaceTimeslotsDeliveryResponse, GetLocationBrandMenuTimeslotsQuery, GetLocationBrandMenuTimeslotsResponse, GetLocationBrandDeliveryTimeslotsQuery, GetLocationBrandDeliveryTimeslotsResponse, GetLocationBrandMenuDeliveryTimeslostsQuery, GetLocationBrandMenuDeliveryTimeslostsResponse, PostLocationBrandBody, PostLocationBrandResponse, GetLocationBrandQuery, GetLocationBrandResponse, PatchLocationBrandBody, PatchLocationBrandResponse,
|
|
4
|
-
import { PostShoppingcartCartBody, PostShoppingcartCartResponse, PutShoppingcartCartItemsBody, PutShoppingcartCartItemsResponse, DeleteShoppingcartCartItemsBody, DeleteShoppingcartCartItemsResponse, GetShoppingcartCartResponse, PatchShoppingcartCartBody, PatchShoppingcartCartResponse, PutShoppingcartCartPromoBody, PutShoppingcartCartPromoResponse, DeleteShoppingcartCartPromoResponse, PutShoppingcartCartPaymentBody, PutShoppingcartCartPaymentResponse, PutShoppingcartCartOrderBody, PutShoppingcartCartOrderResponse, PostShoppingcartCloneCartBody, PostShoppingcartCloneCartResponse, PutShoppingcartCheckoutResponse, PostShoppingcartBulkBody, PostShoppingcartBulkResponse } from "./interface/shoppingcart";
|
|
5
|
-
import { PostPartnerStandardcognitionShoppingcartBody, PostPartnerStandardcognitionShoppingcartResponse, GetPartnerStandardcognitionLocationsResponse, GetPartnerStandardcognitionStoresResponse, PostPartnerStandardcognitionMenuBody, PostPartnerStandardcognitionMenuResponse, GetPartnerCoolrLocationsResponse, GetPartnerCoolrImagesResponse, GetPartnerSwaggerResponse } from "./interface/partner";
|
|
1
|
+
import { PostPaymentTransactionBody, PostPaymentTransactionResponse, PostPaymentTransactionRefundBody, PostPaymentTransactionRefundResponse, GetPaymentClienttokenQuery, GetPaymentClienttokenResponse, PostPaymentPaymenttokenBody, PostPaymentPaymenttokenResponse, PostPaymentConsumerBody, PostPaymentConsumerResponse, PostPaymentMethodBody, PostPaymentMethodResponse, GetPaymentMethodQuery, GetPaymentMethodResponse, DeletePaymentMethodBody, DeletePaymentMethodResponse, GetPaymentTokenQuery, GetPaymentTokenResponse, PostPaymentTokenBody, PostPaymentTokenResponse, PutPaymentTokenBody, PutPaymentTokenResponse, DeletePaymentTokenBody, DeletePaymentTokenResponse, GetPaymentMethodsQuery, GetPaymentMethodsResponse, GetPaymentHpcQuery, GetPaymentHpcResponse, GetPaymentHcaptchaVerifyQuery, GetPaymentHcaptchaVerifyResponse, GetPaymentBadgepayQuery, GetPaymentBadgepayResponse, PostPaymentBadgepayBody, PostPaymentBadgepayResponse, DeletePaymentBadgepayBody, DeletePaymentBadgepayResponse } from "./interface/payment";
|
|
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
|
+
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 } from "./interface/location";
|
|
4
|
+
import { PostShoppingcartCartBody, PostShoppingcartCartResponse, PutShoppingcartCartItemsBody, PutShoppingcartCartItemsResponse, DeleteShoppingcartCartItemsBody, DeleteShoppingcartCartItemsResponse, GetShoppingcartCartQuery, GetShoppingcartCartResponse, PatchShoppingcartCartBody, PatchShoppingcartCartResponse, PutShoppingcartCartPromoBody, PutShoppingcartCartPromoResponse, DeleteShoppingcartCartPromoResponse, PutShoppingcartCartPaymentBody, PutShoppingcartCartPaymentResponse, PutShoppingcartCartOrderBody, PutShoppingcartCartOrderResponse, PostShoppingcartCloneCartBody, PostShoppingcartCloneCartResponse, PutShoppingcartCheckoutResponse, PostShoppingcartBulkBody, PostShoppingcartBulkResponse } from "./interface/shoppingcart";
|
|
5
|
+
import { PostPartnerStandardcognitionShoppingcartBody, PostPartnerStandardcognitionShoppingcartResponse, GetPartnerStandardcognitionLocationsQuery, GetPartnerStandardcognitionLocationsResponse, GetPartnerStandardcognitionStoresQuery, GetPartnerStandardcognitionStoresResponse, PostPartnerStandardcognitionMenuBody, PostPartnerStandardcognitionMenuResponse, GetPartnerCoolrLocationsQuery, GetPartnerCoolrLocationsResponse, GetPartnerCoolrImagesQuery, GetPartnerCoolrImagesResponse, GetPartnerSwaggerQuery, GetPartnerSwaggerResponse } from "./interface/partner";
|
|
6
6
|
import { PostEmailBody, PostEmailResponse } from "./interface/email";
|
|
7
|
-
import { PostTaskBody, PostTaskResponse, GetTaskResponse, PatchTaskBody, PatchTaskResponse, DeleteTaskResponse, GetTaskOrderResponse, GetTaskOrderKdsResponse, PatchTaskOrderKdsBody, PatchTaskOrderKdsResponse, GetTaskAssigneeQuery, GetTaskAssigneeResponse, GetTaskLocationBrandQuery, GetTaskLocationBrandResponse, GetTaskLocationGroupQuery, GetTaskLocationGroupResponse } from "./interface/task";
|
|
8
|
-
import { GetKdsDevicesQuery, GetKdsDevicesResponse, PostKdsDeviceAuthBody, PostKdsDeviceAuthResponse, DeleteKdsDeviceAuthResponse, PatchKdsDeviceInfoBody, PatchKdsDeviceInfoResponse, DeleteKdsDeviceInfoResponse, GetKdsSwaggerResponse } from "./interface/kds";
|
|
9
|
-
import { PostMealplanBody, PostMealplanResponse, PutMealplanBody, PutMealplanResponse, GetMealplanResponse, DeleteMealplanBody, DeleteMealplanResponse, PostMealplanCallbackResponse, GetMealplanTenderResponse, DeleteMealplanTenderResponse, PatchMealplanTenderBody, PatchMealplanTenderResponse, PostMealplanVerifyQuery, PostMealplanVerifyBody, PostMealplanVerifyResponse, PutMealplanVerifyBody, PutMealplanVerifyResponse, PostMealplanAuthorizeBody, PostMealplanAuthorizeResponse } from "./interface/mealplan";
|
|
10
|
-
import { PostDatalakeSqlBody, PostDatalakeSqlResponse, GetSwaggerResponse } from "./interface/datalake";
|
|
11
|
-
import { PostPromoBody, PostPromoResponse, GetPromosQuery, GetPromosResponse, GetPromoQuery, GetPromoResponse, PutPromoBody, PutPromoResponse, DeletePromoResponse, GetPromoCompanyLocationGroupQuery, GetPromoCompanyLocationGroupResponse, PostPromoValidateVoucherBody, PostPromoValidateVoucherResponse, PostPromoRedeemVoucherBody, PostPromoRedeemVoucherResponse, PostPromoVoucherBody, PostPromoVoucherResponse, PutPromoVoucherBody, PutPromoVoucherResponse, DeletePromoVoucherQuery, DeletePromoVoucherResponse, PostPromoCustomerBody, PostPromoCustomerResponse, DeletePromoCustomerBody, DeletePromoCustomerResponse, PostPromoVoucherReverseBody, PostPromoVoucherReverseResponse, PostPromoVoucherifyActivityExecuteBody, PostPromoVoucherifyActivityExecuteResponse, GetPromoVoucherifyActivityConfigResponse } from "./interface/promo";
|
|
12
|
-
import { GetConfigAppconfigResponse, GetConfigResponse, PostConfigBody, PostConfigResponse, PutConfigBody, PutConfigResponse, DeleteConfigResponse, GetConfigPublicResponse, PostConfigPublicBody, PostConfigPublicResponse, PutConfigPublicBody, PutConfigPublicResponse, DeleteConfigPublicResponse } from "./interface/config";
|
|
13
|
-
import { PostAnnouncementBody, PostAnnouncementResponse, GetAnnouncementResourceQuery, GetAnnouncementResourceResponse, GetAnnouncementResourcesQuery, GetAnnouncementResourcesResponse, GetAnnouncementResponse, PutAnnouncementBody, PutAnnouncementResponse, DeleteAnnouncementResponse } from "./interface/announcement";
|
|
14
|
-
import { GetReportAnalyticsGroupQuery, GetReportAnalyticsGroupResponse, GetReportAnalyticsCombinedGroupQuery, GetReportAnalyticsCombinedGroupResponse, GetReportEodGroupQuery, GetReportEodGroupResponse, GetReportEodGroupSubscribersResponse, PostReportEodGroupSubscribersBody, PostReportEodGroupSubscribersResponse, DeleteReportEodGroupSubscribersResponse, PutReportEodGroupSubscribersBody, PutReportEodGroupSubscribersResponse } from "./interface/report";
|
|
15
|
-
import { GetUserAuthQuery, GetUserAuthResponse, PostUserAuthBody, PostUserAuthResponse, 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, 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
|
-
import { GetCalendarQuery, GetCalendarResponse, PutCalendarBody, PutCalendarResponse, DeleteCalendarResponse, GetCalendarCdlQuery, GetCalendarCdlResponse, GetCalendarSwaggerResponse, PostCalendarSyncResponse } from "./interface/calendar";
|
|
7
|
+
import { PostTaskBody, PostTaskResponse, GetTaskQuery, GetTaskResponse, PatchTaskBody, PatchTaskResponse, DeleteTaskResponse, GetTaskOrderQuery, GetTaskOrderResponse, GetTaskOrderKdsQuery, GetTaskOrderKdsResponse, PatchTaskOrderKdsBody, PatchTaskOrderKdsResponse, GetTaskAssigneeQuery, GetTaskAssigneeResponse, GetTaskLocationBrandQuery, GetTaskLocationBrandResponse, GetTaskLocationGroupQuery, GetTaskLocationGroupResponse } from "./interface/task";
|
|
8
|
+
import { GetKdsDevicesQuery, GetKdsDevicesResponse, PostKdsDeviceAuthBody, PostKdsDeviceAuthResponse, DeleteKdsDeviceAuthResponse, PatchKdsDeviceInfoBody, PatchKdsDeviceInfoResponse, DeleteKdsDeviceInfoResponse, GetKdsSwaggerQuery, GetKdsSwaggerResponse } from "./interface/kds";
|
|
9
|
+
import { PostMealplanBody, PostMealplanResponse, PutMealplanBody, PutMealplanResponse, GetMealplanQuery, GetMealplanResponse, DeleteMealplanBody, DeleteMealplanResponse, PostMealplanCallbackResponse, GetMealplanTenderQuery, GetMealplanTenderResponse, DeleteMealplanTenderResponse, PatchMealplanTenderBody, PatchMealplanTenderResponse, PostMealplanVerifyQuery, PostMealplanVerifyBody, PostMealplanVerifyResponse, PutMealplanVerifyBody, PutMealplanVerifyResponse, PostMealplanAuthorizeBody, PostMealplanAuthorizeResponse } from "./interface/mealplan";
|
|
10
|
+
import { PostDatalakeSqlBody, PostDatalakeSqlResponse, GetSwaggerQuery, GetSwaggerResponse } from "./interface/datalake";
|
|
11
|
+
import { PostPromoBody, PostPromoResponse, GetPromosQuery, GetPromosResponse, GetPromoQuery, GetPromoResponse, PutPromoBody, PutPromoResponse, DeletePromoResponse, GetPromoCompanyLocationGroupQuery, GetPromoCompanyLocationGroupResponse, PostPromoValidateVoucherBody, PostPromoValidateVoucherResponse, PostPromoRedeemVoucherBody, PostPromoRedeemVoucherResponse, PostPromoVoucherBody, PostPromoVoucherResponse, PutPromoVoucherBody, PutPromoVoucherResponse, DeletePromoVoucherQuery, DeletePromoVoucherResponse, PostPromoCustomerBody, PostPromoCustomerResponse, DeletePromoCustomerBody, DeletePromoCustomerResponse, PostPromoVoucherReverseBody, PostPromoVoucherReverseResponse, PostPromoVoucherifyActivityExecuteBody, PostPromoVoucherifyActivityExecuteResponse, GetPromoVoucherifyActivityConfigQuery, GetPromoVoucherifyActivityConfigResponse } from "./interface/promo";
|
|
12
|
+
import { GetConfigAppconfigQuery, GetConfigAppconfigResponse, GetConfigQuery, GetConfigResponse, PostConfigBody, PostConfigResponse, PutConfigBody, PutConfigResponse, DeleteConfigResponse, GetConfigPublicQuery, GetConfigPublicResponse, PostConfigPublicBody, PostConfigPublicResponse, PutConfigPublicBody, PutConfigPublicResponse, DeleteConfigPublicResponse } from "./interface/config";
|
|
13
|
+
import { PostAnnouncementBody, PostAnnouncementResponse, GetAnnouncementResourceQuery, GetAnnouncementResourceResponse, GetAnnouncementResourcesQuery, GetAnnouncementResourcesResponse, GetAnnouncementQuery, GetAnnouncementResponse, PutAnnouncementBody, PutAnnouncementResponse, DeleteAnnouncementResponse } from "./interface/announcement";
|
|
14
|
+
import { GetReportAnalyticsGroupQuery, GetReportAnalyticsGroupResponse, GetReportAnalyticsCombinedGroupQuery, GetReportAnalyticsCombinedGroupResponse, GetReportEodGroupQuery, GetReportEodGroupResponse, GetReportEodGroupSubscribersQuery, GetReportEodGroupSubscribersResponse, PostReportEodGroupSubscribersBody, PostReportEodGroupSubscribersResponse, DeleteReportEodGroupSubscribersResponse, PutReportEodGroupSubscribersBody, PutReportEodGroupSubscribersResponse } from "./interface/report";
|
|
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
|
+
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 { 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, GetMenuLocationItemsResponse, GetMenuLocationItemRandomQuery, GetMenuLocationItemRandomResponse, GetMenuLocationItemsRandomQuery, GetMenuLocationItemsRandomResponse, GetMenuSectorMenusResponse, GetMenuCompanyMenusResponse, PostMenuModifierGroupBody, PostMenuModifierGroupResponse, GetMenuModifierGroupResponse, PutMenuModifierGroupBody, PutMenuModifierGroupResponse, DeleteMenuModifierGroupResponse, GetMenuCompanyModifierGroupsResponse, GetMenuCompanyModifierGroupsExportResponse, GetMenuExportResponse, GetMenuPartialGroupsQuery, GetMenuPartialGroupsResponse, GetMenuPartialGroupItemsQuery, GetMenuPartialGroupItemsResponse, PostMenuPartialGroupItemOptionsQuery, PostMenuPartialGroupItemOptionsBody, PostMenuPartialGroupItemOptionsResponse } from "./interface/menu";
|
|
19
|
-
import { GetNotificationsQuery, GetNotificationsResponse, PostNotificationBody, PostNotificationResponse, PatchNotificationBody, PatchNotificationResponse, DeleteNotificationResponse, PostNotificationStatusBody, PostNotificationStatusResponse, GetNotificationSwaggerResponse } from "./interface/notification";
|
|
18
|
+
import { GetMenuModifierCountQuery, GetMenuModifierCountResponse, 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 } from "./interface/menu";
|
|
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
|
-
import { PostVendorApplicationBody, PostVendorApplicationResponse, GetVendorApplicationQuery, GetVendorApplicationResponse, PatchVendorApplicationBody, PatchVendorApplicationResponse, PostVendorBody, PostVendorResponse, GetVendorsResponse, GetVendorResponse, PatchVendorBody, PatchVendorResponse, GetVendorAuthResponse, PostVendorAuthBody, PostVendorAuthResponse, GetVendorKeysResponse, PostVendorKeyBody, PostVendorKeyResponse, GetVendorKeyQuery, GetVendorKeyResponse, PatchVendorKeyBody, PatchVendorKeyResponse, DeleteVendorKeyResponse, PostVendorKeyRotateQuery, PostVendorKeyRotateResponse, PostVendorResetPasswordBody, PostVendorResetPasswordResponse } from "./interface/vendor";
|
|
22
|
-
import { PostPermissionBody, PostPermissionResponse, DeletePermissionResponse, GetPermissionRoleQuery, GetPermissionRoleResponse, PostPermissionRoleBody, PostPermissionRoleResponse, PatchPermissionRoleBody, PatchPermissionRoleResponse, GetPermissionRecipientQuery, GetPermissionRecipientResponse, GetPermissionRoleUserResponse, PostPermissionRoleUserBody, PostPermissionRoleUserResponse, DeletePermissionRoleUserBody, DeletePermissionRoleUserResponse } from "./interface/permission";
|
|
23
|
-
import { PostLoyaltyEnrollQuery, PostLoyaltyEnrollResponse, GetLoyaltyPointsQuery, GetLoyaltyPointsResponse, GetLoyaltyOffersResponse, GetLoyaltyEnrollmentstatusResponse, GetLoyaltyBalanceResponse, GetLoyaltyOpportunitiesQuery, GetLoyaltyOpportunitiesResponse, PostLoyaltyOpportunitiesQuery, PostLoyaltyOpportunitiesResponse, GetLoyaltyRewardsResponse, GetLoyaltyCouponsResponse, GetLoyaltyOrderpointsQuery, GetLoyaltyOrderpointsResponse, PostLoyaltyOrderpointsBody, PostLoyaltyOrderpointsResponse, PostLoyaltyPurchaseQuery, PostLoyaltyPurchaseBody, PostLoyaltyPurchaseResponse, PostLoyaltyBuyrewardQuery, PostLoyaltyBuyrewardBody, PostLoyaltyBuyrewardResponse, GetLoyaltyHistoryQuery, GetLoyaltyHistoryResponse, GetLoyaltyCouponResponse, PatchLoyaltyCouponBody, PatchLoyaltyCouponResponse, GetLoyaltySearchQuery, GetLoyaltySearchResponse, GetLoyaltyUsersQuery, GetLoyaltyUsersResponse, GetLoyaltyEventsQuery, GetLoyaltyEventsResponse } from "./interface/loyalty";
|
|
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
|
+
import { PostPermissionBody, PostPermissionResponse, DeletePermissionResponse, GetPermissionRoleQuery, GetPermissionRoleResponse, PostPermissionRoleBody, PostPermissionRoleResponse, PatchPermissionRoleBody, PatchPermissionRoleResponse, GetPermissionRecipientQuery, GetPermissionRecipientResponse, GetPermissionRoleUserQuery, GetPermissionRoleUserResponse, PostPermissionRoleUserBody, PostPermissionRoleUserResponse, DeletePermissionRoleUserBody, DeletePermissionRoleUserResponse } from "./interface/permission";
|
|
23
|
+
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
24
|
import { BaseServiceClient, RequestOptions, ResponsePromise } from "./base";
|
|
25
25
|
export * from "./base";
|
|
26
26
|
export declare class ServiceClient extends BaseServiceClient {
|
|
@@ -47,7 +47,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
47
47
|
* @param id - TODO: add parameter to swagger.json
|
|
48
48
|
* @param options - additional request options
|
|
49
49
|
*/
|
|
50
|
-
get_payment_clienttoken(id: string, options?:
|
|
50
|
+
get_payment_clienttoken(id: string, options?: {
|
|
51
|
+
query?: GetPaymentClienttokenQuery;
|
|
52
|
+
} & RequestOptions): ResponsePromise<GetPaymentClienttokenResponse>;
|
|
51
53
|
/**
|
|
52
54
|
* POST /payment/{id}/paymenttoken
|
|
53
55
|
*
|
|
@@ -147,7 +149,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
147
149
|
* @param id - TODO: add parameter to swagger.json
|
|
148
150
|
* @param options - additional request options
|
|
149
151
|
*/
|
|
150
|
-
get_payment_badgepay(id: string, options?:
|
|
152
|
+
get_payment_badgepay(id: string, options?: {
|
|
153
|
+
query?: GetPaymentBadgepayQuery;
|
|
154
|
+
} & RequestOptions): ResponsePromise<GetPaymentBadgepayResponse>;
|
|
151
155
|
/**
|
|
152
156
|
* POST /payment/{id}/badgepay
|
|
153
157
|
*
|
|
@@ -179,7 +183,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
179
183
|
* @param id - The order ID
|
|
180
184
|
* @param options - additional request options
|
|
181
185
|
*/
|
|
182
|
-
get_order(id: string, options?:
|
|
186
|
+
get_order(id: string, options?: {
|
|
187
|
+
query?: GetOrderQuery;
|
|
188
|
+
} & RequestOptions): ResponsePromise<GetOrderResponse>;
|
|
183
189
|
/**
|
|
184
190
|
* PUT /order/{id} - Update an individual order
|
|
185
191
|
*
|
|
@@ -227,7 +233,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
227
233
|
* @param location_brand - Brand id
|
|
228
234
|
* @param options - additional request options
|
|
229
235
|
*/
|
|
230
|
-
get_order_customer_orders_brand(id: string, location_brand: string, options?:
|
|
236
|
+
get_order_customer_orders_brand(id: string, location_brand: string, options?: {
|
|
237
|
+
query?: GetOrderCustomerOrdersBrandQuery;
|
|
238
|
+
} & RequestOptions): ResponsePromise<GetOrderCustomerOrdersBrandResponse>;
|
|
231
239
|
/**
|
|
232
240
|
* GET /order/location/brand/{id} - Get all orders for a location Brand
|
|
233
241
|
*
|
|
@@ -290,7 +298,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
290
298
|
*
|
|
291
299
|
* @param options - additional request options
|
|
292
300
|
*/
|
|
293
|
-
get_locations(options?:
|
|
301
|
+
get_locations(options?: {
|
|
302
|
+
query?: GetLocationsQuery;
|
|
303
|
+
} & RequestOptions): ResponsePromise<GetLocationsResponse>;
|
|
294
304
|
/**
|
|
295
305
|
* GET /location/search - Gets Location within a radius of the provided point
|
|
296
306
|
*
|
|
@@ -338,7 +348,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
338
348
|
* @param id - POS ID
|
|
339
349
|
* @param options - additional request options
|
|
340
350
|
*/
|
|
341
|
-
get_location_pos(id: string, options?:
|
|
351
|
+
get_location_pos(id: string, options?: {
|
|
352
|
+
query?: GetLocationPosQuery;
|
|
353
|
+
} & RequestOptions): ResponsePromise<GetLocationPosResponse>;
|
|
342
354
|
/**
|
|
343
355
|
* PUT /location/pos/{id} - Set information about a POS
|
|
344
356
|
*
|
|
@@ -485,7 +497,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
485
497
|
* @param delivery_destination - Delivery Destination ID
|
|
486
498
|
* @param options - additional request options
|
|
487
499
|
*/
|
|
488
|
-
get_location_group_deliverydestination(id: string, delivery_destination: string, options?:
|
|
500
|
+
get_location_group_deliverydestination(id: string, delivery_destination: string, options?: {
|
|
501
|
+
query?: GetLocationGroupDeliverydestinationQuery;
|
|
502
|
+
} & RequestOptions): ResponsePromise<GetLocationGroupDeliverydestinationResponse>;
|
|
489
503
|
/**
|
|
490
504
|
* GET /location/group/{id}/user/{user_id} - Get a location group info specific to user read permissions
|
|
491
505
|
*
|
|
@@ -501,14 +515,18 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
501
515
|
*
|
|
502
516
|
* @param options - additional request options
|
|
503
517
|
*/
|
|
504
|
-
get_location_brands(options?:
|
|
518
|
+
get_location_brands(options?: {
|
|
519
|
+
query?: GetLocationBrandsQuery;
|
|
520
|
+
} & RequestOptions): ResponsePromise<GetLocationBrandsResponse>;
|
|
505
521
|
/**
|
|
506
522
|
* GET /location/brand/{id}/deliverydestinations - Get delivery destinations for a brand
|
|
507
523
|
*
|
|
508
524
|
* @param id - Brand ID
|
|
509
525
|
* @param options - additional request options
|
|
510
526
|
*/
|
|
511
|
-
get_location_brand_destinations(id: string, options?:
|
|
527
|
+
get_location_brand_destinations(id: string, options?: {
|
|
528
|
+
query?: GetLocationBrandDestinationsQuery;
|
|
529
|
+
} & RequestOptions): ResponsePromise<GetLocationBrandDestinationsResponse>;
|
|
512
530
|
/**
|
|
513
531
|
* POST /location/brand/{id}/document - Attach document to a brand
|
|
514
532
|
*
|
|
@@ -537,7 +555,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
537
555
|
* @param id - Brand ID
|
|
538
556
|
* @param options - additional request options
|
|
539
557
|
*/
|
|
540
|
-
get_location_brand_documents(id: string, options?:
|
|
558
|
+
get_location_brand_documents(id: string, options?: {
|
|
559
|
+
query?: GetLocationBrandDocumentsQuery;
|
|
560
|
+
} & RequestOptions): ResponsePromise<GetLocationBrandDocumentsResponse>;
|
|
541
561
|
/**
|
|
542
562
|
* GET /location/brand/{id}/timeslots - Get location brand timeslots
|
|
543
563
|
*
|
|
@@ -622,10 +642,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
622
642
|
* DELETE /location/brand/{id} - Delete data from a Brand
|
|
623
643
|
*
|
|
624
644
|
* @param id - Brand ID
|
|
625
|
-
* @param body
|
|
626
645
|
* @param options - additional request options
|
|
627
646
|
*/
|
|
628
|
-
delete_location_brand(id: string,
|
|
647
|
+
delete_location_brand(id: string, options?: RequestOptions): ResponsePromise<DeleteLocationBrandResponse>;
|
|
629
648
|
/**
|
|
630
649
|
* PUT /location/brand/{id} - Update location brand
|
|
631
650
|
*
|
|
@@ -730,7 +749,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
730
749
|
* @param id - Shopping cart ID
|
|
731
750
|
* @param options - additional request options
|
|
732
751
|
*/
|
|
733
|
-
get_shoppingcart_cart(id: string, options?:
|
|
752
|
+
get_shoppingcart_cart(id: string, options?: {
|
|
753
|
+
query?: GetShoppingcartCartQuery;
|
|
754
|
+
} & RequestOptions): ResponsePromise<GetShoppingcartCartResponse>;
|
|
734
755
|
/**
|
|
735
756
|
* PATCH /shoppingcart/{id} - Update a ShoppingCart
|
|
736
757
|
*
|
|
@@ -804,13 +825,17 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
804
825
|
*
|
|
805
826
|
* @param options - additional request options
|
|
806
827
|
*/
|
|
807
|
-
get_partner_standardcognition_locations(options?:
|
|
828
|
+
get_partner_standardcognition_locations(options?: {
|
|
829
|
+
query?: GetPartnerStandardcognitionLocationsQuery;
|
|
830
|
+
} & RequestOptions): ResponsePromise<GetPartnerStandardcognitionLocationsResponse>;
|
|
808
831
|
/**
|
|
809
832
|
* GET /partner/standardcognition/stores - Gets the UUID for all the Standard Cognition external locations
|
|
810
833
|
*
|
|
811
834
|
* @param options - additional request options
|
|
812
835
|
*/
|
|
813
|
-
get_partner_standardcognition_stores(options?:
|
|
836
|
+
get_partner_standardcognition_stores(options?: {
|
|
837
|
+
query?: GetPartnerStandardcognitionStoresQuery;
|
|
838
|
+
} & RequestOptions): ResponsePromise<GetPartnerStandardcognitionStoresResponse>;
|
|
814
839
|
/**
|
|
815
840
|
* POST /partner/standardcognition/menu - Create new Standard Cognition menu from JSON files
|
|
816
841
|
*
|
|
@@ -823,20 +848,26 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
823
848
|
*
|
|
824
849
|
* @param options - additional request options
|
|
825
850
|
*/
|
|
826
|
-
get_partner_coolr_locations(options?:
|
|
851
|
+
get_partner_coolr_locations(options?: {
|
|
852
|
+
query?: GetPartnerCoolrLocationsQuery;
|
|
853
|
+
} & RequestOptions): ResponsePromise<GetPartnerCoolrLocationsResponse>;
|
|
827
854
|
/**
|
|
828
855
|
* GET /partner/coolr/{id}/images - Gets the latest images for Coolr Location AssetID
|
|
829
856
|
*
|
|
830
857
|
* @param id - location
|
|
831
858
|
* @param options - additional request options
|
|
832
859
|
*/
|
|
833
|
-
get_partner_coolr_images(id: string, options?:
|
|
860
|
+
get_partner_coolr_images(id: string, options?: {
|
|
861
|
+
query?: GetPartnerCoolrImagesQuery;
|
|
862
|
+
} & RequestOptions): ResponsePromise<GetPartnerCoolrImagesResponse>;
|
|
834
863
|
/**
|
|
835
864
|
* GET /partner/swagger.json
|
|
836
865
|
*
|
|
837
866
|
* @param options - additional request options
|
|
838
867
|
*/
|
|
839
|
-
get_partner_swagger(options?:
|
|
868
|
+
get_partner_swagger(options?: {
|
|
869
|
+
query?: GetPartnerSwaggerQuery;
|
|
870
|
+
} & RequestOptions): ResponsePromise<GetPartnerSwaggerResponse>;
|
|
840
871
|
/**
|
|
841
872
|
* POST /email - Send an email
|
|
842
873
|
*
|
|
@@ -857,7 +888,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
857
888
|
* @param id - Task ID
|
|
858
889
|
* @param options - additional request options
|
|
859
890
|
*/
|
|
860
|
-
get_task(id: string, options?:
|
|
891
|
+
get_task(id: string, options?: {
|
|
892
|
+
query?: GetTaskQuery;
|
|
893
|
+
} & RequestOptions): ResponsePromise<GetTaskResponse>;
|
|
861
894
|
/**
|
|
862
895
|
* PATCH /task/{id} - Update Task
|
|
863
896
|
*
|
|
@@ -879,14 +912,18 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
879
912
|
* @param id - Order ID
|
|
880
913
|
* @param options - additional request options
|
|
881
914
|
*/
|
|
882
|
-
get_task_order(id: string, options?:
|
|
915
|
+
get_task_order(id: string, options?: {
|
|
916
|
+
query?: GetTaskOrderQuery;
|
|
917
|
+
} & RequestOptions): ResponsePromise<GetTaskOrderResponse>;
|
|
883
918
|
/**
|
|
884
919
|
* GET /task/order/{id}/kds - Get KDS tasks based on passed order ID
|
|
885
920
|
*
|
|
886
921
|
* @param id - Order ID
|
|
887
922
|
* @param options - additional request options
|
|
888
923
|
*/
|
|
889
|
-
get_task_order_kds(id: string, options?:
|
|
924
|
+
get_task_order_kds(id: string, options?: {
|
|
925
|
+
query?: GetTaskOrderKdsQuery;
|
|
926
|
+
} & RequestOptions): ResponsePromise<GetTaskOrderKdsResponse>;
|
|
890
927
|
/**
|
|
891
928
|
* PATCH /task/order/{id}/kds - Update an order and its associated tasks
|
|
892
929
|
*
|
|
@@ -964,7 +1001,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
964
1001
|
*
|
|
965
1002
|
* @param options - additional request options
|
|
966
1003
|
*/
|
|
967
|
-
get_kds_swagger(options?:
|
|
1004
|
+
get_kds_swagger(options?: {
|
|
1005
|
+
query?: GetKdsSwaggerQuery;
|
|
1006
|
+
} & RequestOptions): ResponsePromise<GetKdsSwaggerResponse>;
|
|
968
1007
|
/**
|
|
969
1008
|
* POST /mealplan/{id} - Authenticate against the meal plan provider
|
|
970
1009
|
*
|
|
@@ -987,7 +1026,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
987
1026
|
* @param id - Meal plan ID
|
|
988
1027
|
* @param options - additional request options
|
|
989
1028
|
*/
|
|
990
|
-
get_mealplan(id: string, options?:
|
|
1029
|
+
get_mealplan(id: string, options?: {
|
|
1030
|
+
query?: GetMealplanQuery;
|
|
1031
|
+
} & RequestOptions): ResponsePromise<GetMealplanResponse>;
|
|
991
1032
|
/**
|
|
992
1033
|
* DELETE /mealplan/{id} - Delete a mealplan or a tender from the user's account
|
|
993
1034
|
*
|
|
@@ -1010,7 +1051,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1010
1051
|
* @param tender - Tender ID
|
|
1011
1052
|
* @param options - additional request options
|
|
1012
1053
|
*/
|
|
1013
|
-
get_mealplan_tender(id: string, tender: string, options?:
|
|
1054
|
+
get_mealplan_tender(id: string, tender: string, options?: {
|
|
1055
|
+
query?: GetMealplanTenderQuery;
|
|
1056
|
+
} & RequestOptions): ResponsePromise<GetMealplanTenderResponse>;
|
|
1014
1057
|
/**
|
|
1015
1058
|
* DELETE /mealplan/{id}/tender/{tender} - Debit an amount from the tender balance
|
|
1016
1059
|
*
|
|
@@ -1066,7 +1109,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1066
1109
|
*
|
|
1067
1110
|
* @param options - additional request options
|
|
1068
1111
|
*/
|
|
1069
|
-
get_swagger(options?:
|
|
1112
|
+
get_swagger(options?: {
|
|
1113
|
+
query?: GetSwaggerQuery;
|
|
1114
|
+
} & RequestOptions): ResponsePromise<GetSwaggerResponse>;
|
|
1070
1115
|
/**
|
|
1071
1116
|
* POST /promo - Create a new promotion
|
|
1072
1117
|
*
|
|
@@ -1188,20 +1233,26 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1188
1233
|
*
|
|
1189
1234
|
* @param options - additional request options
|
|
1190
1235
|
*/
|
|
1191
|
-
get_promo_voucherify_activity_config(options?:
|
|
1236
|
+
get_promo_voucherify_activity_config(options?: {
|
|
1237
|
+
query?: GetPromoVoucherifyActivityConfigQuery;
|
|
1238
|
+
} & RequestOptions): ResponsePromise<GetPromoVoucherifyActivityConfigResponse>;
|
|
1192
1239
|
/**
|
|
1193
1240
|
* GET /config/appconfig - get appconfig - an object with data for clients including minimum versions apps (boost, thrive, J&J) should be running and a link to the respective app store
|
|
1194
1241
|
*
|
|
1195
1242
|
* @param options - additional request options
|
|
1196
1243
|
*/
|
|
1197
|
-
get_config_appconfig(options?:
|
|
1244
|
+
get_config_appconfig(options?: {
|
|
1245
|
+
query?: GetConfigAppconfigQuery;
|
|
1246
|
+
} & RequestOptions): ResponsePromise<GetConfigAppconfigResponse>;
|
|
1198
1247
|
/**
|
|
1199
1248
|
* GET /config/{key} - get a configuration
|
|
1200
1249
|
*
|
|
1201
1250
|
* @param key - configuration key
|
|
1202
1251
|
* @param options - additional request options
|
|
1203
1252
|
*/
|
|
1204
|
-
get_config(key: string, options?:
|
|
1253
|
+
get_config(key: string, options?: {
|
|
1254
|
+
query?: GetConfigQuery;
|
|
1255
|
+
} & RequestOptions): ResponsePromise<GetConfigResponse>;
|
|
1205
1256
|
/**
|
|
1206
1257
|
* POST /config/{key} - Create a configuration
|
|
1207
1258
|
*
|
|
@@ -1231,7 +1282,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1231
1282
|
* @param key - configuration key
|
|
1232
1283
|
* @param options - additional request options
|
|
1233
1284
|
*/
|
|
1234
|
-
get_config_public(key: string, options?:
|
|
1285
|
+
get_config_public(key: string, options?: {
|
|
1286
|
+
query?: GetConfigPublicQuery;
|
|
1287
|
+
} & RequestOptions): ResponsePromise<GetConfigPublicResponse>;
|
|
1235
1288
|
/**
|
|
1236
1289
|
* POST /config/public/{key} - Create a public configuration
|
|
1237
1290
|
*
|
|
@@ -1285,7 +1338,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1285
1338
|
* @param id - Id of the entity to which announcement is specifically related.
|
|
1286
1339
|
* @param options - additional request options
|
|
1287
1340
|
*/
|
|
1288
|
-
get_announcement(id: string, options?:
|
|
1341
|
+
get_announcement(id: string, options?: {
|
|
1342
|
+
query?: GetAnnouncementQuery;
|
|
1343
|
+
} & RequestOptions): ResponsePromise<GetAnnouncementResponse>;
|
|
1289
1344
|
/**
|
|
1290
1345
|
* PUT /announcement/{id} - Update Announcement
|
|
1291
1346
|
*
|
|
@@ -1335,7 +1390,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1335
1390
|
* @param id
|
|
1336
1391
|
* @param options - additional request options
|
|
1337
1392
|
*/
|
|
1338
|
-
get_report_eod_group_subscribers(id: string, options?:
|
|
1393
|
+
get_report_eod_group_subscribers(id: string, options?: {
|
|
1394
|
+
query?: GetReportEodGroupSubscribersQuery;
|
|
1395
|
+
} & RequestOptions): ResponsePromise<GetReportEodGroupSubscribersResponse>;
|
|
1339
1396
|
/**
|
|
1340
1397
|
* POST /report/eod/group/{id}/subscribers - Add emails to selected location group
|
|
1341
1398
|
*
|
|
@@ -1379,7 +1436,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1379
1436
|
*
|
|
1380
1437
|
* @param options - additional request options
|
|
1381
1438
|
*/
|
|
1382
|
-
get_user_zendesk(options?:
|
|
1439
|
+
get_user_zendesk(options?: {
|
|
1440
|
+
query?: GetUserZendeskQuery;
|
|
1441
|
+
} & RequestOptions): ResponsePromise<GetUserZendeskResponse>;
|
|
1383
1442
|
/**
|
|
1384
1443
|
* POST /user - Create an User
|
|
1385
1444
|
*
|
|
@@ -1486,7 +1545,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1486
1545
|
* @param key
|
|
1487
1546
|
* @param options - additional request options
|
|
1488
1547
|
*/
|
|
1489
|
-
get_user_secret(id: string, key: string, options?:
|
|
1548
|
+
get_user_secret(id: string, key: string, options?: {
|
|
1549
|
+
query?: GetUserSecretQuery;
|
|
1550
|
+
} & RequestOptions): ResponsePromise<GetUserSecretResponse>;
|
|
1490
1551
|
/**
|
|
1491
1552
|
* POST /user/forgotpassword - Reset the users password
|
|
1492
1553
|
*
|
|
@@ -1644,7 +1705,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1644
1705
|
*
|
|
1645
1706
|
* @param options - additional request options
|
|
1646
1707
|
*/
|
|
1647
|
-
get_calendar_swagger(options?:
|
|
1708
|
+
get_calendar_swagger(options?: {
|
|
1709
|
+
query?: GetCalendarSwaggerQuery;
|
|
1710
|
+
} & RequestOptions): ResponsePromise<GetCalendarSwaggerResponse>;
|
|
1648
1711
|
/**
|
|
1649
1712
|
* POST /calendar/{id}/sync - Trigger synchronization of calendar to location API
|
|
1650
1713
|
*
|
|
@@ -1666,13 +1729,23 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1666
1729
|
* @param options - additional request options
|
|
1667
1730
|
*/
|
|
1668
1731
|
delete_file(body: DeleteFileBody, options?: RequestOptions): ResponsePromise<DeleteFileResponse>;
|
|
1732
|
+
/**
|
|
1733
|
+
* GET /menu/modifier/count
|
|
1734
|
+
*
|
|
1735
|
+
* @param options - additional request options
|
|
1736
|
+
*/
|
|
1737
|
+
get_menu_modifier_count(options?: {
|
|
1738
|
+
query?: GetMenuModifierCountQuery;
|
|
1739
|
+
} & RequestOptions): ResponsePromise<GetMenuModifierCountResponse>;
|
|
1669
1740
|
/**
|
|
1670
1741
|
* GET /menu/client/{client_id} - Get menu client
|
|
1671
1742
|
*
|
|
1672
1743
|
* @param client_id
|
|
1673
1744
|
* @param options - additional request options
|
|
1674
1745
|
*/
|
|
1675
|
-
get_menu_client(client_id: string, options?:
|
|
1746
|
+
get_menu_client(client_id: string, options?: {
|
|
1747
|
+
query?: GetMenuClientQuery;
|
|
1748
|
+
} & RequestOptions): ResponsePromise<GetMenuClientResponse>;
|
|
1676
1749
|
/**
|
|
1677
1750
|
* GET /menu - Get Menus or search for Menus
|
|
1678
1751
|
*
|
|
@@ -1786,7 +1859,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1786
1859
|
* @param location - Location ID
|
|
1787
1860
|
* @param options - additional request options
|
|
1788
1861
|
*/
|
|
1789
|
-
get_menu_location_items(location: string, options?:
|
|
1862
|
+
get_menu_location_items(location: string, options?: {
|
|
1863
|
+
query?: GetMenuLocationItemsQuery;
|
|
1864
|
+
} & RequestOptions): ResponsePromise<GetMenuLocationItemsResponse>;
|
|
1790
1865
|
/**
|
|
1791
1866
|
* GET /menu/item/random/location/{location} - Get a random item
|
|
1792
1867
|
*
|
|
@@ -1811,14 +1886,18 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1811
1886
|
* @param sector - Sector ID
|
|
1812
1887
|
* @param options - additional request options
|
|
1813
1888
|
*/
|
|
1814
|
-
get_menu_sector_menus(sector: string, options?:
|
|
1889
|
+
get_menu_sector_menus(sector: string, options?: {
|
|
1890
|
+
query?: GetMenuSectorMenusQuery;
|
|
1891
|
+
} & RequestOptions): ResponsePromise<GetMenuSectorMenusResponse>;
|
|
1815
1892
|
/**
|
|
1816
1893
|
* GET /menu/company/{company} - Get menus that belong to company
|
|
1817
1894
|
*
|
|
1818
1895
|
* @param company - Company ID
|
|
1819
1896
|
* @param options - additional request options
|
|
1820
1897
|
*/
|
|
1821
|
-
get_menu_company_menus(company: string, options?:
|
|
1898
|
+
get_menu_company_menus(company: string, options?: {
|
|
1899
|
+
query?: GetMenuCompanyMenusQuery;
|
|
1900
|
+
} & RequestOptions): ResponsePromise<GetMenuCompanyMenusResponse>;
|
|
1822
1901
|
/**
|
|
1823
1902
|
* POST /menu/modifier/group - Create a new Menu Modifier Group
|
|
1824
1903
|
*
|
|
@@ -1832,7 +1911,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1832
1911
|
* @param id - modifier_group
|
|
1833
1912
|
* @param options - additional request options
|
|
1834
1913
|
*/
|
|
1835
|
-
get_menu_modifier_group(id: string, options?:
|
|
1914
|
+
get_menu_modifier_group(id: string, options?: {
|
|
1915
|
+
query?: GetMenuModifierGroupQuery;
|
|
1916
|
+
} & RequestOptions): ResponsePromise<GetMenuModifierGroupResponse>;
|
|
1836
1917
|
/**
|
|
1837
1918
|
* PUT /menu/modifier/group/{id} - Update a Menu Modifier Group
|
|
1838
1919
|
*
|
|
@@ -1854,21 +1935,27 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1854
1935
|
* @param company - Company ID
|
|
1855
1936
|
* @param options - additional request options
|
|
1856
1937
|
*/
|
|
1857
|
-
get_menu_company_modifier_groups(company: string, options?:
|
|
1938
|
+
get_menu_company_modifier_groups(company: string, options?: {
|
|
1939
|
+
query?: GetMenuCompanyModifierGroupsQuery;
|
|
1940
|
+
} & RequestOptions): ResponsePromise<GetMenuCompanyModifierGroupsResponse>;
|
|
1858
1941
|
/**
|
|
1859
1942
|
* GET /menu/modifier/group/company/{company}/export - Export company modifier groups to zipped excel file.
|
|
1860
1943
|
*
|
|
1861
1944
|
* @param company - Company ID
|
|
1862
1945
|
* @param options - additional request options
|
|
1863
1946
|
*/
|
|
1864
|
-
get_menu_company_modifier_groups_export(company: string, options?:
|
|
1947
|
+
get_menu_company_modifier_groups_export(company: string, options?: {
|
|
1948
|
+
query?: GetMenuCompanyModifierGroupsExportQuery;
|
|
1949
|
+
} & RequestOptions): ResponsePromise<GetMenuCompanyModifierGroupsExportResponse>;
|
|
1865
1950
|
/**
|
|
1866
1951
|
* GET /menu/{id}/export - Export menu set to zipped excel file.
|
|
1867
1952
|
*
|
|
1868
1953
|
* @param id - menu; TODO: cannot use compassdigital.id as path parameter
|
|
1869
1954
|
* @param options - additional request options
|
|
1870
1955
|
*/
|
|
1871
|
-
get_menu_export(id: string, options?:
|
|
1956
|
+
get_menu_export(id: string, options?: {
|
|
1957
|
+
query?: GetMenuExportQuery;
|
|
1958
|
+
} & RequestOptions): ResponsePromise<GetMenuExportResponse>;
|
|
1872
1959
|
/**
|
|
1873
1960
|
* GET /menu/partial/{id}/groups - Get an individual menu with its categories only partially loaded. (No items)
|
|
1874
1961
|
*
|
|
@@ -1942,7 +2029,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1942
2029
|
*
|
|
1943
2030
|
* @param options - additional request options
|
|
1944
2031
|
*/
|
|
1945
|
-
get_notification_swagger(options?:
|
|
2032
|
+
get_notification_swagger(options?: {
|
|
2033
|
+
query?: GetNotificationSwaggerQuery;
|
|
2034
|
+
} & RequestOptions): ResponsePromise<GetNotificationSwaggerResponse>;
|
|
1946
2035
|
/**
|
|
1947
2036
|
* GET /compassconnect/get_oms_token - Gets an OMS token
|
|
1948
2037
|
*
|
|
@@ -1986,14 +2075,18 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1986
2075
|
*
|
|
1987
2076
|
* @param options - additional request options
|
|
1988
2077
|
*/
|
|
1989
|
-
get_vendors(options?:
|
|
2078
|
+
get_vendors(options?: {
|
|
2079
|
+
query?: GetVendorsQuery;
|
|
2080
|
+
} & RequestOptions): ResponsePromise<GetVendorsResponse>;
|
|
1990
2081
|
/**
|
|
1991
2082
|
* GET /vendor/{id} - Get info about the Vendor
|
|
1992
2083
|
*
|
|
1993
2084
|
* @param id - vendor
|
|
1994
2085
|
* @param options - additional request options
|
|
1995
2086
|
*/
|
|
1996
|
-
get_vendor(id: string, options?:
|
|
2087
|
+
get_vendor(id: string, options?: {
|
|
2088
|
+
query?: GetVendorQuery;
|
|
2089
|
+
} & RequestOptions): ResponsePromise<GetVendorResponse>;
|
|
1997
2090
|
/**
|
|
1998
2091
|
* PATCH /vendor/{id} - Update info about the Vendor
|
|
1999
2092
|
*
|
|
@@ -2007,7 +2100,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2007
2100
|
*
|
|
2008
2101
|
* @param options - additional request options
|
|
2009
2102
|
*/
|
|
2010
|
-
get_vendor_auth(options?:
|
|
2103
|
+
get_vendor_auth(options?: {
|
|
2104
|
+
query?: GetVendorAuthQuery;
|
|
2105
|
+
} & RequestOptions): ResponsePromise<GetVendorAuthResponse>;
|
|
2011
2106
|
/**
|
|
2012
2107
|
* POST /vendor/auth - Get new access token using refresh token and previous token
|
|
2013
2108
|
*
|
|
@@ -2021,7 +2116,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2021
2116
|
* @param id - vendor
|
|
2022
2117
|
* @param options - additional request options
|
|
2023
2118
|
*/
|
|
2024
|
-
get_vendor_keys(id: string, options?:
|
|
2119
|
+
get_vendor_keys(id: string, options?: {
|
|
2120
|
+
query?: GetVendorKeysQuery;
|
|
2121
|
+
} & RequestOptions): ResponsePromise<GetVendorKeysResponse>;
|
|
2025
2122
|
/**
|
|
2026
2123
|
* POST /vendor/{id}/key - Create new key for the vendor
|
|
2027
2124
|
*
|
|
@@ -2127,7 +2224,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2127
2224
|
* @param user_id - Id of a user
|
|
2128
2225
|
* @param options - additional request options
|
|
2129
2226
|
*/
|
|
2130
|
-
get_permission_role_user(user_id: string, options?:
|
|
2227
|
+
get_permission_role_user(user_id: string, options?: {
|
|
2228
|
+
query?: GetPermissionRoleUserQuery;
|
|
2229
|
+
} & RequestOptions): ResponsePromise<GetPermissionRoleUserResponse>;
|
|
2131
2230
|
/**
|
|
2132
2231
|
* POST /permission/role/user/{user_id} - Assign a role to a user
|
|
2133
2232
|
*
|
|
@@ -2170,7 +2269,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2170
2269
|
* @param user_id - CompassDigital User id
|
|
2171
2270
|
* @param options - additional request options
|
|
2172
2271
|
*/
|
|
2173
|
-
get_loyalty_offers(id: string, user_id: string, options?:
|
|
2272
|
+
get_loyalty_offers(id: string, user_id: string, options?: {
|
|
2273
|
+
query?: GetLoyaltyOffersQuery;
|
|
2274
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyOffersResponse>;
|
|
2174
2275
|
/**
|
|
2175
2276
|
* GET /loyalty/{id}/enrollmentstatus/{user_id} - Get enrollment status for logged in user
|
|
2176
2277
|
*
|
|
@@ -2178,7 +2279,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2178
2279
|
* @param user_id - CompassDigital User id
|
|
2179
2280
|
* @param options - additional request options
|
|
2180
2281
|
*/
|
|
2181
|
-
get_loyalty_enrollmentstatus(id: string, user_id: string, options?:
|
|
2282
|
+
get_loyalty_enrollmentstatus(id: string, user_id: string, options?: {
|
|
2283
|
+
query?: GetLoyaltyEnrollmentstatusQuery;
|
|
2284
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyEnrollmentstatusResponse>;
|
|
2182
2285
|
/**
|
|
2183
2286
|
* GET /loyalty/{id}/balance/{user_id} - Get loyalty point balance for logged in user
|
|
2184
2287
|
*
|
|
@@ -2186,7 +2289,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2186
2289
|
* @param user_id - CompassDigital User id
|
|
2187
2290
|
* @param options - additional request options
|
|
2188
2291
|
*/
|
|
2189
|
-
get_loyalty_balance(id: string, user_id: string, options?:
|
|
2292
|
+
get_loyalty_balance(id: string, user_id: string, options?: {
|
|
2293
|
+
query?: GetLoyaltyBalanceQuery;
|
|
2294
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyBalanceResponse>;
|
|
2190
2295
|
/**
|
|
2191
2296
|
* GET /loyalty/{id}/opportunities/{user_id} - Get earning opportunities for the logged in user
|
|
2192
2297
|
*
|
|
@@ -2214,7 +2319,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2214
2319
|
* @param user_id - CompassDigital User id
|
|
2215
2320
|
* @param options - additional request options
|
|
2216
2321
|
*/
|
|
2217
|
-
get_loyalty_rewards(id: string, user_id: string, options?:
|
|
2322
|
+
get_loyalty_rewards(id: string, user_id: string, options?: {
|
|
2323
|
+
query?: GetLoyaltyRewardsQuery;
|
|
2324
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyRewardsResponse>;
|
|
2218
2325
|
/**
|
|
2219
2326
|
* GET /loyalty/{id}/coupons/{user_id} - Get coupons available for the logged in user
|
|
2220
2327
|
*
|
|
@@ -2222,7 +2329,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2222
2329
|
* @param user_id - CompassDigital User id
|
|
2223
2330
|
* @param options - additional request options
|
|
2224
2331
|
*/
|
|
2225
|
-
get_loyalty_coupons(id: string, user_id: string, options?:
|
|
2332
|
+
get_loyalty_coupons(id: string, user_id: string, options?: {
|
|
2333
|
+
query?: GetLoyaltyCouponsQuery;
|
|
2334
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyCouponsResponse>;
|
|
2226
2335
|
/**
|
|
2227
2336
|
* GET /loyalty/{id}/orderpoints/{user_id} - Get potential loyalty point points for an order based on amount.
|
|
2228
2337
|
*
|
|
@@ -2282,7 +2391,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2282
2391
|
* @param coupon_id - Coupon code to get coupon information
|
|
2283
2392
|
* @param options - additional request options
|
|
2284
2393
|
*/
|
|
2285
|
-
get_loyalty_coupon(id: string, user_id: string, coupon_id: string, options?:
|
|
2394
|
+
get_loyalty_coupon(id: string, user_id: string, coupon_id: string, options?: {
|
|
2395
|
+
query?: GetLoyaltyCouponQuery;
|
|
2396
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyCouponResponse>;
|
|
2286
2397
|
/**
|
|
2287
2398
|
* PATCH /loyalty/{id}/coupon/{user_id}/{coupon_id} - Update coupon's status
|
|
2288
2399
|
*
|