@qite/tide-client 1.1.114 → 1.1.115

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/build/index.js CHANGED
@@ -6786,7 +6786,6 @@ var ENDPOINT_CONTACT_FORM$1 = ENDPOINT$2 + "/contactform";
6786
6786
  var ENDPOINT_CREATE_AFFILIATES = ENDPOINT$2 + "/affiliates";
6787
6787
  var ENDPOINT_TRANSLATION_DICTIONARY = ENDPOINT$2 + "/translation-dictionary";
6788
6788
  var ENDPOINT_BOOKING_ACCOMMODATION = ENDPOINT$2 + "/booking-accommodation";
6789
- var ENDPOINT_TAGS = ENDPOINT$2 + "/entity/tag";
6790
6789
  /**
6791
6790
  * api/web/crmcontact
6792
6791
  * Creates a CRM contact.
@@ -6839,11 +6838,6 @@ var generateBookingAccommodations = function (config, request, signal) {
6839
6838
  var body = JSON.stringify(request);
6840
6839
  return post(url, apiKey, body, config.token, signal);
6841
6840
  };
6842
- var getTags = function (config, signal) {
6843
- var url = "" + config.host + ENDPOINT_TAGS;
6844
- var apiKey = config.apiKey;
6845
- return get(url, apiKey, config.token, signal, true);
6846
- };
6847
6841
 
6848
6842
  var ENDPOINT$1 = "/api/web/contact";
6849
6843
  var ENDPOINT_CONTACT_FORM = ENDPOINT$1 + "/contact-form";
@@ -6948,7 +6942,6 @@ exports.getEntryTotals = getEntryTotals;
6948
6942
  exports.getInvoiceList = getInvoiceList;
6949
6943
  exports.getMolliePayment = getMolliePayment;
6950
6944
  exports.getPrintActions = getPrintActions;
6951
- exports.getTags = getTags;
6952
6945
  exports.getTranslationDictionary = getTranslationDictionary;
6953
6946
  exports.login = login;
6954
6947
  exports.logout = logout;