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 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
- statusExtension: {
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
- statusExtension: {
5338
+ typeStatusVps: {
5338
5339
  [EVPSExtension.Cancelled]: number;
5339
5340
  [EVPSExtension.Expired]: number;
5340
5341
  [EVPSExtension.Renewed]: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.3.27",
3
+ "version": "6.3.28",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",