@compassdigital/sdk.typescript 3.38.0 → 3.39.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 +176 -72
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/interface/announcement.d.ts +6 -1
- package/lib/interface/announcement.d.ts.map +1 -1
- package/lib/interface/calendar.d.ts +6 -1
- package/lib/interface/calendar.d.ts.map +1 -1
- package/lib/interface/compassconnect.d.ts +1 -0
- package/lib/interface/compassconnect.d.ts.map +1 -1
- package/lib/interface/config.d.ts +13 -4
- package/lib/interface/config.d.ts.map +1 -1
- package/lib/interface/datalake.d.ts +5 -2
- package/lib/interface/datalake.d.ts.map +1 -1
- package/lib/interface/kds.d.ts +5 -1
- package/lib/interface/kds.d.ts.map +1 -1
- package/lib/interface/location.d.ts +40 -6
- package/lib/interface/location.d.ts.map +1 -1
- package/lib/interface/loyalty.d.ts +31 -6
- package/lib/interface/loyalty.d.ts.map +1 -1
- package/lib/interface/mealplan.d.ts +8 -2
- package/lib/interface/mealplan.d.ts.map +1 -1
- package/lib/interface/menu.d.ts +39 -8
- package/lib/interface/menu.d.ts.map +1 -1
- package/lib/interface/notification.d.ts +5 -1
- package/lib/interface/notification.d.ts.map +1 -1
- package/lib/interface/order.d.ts +13 -2
- package/lib/interface/order.d.ts.map +1 -1
- package/lib/interface/partner.d.ts +21 -6
- package/lib/interface/partner.d.ts.map +1 -1
- package/lib/interface/payment.d.ts +13 -2
- package/lib/interface/payment.d.ts.map +1 -1
- package/lib/interface/permission.d.ts +6 -1
- package/lib/interface/permission.d.ts.map +1 -1
- package/lib/interface/promo.d.ts +7 -1
- package/lib/interface/promo.d.ts.map +1 -1
- package/lib/interface/report.d.ts +7 -1
- package/lib/interface/report.d.ts.map +1 -1
- package/lib/interface/shoppingcart.d.ts +5 -2
- package/lib/interface/shoppingcart.d.ts.map +1 -1
- package/lib/interface/task.d.ts +15 -3
- package/lib/interface/task.d.ts.map +1 -1
- package/lib/interface/user.d.ts +14 -2
- package/lib/interface/user.d.ts.map +1 -1
- package/lib/interface/vendor.d.ts +18 -4
- package/lib/interface/vendor.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +258 -52
- 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 +73 -3
- package/src/interface/loyalty.ts +65 -5
- package/src/interface/mealplan.ts +18 -2
- package/src/interface/menu.ts +81 -7
- package/src/interface/notification.ts +10 -1
- package/src/interface/order.ts +22 -1
- package/src/interface/partner.ts +41 -5
- package/src/interface/payment.ts +28 -2
- 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 +27 -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, DeleteLocationBrandBody, 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, 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, DeleteLocationBrandBody, 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 { 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
|
*
|
|
@@ -730,7 +750,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
730
750
|
* @param id - Shopping cart ID
|
|
731
751
|
* @param options - additional request options
|
|
732
752
|
*/
|
|
733
|
-
get_shoppingcart_cart(id: string, options?:
|
|
753
|
+
get_shoppingcart_cart(id: string, options?: {
|
|
754
|
+
query?: GetShoppingcartCartQuery;
|
|
755
|
+
} & RequestOptions): ResponsePromise<GetShoppingcartCartResponse>;
|
|
734
756
|
/**
|
|
735
757
|
* PATCH /shoppingcart/{id} - Update a ShoppingCart
|
|
736
758
|
*
|
|
@@ -804,13 +826,17 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
804
826
|
*
|
|
805
827
|
* @param options - additional request options
|
|
806
828
|
*/
|
|
807
|
-
get_partner_standardcognition_locations(options?:
|
|
829
|
+
get_partner_standardcognition_locations(options?: {
|
|
830
|
+
query?: GetPartnerStandardcognitionLocationsQuery;
|
|
831
|
+
} & RequestOptions): ResponsePromise<GetPartnerStandardcognitionLocationsResponse>;
|
|
808
832
|
/**
|
|
809
833
|
* GET /partner/standardcognition/stores - Gets the UUID for all the Standard Cognition external locations
|
|
810
834
|
*
|
|
811
835
|
* @param options - additional request options
|
|
812
836
|
*/
|
|
813
|
-
get_partner_standardcognition_stores(options?:
|
|
837
|
+
get_partner_standardcognition_stores(options?: {
|
|
838
|
+
query?: GetPartnerStandardcognitionStoresQuery;
|
|
839
|
+
} & RequestOptions): ResponsePromise<GetPartnerStandardcognitionStoresResponse>;
|
|
814
840
|
/**
|
|
815
841
|
* POST /partner/standardcognition/menu - Create new Standard Cognition menu from JSON files
|
|
816
842
|
*
|
|
@@ -823,20 +849,26 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
823
849
|
*
|
|
824
850
|
* @param options - additional request options
|
|
825
851
|
*/
|
|
826
|
-
get_partner_coolr_locations(options?:
|
|
852
|
+
get_partner_coolr_locations(options?: {
|
|
853
|
+
query?: GetPartnerCoolrLocationsQuery;
|
|
854
|
+
} & RequestOptions): ResponsePromise<GetPartnerCoolrLocationsResponse>;
|
|
827
855
|
/**
|
|
828
856
|
* GET /partner/coolr/{id}/images - Gets the latest images for Coolr Location AssetID
|
|
829
857
|
*
|
|
830
858
|
* @param id - location
|
|
831
859
|
* @param options - additional request options
|
|
832
860
|
*/
|
|
833
|
-
get_partner_coolr_images(id: string, options?:
|
|
861
|
+
get_partner_coolr_images(id: string, options?: {
|
|
862
|
+
query?: GetPartnerCoolrImagesQuery;
|
|
863
|
+
} & RequestOptions): ResponsePromise<GetPartnerCoolrImagesResponse>;
|
|
834
864
|
/**
|
|
835
865
|
* GET /partner/swagger.json
|
|
836
866
|
*
|
|
837
867
|
* @param options - additional request options
|
|
838
868
|
*/
|
|
839
|
-
get_partner_swagger(options?:
|
|
869
|
+
get_partner_swagger(options?: {
|
|
870
|
+
query?: GetPartnerSwaggerQuery;
|
|
871
|
+
} & RequestOptions): ResponsePromise<GetPartnerSwaggerResponse>;
|
|
840
872
|
/**
|
|
841
873
|
* POST /email - Send an email
|
|
842
874
|
*
|
|
@@ -857,7 +889,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
857
889
|
* @param id - Task ID
|
|
858
890
|
* @param options - additional request options
|
|
859
891
|
*/
|
|
860
|
-
get_task(id: string, options?:
|
|
892
|
+
get_task(id: string, options?: {
|
|
893
|
+
query?: GetTaskQuery;
|
|
894
|
+
} & RequestOptions): ResponsePromise<GetTaskResponse>;
|
|
861
895
|
/**
|
|
862
896
|
* PATCH /task/{id} - Update Task
|
|
863
897
|
*
|
|
@@ -879,14 +913,18 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
879
913
|
* @param id - Order ID
|
|
880
914
|
* @param options - additional request options
|
|
881
915
|
*/
|
|
882
|
-
get_task_order(id: string, options?:
|
|
916
|
+
get_task_order(id: string, options?: {
|
|
917
|
+
query?: GetTaskOrderQuery;
|
|
918
|
+
} & RequestOptions): ResponsePromise<GetTaskOrderResponse>;
|
|
883
919
|
/**
|
|
884
920
|
* GET /task/order/{id}/kds - Get KDS tasks based on passed order ID
|
|
885
921
|
*
|
|
886
922
|
* @param id - Order ID
|
|
887
923
|
* @param options - additional request options
|
|
888
924
|
*/
|
|
889
|
-
get_task_order_kds(id: string, options?:
|
|
925
|
+
get_task_order_kds(id: string, options?: {
|
|
926
|
+
query?: GetTaskOrderKdsQuery;
|
|
927
|
+
} & RequestOptions): ResponsePromise<GetTaskOrderKdsResponse>;
|
|
890
928
|
/**
|
|
891
929
|
* PATCH /task/order/{id}/kds - Update an order and its associated tasks
|
|
892
930
|
*
|
|
@@ -964,7 +1002,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
964
1002
|
*
|
|
965
1003
|
* @param options - additional request options
|
|
966
1004
|
*/
|
|
967
|
-
get_kds_swagger(options?:
|
|
1005
|
+
get_kds_swagger(options?: {
|
|
1006
|
+
query?: GetKdsSwaggerQuery;
|
|
1007
|
+
} & RequestOptions): ResponsePromise<GetKdsSwaggerResponse>;
|
|
968
1008
|
/**
|
|
969
1009
|
* POST /mealplan/{id} - Authenticate against the meal plan provider
|
|
970
1010
|
*
|
|
@@ -987,7 +1027,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
987
1027
|
* @param id - Meal plan ID
|
|
988
1028
|
* @param options - additional request options
|
|
989
1029
|
*/
|
|
990
|
-
get_mealplan(id: string, options?:
|
|
1030
|
+
get_mealplan(id: string, options?: {
|
|
1031
|
+
query?: GetMealplanQuery;
|
|
1032
|
+
} & RequestOptions): ResponsePromise<GetMealplanResponse>;
|
|
991
1033
|
/**
|
|
992
1034
|
* DELETE /mealplan/{id} - Delete a mealplan or a tender from the user's account
|
|
993
1035
|
*
|
|
@@ -1010,7 +1052,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1010
1052
|
* @param tender - Tender ID
|
|
1011
1053
|
* @param options - additional request options
|
|
1012
1054
|
*/
|
|
1013
|
-
get_mealplan_tender(id: string, tender: string, options?:
|
|
1055
|
+
get_mealplan_tender(id: string, tender: string, options?: {
|
|
1056
|
+
query?: GetMealplanTenderQuery;
|
|
1057
|
+
} & RequestOptions): ResponsePromise<GetMealplanTenderResponse>;
|
|
1014
1058
|
/**
|
|
1015
1059
|
* DELETE /mealplan/{id}/tender/{tender} - Debit an amount from the tender balance
|
|
1016
1060
|
*
|
|
@@ -1066,7 +1110,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1066
1110
|
*
|
|
1067
1111
|
* @param options - additional request options
|
|
1068
1112
|
*/
|
|
1069
|
-
get_swagger(options?:
|
|
1113
|
+
get_swagger(options?: {
|
|
1114
|
+
query?: GetSwaggerQuery;
|
|
1115
|
+
} & RequestOptions): ResponsePromise<GetSwaggerResponse>;
|
|
1070
1116
|
/**
|
|
1071
1117
|
* POST /promo - Create a new promotion
|
|
1072
1118
|
*
|
|
@@ -1188,20 +1234,26 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1188
1234
|
*
|
|
1189
1235
|
* @param options - additional request options
|
|
1190
1236
|
*/
|
|
1191
|
-
get_promo_voucherify_activity_config(options?:
|
|
1237
|
+
get_promo_voucherify_activity_config(options?: {
|
|
1238
|
+
query?: GetPromoVoucherifyActivityConfigQuery;
|
|
1239
|
+
} & RequestOptions): ResponsePromise<GetPromoVoucherifyActivityConfigResponse>;
|
|
1192
1240
|
/**
|
|
1193
1241
|
* 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
1242
|
*
|
|
1195
1243
|
* @param options - additional request options
|
|
1196
1244
|
*/
|
|
1197
|
-
get_config_appconfig(options?:
|
|
1245
|
+
get_config_appconfig(options?: {
|
|
1246
|
+
query?: GetConfigAppconfigQuery;
|
|
1247
|
+
} & RequestOptions): ResponsePromise<GetConfigAppconfigResponse>;
|
|
1198
1248
|
/**
|
|
1199
1249
|
* GET /config/{key} - get a configuration
|
|
1200
1250
|
*
|
|
1201
1251
|
* @param key - configuration key
|
|
1202
1252
|
* @param options - additional request options
|
|
1203
1253
|
*/
|
|
1204
|
-
get_config(key: string, options?:
|
|
1254
|
+
get_config(key: string, options?: {
|
|
1255
|
+
query?: GetConfigQuery;
|
|
1256
|
+
} & RequestOptions): ResponsePromise<GetConfigResponse>;
|
|
1205
1257
|
/**
|
|
1206
1258
|
* POST /config/{key} - Create a configuration
|
|
1207
1259
|
*
|
|
@@ -1231,7 +1283,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1231
1283
|
* @param key - configuration key
|
|
1232
1284
|
* @param options - additional request options
|
|
1233
1285
|
*/
|
|
1234
|
-
get_config_public(key: string, options?:
|
|
1286
|
+
get_config_public(key: string, options?: {
|
|
1287
|
+
query?: GetConfigPublicQuery;
|
|
1288
|
+
} & RequestOptions): ResponsePromise<GetConfigPublicResponse>;
|
|
1235
1289
|
/**
|
|
1236
1290
|
* POST /config/public/{key} - Create a public configuration
|
|
1237
1291
|
*
|
|
@@ -1285,7 +1339,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1285
1339
|
* @param id - Id of the entity to which announcement is specifically related.
|
|
1286
1340
|
* @param options - additional request options
|
|
1287
1341
|
*/
|
|
1288
|
-
get_announcement(id: string, options?:
|
|
1342
|
+
get_announcement(id: string, options?: {
|
|
1343
|
+
query?: GetAnnouncementQuery;
|
|
1344
|
+
} & RequestOptions): ResponsePromise<GetAnnouncementResponse>;
|
|
1289
1345
|
/**
|
|
1290
1346
|
* PUT /announcement/{id} - Update Announcement
|
|
1291
1347
|
*
|
|
@@ -1335,7 +1391,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1335
1391
|
* @param id
|
|
1336
1392
|
* @param options - additional request options
|
|
1337
1393
|
*/
|
|
1338
|
-
get_report_eod_group_subscribers(id: string, options?:
|
|
1394
|
+
get_report_eod_group_subscribers(id: string, options?: {
|
|
1395
|
+
query?: GetReportEodGroupSubscribersQuery;
|
|
1396
|
+
} & RequestOptions): ResponsePromise<GetReportEodGroupSubscribersResponse>;
|
|
1339
1397
|
/**
|
|
1340
1398
|
* POST /report/eod/group/{id}/subscribers - Add emails to selected location group
|
|
1341
1399
|
*
|
|
@@ -1379,7 +1437,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1379
1437
|
*
|
|
1380
1438
|
* @param options - additional request options
|
|
1381
1439
|
*/
|
|
1382
|
-
get_user_zendesk(options?:
|
|
1440
|
+
get_user_zendesk(options?: {
|
|
1441
|
+
query?: GetUserZendeskQuery;
|
|
1442
|
+
} & RequestOptions): ResponsePromise<GetUserZendeskResponse>;
|
|
1383
1443
|
/**
|
|
1384
1444
|
* POST /user - Create an User
|
|
1385
1445
|
*
|
|
@@ -1486,7 +1546,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1486
1546
|
* @param key
|
|
1487
1547
|
* @param options - additional request options
|
|
1488
1548
|
*/
|
|
1489
|
-
get_user_secret(id: string, key: string, options?:
|
|
1549
|
+
get_user_secret(id: string, key: string, options?: {
|
|
1550
|
+
query?: GetUserSecretQuery;
|
|
1551
|
+
} & RequestOptions): ResponsePromise<GetUserSecretResponse>;
|
|
1490
1552
|
/**
|
|
1491
1553
|
* POST /user/forgotpassword - Reset the users password
|
|
1492
1554
|
*
|
|
@@ -1644,7 +1706,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1644
1706
|
*
|
|
1645
1707
|
* @param options - additional request options
|
|
1646
1708
|
*/
|
|
1647
|
-
get_calendar_swagger(options?:
|
|
1709
|
+
get_calendar_swagger(options?: {
|
|
1710
|
+
query?: GetCalendarSwaggerQuery;
|
|
1711
|
+
} & RequestOptions): ResponsePromise<GetCalendarSwaggerResponse>;
|
|
1648
1712
|
/**
|
|
1649
1713
|
* POST /calendar/{id}/sync - Trigger synchronization of calendar to location API
|
|
1650
1714
|
*
|
|
@@ -1672,7 +1736,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1672
1736
|
* @param client_id
|
|
1673
1737
|
* @param options - additional request options
|
|
1674
1738
|
*/
|
|
1675
|
-
get_menu_client(client_id: string, options?:
|
|
1739
|
+
get_menu_client(client_id: string, options?: {
|
|
1740
|
+
query?: GetMenuClientQuery;
|
|
1741
|
+
} & RequestOptions): ResponsePromise<GetMenuClientResponse>;
|
|
1676
1742
|
/**
|
|
1677
1743
|
* GET /menu - Get Menus or search for Menus
|
|
1678
1744
|
*
|
|
@@ -1786,7 +1852,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1786
1852
|
* @param location - Location ID
|
|
1787
1853
|
* @param options - additional request options
|
|
1788
1854
|
*/
|
|
1789
|
-
get_menu_location_items(location: string, options?:
|
|
1855
|
+
get_menu_location_items(location: string, options?: {
|
|
1856
|
+
query?: GetMenuLocationItemsQuery;
|
|
1857
|
+
} & RequestOptions): ResponsePromise<GetMenuLocationItemsResponse>;
|
|
1790
1858
|
/**
|
|
1791
1859
|
* GET /menu/item/random/location/{location} - Get a random item
|
|
1792
1860
|
*
|
|
@@ -1811,14 +1879,18 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1811
1879
|
* @param sector - Sector ID
|
|
1812
1880
|
* @param options - additional request options
|
|
1813
1881
|
*/
|
|
1814
|
-
get_menu_sector_menus(sector: string, options?:
|
|
1882
|
+
get_menu_sector_menus(sector: string, options?: {
|
|
1883
|
+
query?: GetMenuSectorMenusQuery;
|
|
1884
|
+
} & RequestOptions): ResponsePromise<GetMenuSectorMenusResponse>;
|
|
1815
1885
|
/**
|
|
1816
1886
|
* GET /menu/company/{company} - Get menus that belong to company
|
|
1817
1887
|
*
|
|
1818
1888
|
* @param company - Company ID
|
|
1819
1889
|
* @param options - additional request options
|
|
1820
1890
|
*/
|
|
1821
|
-
get_menu_company_menus(company: string, options?:
|
|
1891
|
+
get_menu_company_menus(company: string, options?: {
|
|
1892
|
+
query?: GetMenuCompanyMenusQuery;
|
|
1893
|
+
} & RequestOptions): ResponsePromise<GetMenuCompanyMenusResponse>;
|
|
1822
1894
|
/**
|
|
1823
1895
|
* POST /menu/modifier/group - Create a new Menu Modifier Group
|
|
1824
1896
|
*
|
|
@@ -1832,7 +1904,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1832
1904
|
* @param id - modifier_group
|
|
1833
1905
|
* @param options - additional request options
|
|
1834
1906
|
*/
|
|
1835
|
-
get_menu_modifier_group(id: string, options?:
|
|
1907
|
+
get_menu_modifier_group(id: string, options?: {
|
|
1908
|
+
query?: GetMenuModifierGroupQuery;
|
|
1909
|
+
} & RequestOptions): ResponsePromise<GetMenuModifierGroupResponse>;
|
|
1836
1910
|
/**
|
|
1837
1911
|
* PUT /menu/modifier/group/{id} - Update a Menu Modifier Group
|
|
1838
1912
|
*
|
|
@@ -1854,21 +1928,27 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1854
1928
|
* @param company - Company ID
|
|
1855
1929
|
* @param options - additional request options
|
|
1856
1930
|
*/
|
|
1857
|
-
get_menu_company_modifier_groups(company: string, options?:
|
|
1931
|
+
get_menu_company_modifier_groups(company: string, options?: {
|
|
1932
|
+
query?: GetMenuCompanyModifierGroupsQuery;
|
|
1933
|
+
} & RequestOptions): ResponsePromise<GetMenuCompanyModifierGroupsResponse>;
|
|
1858
1934
|
/**
|
|
1859
1935
|
* GET /menu/modifier/group/company/{company}/export - Export company modifier groups to zipped excel file.
|
|
1860
1936
|
*
|
|
1861
1937
|
* @param company - Company ID
|
|
1862
1938
|
* @param options - additional request options
|
|
1863
1939
|
*/
|
|
1864
|
-
get_menu_company_modifier_groups_export(company: string, options?:
|
|
1940
|
+
get_menu_company_modifier_groups_export(company: string, options?: {
|
|
1941
|
+
query?: GetMenuCompanyModifierGroupsExportQuery;
|
|
1942
|
+
} & RequestOptions): ResponsePromise<GetMenuCompanyModifierGroupsExportResponse>;
|
|
1865
1943
|
/**
|
|
1866
1944
|
* GET /menu/{id}/export - Export menu set to zipped excel file.
|
|
1867
1945
|
*
|
|
1868
1946
|
* @param id - menu; TODO: cannot use compassdigital.id as path parameter
|
|
1869
1947
|
* @param options - additional request options
|
|
1870
1948
|
*/
|
|
1871
|
-
get_menu_export(id: string, options?:
|
|
1949
|
+
get_menu_export(id: string, options?: {
|
|
1950
|
+
query?: GetMenuExportQuery;
|
|
1951
|
+
} & RequestOptions): ResponsePromise<GetMenuExportResponse>;
|
|
1872
1952
|
/**
|
|
1873
1953
|
* GET /menu/partial/{id}/groups - Get an individual menu with its categories only partially loaded. (No items)
|
|
1874
1954
|
*
|
|
@@ -1942,7 +2022,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1942
2022
|
*
|
|
1943
2023
|
* @param options - additional request options
|
|
1944
2024
|
*/
|
|
1945
|
-
get_notification_swagger(options?:
|
|
2025
|
+
get_notification_swagger(options?: {
|
|
2026
|
+
query?: GetNotificationSwaggerQuery;
|
|
2027
|
+
} & RequestOptions): ResponsePromise<GetNotificationSwaggerResponse>;
|
|
1946
2028
|
/**
|
|
1947
2029
|
* GET /compassconnect/get_oms_token - Gets an OMS token
|
|
1948
2030
|
*
|
|
@@ -1986,14 +2068,18 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
1986
2068
|
*
|
|
1987
2069
|
* @param options - additional request options
|
|
1988
2070
|
*/
|
|
1989
|
-
get_vendors(options?:
|
|
2071
|
+
get_vendors(options?: {
|
|
2072
|
+
query?: GetVendorsQuery;
|
|
2073
|
+
} & RequestOptions): ResponsePromise<GetVendorsResponse>;
|
|
1990
2074
|
/**
|
|
1991
2075
|
* GET /vendor/{id} - Get info about the Vendor
|
|
1992
2076
|
*
|
|
1993
2077
|
* @param id - vendor
|
|
1994
2078
|
* @param options - additional request options
|
|
1995
2079
|
*/
|
|
1996
|
-
get_vendor(id: string, options?:
|
|
2080
|
+
get_vendor(id: string, options?: {
|
|
2081
|
+
query?: GetVendorQuery;
|
|
2082
|
+
} & RequestOptions): ResponsePromise<GetVendorResponse>;
|
|
1997
2083
|
/**
|
|
1998
2084
|
* PATCH /vendor/{id} - Update info about the Vendor
|
|
1999
2085
|
*
|
|
@@ -2007,7 +2093,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2007
2093
|
*
|
|
2008
2094
|
* @param options - additional request options
|
|
2009
2095
|
*/
|
|
2010
|
-
get_vendor_auth(options?:
|
|
2096
|
+
get_vendor_auth(options?: {
|
|
2097
|
+
query?: GetVendorAuthQuery;
|
|
2098
|
+
} & RequestOptions): ResponsePromise<GetVendorAuthResponse>;
|
|
2011
2099
|
/**
|
|
2012
2100
|
* POST /vendor/auth - Get new access token using refresh token and previous token
|
|
2013
2101
|
*
|
|
@@ -2021,7 +2109,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2021
2109
|
* @param id - vendor
|
|
2022
2110
|
* @param options - additional request options
|
|
2023
2111
|
*/
|
|
2024
|
-
get_vendor_keys(id: string, options?:
|
|
2112
|
+
get_vendor_keys(id: string, options?: {
|
|
2113
|
+
query?: GetVendorKeysQuery;
|
|
2114
|
+
} & RequestOptions): ResponsePromise<GetVendorKeysResponse>;
|
|
2025
2115
|
/**
|
|
2026
2116
|
* POST /vendor/{id}/key - Create new key for the vendor
|
|
2027
2117
|
*
|
|
@@ -2127,7 +2217,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2127
2217
|
* @param user_id - Id of a user
|
|
2128
2218
|
* @param options - additional request options
|
|
2129
2219
|
*/
|
|
2130
|
-
get_permission_role_user(user_id: string, options?:
|
|
2220
|
+
get_permission_role_user(user_id: string, options?: {
|
|
2221
|
+
query?: GetPermissionRoleUserQuery;
|
|
2222
|
+
} & RequestOptions): ResponsePromise<GetPermissionRoleUserResponse>;
|
|
2131
2223
|
/**
|
|
2132
2224
|
* POST /permission/role/user/{user_id} - Assign a role to a user
|
|
2133
2225
|
*
|
|
@@ -2170,7 +2262,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2170
2262
|
* @param user_id - CompassDigital User id
|
|
2171
2263
|
* @param options - additional request options
|
|
2172
2264
|
*/
|
|
2173
|
-
get_loyalty_offers(id: string, user_id: string, options?:
|
|
2265
|
+
get_loyalty_offers(id: string, user_id: string, options?: {
|
|
2266
|
+
query?: GetLoyaltyOffersQuery;
|
|
2267
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyOffersResponse>;
|
|
2174
2268
|
/**
|
|
2175
2269
|
* GET /loyalty/{id}/enrollmentstatus/{user_id} - Get enrollment status for logged in user
|
|
2176
2270
|
*
|
|
@@ -2178,7 +2272,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2178
2272
|
* @param user_id - CompassDigital User id
|
|
2179
2273
|
* @param options - additional request options
|
|
2180
2274
|
*/
|
|
2181
|
-
get_loyalty_enrollmentstatus(id: string, user_id: string, options?:
|
|
2275
|
+
get_loyalty_enrollmentstatus(id: string, user_id: string, options?: {
|
|
2276
|
+
query?: GetLoyaltyEnrollmentstatusQuery;
|
|
2277
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyEnrollmentstatusResponse>;
|
|
2182
2278
|
/**
|
|
2183
2279
|
* GET /loyalty/{id}/balance/{user_id} - Get loyalty point balance for logged in user
|
|
2184
2280
|
*
|
|
@@ -2186,7 +2282,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2186
2282
|
* @param user_id - CompassDigital User id
|
|
2187
2283
|
* @param options - additional request options
|
|
2188
2284
|
*/
|
|
2189
|
-
get_loyalty_balance(id: string, user_id: string, options?:
|
|
2285
|
+
get_loyalty_balance(id: string, user_id: string, options?: {
|
|
2286
|
+
query?: GetLoyaltyBalanceQuery;
|
|
2287
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyBalanceResponse>;
|
|
2190
2288
|
/**
|
|
2191
2289
|
* GET /loyalty/{id}/opportunities/{user_id} - Get earning opportunities for the logged in user
|
|
2192
2290
|
*
|
|
@@ -2214,7 +2312,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2214
2312
|
* @param user_id - CompassDigital User id
|
|
2215
2313
|
* @param options - additional request options
|
|
2216
2314
|
*/
|
|
2217
|
-
get_loyalty_rewards(id: string, user_id: string, options?:
|
|
2315
|
+
get_loyalty_rewards(id: string, user_id: string, options?: {
|
|
2316
|
+
query?: GetLoyaltyRewardsQuery;
|
|
2317
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyRewardsResponse>;
|
|
2218
2318
|
/**
|
|
2219
2319
|
* GET /loyalty/{id}/coupons/{user_id} - Get coupons available for the logged in user
|
|
2220
2320
|
*
|
|
@@ -2222,7 +2322,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2222
2322
|
* @param user_id - CompassDigital User id
|
|
2223
2323
|
* @param options - additional request options
|
|
2224
2324
|
*/
|
|
2225
|
-
get_loyalty_coupons(id: string, user_id: string, options?:
|
|
2325
|
+
get_loyalty_coupons(id: string, user_id: string, options?: {
|
|
2326
|
+
query?: GetLoyaltyCouponsQuery;
|
|
2327
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyCouponsResponse>;
|
|
2226
2328
|
/**
|
|
2227
2329
|
* GET /loyalty/{id}/orderpoints/{user_id} - Get potential loyalty point points for an order based on amount.
|
|
2228
2330
|
*
|
|
@@ -2282,7 +2384,9 @@ export declare class ServiceClient extends BaseServiceClient {
|
|
|
2282
2384
|
* @param coupon_id - Coupon code to get coupon information
|
|
2283
2385
|
* @param options - additional request options
|
|
2284
2386
|
*/
|
|
2285
|
-
get_loyalty_coupon(id: string, user_id: string, coupon_id: string, options?:
|
|
2387
|
+
get_loyalty_coupon(id: string, user_id: string, coupon_id: string, options?: {
|
|
2388
|
+
query?: GetLoyaltyCouponQuery;
|
|
2389
|
+
} & RequestOptions): ResponsePromise<GetLoyaltyCouponResponse>;
|
|
2286
2390
|
/**
|
|
2287
2391
|
* PATCH /loyalty/{id}/coupon/{user_id}/{coupon_id} - Update coupon's status
|
|
2288
2392
|
*
|