automation-lib 6.6.337 → 6.6.339

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/dist/index.d.mts CHANGED
@@ -4247,6 +4247,7 @@ interface FilterHistoryTaskAIContentDto extends IFilterBaseDto {
4247
4247
  declare enum EStatusAccountCanva {
4248
4248
  New = "New",
4249
4249
  Working = "Working",
4250
+ Active = "Active",
4250
4251
  Error = "Error",
4251
4252
  AccountNotExist = "AccountNotExist",
4252
4253
  WrongPassword = "WrongPassword"
@@ -4297,10 +4298,6 @@ interface FindOverviewAccountCanvaDto {
4297
4298
  total: number;
4298
4299
  percentage: number;
4299
4300
  };
4300
- totalAccountsExpired: {
4301
- total: number;
4302
- percentage: number;
4303
- };
4304
4301
  }
4305
4302
  interface FilterAccountCanvaDto extends IFilterBaseDto, IFilterAssignDto {
4306
4303
  sheetName: string[];
package/dist/index.d.ts CHANGED
@@ -4247,6 +4247,7 @@ interface FilterHistoryTaskAIContentDto extends IFilterBaseDto {
4247
4247
  declare enum EStatusAccountCanva {
4248
4248
  New = "New",
4249
4249
  Working = "Working",
4250
+ Active = "Active",
4250
4251
  Error = "Error",
4251
4252
  AccountNotExist = "AccountNotExist",
4252
4253
  WrongPassword = "WrongPassword"
@@ -4297,10 +4298,6 @@ interface FindOverviewAccountCanvaDto {
4297
4298
  total: number;
4298
4299
  percentage: number;
4299
4300
  };
4300
- totalAccountsExpired: {
4301
- total: number;
4302
- percentage: number;
4303
- };
4304
4301
  }
4305
4302
  interface FilterAccountCanvaDto extends IFilterBaseDto, IFilterAssignDto {
4306
4303
  sheetName: string[];
package/dist/index.js CHANGED
@@ -2907,6 +2907,7 @@ var EAccountAIContentChannelStatus = /* @__PURE__ */ ((EAccountAIContentChannelS
2907
2907
  var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
2908
2908
  EStatusAccountCanva2["New"] = "New";
2909
2909
  EStatusAccountCanva2["Working"] = "Working";
2910
+ EStatusAccountCanva2["Active"] = "Active";
2910
2911
  EStatusAccountCanva2["Error"] = "Error";
2911
2912
  EStatusAccountCanva2["AccountNotExist"] = "AccountNotExist";
2912
2913
  EStatusAccountCanva2["WrongPassword"] = "WrongPassword";
package/dist/index.mjs CHANGED
@@ -2643,6 +2643,7 @@ var EAccountAIContentChannelStatus = /* @__PURE__ */ ((EAccountAIContentChannelS
2643
2643
  var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
2644
2644
  EStatusAccountCanva2["New"] = "New";
2645
2645
  EStatusAccountCanva2["Working"] = "Working";
2646
+ EStatusAccountCanva2["Active"] = "Active";
2646
2647
  EStatusAccountCanva2["Error"] = "Error";
2647
2648
  EStatusAccountCanva2["AccountNotExist"] = "AccountNotExist";
2648
2649
  EStatusAccountCanva2["WrongPassword"] = "WrongPassword";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.337",
3
+ "version": "6.6.339",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",