octopian-apis 1.0.64 → 1.0.65

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.64",
3
+ "version": "1.0.65",
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": {
@@ -87,6 +87,7 @@ export interface GetMyRequestOutput {
87
87
  RequestAgentFullName: string
88
88
  ServiceId: number
89
89
  ServiceName: string
90
+ ServiceNameTranslations: string
90
91
  ServiceAlias: string
91
92
  ServiceSubCategoryName: string
92
93
  ServiceCategoryName: string