@itentialopensource/adapter-utils 5.3.2 → 5.3.3
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 +10 -0
- package/lib/genericHandler.js +3 -0
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/lib/genericHandler.js
CHANGED
|
@@ -162,6 +162,9 @@ class GenericHandler {
|
|
|
162
162
|
if (metadata && metadata.authData) {
|
|
163
163
|
reqObj.authData = metadata.authData;
|
|
164
164
|
}
|
|
165
|
+
if (metadata && metadata.callProperties) {
|
|
166
|
+
reqObj.callProperties = metadata.callProperties;
|
|
167
|
+
}
|
|
165
168
|
|
|
166
169
|
// determine the call and return flag
|
|
167
170
|
let action = 'getGenerics';
|
package/package.json
CHANGED
|
Binary file
|