octopian-apis 1.0.55 → 1.0.56

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.55",
3
+ "version": "1.0.56",
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": {
@@ -1435,7 +1435,7 @@ export async function GetMyInboxCategoryWithCounts(
1435
1435
  ) {
1436
1436
  let APIResponse = await apiHandler.PostMethod(
1437
1437
  RequestStepsAPIConstants.uriGetProviderStepTypeCounts(),
1438
- { RequestStepStatus: "Active" },
1438
+ { RequestStepStatus: "InProcess" },
1439
1439
  AuthToken,
1440
1440
  Timeout,
1441
1441
  RequiredHeaderValue