skyflow-js 1.9.0 → 1.9.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/CHANGELOG.md CHANGED
@@ -3,6 +3,11 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
5
 
6
+ ## [1.9.1] - 2022-01-11
7
+
8
+ ### Fixed
9
+ - Fixes in `invokeSoapConnection` method
10
+
6
11
  ## [1.9.0] - 2022-01-11
7
12
 
8
13
  ### Added
package/README.md CHANGED
@@ -1226,6 +1226,8 @@ const response = skyflowClient.invokeSoapConnection(connectionConfig);
1226
1226
 
1227
1227
  **httpHeaders** is the JSON object containing key-value pairs that are sent as request headers.
1228
1228
 
1229
+ `Note:` "X-Skyflow-Authorization" key is added in headers by SDK internally. If user specifies it again, it overrides.
1230
+
1229
1231
  **requestXML** accepts the entire XML request as a string.
1230
1232
 
1231
1233
  The values in the **requestXML** can contain collect element IDs or reveal element IDs or actual values. When the IDs are provided in place of values, they get replaced with the value entered in the collect elements or value present in the reveal elements.