automation-lib 6.0.2 → 6.0.3
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 +0 -6
- package/dist/index.d.ts +0 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5855,12 +5855,6 @@ interface FindOverViewInstagramAccountRawDto {
|
|
|
5855
5855
|
[EStatusAccountSocialSync.New]: number;
|
|
5856
5856
|
total: number;
|
|
5857
5857
|
};
|
|
5858
|
-
statusDeviceKey: {
|
|
5859
|
-
[EStatusDeviceReplace.Done]: number;
|
|
5860
|
-
[EStatusDeviceReplace.Error]: number;
|
|
5861
|
-
[EStatusDeviceReplace.NA]: number;
|
|
5862
|
-
total: number;
|
|
5863
|
-
};
|
|
5864
5858
|
statusReplaceDeviceNew: {
|
|
5865
5859
|
[EStatusDeviceReplace.Done]: number;
|
|
5866
5860
|
[EStatusDeviceReplace.Error]: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -5855,12 +5855,6 @@ interface FindOverViewInstagramAccountRawDto {
|
|
|
5855
5855
|
[EStatusAccountSocialSync.New]: number;
|
|
5856
5856
|
total: number;
|
|
5857
5857
|
};
|
|
5858
|
-
statusDeviceKey: {
|
|
5859
|
-
[EStatusDeviceReplace.Done]: number;
|
|
5860
|
-
[EStatusDeviceReplace.Error]: number;
|
|
5861
|
-
[EStatusDeviceReplace.NA]: number;
|
|
5862
|
-
total: number;
|
|
5863
|
-
};
|
|
5864
5858
|
statusReplaceDeviceNew: {
|
|
5865
5859
|
[EStatusDeviceReplace.Done]: number;
|
|
5866
5860
|
[EStatusDeviceReplace.Error]: number;
|