@eway-crm/connector 1.0.137 → 1.0.138

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.
@@ -1,5 +1,6 @@
1
1
  export interface IApiWebServiceTaskStatus {
2
2
  TaskGuid: string;
3
+ TaskName: string;
3
4
  IsRunning: boolean;
4
5
  FinishedSuccessfully: boolean;
5
6
  CurrentIndex: number;
@@ -1,5 +1,6 @@
1
1
  export interface IApiWebServiceTaskStatus {
2
2
  TaskGuid: string;
3
+ TaskName: string;
3
4
  IsRunning: boolean;
4
5
  FinishedSuccessfully: boolean;
5
6
  CurrentIndex: number;
package/lib/index.d.ts CHANGED
@@ -2034,6 +2034,7 @@ interface IApiUserSetting extends IApiItemBase {
2034
2034
 
2035
2035
  interface IApiWebServiceTaskStatus {
2036
2036
  TaskGuid: string;
2037
+ TaskName: string;
2037
2038
  IsRunning: boolean;
2038
2039
  FinishedSuccessfully: boolean;
2039
2040
  CurrentIndex: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eway-crm/connector",
3
- "version": "1.0.137",
3
+ "version": "1.0.138",
4
4
  "description": "eWay-CRM API JavaScript connector library.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",