automation-lib 5.3.7 → 5.3.8

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
@@ -9125,8 +9125,8 @@ interface FilterAccountCHPlayICloudDto extends IFilterBaseDto {
9125
9125
  updatedAt: [Date, Date];
9126
9126
  sheetName: string[];
9127
9127
  pcName: string[];
9128
- devicesName: string[];
9129
9128
  devicesOS: ETypeDeviceOS[];
9129
+ devicesName: string[];
9130
9130
  status: EStatusAccountCHPlayICloud[];
9131
9131
  timeLastUsed: [Date, Date];
9132
9132
  lastUserUsed: string[];
@@ -10246,12 +10246,9 @@ interface FindOverViewLarkDto {
10246
10246
  totalUsers: number;
10247
10247
  totalNameLark: number;
10248
10248
  totalBotHook: number;
10249
- status: {
10250
- total: number;
10251
- active: number;
10252
- inactive: number;
10253
- error: number;
10254
- };
10249
+ totalStatusActive: number;
10250
+ totalStatusInactive: number;
10251
+ totalStatusError: number;
10255
10252
  }
10256
10253
  interface FilterLarkDto extends IFilterBaseDto {
10257
10254
  leader: string[];
package/dist/index.d.ts CHANGED
@@ -9125,8 +9125,8 @@ interface FilterAccountCHPlayICloudDto extends IFilterBaseDto {
9125
9125
  updatedAt: [Date, Date];
9126
9126
  sheetName: string[];
9127
9127
  pcName: string[];
9128
- devicesName: string[];
9129
9128
  devicesOS: ETypeDeviceOS[];
9129
+ devicesName: string[];
9130
9130
  status: EStatusAccountCHPlayICloud[];
9131
9131
  timeLastUsed: [Date, Date];
9132
9132
  lastUserUsed: string[];
@@ -10246,12 +10246,9 @@ interface FindOverViewLarkDto {
10246
10246
  totalUsers: number;
10247
10247
  totalNameLark: number;
10248
10248
  totalBotHook: number;
10249
- status: {
10250
- total: number;
10251
- active: number;
10252
- inactive: number;
10253
- error: number;
10254
- };
10249
+ totalStatusActive: number;
10250
+ totalStatusInactive: number;
10251
+ totalStatusError: number;
10255
10252
  }
10256
10253
  interface FilterLarkDto extends IFilterBaseDto {
10257
10254
  leader: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.3.7",
3
+ "version": "5.3.8",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",