@sonatype/nexus-iq-api-client 0.165.1 → 0.165.3
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/esm/models/ApiMailConfigurationDTO.d.ts +2 -2
- package/dist/esm/models/ApiProxyServerConfigurationDTO.d.ts +2 -2
- package/dist/models/ApiMailConfigurationDTO.d.ts +2 -2
- package/dist/models/ApiProxyServerConfigurationDTO.d.ts +2 -2
- package/package.json +1 -1
- package/src/models/ApiMailConfigurationDTO.ts +2 -2
- package/src/models/ApiProxyServerConfigurationDTO.ts +2 -2
|
@@ -23,10 +23,10 @@ export interface ApiMailConfigurationDTO {
|
|
|
23
23
|
hostname?: string;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {string}
|
|
27
27
|
* @memberof ApiMailConfigurationDTO
|
|
28
28
|
*/
|
|
29
|
-
password?:
|
|
29
|
+
password?: string;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {boolean}
|
|
@@ -29,10 +29,10 @@ export interface ApiProxyServerConfigurationDTO {
|
|
|
29
29
|
hostname?: string;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {string}
|
|
33
33
|
* @memberof ApiProxyServerConfigurationDTO
|
|
34
34
|
*/
|
|
35
|
-
password?:
|
|
35
|
+
password?: string;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @type {boolean}
|
|
@@ -23,10 +23,10 @@ export interface ApiMailConfigurationDTO {
|
|
|
23
23
|
hostname?: string;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {string}
|
|
27
27
|
* @memberof ApiMailConfigurationDTO
|
|
28
28
|
*/
|
|
29
|
-
password?:
|
|
29
|
+
password?: string;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @type {boolean}
|
|
@@ -29,10 +29,10 @@ export interface ApiProxyServerConfigurationDTO {
|
|
|
29
29
|
hostname?: string;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {string}
|
|
33
33
|
* @memberof ApiProxyServerConfigurationDTO
|
|
34
34
|
*/
|
|
35
|
-
password?:
|
|
35
|
+
password?: string;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
38
|
* @type {boolean}
|
package/package.json
CHANGED
|
@@ -27,10 +27,10 @@ export interface ApiMailConfigurationDTO {
|
|
|
27
27
|
hostname?: string;
|
|
28
28
|
/**
|
|
29
29
|
*
|
|
30
|
-
* @type {
|
|
30
|
+
* @type {string}
|
|
31
31
|
* @memberof ApiMailConfigurationDTO
|
|
32
32
|
*/
|
|
33
|
-
password?:
|
|
33
|
+
password?: string;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
36
|
* @type {boolean}
|
|
@@ -33,10 +33,10 @@ export interface ApiProxyServerConfigurationDTO {
|
|
|
33
33
|
hostname?: string;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
|
-
* @type {
|
|
36
|
+
* @type {string}
|
|
37
37
|
* @memberof ApiProxyServerConfigurationDTO
|
|
38
38
|
*/
|
|
39
|
-
password?:
|
|
39
|
+
password?: string;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {boolean}
|