octopian-apis 1.0.47 → 1.0.48

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octopian-apis",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "description": "Transaction APIs SDK that implements Octopian Services which will be used for any node project typescript or javascript",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -1201,7 +1201,7 @@ export async function GetMyInboxCorrespondenceRequests(
1201
1201
  GeneratedDocument = ReadSASResult?.Result
1202
1202
  ? ReadSASResult.Result.split("?")[0] +
1203
1203
  "/" +
1204
- attributeDTO.Value +
1204
+ attribute.Value +
1205
1205
  "?" +
1206
1206
  ReadSASResult.Result.split("?")[1]
1207
1207
  : "";