octopian-apis 1.0.53 → 1.0.54

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.53",
3
+ "version": "1.0.54",
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": {
@@ -1,5 +1,6 @@
1
1
  export interface GetProviderStepTypeCountOutput {
2
2
  Name: string;
3
3
  CheckedOutByCurrentUserCount: number;
4
+ Translations:string;
4
5
  Count: number;
5
6
  }