automation-lib 5.3.6 → 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 +4 -7
- package/dist/index.d.ts +4 -7
- package/package.json +1 -1
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
|
-
|
|
10250
|
-
|
|
10251
|
-
|
|
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
|
-
|
|
10250
|
-
|
|
10251
|
-
|
|
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[];
|