@sovity.de/edc-client 16.4.2 → 16.5.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.
@@ -5117,12 +5117,6 @@ export declare interface UiDataSinkHttpDataPush {
5117
5117
  * @memberof UiDataSinkHttpDataPush
5118
5118
  */
5119
5119
  baseUrl: string;
5120
- /**
5121
- * HTTP Request Query Params / Query String.
5122
- * @type {string}
5123
- * @memberof UiDataSinkHttpDataPush
5124
- */
5125
- queryString?: string;
5126
5120
  /**
5127
5121
  * The authentication method.
5128
5122
  * @type {UiHttpPushAuth}
@@ -3369,7 +3369,6 @@ function yc(e, t) {
3369
3369
  return e == null ? e : {
3370
3370
  method: e.method == null ? void 0 : oc(e.method),
3371
3371
  baseUrl: e.baseUrl,
3372
- queryString: e.queryString == null ? void 0 : e.queryString,
3373
3372
  auth: e.auth == null ? void 0 : dc(e.auth),
3374
3373
  headers: e.headers == null ? void 0 : e.headers
3375
3374
  };
@@ -3381,7 +3380,6 @@ function hc(e, t = !1) {
3381
3380
  return e == null ? e : {
3382
3381
  method: e.method,
3383
3382
  baseUrl: e.baseUrl,
3384
- queryString: e.queryString,
3385
3383
  auth: fc(e.auth),
3386
3384
  headers: e.headers
3387
3385
  };