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