flexinet-api 0.0.469-prerelease0 → 0.0.471-prerelease0

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## flexinet-api@0.0.469-prerelease0
1
+ ## flexinet-api@0.0.471-prerelease0
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install flexinet-api@0.0.469-prerelease0 --save
39
+ npm install flexinet-api@0.0.471-prerelease0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -798,6 +798,12 @@ export interface MetricsAggregation {
798
798
  * @memberof MetricsAggregation
799
799
  */
800
800
  'perPeriod': { [key: string]: MetricsCollection; };
801
+ /**
802
+ *
803
+ * @type {MetricsCollection}
804
+ * @memberof MetricsAggregation
805
+ */
806
+ 'total': MetricsCollection;
801
807
  }
802
808
  /**
803
809
  *
package/dist/api.d.ts CHANGED
@@ -756,6 +756,12 @@ export interface MetricsAggregation {
756
756
  'perPeriod': {
757
757
  [key: string]: MetricsCollection;
758
758
  };
759
+ /**
760
+ *
761
+ * @type {MetricsCollection}
762
+ * @memberof MetricsAggregation
763
+ */
764
+ 'total': MetricsCollection;
759
765
  }
760
766
  /**
761
767
  *
package/dist/esm/api.d.ts CHANGED
@@ -756,6 +756,12 @@ export interface MetricsAggregation {
756
756
  'perPeriod': {
757
757
  [key: string]: MetricsCollection;
758
758
  };
759
+ /**
760
+ *
761
+ * @type {MetricsCollection}
762
+ * @memberof MetricsAggregation
763
+ */
764
+ 'total': MetricsCollection;
759
765
  }
760
766
  /**
761
767
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexinet-api",
3
- "version": "0.0.469-prerelease0",
3
+ "version": "0.0.471-prerelease0",
4
4
  "description": "OpenAPI client for flexinet-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {