sim-setup 1.0.3 → 1.0.4-preview.55.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21288,7 +21288,7 @@ var init_integrations = __esm(() => {
|
|
|
21288
21288
|
},
|
|
21289
21289
|
{
|
|
21290
21290
|
name: "OData Query (advanced)",
|
|
21291
|
-
description: "Make an arbitrary OData v2 call against any SAP S/4HANA Cloud whitelisted Communication Scenario. Use when no dedicated tool exists for the entity. The
|
|
21291
|
+
description: "Make an arbitrary OData v2 call against any SAP S/4HANA Cloud whitelisted Communication Scenario. Use when no dedicated tool exists for the entity. The integration handles auth, CSRF, and OData unwrapping. For write operations (POST/PUT/PATCH/MERGE/DELETE), pass an If-Match ETag obtained from a prior GET to avoid lost updates; misuse will mutate production data."
|
|
21292
21292
|
}
|
|
21293
21293
|
],
|
|
21294
21294
|
operationCount: 38,
|