@sonatype/nexus-iq-api-client 0.165.1 → 0.165.2

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.
@@ -23,10 +23,10 @@ export interface ApiMailConfigurationDTO {
23
23
  hostname?: string;
24
24
  /**
25
25
  *
26
- * @type {Array<string>}
26
+ * @type {string}
27
27
  * @memberof ApiMailConfigurationDTO
28
28
  */
29
- password?: Array<string>;
29
+ password?: string;
30
30
  /**
31
31
  *
32
32
  * @type {boolean}
@@ -23,10 +23,10 @@ export interface ApiMailConfigurationDTO {
23
23
  hostname?: string;
24
24
  /**
25
25
  *
26
- * @type {Array<string>}
26
+ * @type {string}
27
27
  * @memberof ApiMailConfigurationDTO
28
28
  */
29
- password?: Array<string>;
29
+ password?: string;
30
30
  /**
31
31
  *
32
32
  * @type {boolean}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonatype/nexus-iq-api-client",
3
- "version": "0.165.1",
3
+ "version": "0.165.2",
4
4
  "description": "OpenAPI client for @sonatype/nexus-iq-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -27,10 +27,10 @@ export interface ApiMailConfigurationDTO {
27
27
  hostname?: string;
28
28
  /**
29
29
  *
30
- * @type {Array<string>}
30
+ * @type {string}
31
31
  * @memberof ApiMailConfigurationDTO
32
32
  */
33
- password?: Array<string>;
33
+ password?: string;
34
34
  /**
35
35
  *
36
36
  * @type {boolean}