automation-lib 6.3.27 → 6.3.28
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5309,6 +5309,7 @@ interface FindOverviewAccountVPSDto {
|
|
|
5309
5309
|
totalGroups: number;
|
|
5310
5310
|
totalVPS: number;
|
|
5311
5311
|
totalPrice: number;
|
|
5312
|
+
totalListJob: number;
|
|
5312
5313
|
statusVPS: {
|
|
5313
5314
|
[EVPSStatus.Active]: number;
|
|
5314
5315
|
[EVPSStatus.Error]: number;
|
|
@@ -5334,7 +5335,7 @@ interface FindOverviewAccountVPSDto {
|
|
|
5334
5335
|
[EVPSStatusRestart.NA]: number;
|
|
5335
5336
|
total: number;
|
|
5336
5337
|
};
|
|
5337
|
-
|
|
5338
|
+
typeStatusVps: {
|
|
5338
5339
|
[EVPSExtension.Cancelled]: number;
|
|
5339
5340
|
[EVPSExtension.Expired]: number;
|
|
5340
5341
|
[EVPSExtension.Renewed]: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -5309,6 +5309,7 @@ interface FindOverviewAccountVPSDto {
|
|
|
5309
5309
|
totalGroups: number;
|
|
5310
5310
|
totalVPS: number;
|
|
5311
5311
|
totalPrice: number;
|
|
5312
|
+
totalListJob: number;
|
|
5312
5313
|
statusVPS: {
|
|
5313
5314
|
[EVPSStatus.Active]: number;
|
|
5314
5315
|
[EVPSStatus.Error]: number;
|
|
@@ -5334,7 +5335,7 @@ interface FindOverviewAccountVPSDto {
|
|
|
5334
5335
|
[EVPSStatusRestart.NA]: number;
|
|
5335
5336
|
total: number;
|
|
5336
5337
|
};
|
|
5337
|
-
|
|
5338
|
+
typeStatusVps: {
|
|
5338
5339
|
[EVPSExtension.Cancelled]: number;
|
|
5339
5340
|
[EVPSExtension.Expired]: number;
|
|
5340
5341
|
[EVPSExtension.Renewed]: number;
|