@product-live/api-sdk 2.3.1 → 2.5.1
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/apis/DataFactoryFileApi.ts +19 -19
- package/apis/JobApi.ts +38 -42
- package/apis/JobExecutionApi.ts +22 -22
- package/apis/TaskApi.ts +38 -38
- package/apis/TaskExecutionApi.ts +15 -15
- package/apis/VariableApi.ts +86 -28
- package/dist/apis/DataFactoryFileApi.d.ts +7 -7
- package/dist/apis/DataFactoryFileApi.js +8 -8
- package/dist/apis/DataFactoryFileApi.js.map +1 -1
- package/dist/apis/JobApi.d.ts +17 -17
- package/dist/apis/JobApi.js +25 -28
- package/dist/apis/JobApi.js.map +1 -1
- package/dist/apis/JobExecutionApi.d.ts +10 -10
- package/dist/apis/JobExecutionApi.js +12 -12
- package/dist/apis/JobExecutionApi.js.map +1 -1
- package/dist/apis/TaskApi.d.ts +19 -19
- package/dist/apis/TaskApi.js +25 -25
- package/dist/apis/TaskApi.js.map +1 -1
- package/dist/apis/TaskExecutionApi.d.ts +6 -6
- package/dist/apis/TaskExecutionApi.js +9 -9
- package/dist/apis/TaskExecutionApi.js.map +1 -1
- package/dist/apis/VariableApi.d.ts +20 -13
- package/dist/apis/VariableApi.js +53 -17
- package/dist/apis/VariableApi.js.map +1 -1
- package/dist/models/CreateJobDto.d.ts +13 -8
- package/dist/models/CreateJobDto.js +16 -12
- package/dist/models/CreateJobDto.js.map +1 -1
- package/dist/models/CreateJobExecutionDto.d.ts +1 -3
- package/dist/models/CreateJobExecutionDto.js +2 -5
- package/dist/models/CreateJobExecutionDto.js.map +1 -1
- package/dist/models/CreateTaskDto.d.ts +3 -4
- package/dist/models/CreateTaskDto.js +7 -8
- package/dist/models/CreateTaskDto.js.map +1 -1
- package/dist/models/CreateVariableDto.d.ts +8 -1
- package/dist/models/CreateVariableDto.js +8 -1
- package/dist/models/CreateVariableDto.js.map +1 -1
- package/dist/models/FileDto.d.ts +5 -1
- package/dist/models/FileDto.js +4 -1
- package/dist/models/FileDto.js.map +1 -1
- package/dist/models/FindVariablesRequest.d.ts +7 -0
- package/dist/models/FindVariablesRequest.js +37 -0
- package/dist/models/FindVariablesRequest.js.map +1 -0
- package/dist/models/GetFiles200Response.d.ts +14 -0
- package/dist/models/GetFiles200Response.js +43 -0
- package/dist/models/GetFiles200Response.js.map +1 -0
- package/dist/models/GetJobExecutionById400Response.d.ts +7 -0
- package/dist/models/GetJobExecutionById400Response.js +35 -0
- package/dist/models/GetJobExecutionById400Response.js.map +1 -0
- package/dist/models/GetJobExecutions200Response.d.ts +14 -0
- package/dist/models/GetJobExecutions200Response.js +43 -0
- package/dist/models/GetJobExecutions200Response.js.map +1 -0
- package/dist/models/GetJobs200Response.d.ts +14 -0
- package/dist/models/GetJobs200Response.js +43 -0
- package/dist/models/GetJobs200Response.js.map +1 -0
- package/dist/models/GetTasks200Response.d.ts +14 -0
- package/dist/models/GetTasks200Response.js +43 -0
- package/dist/models/GetTasks200Response.js.map +1 -0
- package/dist/models/GetVariables200Response.d.ts +14 -0
- package/dist/models/GetVariables200Response.js +43 -0
- package/dist/models/GetVariables200Response.js.map +1 -0
- package/dist/models/HighOrderQuery.d.ts +14 -0
- package/dist/models/HighOrderQuery.js +42 -0
- package/dist/models/HighOrderQuery.js.map +1 -0
- package/dist/models/JobDto.d.ts +18 -9
- package/dist/models/JobDto.js +19 -12
- package/dist/models/JobDto.js.map +1 -1
- package/dist/models/JobExecutionDto.d.ts +7 -4
- package/dist/models/JobExecutionDto.js +9 -6
- package/dist/models/JobExecutionDto.js.map +1 -1
- package/dist/models/LowOrderQuery.d.ts +23 -0
- package/dist/models/LowOrderQuery.js +54 -0
- package/dist/models/LowOrderQuery.js.map +1 -0
- package/dist/models/PatchTaskExecutionDto.d.ts +6 -1
- package/dist/models/PatchTaskExecutionDto.js +5 -1
- package/dist/models/PatchTaskExecutionDto.js.map +1 -1
- package/dist/models/Query.d.ts +21 -0
- package/dist/models/Query.js +48 -0
- package/dist/models/Query.js.map +1 -0
- package/dist/models/TaskDto.d.ts +8 -5
- package/dist/models/TaskDto.js +11 -9
- package/dist/models/TaskDto.js.map +1 -1
- package/dist/models/TaskExecutionDto.d.ts +14 -2
- package/dist/models/TaskExecutionDto.js +11 -1
- package/dist/models/TaskExecutionDto.js.map +1 -1
- package/dist/models/UpdateJobDto.d.ts +13 -8
- package/dist/models/UpdateJobDto.js +16 -12
- package/dist/models/UpdateJobDto.js.map +1 -1
- package/dist/models/UpdateTaskDto.d.ts +3 -4
- package/dist/models/UpdateTaskDto.js +7 -8
- package/dist/models/UpdateTaskDto.js.map +1 -1
- package/dist/models/UpdateVariableDto.d.ts +8 -1
- package/dist/models/UpdateVariableDto.js +8 -1
- package/dist/models/UpdateVariableDto.js.map +1 -1
- package/dist/models/VariableDto.d.ts +8 -1
- package/dist/models/VariableDto.js +8 -1
- package/dist/models/VariableDto.js.map +1 -1
- package/dist/models/index.d.ts +10 -11
- package/dist/models/index.js +10 -11
- package/dist/models/index.js.map +1 -1
- package/models/CreateJobDto.ts +33 -38
- package/models/CreateJobExecutionDto.ts +5 -20
- package/models/CreateTaskDto.ts +13 -20
- package/models/CreateVariableDto.ts +23 -3
- package/models/FileControllerGetFiles200Response.ts +1 -1
- package/models/FileDto.ts +13 -3
- package/models/FindVariablesRequest.ts +75 -0
- package/models/GetFiles200Response.ts +98 -0
- package/models/GetJobExecutionById400Response.ts +65 -0
- package/models/GetJobExecutions200Response.ts +98 -0
- package/models/GetJobs200Response.ts +98 -0
- package/models/GetTasks200Response.ts +98 -0
- package/models/GetVariables200Response.ts +98 -0
- package/models/HighOrderQuery.ts +91 -0
- package/models/JobControllerList200Response.ts +1 -1
- package/models/JobDto.ts +43 -40
- package/models/JobExecutionControllerGetOne400Response.ts +1 -1
- package/models/JobExecutionControllerList200Response.ts +1 -1
- package/models/JobExecutionDto.ts +26 -22
- package/models/LowOrderQuery.ts +115 -0
- package/models/PatchTaskExecutionDto.ts +13 -2
- package/models/Query.ts +85 -0
- package/models/TaskControllerList200Response.ts +1 -1
- package/models/TaskDto.ts +25 -22
- package/models/TaskExecutionDto.ts +26 -4
- package/models/UpdateJobDto.ts +33 -38
- package/models/UpdateTaskDto.ts +13 -20
- package/models/UpdateVariableDto.ts +23 -3
- package/models/VariableControllerList200Response.ts +1 -1
- package/models/VariableDto.ts +21 -3
- package/models/index.ts +10 -11
- package/package.json +2 -2
- package/runtime.ts +1 -1
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Product-Live API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2.5.1
|
|
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 GetJobExecutionById400Response
|
|
20
|
+
*/
|
|
21
|
+
export interface GetJobExecutionById400Response {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof GetJobExecutionById400Response
|
|
26
|
+
*/
|
|
27
|
+
message?: string;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the GetJobExecutionById400Response interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfGetJobExecutionById400Response(value: object): boolean {
|
|
34
|
+
let isInstance = true;
|
|
35
|
+
|
|
36
|
+
return isInstance;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export function GetJobExecutionById400ResponseFromJSON(json: any): GetJobExecutionById400Response {
|
|
40
|
+
return GetJobExecutionById400ResponseFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export function GetJobExecutionById400ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetJobExecutionById400Response {
|
|
44
|
+
if ((json === undefined) || (json === null)) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
|
|
49
|
+
'message': !exists(json, 'message') ? undefined : json['message'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function GetJobExecutionById400ResponseToJSON(value?: GetJobExecutionById400Response | null): any {
|
|
54
|
+
if (value === undefined) {
|
|
55
|
+
return undefined;
|
|
56
|
+
}
|
|
57
|
+
if (value === null) {
|
|
58
|
+
return null;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
|
|
62
|
+
'message': value.message,
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Product-Live API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2.5.1
|
|
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 type { JobExecutionDto } from './JobExecutionDto';
|
|
17
|
+
import {
|
|
18
|
+
JobExecutionDtoFromJSON,
|
|
19
|
+
JobExecutionDtoFromJSONTyped,
|
|
20
|
+
JobExecutionDtoToJSON,
|
|
21
|
+
} from './JobExecutionDto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface GetJobExecutions200Response
|
|
27
|
+
*/
|
|
28
|
+
export interface GetJobExecutions200Response {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GetJobExecutions200Response
|
|
33
|
+
*/
|
|
34
|
+
object?: GetJobExecutions200ResponseObjectEnum;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof GetJobExecutions200Response
|
|
39
|
+
*/
|
|
40
|
+
totalElements?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {Array<JobExecutionDto>}
|
|
44
|
+
* @memberof GetJobExecutions200Response
|
|
45
|
+
*/
|
|
46
|
+
data?: Array<JobExecutionDto>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @export
|
|
52
|
+
*/
|
|
53
|
+
export const GetJobExecutions200ResponseObjectEnum = {
|
|
54
|
+
List: 'list'
|
|
55
|
+
} as const;
|
|
56
|
+
export type GetJobExecutions200ResponseObjectEnum = typeof GetJobExecutions200ResponseObjectEnum[keyof typeof GetJobExecutions200ResponseObjectEnum];
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Check if a given object implements the GetJobExecutions200Response interface.
|
|
61
|
+
*/
|
|
62
|
+
export function instanceOfGetJobExecutions200Response(value: object): boolean {
|
|
63
|
+
let isInstance = true;
|
|
64
|
+
|
|
65
|
+
return isInstance;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function GetJobExecutions200ResponseFromJSON(json: any): GetJobExecutions200Response {
|
|
69
|
+
return GetJobExecutions200ResponseFromJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function GetJobExecutions200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetJobExecutions200Response {
|
|
73
|
+
if ((json === undefined) || (json === null)) {
|
|
74
|
+
return json;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
|
|
78
|
+
'object': !exists(json, 'object') ? undefined : json['object'],
|
|
79
|
+
'totalElements': !exists(json, 'totalElements') ? undefined : json['totalElements'],
|
|
80
|
+
'data': !exists(json, 'data') ? undefined : ((json['data'] as Array<any>).map(JobExecutionDtoFromJSON)),
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export function GetJobExecutions200ResponseToJSON(value?: GetJobExecutions200Response | null): any {
|
|
85
|
+
if (value === undefined) {
|
|
86
|
+
return undefined;
|
|
87
|
+
}
|
|
88
|
+
if (value === null) {
|
|
89
|
+
return null;
|
|
90
|
+
}
|
|
91
|
+
return {
|
|
92
|
+
|
|
93
|
+
'object': value.object,
|
|
94
|
+
'totalElements': value.totalElements,
|
|
95
|
+
'data': value.data === undefined ? undefined : ((value.data as Array<any>).map(JobExecutionDtoToJSON)),
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Product-Live API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2.5.1
|
|
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 type { JobDto } from './JobDto';
|
|
17
|
+
import {
|
|
18
|
+
JobDtoFromJSON,
|
|
19
|
+
JobDtoFromJSONTyped,
|
|
20
|
+
JobDtoToJSON,
|
|
21
|
+
} from './JobDto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface GetJobs200Response
|
|
27
|
+
*/
|
|
28
|
+
export interface GetJobs200Response {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GetJobs200Response
|
|
33
|
+
*/
|
|
34
|
+
object?: GetJobs200ResponseObjectEnum;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof GetJobs200Response
|
|
39
|
+
*/
|
|
40
|
+
totalElements?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {Array<JobDto>}
|
|
44
|
+
* @memberof GetJobs200Response
|
|
45
|
+
*/
|
|
46
|
+
data?: Array<JobDto>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @export
|
|
52
|
+
*/
|
|
53
|
+
export const GetJobs200ResponseObjectEnum = {
|
|
54
|
+
List: 'list'
|
|
55
|
+
} as const;
|
|
56
|
+
export type GetJobs200ResponseObjectEnum = typeof GetJobs200ResponseObjectEnum[keyof typeof GetJobs200ResponseObjectEnum];
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Check if a given object implements the GetJobs200Response interface.
|
|
61
|
+
*/
|
|
62
|
+
export function instanceOfGetJobs200Response(value: object): boolean {
|
|
63
|
+
let isInstance = true;
|
|
64
|
+
|
|
65
|
+
return isInstance;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function GetJobs200ResponseFromJSON(json: any): GetJobs200Response {
|
|
69
|
+
return GetJobs200ResponseFromJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function GetJobs200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetJobs200Response {
|
|
73
|
+
if ((json === undefined) || (json === null)) {
|
|
74
|
+
return json;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
|
|
78
|
+
'object': !exists(json, 'object') ? undefined : json['object'],
|
|
79
|
+
'totalElements': !exists(json, 'totalElements') ? undefined : json['totalElements'],
|
|
80
|
+
'data': !exists(json, 'data') ? undefined : ((json['data'] as Array<any>).map(JobDtoFromJSON)),
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export function GetJobs200ResponseToJSON(value?: GetJobs200Response | null): any {
|
|
85
|
+
if (value === undefined) {
|
|
86
|
+
return undefined;
|
|
87
|
+
}
|
|
88
|
+
if (value === null) {
|
|
89
|
+
return null;
|
|
90
|
+
}
|
|
91
|
+
return {
|
|
92
|
+
|
|
93
|
+
'object': value.object,
|
|
94
|
+
'totalElements': value.totalElements,
|
|
95
|
+
'data': value.data === undefined ? undefined : ((value.data as Array<any>).map(JobDtoToJSON)),
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Product-Live API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2.5.1
|
|
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 type { TaskDto } from './TaskDto';
|
|
17
|
+
import {
|
|
18
|
+
TaskDtoFromJSON,
|
|
19
|
+
TaskDtoFromJSONTyped,
|
|
20
|
+
TaskDtoToJSON,
|
|
21
|
+
} from './TaskDto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface GetTasks200Response
|
|
27
|
+
*/
|
|
28
|
+
export interface GetTasks200Response {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GetTasks200Response
|
|
33
|
+
*/
|
|
34
|
+
object?: GetTasks200ResponseObjectEnum;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof GetTasks200Response
|
|
39
|
+
*/
|
|
40
|
+
totalElements?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {Array<TaskDto>}
|
|
44
|
+
* @memberof GetTasks200Response
|
|
45
|
+
*/
|
|
46
|
+
data?: Array<TaskDto>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @export
|
|
52
|
+
*/
|
|
53
|
+
export const GetTasks200ResponseObjectEnum = {
|
|
54
|
+
List: 'list'
|
|
55
|
+
} as const;
|
|
56
|
+
export type GetTasks200ResponseObjectEnum = typeof GetTasks200ResponseObjectEnum[keyof typeof GetTasks200ResponseObjectEnum];
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Check if a given object implements the GetTasks200Response interface.
|
|
61
|
+
*/
|
|
62
|
+
export function instanceOfGetTasks200Response(value: object): boolean {
|
|
63
|
+
let isInstance = true;
|
|
64
|
+
|
|
65
|
+
return isInstance;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function GetTasks200ResponseFromJSON(json: any): GetTasks200Response {
|
|
69
|
+
return GetTasks200ResponseFromJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function GetTasks200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetTasks200Response {
|
|
73
|
+
if ((json === undefined) || (json === null)) {
|
|
74
|
+
return json;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
|
|
78
|
+
'object': !exists(json, 'object') ? undefined : json['object'],
|
|
79
|
+
'totalElements': !exists(json, 'totalElements') ? undefined : json['totalElements'],
|
|
80
|
+
'data': !exists(json, 'data') ? undefined : ((json['data'] as Array<any>).map(TaskDtoFromJSON)),
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export function GetTasks200ResponseToJSON(value?: GetTasks200Response | null): any {
|
|
85
|
+
if (value === undefined) {
|
|
86
|
+
return undefined;
|
|
87
|
+
}
|
|
88
|
+
if (value === null) {
|
|
89
|
+
return null;
|
|
90
|
+
}
|
|
91
|
+
return {
|
|
92
|
+
|
|
93
|
+
'object': value.object,
|
|
94
|
+
'totalElements': value.totalElements,
|
|
95
|
+
'data': value.data === undefined ? undefined : ((value.data as Array<any>).map(TaskDtoToJSON)),
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Product-Live API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2.5.1
|
|
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 type { VariableDto } from './VariableDto';
|
|
17
|
+
import {
|
|
18
|
+
VariableDtoFromJSON,
|
|
19
|
+
VariableDtoFromJSONTyped,
|
|
20
|
+
VariableDtoToJSON,
|
|
21
|
+
} from './VariableDto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface GetVariables200Response
|
|
27
|
+
*/
|
|
28
|
+
export interface GetVariables200Response {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GetVariables200Response
|
|
33
|
+
*/
|
|
34
|
+
object?: GetVariables200ResponseObjectEnum;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof GetVariables200Response
|
|
39
|
+
*/
|
|
40
|
+
totalElements?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {Array<VariableDto>}
|
|
44
|
+
* @memberof GetVariables200Response
|
|
45
|
+
*/
|
|
46
|
+
data?: Array<VariableDto>;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @export
|
|
52
|
+
*/
|
|
53
|
+
export const GetVariables200ResponseObjectEnum = {
|
|
54
|
+
List: 'list'
|
|
55
|
+
} as const;
|
|
56
|
+
export type GetVariables200ResponseObjectEnum = typeof GetVariables200ResponseObjectEnum[keyof typeof GetVariables200ResponseObjectEnum];
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Check if a given object implements the GetVariables200Response interface.
|
|
61
|
+
*/
|
|
62
|
+
export function instanceOfGetVariables200Response(value: object): boolean {
|
|
63
|
+
let isInstance = true;
|
|
64
|
+
|
|
65
|
+
return isInstance;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function GetVariables200ResponseFromJSON(json: any): GetVariables200Response {
|
|
69
|
+
return GetVariables200ResponseFromJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function GetVariables200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetVariables200Response {
|
|
73
|
+
if ((json === undefined) || (json === null)) {
|
|
74
|
+
return json;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
|
|
78
|
+
'object': !exists(json, 'object') ? undefined : json['object'],
|
|
79
|
+
'totalElements': !exists(json, 'totalElements') ? undefined : json['totalElements'],
|
|
80
|
+
'data': !exists(json, 'data') ? undefined : ((json['data'] as Array<any>).map(VariableDtoFromJSON)),
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export function GetVariables200ResponseToJSON(value?: GetVariables200Response | null): any {
|
|
85
|
+
if (value === undefined) {
|
|
86
|
+
return undefined;
|
|
87
|
+
}
|
|
88
|
+
if (value === null) {
|
|
89
|
+
return null;
|
|
90
|
+
}
|
|
91
|
+
return {
|
|
92
|
+
|
|
93
|
+
'object': value.object,
|
|
94
|
+
'totalElements': value.totalElements,
|
|
95
|
+
'data': value.data === undefined ? undefined : ((value.data as Array<any>).map(VariableDtoToJSON)),
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Product-Live API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2.5.1
|
|
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 type { Query } from './Query';
|
|
17
|
+
import {
|
|
18
|
+
QueryFromJSON,
|
|
19
|
+
QueryFromJSONTyped,
|
|
20
|
+
QueryToJSON,
|
|
21
|
+
} from './Query';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface HighOrderQuery
|
|
27
|
+
*/
|
|
28
|
+
export interface HighOrderQuery {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {Query}
|
|
32
|
+
* @memberof HighOrderQuery
|
|
33
|
+
*/
|
|
34
|
+
queries?: Query;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof HighOrderQuery
|
|
39
|
+
*/
|
|
40
|
+
type?: HighOrderQueryTypeEnum;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @export
|
|
46
|
+
*/
|
|
47
|
+
export const HighOrderQueryTypeEnum = {
|
|
48
|
+
And: 'and',
|
|
49
|
+
Or: 'or'
|
|
50
|
+
} as const;
|
|
51
|
+
export type HighOrderQueryTypeEnum = typeof HighOrderQueryTypeEnum[keyof typeof HighOrderQueryTypeEnum];
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Check if a given object implements the HighOrderQuery interface.
|
|
56
|
+
*/
|
|
57
|
+
export function instanceOfHighOrderQuery(value: object): boolean {
|
|
58
|
+
let isInstance = true;
|
|
59
|
+
|
|
60
|
+
return isInstance;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export function HighOrderQueryFromJSON(json: any): HighOrderQuery {
|
|
64
|
+
return HighOrderQueryFromJSONTyped(json, false);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export function HighOrderQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): HighOrderQuery {
|
|
68
|
+
if ((json === undefined) || (json === null)) {
|
|
69
|
+
return json;
|
|
70
|
+
}
|
|
71
|
+
return {
|
|
72
|
+
|
|
73
|
+
'queries': !exists(json, 'queries') ? undefined : QueryFromJSON(json['queries']),
|
|
74
|
+
'type': !exists(json, 'type') ? undefined : json['type'],
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export function HighOrderQueryToJSON(value?: HighOrderQuery | null): any {
|
|
79
|
+
if (value === undefined) {
|
|
80
|
+
return undefined;
|
|
81
|
+
}
|
|
82
|
+
if (value === null) {
|
|
83
|
+
return null;
|
|
84
|
+
}
|
|
85
|
+
return {
|
|
86
|
+
|
|
87
|
+
'queries': QueryToJSON(value.queries),
|
|
88
|
+
'type': value.type,
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Product-Live API
|
|
5
5
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 2.1
|
|
7
|
+
* The version of the OpenAPI document: 2.4.1
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|