@sonatype/nexus-iq-api-client 0.156.3 → 0.156.5

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.
@@ -43,7 +43,7 @@ export interface ApiComponentDetailsDTOV2 {
43
43
  * @type {number}
44
44
  * @memberof ApiComponentDetailsDTOV2
45
45
  */
46
- relativePopularity?: number;
46
+ relativePopularity?: number | null;
47
47
  /**
48
48
  *
49
49
  * @type {ApiLicenseDataDTO}
@@ -55,13 +55,13 @@ export interface ApiComponentDetailsDTOV2 {
55
55
  * @type {string}
56
56
  * @memberof ApiComponentDetailsDTOV2
57
57
  */
58
- integrityRating?: string;
58
+ integrityRating?: string | null;
59
59
  /**
60
60
  *
61
61
  * @type {string}
62
62
  * @memberof ApiComponentDetailsDTOV2
63
63
  */
64
- hygieneRating?: string;
64
+ hygieneRating?: string | null;
65
65
  /**
66
66
  *
67
67
  * @type {ApiSecurityDataDTO}
@@ -43,7 +43,7 @@ export interface ApiComponentDetailsDTOV2 {
43
43
  * @type {number}
44
44
  * @memberof ApiComponentDetailsDTOV2
45
45
  */
46
- relativePopularity?: number;
46
+ relativePopularity?: number | null;
47
47
  /**
48
48
  *
49
49
  * @type {ApiLicenseDataDTO}
@@ -55,13 +55,13 @@ export interface ApiComponentDetailsDTOV2 {
55
55
  * @type {string}
56
56
  * @memberof ApiComponentDetailsDTOV2
57
57
  */
58
- integrityRating?: string;
58
+ integrityRating?: string | null;
59
59
  /**
60
60
  *
61
61
  * @type {string}
62
62
  * @memberof ApiComponentDetailsDTOV2
63
63
  */
64
- hygieneRating?: string;
64
+ hygieneRating?: string | null;
65
65
  /**
66
66
  *
67
67
  * @type {ApiSecurityDataDTO}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonatype/nexus-iq-api-client",
3
- "version": "0.156.3",
3
+ "version": "0.156.5",
4
4
  "description": "OpenAPI client for @sonatype/nexus-iq-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -73,7 +73,7 @@ export interface ApiComponentDetailsDTOV2 {
73
73
  * @type {number}
74
74
  * @memberof ApiComponentDetailsDTOV2
75
75
  */
76
- relativePopularity?: number;
76
+ relativePopularity?: number | null;
77
77
  /**
78
78
  *
79
79
  * @type {ApiLicenseDataDTO}
@@ -85,13 +85,13 @@ export interface ApiComponentDetailsDTOV2 {
85
85
  * @type {string}
86
86
  * @memberof ApiComponentDetailsDTOV2
87
87
  */
88
- integrityRating?: string;
88
+ integrityRating?: string | null;
89
89
  /**
90
90
  *
91
91
  * @type {string}
92
92
  * @memberof ApiComponentDetailsDTOV2
93
93
  */
94
- hygieneRating?: string;
94
+ hygieneRating?: string | null;
95
95
  /**
96
96
  *
97
97
  * @type {ApiSecurityDataDTO}