@qite/tide-client 1.1.102 → 1.1.103

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
@@ -6408,7 +6408,7 @@ var setCustomEntryStatus = function (
6408
6408
  config.host +
6409
6409
  ENDPOINT_CUSTOM_ENTRY_STATUS$1(dossierNumber, customEntryStatusId);
6410
6410
  var apiKey = config.apiKey;
6411
- return get(url, apiKey, config.token, signal, true);
6411
+ return patch(url, apiKey, null, config.token, signal, true);
6412
6412
  };
6413
6413
  var setEntryStatus = function (config, dossierNumber, entryStatus, signal) {
6414
6414
  var url =