@sonatype/nexus-iq-api-client 0.196.3 → 0.196.4

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.
@@ -35,10 +35,10 @@ export interface ContainerImageInQuarantineData {
35
35
  applicationPublicId?: string;
36
36
  /**
37
37
  *
38
- * @type {string}
38
+ * @type {number}
39
39
  * @memberof ContainerImageInQuarantineData
40
40
  */
41
- openTime?: string;
41
+ openTime?: number;
42
42
  /**
43
43
  *
44
44
  * @type {number}
@@ -35,10 +35,10 @@ export interface ContainerImageInQuarantineData {
35
35
  applicationPublicId?: string;
36
36
  /**
37
37
  *
38
- * @type {string}
38
+ * @type {number}
39
39
  * @memberof ContainerImageInQuarantineData
40
40
  */
41
- openTime?: string;
41
+ openTime?: number;
42
42
  /**
43
43
  *
44
44
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonatype/nexus-iq-api-client",
3
- "version": "0.196.3",
3
+ "version": "0.196.4",
4
4
  "description": "OpenAPI client for @sonatype/nexus-iq-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -39,10 +39,10 @@ export interface ContainerImageInQuarantineData {
39
39
  applicationPublicId?: string;
40
40
  /**
41
41
  *
42
- * @type {string}
42
+ * @type {number}
43
43
  * @memberof ContainerImageInQuarantineData
44
44
  */
45
- openTime?: string;
45
+ openTime?: number;
46
46
  /**
47
47
  *
48
48
  * @type {number}