@equisoft/equisoft-connect-sdk-typescript 10.24.1 → 10.24.2-snapshot.20220622172250
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/.openapi-generator/FILES +0 -2
- package/dist/models/GatewaysAccessesCreateEquisoftAnalyzeAccessPayload.d.ts +6 -0
- package/dist/models/GatewaysAccessesCreateEquisoftAnalyzeAccessPayload.js +2 -0
- package/dist/models/GatewaysAccessesEquisoftAnalyzeAccess.d.ts +14 -2
- package/dist/models/GatewaysAccessesEquisoftAnalyzeAccess.js +12 -2
- package/dist/models/GatewaysAccessesListGatewayAccessesResponse.d.ts +3 -3
- package/dist/models/GatewaysAccessesListGatewayAccessesResponse.js +2 -2
- package/dist/models/index.d.ts +0 -2
- package/dist/models/index.js +0 -2
- package/package.json +1 -1
- package/src/models/GatewaysAccessesCreateEquisoftAnalyzeAccessPayload.ts +8 -0
- package/src/models/GatewaysAccessesEquisoftAnalyzeAccess.ts +19 -11
- package/src/models/GatewaysAccessesListGatewayAccessesResponse.ts +8 -8
- package/src/models/index.ts +0 -2
- package/dist/models/GatewaysAccessesAccess.d.ts +0 -34
- package/dist/models/GatewaysAccessesAccess.js +0 -50
- package/dist/models/GatewaysAccessesEquisoftAnalyzeAccessAllOf.d.ts +0 -41
- package/dist/models/GatewaysAccessesEquisoftAnalyzeAccessAllOf.js +0 -53
- package/src/models/GatewaysAccessesAccess.ts +0 -81
- package/src/models/GatewaysAccessesEquisoftAnalyzeAccessAllOf.ts +0 -74
package/.openapi-generator/FILES
CHANGED
|
@@ -61,11 +61,9 @@ src/models/EventsPatchEventResponse.ts
|
|
|
61
61
|
src/models/EventsTransferToCompletedResponse.ts
|
|
62
62
|
src/models/EventsVisibilityType.ts
|
|
63
63
|
src/models/FieldValue.ts
|
|
64
|
-
src/models/GatewaysAccessesAccess.ts
|
|
65
64
|
src/models/GatewaysAccessesCreateAccessResponse.ts
|
|
66
65
|
src/models/GatewaysAccessesCreateEquisoftAnalyzeAccessPayload.ts
|
|
67
66
|
src/models/GatewaysAccessesEquisoftAnalyzeAccess.ts
|
|
68
|
-
src/models/GatewaysAccessesEquisoftAnalyzeAccessAllOf.ts
|
|
69
67
|
src/models/GatewaysAccessesListGatewayAccessesResponse.ts
|
|
70
68
|
src/models/GatewaysAccessesPatchEquisoftAnalyzeAccessPayload.ts
|
|
71
69
|
src/models/GatewaysAccessesUser.ts
|
|
@@ -27,6 +27,12 @@ export interface GatewaysAccessesCreateEquisoftAnalyzeAccessPayload {
|
|
|
27
27
|
* @memberof GatewaysAccessesCreateEquisoftAnalyzeAccessPayload
|
|
28
28
|
*/
|
|
29
29
|
clientKey: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof GatewaysAccessesCreateEquisoftAnalyzeAccessPayload
|
|
34
|
+
*/
|
|
35
|
+
billingType: number;
|
|
30
36
|
}
|
|
31
37
|
export declare function GatewaysAccessesCreateEquisoftAnalyzeAccessPayloadFromJSON(json: any): GatewaysAccessesCreateEquisoftAnalyzeAccessPayload;
|
|
32
38
|
export declare function GatewaysAccessesCreateEquisoftAnalyzeAccessPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewaysAccessesCreateEquisoftAnalyzeAccessPayload;
|
|
@@ -25,6 +25,7 @@ function GatewaysAccessesCreateEquisoftAnalyzeAccessPayloadFromJSONTyped(json, i
|
|
|
25
25
|
return {
|
|
26
26
|
'userUuid': json['userUuid'],
|
|
27
27
|
'clientKey': json['clientKey'],
|
|
28
|
+
'billingType': json['billingType'],
|
|
28
29
|
};
|
|
29
30
|
}
|
|
30
31
|
exports.GatewaysAccessesCreateEquisoftAnalyzeAccessPayloadFromJSONTyped = GatewaysAccessesCreateEquisoftAnalyzeAccessPayloadFromJSONTyped;
|
|
@@ -38,6 +39,7 @@ function GatewaysAccessesCreateEquisoftAnalyzeAccessPayloadToJSON(value) {
|
|
|
38
39
|
return {
|
|
39
40
|
'userUuid': value.userUuid,
|
|
40
41
|
'clientKey': value.clientKey,
|
|
42
|
+
'billingType': value.billingType,
|
|
41
43
|
};
|
|
42
44
|
}
|
|
43
45
|
exports.GatewaysAccessesCreateEquisoftAnalyzeAccessPayloadToJSON = GatewaysAccessesCreateEquisoftAnalyzeAccessPayloadToJSON;
|
|
@@ -9,13 +9,25 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { GatewaysAccessesUser } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
16
16
|
* @interface GatewaysAccessesEquisoftAnalyzeAccess
|
|
17
17
|
*/
|
|
18
|
-
export interface GatewaysAccessesEquisoftAnalyzeAccess
|
|
18
|
+
export interface GatewaysAccessesEquisoftAnalyzeAccess {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof GatewaysAccessesEquisoftAnalyzeAccess
|
|
23
|
+
*/
|
|
24
|
+
id: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<GatewaysAccessesUser>}
|
|
28
|
+
* @memberof GatewaysAccessesEquisoftAnalyzeAccess
|
|
29
|
+
*/
|
|
30
|
+
users: Array<GatewaysAccessesUser>;
|
|
19
31
|
/**
|
|
20
32
|
*
|
|
21
33
|
* @type {string}
|
|
@@ -32,7 +32,12 @@ function GatewaysAccessesEquisoftAnalyzeAccessFromJSONTyped(json, ignoreDiscrimi
|
|
|
32
32
|
if ((json === undefined) || (json === null)) {
|
|
33
33
|
return json;
|
|
34
34
|
}
|
|
35
|
-
return
|
|
35
|
+
return {
|
|
36
|
+
'id': json['id'],
|
|
37
|
+
'users': (json['users'].map(_1.GatewaysAccessesUserFromJSON)),
|
|
38
|
+
'clientKey': json['clientKey'],
|
|
39
|
+
'version': json['version'],
|
|
40
|
+
};
|
|
36
41
|
}
|
|
37
42
|
exports.GatewaysAccessesEquisoftAnalyzeAccessFromJSONTyped = GatewaysAccessesEquisoftAnalyzeAccessFromJSONTyped;
|
|
38
43
|
function GatewaysAccessesEquisoftAnalyzeAccessToJSON(value) {
|
|
@@ -42,6 +47,11 @@ function GatewaysAccessesEquisoftAnalyzeAccessToJSON(value) {
|
|
|
42
47
|
if (value === null) {
|
|
43
48
|
return null;
|
|
44
49
|
}
|
|
45
|
-
return
|
|
50
|
+
return {
|
|
51
|
+
'id': value.id,
|
|
52
|
+
'users': (value.users.map(_1.GatewaysAccessesUserToJSON)),
|
|
53
|
+
'clientKey': value.clientKey,
|
|
54
|
+
'version': value.version,
|
|
55
|
+
};
|
|
46
56
|
}
|
|
47
57
|
exports.GatewaysAccessesEquisoftAnalyzeAccessToJSON = GatewaysAccessesEquisoftAnalyzeAccessToJSON;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { GatewaysAccessesEquisoftAnalyzeAccess } from './';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -18,10 +18,10 @@ import { GatewaysAccessesAccess } from './';
|
|
|
18
18
|
export interface GatewaysAccessesListGatewayAccessesResponse {
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
|
-
* @type {Array<
|
|
21
|
+
* @type {Array<GatewaysAccessesEquisoftAnalyzeAccess>}
|
|
22
22
|
* @memberof GatewaysAccessesListGatewayAccessesResponse
|
|
23
23
|
*/
|
|
24
|
-
items: Array<
|
|
24
|
+
items: Array<GatewaysAccessesEquisoftAnalyzeAccess>;
|
|
25
25
|
}
|
|
26
26
|
export declare function GatewaysAccessesListGatewayAccessesResponseFromJSON(json: any): GatewaysAccessesListGatewayAccessesResponse;
|
|
27
27
|
export declare function GatewaysAccessesListGatewayAccessesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewaysAccessesListGatewayAccessesResponse;
|
|
@@ -24,7 +24,7 @@ function GatewaysAccessesListGatewayAccessesResponseFromJSONTyped(json, ignoreDi
|
|
|
24
24
|
return json;
|
|
25
25
|
}
|
|
26
26
|
return {
|
|
27
|
-
'items': (json['items'].map(_1.
|
|
27
|
+
'items': (json['items'].map(_1.GatewaysAccessesEquisoftAnalyzeAccessFromJSON)),
|
|
28
28
|
};
|
|
29
29
|
}
|
|
30
30
|
exports.GatewaysAccessesListGatewayAccessesResponseFromJSONTyped = GatewaysAccessesListGatewayAccessesResponseFromJSONTyped;
|
|
@@ -36,7 +36,7 @@ function GatewaysAccessesListGatewayAccessesResponseToJSON(value) {
|
|
|
36
36
|
return null;
|
|
37
37
|
}
|
|
38
38
|
return {
|
|
39
|
-
'items': (value.items.map(_1.
|
|
39
|
+
'items': (value.items.map(_1.GatewaysAccessesEquisoftAnalyzeAccessToJSON)),
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
42
|
exports.GatewaysAccessesListGatewayAccessesResponseToJSON = GatewaysAccessesListGatewayAccessesResponseToJSON;
|
package/dist/models/index.d.ts
CHANGED
|
@@ -43,11 +43,9 @@ export * from './EventsPatchEventResponse';
|
|
|
43
43
|
export * from './EventsTransferToCompletedResponse';
|
|
44
44
|
export * from './EventsVisibilityType';
|
|
45
45
|
export * from './FieldValue';
|
|
46
|
-
export * from './GatewaysAccessesAccess';
|
|
47
46
|
export * from './GatewaysAccessesCreateAccessResponse';
|
|
48
47
|
export * from './GatewaysAccessesCreateEquisoftAnalyzeAccessPayload';
|
|
49
48
|
export * from './GatewaysAccessesEquisoftAnalyzeAccess';
|
|
50
|
-
export * from './GatewaysAccessesEquisoftAnalyzeAccessAllOf';
|
|
51
49
|
export * from './GatewaysAccessesListGatewayAccessesResponse';
|
|
52
50
|
export * from './GatewaysAccessesPatchEquisoftAnalyzeAccessPayload';
|
|
53
51
|
export * from './GatewaysAccessesUser';
|
package/dist/models/index.js
CHANGED
|
@@ -57,11 +57,9 @@ __exportStar(require("./EventsPatchEventResponse"), exports);
|
|
|
57
57
|
__exportStar(require("./EventsTransferToCompletedResponse"), exports);
|
|
58
58
|
__exportStar(require("./EventsVisibilityType"), exports);
|
|
59
59
|
__exportStar(require("./FieldValue"), exports);
|
|
60
|
-
__exportStar(require("./GatewaysAccessesAccess"), exports);
|
|
61
60
|
__exportStar(require("./GatewaysAccessesCreateAccessResponse"), exports);
|
|
62
61
|
__exportStar(require("./GatewaysAccessesCreateEquisoftAnalyzeAccessPayload"), exports);
|
|
63
62
|
__exportStar(require("./GatewaysAccessesEquisoftAnalyzeAccess"), exports);
|
|
64
|
-
__exportStar(require("./GatewaysAccessesEquisoftAnalyzeAccessAllOf"), exports);
|
|
65
63
|
__exportStar(require("./GatewaysAccessesListGatewayAccessesResponse"), exports);
|
|
66
64
|
__exportStar(require("./GatewaysAccessesPatchEquisoftAnalyzeAccessPayload"), exports);
|
|
67
65
|
__exportStar(require("./GatewaysAccessesUser"), exports);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equisoft/equisoft-connect-sdk-typescript",
|
|
3
|
-
"version": "10.24.
|
|
3
|
+
"version": "10.24.2-snapshot.20220622172250",
|
|
4
4
|
"description": "OpenAPI client for @equisoft/equisoft-connect-sdk-typescript",
|
|
5
5
|
"author": "OpenAPI-Generator",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -31,6 +31,12 @@ export interface GatewaysAccessesCreateEquisoftAnalyzeAccessPayload {
|
|
|
31
31
|
* @memberof GatewaysAccessesCreateEquisoftAnalyzeAccessPayload
|
|
32
32
|
*/
|
|
33
33
|
clientKey: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof GatewaysAccessesCreateEquisoftAnalyzeAccessPayload
|
|
38
|
+
*/
|
|
39
|
+
billingType: number;
|
|
34
40
|
}
|
|
35
41
|
|
|
36
42
|
export function GatewaysAccessesCreateEquisoftAnalyzeAccessPayloadFromJSON(json: any): GatewaysAccessesCreateEquisoftAnalyzeAccessPayload {
|
|
@@ -45,6 +51,7 @@ export function GatewaysAccessesCreateEquisoftAnalyzeAccessPayloadFromJSONTyped(
|
|
|
45
51
|
|
|
46
52
|
'userUuid': json['userUuid'],
|
|
47
53
|
'clientKey': json['clientKey'],
|
|
54
|
+
'billingType': json['billingType'],
|
|
48
55
|
};
|
|
49
56
|
}
|
|
50
57
|
|
|
@@ -59,6 +66,7 @@ export function GatewaysAccessesCreateEquisoftAnalyzeAccessPayloadToJSON(value?:
|
|
|
59
66
|
|
|
60
67
|
'userUuid': value.userUuid,
|
|
61
68
|
'clientKey': value.clientKey,
|
|
69
|
+
'billingType': value.billingType,
|
|
62
70
|
};
|
|
63
71
|
}
|
|
64
72
|
|
|
@@ -14,14 +14,6 @@
|
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
16
|
import {
|
|
17
|
-
GatewaysAccessesAccess,
|
|
18
|
-
GatewaysAccessesAccessFromJSON,
|
|
19
|
-
GatewaysAccessesAccessFromJSONTyped,
|
|
20
|
-
GatewaysAccessesAccessToJSON,
|
|
21
|
-
GatewaysAccessesEquisoftAnalyzeAccessAllOf,
|
|
22
|
-
GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSON,
|
|
23
|
-
GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSONTyped,
|
|
24
|
-
GatewaysAccessesEquisoftAnalyzeAccessAllOfToJSON,
|
|
25
17
|
GatewaysAccessesUser,
|
|
26
18
|
GatewaysAccessesUserFromJSON,
|
|
27
19
|
GatewaysAccessesUserFromJSONTyped,
|
|
@@ -33,7 +25,19 @@ import {
|
|
|
33
25
|
* @export
|
|
34
26
|
* @interface GatewaysAccessesEquisoftAnalyzeAccess
|
|
35
27
|
*/
|
|
36
|
-
export interface GatewaysAccessesEquisoftAnalyzeAccess
|
|
28
|
+
export interface GatewaysAccessesEquisoftAnalyzeAccess {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof GatewaysAccessesEquisoftAnalyzeAccess
|
|
33
|
+
*/
|
|
34
|
+
id: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {Array<GatewaysAccessesUser>}
|
|
38
|
+
* @memberof GatewaysAccessesEquisoftAnalyzeAccess
|
|
39
|
+
*/
|
|
40
|
+
users: Array<GatewaysAccessesUser>;
|
|
37
41
|
/**
|
|
38
42
|
*
|
|
39
43
|
* @type {string}
|
|
@@ -66,7 +70,9 @@ export function GatewaysAccessesEquisoftAnalyzeAccessFromJSONTyped(json: any, ig
|
|
|
66
70
|
return json;
|
|
67
71
|
}
|
|
68
72
|
return {
|
|
69
|
-
|
|
73
|
+
|
|
74
|
+
'id': json['id'],
|
|
75
|
+
'users': ((json['users'] as Array<any>).map(GatewaysAccessesUserFromJSON)),
|
|
70
76
|
'clientKey': json['clientKey'],
|
|
71
77
|
'version': json['version'],
|
|
72
78
|
};
|
|
@@ -80,7 +86,9 @@ export function GatewaysAccessesEquisoftAnalyzeAccessToJSON(value?: GatewaysAcce
|
|
|
80
86
|
return null;
|
|
81
87
|
}
|
|
82
88
|
return {
|
|
83
|
-
|
|
89
|
+
|
|
90
|
+
'id': value.id,
|
|
91
|
+
'users': ((value.users as Array<any>).map(GatewaysAccessesUserToJSON)),
|
|
84
92
|
'clientKey': value.clientKey,
|
|
85
93
|
'version': value.version,
|
|
86
94
|
};
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
16
|
import {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
GatewaysAccessesEquisoftAnalyzeAccess,
|
|
18
|
+
GatewaysAccessesEquisoftAnalyzeAccessFromJSON,
|
|
19
|
+
GatewaysAccessesEquisoftAnalyzeAccessFromJSONTyped,
|
|
20
|
+
GatewaysAccessesEquisoftAnalyzeAccessToJSON,
|
|
21
21
|
} from './';
|
|
22
22
|
|
|
23
23
|
/**
|
|
@@ -28,10 +28,10 @@ import {
|
|
|
28
28
|
export interface GatewaysAccessesListGatewayAccessesResponse {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {Array<
|
|
31
|
+
* @type {Array<GatewaysAccessesEquisoftAnalyzeAccess>}
|
|
32
32
|
* @memberof GatewaysAccessesListGatewayAccessesResponse
|
|
33
33
|
*/
|
|
34
|
-
items: Array<
|
|
34
|
+
items: Array<GatewaysAccessesEquisoftAnalyzeAccess>;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
export function GatewaysAccessesListGatewayAccessesResponseFromJSON(json: any): GatewaysAccessesListGatewayAccessesResponse {
|
|
@@ -44,7 +44,7 @@ export function GatewaysAccessesListGatewayAccessesResponseFromJSONTyped(json: a
|
|
|
44
44
|
}
|
|
45
45
|
return {
|
|
46
46
|
|
|
47
|
-
'items': ((json['items'] as Array<any>).map(
|
|
47
|
+
'items': ((json['items'] as Array<any>).map(GatewaysAccessesEquisoftAnalyzeAccessFromJSON)),
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
50
|
|
|
@@ -57,7 +57,7 @@ export function GatewaysAccessesListGatewayAccessesResponseToJSON(value?: Gatewa
|
|
|
57
57
|
}
|
|
58
58
|
return {
|
|
59
59
|
|
|
60
|
-
'items': ((value.items as Array<any>).map(
|
|
60
|
+
'items': ((value.items as Array<any>).map(GatewaysAccessesEquisoftAnalyzeAccessToJSON)),
|
|
61
61
|
};
|
|
62
62
|
}
|
|
63
63
|
|
package/src/models/index.ts
CHANGED
|
@@ -45,11 +45,9 @@ export * from './EventsPatchEventResponse';
|
|
|
45
45
|
export * from './EventsTransferToCompletedResponse';
|
|
46
46
|
export * from './EventsVisibilityType';
|
|
47
47
|
export * from './FieldValue';
|
|
48
|
-
export * from './GatewaysAccessesAccess';
|
|
49
48
|
export * from './GatewaysAccessesCreateAccessResponse';
|
|
50
49
|
export * from './GatewaysAccessesCreateEquisoftAnalyzeAccessPayload';
|
|
51
50
|
export * from './GatewaysAccessesEquisoftAnalyzeAccess';
|
|
52
|
-
export * from './GatewaysAccessesEquisoftAnalyzeAccessAllOf';
|
|
53
51
|
export * from './GatewaysAccessesListGatewayAccessesResponse';
|
|
54
52
|
export * from './GatewaysAccessesPatchEquisoftAnalyzeAccessPayload';
|
|
55
53
|
export * from './GatewaysAccessesUser';
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Equisoft /connect API
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: latest
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { GatewaysAccessesUser } from './';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface GatewaysAccessesAccess
|
|
17
|
-
*/
|
|
18
|
-
export interface GatewaysAccessesAccess {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof GatewaysAccessesAccess
|
|
23
|
-
*/
|
|
24
|
-
id: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {Array<GatewaysAccessesUser>}
|
|
28
|
-
* @memberof GatewaysAccessesAccess
|
|
29
|
-
*/
|
|
30
|
-
users: Array<GatewaysAccessesUser>;
|
|
31
|
-
}
|
|
32
|
-
export declare function GatewaysAccessesAccessFromJSON(json: any): GatewaysAccessesAccess;
|
|
33
|
-
export declare function GatewaysAccessesAccessFromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewaysAccessesAccess;
|
|
34
|
-
export declare function GatewaysAccessesAccessToJSON(value?: GatewaysAccessesAccess | null): any;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Equisoft /connect API
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: latest
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.GatewaysAccessesAccessToJSON = exports.GatewaysAccessesAccessFromJSONTyped = exports.GatewaysAccessesAccessFromJSON = void 0;
|
|
17
|
-
const _1 = require("./");
|
|
18
|
-
const _2 = require("./");
|
|
19
|
-
function GatewaysAccessesAccessFromJSON(json) {
|
|
20
|
-
return GatewaysAccessesAccessFromJSONTyped(json, false);
|
|
21
|
-
}
|
|
22
|
-
exports.GatewaysAccessesAccessFromJSON = GatewaysAccessesAccessFromJSON;
|
|
23
|
-
function GatewaysAccessesAccessFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
-
if ((json === undefined) || (json === null)) {
|
|
25
|
-
return json;
|
|
26
|
-
}
|
|
27
|
-
if (!ignoreDiscriminator) {
|
|
28
|
-
if (json['type'] === 'EQUISOFT_ANALYZE') {
|
|
29
|
-
return _2.GatewaysAccessesEquisoftAnalyzeAccessFromJSONTyped(json, true);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
return {
|
|
33
|
-
'id': json['id'],
|
|
34
|
-
'users': (json['users'].map(_1.GatewaysAccessesUserFromJSON)),
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
exports.GatewaysAccessesAccessFromJSONTyped = GatewaysAccessesAccessFromJSONTyped;
|
|
38
|
-
function GatewaysAccessesAccessToJSON(value) {
|
|
39
|
-
if (value === undefined) {
|
|
40
|
-
return undefined;
|
|
41
|
-
}
|
|
42
|
-
if (value === null) {
|
|
43
|
-
return null;
|
|
44
|
-
}
|
|
45
|
-
return {
|
|
46
|
-
'id': value.id,
|
|
47
|
-
'users': (value.users.map(_1.GatewaysAccessesUserToJSON)),
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
exports.GatewaysAccessesAccessToJSON = GatewaysAccessesAccessToJSON;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Equisoft /connect API
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: latest
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface GatewaysAccessesEquisoftAnalyzeAccessAllOf
|
|
16
|
-
*/
|
|
17
|
-
export interface GatewaysAccessesEquisoftAnalyzeAccessAllOf {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof GatewaysAccessesEquisoftAnalyzeAccessAllOf
|
|
22
|
-
*/
|
|
23
|
-
clientKey?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof GatewaysAccessesEquisoftAnalyzeAccessAllOf
|
|
28
|
-
*/
|
|
29
|
-
version?: GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @export
|
|
33
|
-
* @enum {string}
|
|
34
|
-
*/
|
|
35
|
-
export declare enum GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum {
|
|
36
|
-
NATIVE = "NATIVE",
|
|
37
|
-
LEGACY = "LEGACY"
|
|
38
|
-
}
|
|
39
|
-
export declare function GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSON(json: any): GatewaysAccessesEquisoftAnalyzeAccessAllOf;
|
|
40
|
-
export declare function GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewaysAccessesEquisoftAnalyzeAccessAllOf;
|
|
41
|
-
export declare function GatewaysAccessesEquisoftAnalyzeAccessAllOfToJSON(value?: GatewaysAccessesEquisoftAnalyzeAccessAllOf | null): any;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* Equisoft /connect API
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: latest
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.GatewaysAccessesEquisoftAnalyzeAccessAllOfToJSON = exports.GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSONTyped = exports.GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSON = exports.GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum = void 0;
|
|
17
|
-
const runtime_1 = require("../runtime");
|
|
18
|
-
/**
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
var GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum;
|
|
23
|
-
(function (GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum) {
|
|
24
|
-
GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum["NATIVE"] = "NATIVE";
|
|
25
|
-
GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum["LEGACY"] = "LEGACY";
|
|
26
|
-
})(GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum = exports.GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum || (exports.GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum = {}));
|
|
27
|
-
function GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSON(json) {
|
|
28
|
-
return GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSONTyped(json, false);
|
|
29
|
-
}
|
|
30
|
-
exports.GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSON = GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSON;
|
|
31
|
-
function GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if ((json === undefined) || (json === null)) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'clientKey': !runtime_1.exists(json, 'clientKey') ? undefined : json['clientKey'],
|
|
37
|
-
'version': !runtime_1.exists(json, 'version') ? undefined : json['version'],
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
exports.GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSONTyped = GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSONTyped;
|
|
41
|
-
function GatewaysAccessesEquisoftAnalyzeAccessAllOfToJSON(value) {
|
|
42
|
-
if (value === undefined) {
|
|
43
|
-
return undefined;
|
|
44
|
-
}
|
|
45
|
-
if (value === null) {
|
|
46
|
-
return null;
|
|
47
|
-
}
|
|
48
|
-
return {
|
|
49
|
-
'clientKey': value.clientKey,
|
|
50
|
-
'version': value.version,
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
exports.GatewaysAccessesEquisoftAnalyzeAccessAllOfToJSON = GatewaysAccessesEquisoftAnalyzeAccessAllOfToJSON;
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Equisoft /connect API
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: latest
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { exists, mapValues } from '../runtime';
|
|
16
|
-
import {
|
|
17
|
-
GatewaysAccessesUser,
|
|
18
|
-
GatewaysAccessesUserFromJSON,
|
|
19
|
-
GatewaysAccessesUserFromJSONTyped,
|
|
20
|
-
GatewaysAccessesUserToJSON,
|
|
21
|
-
} from './';
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
GatewaysAccessesEquisoftAnalyzeAccessFromJSONTyped
|
|
25
|
-
} from './';
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @export
|
|
30
|
-
* @interface GatewaysAccessesAccess
|
|
31
|
-
*/
|
|
32
|
-
export interface GatewaysAccessesAccess {
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {number}
|
|
36
|
-
* @memberof GatewaysAccessesAccess
|
|
37
|
-
*/
|
|
38
|
-
id: number;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {Array<GatewaysAccessesUser>}
|
|
42
|
-
* @memberof GatewaysAccessesAccess
|
|
43
|
-
*/
|
|
44
|
-
users: Array<GatewaysAccessesUser>;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
export function GatewaysAccessesAccessFromJSON(json: any): GatewaysAccessesAccess {
|
|
48
|
-
return GatewaysAccessesAccessFromJSONTyped(json, false);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
export function GatewaysAccessesAccessFromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewaysAccessesAccess {
|
|
52
|
-
if ((json === undefined) || (json === null)) {
|
|
53
|
-
return json;
|
|
54
|
-
}
|
|
55
|
-
if (!ignoreDiscriminator) {
|
|
56
|
-
if (json['type'] === 'EQUISOFT_ANALYZE') {
|
|
57
|
-
return GatewaysAccessesEquisoftAnalyzeAccessFromJSONTyped(json, true);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
return {
|
|
61
|
-
|
|
62
|
-
'id': json['id'],
|
|
63
|
-
'users': ((json['users'] as Array<any>).map(GatewaysAccessesUserFromJSON)),
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
export function GatewaysAccessesAccessToJSON(value?: GatewaysAccessesAccess | null): any {
|
|
68
|
-
if (value === undefined) {
|
|
69
|
-
return undefined;
|
|
70
|
-
}
|
|
71
|
-
if (value === null) {
|
|
72
|
-
return null;
|
|
73
|
-
}
|
|
74
|
-
return {
|
|
75
|
-
|
|
76
|
-
'id': value.id,
|
|
77
|
-
'users': ((value.users as Array<any>).map(GatewaysAccessesUserToJSON)),
|
|
78
|
-
};
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Equisoft /connect API
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: latest
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { exists, mapValues } from '../runtime';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface GatewaysAccessesEquisoftAnalyzeAccessAllOf
|
|
20
|
-
*/
|
|
21
|
-
export interface GatewaysAccessesEquisoftAnalyzeAccessAllOf {
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof GatewaysAccessesEquisoftAnalyzeAccessAllOf
|
|
26
|
-
*/
|
|
27
|
-
clientKey?: string;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof GatewaysAccessesEquisoftAnalyzeAccessAllOf
|
|
32
|
-
*/
|
|
33
|
-
version?: GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @export
|
|
38
|
-
* @enum {string}
|
|
39
|
-
*/
|
|
40
|
-
export enum GatewaysAccessesEquisoftAnalyzeAccessAllOfVersionEnum {
|
|
41
|
-
NATIVE = 'NATIVE',
|
|
42
|
-
LEGACY = 'LEGACY'
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export function GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSON(json: any): GatewaysAccessesEquisoftAnalyzeAccessAllOf {
|
|
46
|
-
return GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSONTyped(json, false);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export function GatewaysAccessesEquisoftAnalyzeAccessAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewaysAccessesEquisoftAnalyzeAccessAllOf {
|
|
50
|
-
if ((json === undefined) || (json === null)) {
|
|
51
|
-
return json;
|
|
52
|
-
}
|
|
53
|
-
return {
|
|
54
|
-
|
|
55
|
-
'clientKey': !exists(json, 'clientKey') ? undefined : json['clientKey'],
|
|
56
|
-
'version': !exists(json, 'version') ? undefined : json['version'],
|
|
57
|
-
};
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export function GatewaysAccessesEquisoftAnalyzeAccessAllOfToJSON(value?: GatewaysAccessesEquisoftAnalyzeAccessAllOf | null): any {
|
|
61
|
-
if (value === undefined) {
|
|
62
|
-
return undefined;
|
|
63
|
-
}
|
|
64
|
-
if (value === null) {
|
|
65
|
-
return null;
|
|
66
|
-
}
|
|
67
|
-
return {
|
|
68
|
-
|
|
69
|
-
'clientKey': value.clientKey,
|
|
70
|
-
'version': value.version,
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|