@sovity.de/edc-client 15.0.0 → 15.0.1
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.
|
@@ -3471,7 +3471,7 @@ class Bs extends W {
|
|
|
3471
3471
|
const a = await this.request(
|
|
3472
3472
|
{
|
|
3473
3473
|
path: "/wrapper/ui/pages/business-partner-groups/list-page",
|
|
3474
|
-
method: "
|
|
3474
|
+
method: "POST",
|
|
3475
3475
|
headers: i,
|
|
3476
3476
|
query: n,
|
|
3477
3477
|
body: Hr(
|
|
@@ -4537,7 +4537,7 @@ class Bs extends W {
|
|
|
4537
4537
|
const a = await this.request(
|
|
4538
4538
|
{
|
|
4539
4539
|
path: "/wrapper/ui/pages/vault-secrets/list-page",
|
|
4540
|
-
method: "
|
|
4540
|
+
method: "POST",
|
|
4541
4541
|
headers: i,
|
|
4542
4542
|
query: n,
|
|
4543
4543
|
body: Vs(
|