octopian-apis 1.0.58 → 1.0.60

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.58",
3
+ "version": "1.0.60",
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": {
package/src/index.d.ts CHANGED
@@ -63,7 +63,7 @@ import { AgentMaintainInteractorOutput } from "./modals/output-modals/request-mo
63
63
  import { AgentSubmitCartInput } from "./modals/input-modals/request-modals/AgentSubmitCartInput";
64
64
  import { AgentGetInteractorRoleInput } from "./modals/input-modals/request-modals/AgentGetInteractorRoleInput";
65
65
  import { AIVisionCopyFileInput } from "./modals/input-modals/storage-modals/AIVisionCopyFileInput";
66
- import { RequesterAddRequestInput, DynamicStepList } from "./modals/input-modals/request-modals/RequesterAddRequestInput";
66
+ import { RequesterAddRequestInput, DynamicStepList, ChildStep } from "./modals/input-modals/request-modals/RequesterAddRequestInput";
67
67
  import { AddRequestOutput } from "./modals/output-modals/request-modals/AddRequestOutput";
68
68
  import { GetCommentListOutput } from "./modals/output-modals/request-modals/GetCommentListOutput";
69
69
  import { GetRequestCommentListInput } from "./modals/input-modals/request-modals/GetRequestCommentListInput";
@@ -7621,5 +7621,6 @@ export {
7621
7621
  GenerateStepDocumentInput,
7622
7622
  NotificationListOutput,
7623
7623
  UpdateNotificationInput,
7624
- GetStepTypeOutput
7624
+ GetStepTypeOutput,
7625
+ ChildStep
7625
7626
  };
@@ -1,4 +1,4 @@
1
- const Config = require('./config');
1
+ import Config from './config';//const Config = require('./config');
2
2
  /**
3
3
  * Initializes the configuration with the specified API key and domain name.
4
4
  *