@product-live/api-sdk 2.13.0 → 2.19.0
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 +74 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/ItemApi.md +125 -0
- package/apis/ItemApi.ts +197 -0
- package/dist/apis/DataFactoryFileApi.d.ts +15 -15
- package/dist/apis/DataFactoryFileApi.js +358 -358
- package/dist/apis/DefaultApi.d.ts +11 -11
- package/dist/apis/DefaultApi.js +171 -171
- package/dist/apis/ItemApi.d.ts +13 -0
- package/dist/apis/ItemApi.js +249 -0
- package/dist/apis/ItemApi.js.map +1 -0
- package/dist/apis/JobApi.d.ts +21 -21
- package/dist/apis/JobApi.js +546 -546
- package/dist/apis/JobExecutionApi.d.ts +16 -16
- package/dist/apis/JobExecutionApi.js +338 -338
- package/dist/apis/TaskApi.d.ts +24 -24
- package/dist/apis/TaskApi.js +608 -608
- package/dist/apis/TaskExecutionApi.d.ts +13 -13
- package/dist/apis/TaskExecutionApi.js +258 -258
- package/dist/apis/VariableApi.d.ts +22 -22
- package/dist/apis/VariableApi.js +528 -528
- package/dist/apis/baseapi.d.ts +18 -18
- package/dist/apis/baseapi.js +45 -45
- package/dist/apis/exception.d.ts +10 -10
- package/dist/apis/exception.js +31 -31
- package/dist/auth/auth.d.ts +42 -42
- package/dist/auth/auth.js +44 -44
- package/dist/configuration.d.ts +18 -18
- package/dist/configuration.js +21 -21
- package/dist/http/http.d.ts +82 -82
- package/dist/http/http.js +228 -228
- package/dist/http/isomorphic-fetch.d.ts +5 -5
- package/dist/http/isomorphic-fetch.js +33 -33
- package/dist/index.d.ts +10 -10
- package/dist/index.js +35 -34
- package/dist/index.js.map +1 -1
- package/dist/middleware.d.ts +16 -16
- package/dist/middleware.js +17 -17
- package/dist/models/CreateJobDto.d.ts +30 -30
- package/dist/models/CreateJobDto.js +81 -81
- package/dist/models/CreateJobExecutionDto.d.ts +21 -21
- package/dist/models/CreateJobExecutionDto.js +33 -33
- package/dist/models/CreateTaskDto.d.ts +21 -21
- package/dist/models/CreateTaskDto.js +45 -45
- package/dist/models/CreateVariableDto.d.ts +22 -22
- package/dist/models/CreateVariableDto.js +45 -45
- package/dist/models/FileDto.d.ts +23 -23
- package/dist/models/FileDto.js +51 -51
- package/dist/models/FindVariablesRequest.d.ts +23 -24
- package/dist/models/FindVariablesRequest.js +45 -45
- package/dist/models/FindVariablesRequest.js.map +1 -1
- package/dist/models/GetFiles200Response.d.ts +21 -21
- package/dist/models/GetFiles200Response.js +33 -33
- package/dist/models/GetItems200Response.d.ts +21 -0
- package/dist/models/GetItems200Response.js +34 -0
- package/dist/models/GetItems200Response.js.map +1 -0
- package/dist/models/GetJobExecutionById400Response.d.ts +17 -17
- package/dist/models/GetJobExecutionById400Response.js +21 -21
- package/dist/models/GetJobExecutions200Response.d.ts +21 -21
- package/dist/models/GetJobExecutions200Response.js +33 -33
- package/dist/models/GetJobs200Response.d.ts +21 -21
- package/dist/models/GetJobs200Response.js +33 -33
- package/dist/models/GetTasks200Response.d.ts +21 -21
- package/dist/models/GetTasks200Response.js +33 -33
- package/dist/models/GetVariables200Response.d.ts +21 -21
- package/dist/models/GetVariables200Response.js +33 -33
- package/dist/models/HighOrderQuery.d.ts +19 -20
- package/dist/models/HighOrderQuery.js +27 -27
- package/dist/models/HighOrderQuery.js.map +1 -1
- package/dist/models/ItemDto.d.ts +28 -0
- package/dist/models/ItemDto.js +64 -0
- package/dist/models/ItemDto.js.map +1 -0
- package/dist/models/{Query.d.ts → ItemFieldDTO.d.ts} +19 -18
- package/dist/models/ItemFieldDTO.js +34 -0
- package/dist/models/ItemFieldDTO.js.map +1 -0
- package/dist/models/ItemFieldFile.d.ts +18 -0
- package/dist/models/ItemFieldFile.js +22 -0
- package/dist/models/ItemFieldFile.js.map +1 -0
- package/dist/models/ItemFieldFileData.d.ts +18 -0
- package/dist/models/ItemFieldFileData.js +28 -0
- package/dist/models/ItemFieldFileData.js.map +1 -0
- package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantity.d.ts +18 -0
- package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantity.js +22 -0
- package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantity.js.map +1 -0
- package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantityData.d.ts +19 -0
- package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantityData.js +34 -0
- package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantityData.js.map +1 -0
- package/dist/models/ItemFieldSimpleNumber.d.ts +18 -0
- package/dist/models/ItemFieldSimpleNumber.js +28 -0
- package/dist/models/ItemFieldSimpleNumber.js.map +1 -0
- package/dist/models/ItemFieldSimpleString.d.ts +17 -0
- package/dist/models/ItemFieldSimpleString.js +22 -0
- package/dist/models/ItemFieldSimpleString.js.map +1 -0
- package/dist/models/ItemFieldSimpleStringArray.d.ts +17 -0
- package/dist/models/ItemFieldSimpleStringArray.js +22 -0
- package/dist/models/ItemFieldSimpleStringArray.js.map +1 -0
- package/dist/models/ItemMetadataDTO.d.ts +23 -0
- package/dist/models/ItemMetadataDTO.js +58 -0
- package/dist/models/ItemMetadataDTO.js.map +1 -0
- package/dist/models/JobDto.d.ts +35 -35
- package/dist/models/JobDto.js +105 -105
- package/dist/models/JobExecutionDto.d.ts +33 -33
- package/dist/models/JobExecutionDto.js +87 -87
- package/dist/models/LowOrderQuery.d.ts +22 -22
- package/dist/models/LowOrderQuery.js +39 -39
- package/dist/models/LowOrderQueryValue.d.ts +16 -16
- package/dist/models/LowOrderQueryValue.js +14 -14
- package/dist/models/ObjectSerializer.d.ts +45 -34
- package/dist/models/ObjectSerializer.js +346 -312
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/PatchTaskExecutionDto.d.ts +22 -22
- package/dist/models/PatchTaskExecutionDto.js +33 -33
- package/dist/models/Query1.d.ts +23 -0
- package/dist/models/Query1.js +46 -0
- package/dist/models/Query1.js.map +1 -0
- package/dist/models/TaskDto.d.ts +26 -26
- package/dist/models/TaskDto.js +69 -69
- package/dist/models/TaskExecutionDto.d.ts +30 -30
- package/dist/models/TaskExecutionDto.js +63 -63
- package/dist/models/UpdateJobDto.d.ts +31 -31
- package/dist/models/UpdateJobDto.js +87 -87
- package/dist/models/UpdateTaskDto.d.ts +22 -22
- package/dist/models/UpdateTaskDto.js +51 -51
- package/dist/models/UpdateVariableDto.d.ts +23 -23
- package/dist/models/UpdateVariableDto.js +51 -51
- package/dist/models/VariableDto.d.ts +27 -27
- package/dist/models/VariableDto.js +69 -69
- package/dist/models/all.d.ts +36 -25
- package/dist/models/all.js +52 -41
- package/dist/models/all.js.map +1 -1
- package/dist/rxjsStub.d.ts +10 -10
- package/dist/rxjsStub.js +32 -32
- package/dist/servers.d.ts +17 -17
- package/dist/servers.js +31 -31
- package/dist/types/ObjectParamAPI.d.ts +187 -171
- package/dist/types/ObjectParamAPI.js +159 -144
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +109 -98
- package/dist/types/ObservableAPI.js +757 -699
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +92 -83
- package/dist/types/PromiseAPI.js +179 -163
- package/dist/types/PromiseAPI.js.map +1 -1
- package/dist/util.d.ts +2 -2
- package/dist/util.js +28 -28
- package/index.ts +1 -1
- package/models/CreateJobDto.ts +1 -1
- package/models/CreateJobExecutionDto.ts +1 -1
- package/models/CreateTaskDto.ts +1 -1
- package/models/CreateVariableDto.ts +1 -1
- package/models/FileDto.ts +1 -1
- package/models/FindVariablesRequest.ts +10 -12
- package/models/GetFiles200Response.ts +1 -1
- package/models/GetItems200Response.ts +53 -0
- package/models/GetJobExecutionById400Response.ts +1 -1
- package/models/GetJobExecutions200Response.ts +1 -1
- package/models/GetJobs200Response.ts +1 -1
- package/models/GetTasks200Response.ts +1 -1
- package/models/GetVariables200Response.ts +1 -1
- package/models/HighOrderQuery.ts +3 -4
- package/models/ItemDto.ts +86 -0
- package/models/ItemFieldDTO.ts +49 -0
- package/models/{Query.ts → ItemFieldFile.ts} +8 -10
- package/models/ItemFieldFileData.ts +42 -0
- package/models/ItemFieldMultipleSelectWithCommentAndQuantity.ts +36 -0
- package/models/ItemFieldMultipleSelectWithCommentAndQuantityData.ts +49 -0
- package/models/ItemFieldSimpleNumber.ts +42 -0
- package/models/ItemFieldSimpleString.ts +35 -0
- package/models/ItemFieldSimpleStringArray.ts +35 -0
- package/models/ItemMetadataDTO.ts +77 -0
- package/models/JobDto.ts +1 -1
- package/models/JobExecutionDto.ts +1 -1
- package/models/LowOrderQuery.ts +2 -2
- package/models/LowOrderQueryValue.ts +1 -1
- package/models/ObjectSerializer.ts +39 -5
- package/models/PatchTaskExecutionDto.ts +1 -1
- package/models/Query1.ts +69 -0
- package/models/TaskDto.ts +1 -1
- package/models/TaskExecutionDto.ts +1 -1
- package/models/UpdateJobDto.ts +1 -1
- package/models/UpdateTaskDto.ts +1 -1
- package/models/UpdateVariableDto.ts +1 -1
- package/models/VariableDto.ts +1 -1
- package/models/all.ts +12 -1
- package/package.json +2 -2
- package/tsconfig.json +28 -0
- package/types/ObjectParamAPI.ts +64 -1
- package/types/ObservableAPI.ts +77 -1
- package/types/PromiseAPI.ts +50 -1
- package/dist/models/Query.js +0 -22
- package/dist/models/Query.js.map +0 -1
package/dist/models/JobDto.js
CHANGED
|
@@ -1,106 +1,106 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.JobDto = void 0;
|
|
4
|
-
var JobDto = (function () {
|
|
5
|
-
function JobDto() {
|
|
6
|
-
}
|
|
7
|
-
JobDto.getAttributeTypeMap = function () {
|
|
8
|
-
return JobDto.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
JobDto.discriminator = undefined;
|
|
11
|
-
JobDto.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "key",
|
|
14
|
-
"baseName": "key",
|
|
15
|
-
"type": "string",
|
|
16
|
-
"format": ""
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "periodicity",
|
|
20
|
-
"baseName": "periodicity",
|
|
21
|
-
"type": "Array<any>",
|
|
22
|
-
"format": ""
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "pipelineId",
|
|
26
|
-
"baseName": "pipelineId",
|
|
27
|
-
"type": "string",
|
|
28
|
-
"format": ""
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "projectId",
|
|
32
|
-
"baseName": "projectId",
|
|
33
|
-
"type": "string",
|
|
34
|
-
"format": ""
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"name": "status",
|
|
38
|
-
"baseName": "status",
|
|
39
|
-
"type": "JobDtoStatusEnum",
|
|
40
|
-
"format": ""
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "title",
|
|
44
|
-
"baseName": "title",
|
|
45
|
-
"type": "string",
|
|
46
|
-
"format": ""
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "titleLocal",
|
|
50
|
-
"baseName": "titleLocal",
|
|
51
|
-
"type": "any",
|
|
52
|
-
"format": ""
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "description",
|
|
56
|
-
"baseName": "description",
|
|
57
|
-
"type": "string",
|
|
58
|
-
"format": ""
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "descriptionLocal",
|
|
62
|
-
"baseName": "descriptionLocal",
|
|
63
|
-
"type": "any",
|
|
64
|
-
"format": ""
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "output",
|
|
68
|
-
"baseName": "output",
|
|
69
|
-
"type": "{ [key: string]: any; }",
|
|
70
|
-
"format": ""
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "tasks",
|
|
74
|
-
"baseName": "tasks",
|
|
75
|
-
"type": "Array<any>",
|
|
76
|
-
"format": ""
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "id",
|
|
80
|
-
"baseName": "id",
|
|
81
|
-
"type": "string",
|
|
82
|
-
"format": ""
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "object",
|
|
86
|
-
"baseName": "object",
|
|
87
|
-
"type": "JobDtoObjectEnum",
|
|
88
|
-
"format": ""
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "createdAt",
|
|
92
|
-
"baseName": "createdAt",
|
|
93
|
-
"type": "string",
|
|
94
|
-
"format": ""
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"name": "updatedAt",
|
|
98
|
-
"baseName": "updatedAt",
|
|
99
|
-
"type": "string",
|
|
100
|
-
"format": ""
|
|
101
|
-
}
|
|
102
|
-
];
|
|
103
|
-
return JobDto;
|
|
104
|
-
}());
|
|
105
|
-
exports.JobDto = JobDto;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.JobDto = void 0;
|
|
4
|
+
var JobDto = (function () {
|
|
5
|
+
function JobDto() {
|
|
6
|
+
}
|
|
7
|
+
JobDto.getAttributeTypeMap = function () {
|
|
8
|
+
return JobDto.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
JobDto.discriminator = undefined;
|
|
11
|
+
JobDto.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "key",
|
|
14
|
+
"baseName": "key",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "periodicity",
|
|
20
|
+
"baseName": "periodicity",
|
|
21
|
+
"type": "Array<any>",
|
|
22
|
+
"format": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "pipelineId",
|
|
26
|
+
"baseName": "pipelineId",
|
|
27
|
+
"type": "string",
|
|
28
|
+
"format": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "projectId",
|
|
32
|
+
"baseName": "projectId",
|
|
33
|
+
"type": "string",
|
|
34
|
+
"format": ""
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "status",
|
|
38
|
+
"baseName": "status",
|
|
39
|
+
"type": "JobDtoStatusEnum",
|
|
40
|
+
"format": ""
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "title",
|
|
44
|
+
"baseName": "title",
|
|
45
|
+
"type": "string",
|
|
46
|
+
"format": ""
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "titleLocal",
|
|
50
|
+
"baseName": "titleLocal",
|
|
51
|
+
"type": "any",
|
|
52
|
+
"format": ""
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "description",
|
|
56
|
+
"baseName": "description",
|
|
57
|
+
"type": "string",
|
|
58
|
+
"format": ""
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "descriptionLocal",
|
|
62
|
+
"baseName": "descriptionLocal",
|
|
63
|
+
"type": "any",
|
|
64
|
+
"format": ""
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "output",
|
|
68
|
+
"baseName": "output",
|
|
69
|
+
"type": "{ [key: string]: any; }",
|
|
70
|
+
"format": ""
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "tasks",
|
|
74
|
+
"baseName": "tasks",
|
|
75
|
+
"type": "Array<any>",
|
|
76
|
+
"format": ""
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "id",
|
|
80
|
+
"baseName": "id",
|
|
81
|
+
"type": "string",
|
|
82
|
+
"format": ""
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "object",
|
|
86
|
+
"baseName": "object",
|
|
87
|
+
"type": "JobDtoObjectEnum",
|
|
88
|
+
"format": ""
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "createdAt",
|
|
92
|
+
"baseName": "createdAt",
|
|
93
|
+
"type": "string",
|
|
94
|
+
"format": ""
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "updatedAt",
|
|
98
|
+
"baseName": "updatedAt",
|
|
99
|
+
"type": "string",
|
|
100
|
+
"format": ""
|
|
101
|
+
}
|
|
102
|
+
];
|
|
103
|
+
return JobDto;
|
|
104
|
+
}());
|
|
105
|
+
exports.JobDto = JobDto;
|
|
106
106
|
//# sourceMappingURL=JobDto.js.map
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
export declare class JobExecutionDto {
|
|
2
|
-
'jobId': string;
|
|
3
|
-
'info': any;
|
|
4
|
-
'input'?: {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
};
|
|
7
|
-
'id': string;
|
|
8
|
-
'object': JobExecutionDtoObjectEnum;
|
|
9
|
-
'createdAt': string;
|
|
10
|
-
'updatedAt': string;
|
|
11
|
-
'endedAt': string;
|
|
12
|
-
'startedAt': string;
|
|
13
|
-
'pipelineId': string;
|
|
14
|
-
'status': any;
|
|
15
|
-
'output': {
|
|
16
|
-
[key: string]: any;
|
|
17
|
-
};
|
|
18
|
-
static readonly discriminator: string | undefined;
|
|
19
|
-
static readonly attributeTypeMap: Array<{
|
|
20
|
-
name: string;
|
|
21
|
-
baseName: string;
|
|
22
|
-
type: string;
|
|
23
|
-
format: string;
|
|
24
|
-
}>;
|
|
25
|
-
static getAttributeTypeMap(): {
|
|
26
|
-
name: string;
|
|
27
|
-
baseName: string;
|
|
28
|
-
type: string;
|
|
29
|
-
format: string;
|
|
30
|
-
}[];
|
|
31
|
-
constructor();
|
|
32
|
-
}
|
|
33
|
-
export type JobExecutionDtoObjectEnum = "job_execution";
|
|
1
|
+
export declare class JobExecutionDto {
|
|
2
|
+
'jobId': string;
|
|
3
|
+
'info': any;
|
|
4
|
+
'input'?: {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
};
|
|
7
|
+
'id': string;
|
|
8
|
+
'object': JobExecutionDtoObjectEnum;
|
|
9
|
+
'createdAt': string;
|
|
10
|
+
'updatedAt': string;
|
|
11
|
+
'endedAt': string;
|
|
12
|
+
'startedAt': string;
|
|
13
|
+
'pipelineId': string;
|
|
14
|
+
'status': any;
|
|
15
|
+
'output': {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
};
|
|
18
|
+
static readonly discriminator: string | undefined;
|
|
19
|
+
static readonly attributeTypeMap: Array<{
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
format: string;
|
|
24
|
+
}>;
|
|
25
|
+
static getAttributeTypeMap(): {
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
format: string;
|
|
30
|
+
}[];
|
|
31
|
+
constructor();
|
|
32
|
+
}
|
|
33
|
+
export type JobExecutionDtoObjectEnum = "job_execution";
|
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.JobExecutionDto = void 0;
|
|
4
|
-
var JobExecutionDto = (function () {
|
|
5
|
-
function JobExecutionDto() {
|
|
6
|
-
}
|
|
7
|
-
JobExecutionDto.getAttributeTypeMap = function () {
|
|
8
|
-
return JobExecutionDto.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
JobExecutionDto.discriminator = undefined;
|
|
11
|
-
JobExecutionDto.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "jobId",
|
|
14
|
-
"baseName": "jobId",
|
|
15
|
-
"type": "string",
|
|
16
|
-
"format": ""
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "info",
|
|
20
|
-
"baseName": "info",
|
|
21
|
-
"type": "any",
|
|
22
|
-
"format": ""
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "input",
|
|
26
|
-
"baseName": "input",
|
|
27
|
-
"type": "{ [key: string]: any; }",
|
|
28
|
-
"format": ""
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "id",
|
|
32
|
-
"baseName": "id",
|
|
33
|
-
"type": "string",
|
|
34
|
-
"format": ""
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"name": "object",
|
|
38
|
-
"baseName": "object",
|
|
39
|
-
"type": "JobExecutionDtoObjectEnum",
|
|
40
|
-
"format": ""
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "createdAt",
|
|
44
|
-
"baseName": "createdAt",
|
|
45
|
-
"type": "string",
|
|
46
|
-
"format": ""
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "updatedAt",
|
|
50
|
-
"baseName": "updatedAt",
|
|
51
|
-
"type": "string",
|
|
52
|
-
"format": ""
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "endedAt",
|
|
56
|
-
"baseName": "endedAt",
|
|
57
|
-
"type": "string",
|
|
58
|
-
"format": ""
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "startedAt",
|
|
62
|
-
"baseName": "startedAt",
|
|
63
|
-
"type": "string",
|
|
64
|
-
"format": ""
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "pipelineId",
|
|
68
|
-
"baseName": "pipelineId",
|
|
69
|
-
"type": "string",
|
|
70
|
-
"format": ""
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "status",
|
|
74
|
-
"baseName": "status",
|
|
75
|
-
"type": "any",
|
|
76
|
-
"format": ""
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "output",
|
|
80
|
-
"baseName": "output",
|
|
81
|
-
"type": "{ [key: string]: any; }",
|
|
82
|
-
"format": ""
|
|
83
|
-
}
|
|
84
|
-
];
|
|
85
|
-
return JobExecutionDto;
|
|
86
|
-
}());
|
|
87
|
-
exports.JobExecutionDto = JobExecutionDto;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.JobExecutionDto = void 0;
|
|
4
|
+
var JobExecutionDto = (function () {
|
|
5
|
+
function JobExecutionDto() {
|
|
6
|
+
}
|
|
7
|
+
JobExecutionDto.getAttributeTypeMap = function () {
|
|
8
|
+
return JobExecutionDto.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
JobExecutionDto.discriminator = undefined;
|
|
11
|
+
JobExecutionDto.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "jobId",
|
|
14
|
+
"baseName": "jobId",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "info",
|
|
20
|
+
"baseName": "info",
|
|
21
|
+
"type": "any",
|
|
22
|
+
"format": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "input",
|
|
26
|
+
"baseName": "input",
|
|
27
|
+
"type": "{ [key: string]: any; }",
|
|
28
|
+
"format": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "id",
|
|
32
|
+
"baseName": "id",
|
|
33
|
+
"type": "string",
|
|
34
|
+
"format": ""
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "object",
|
|
38
|
+
"baseName": "object",
|
|
39
|
+
"type": "JobExecutionDtoObjectEnum",
|
|
40
|
+
"format": ""
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "createdAt",
|
|
44
|
+
"baseName": "createdAt",
|
|
45
|
+
"type": "string",
|
|
46
|
+
"format": ""
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "updatedAt",
|
|
50
|
+
"baseName": "updatedAt",
|
|
51
|
+
"type": "string",
|
|
52
|
+
"format": ""
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "endedAt",
|
|
56
|
+
"baseName": "endedAt",
|
|
57
|
+
"type": "string",
|
|
58
|
+
"format": ""
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "startedAt",
|
|
62
|
+
"baseName": "startedAt",
|
|
63
|
+
"type": "string",
|
|
64
|
+
"format": ""
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "pipelineId",
|
|
68
|
+
"baseName": "pipelineId",
|
|
69
|
+
"type": "string",
|
|
70
|
+
"format": ""
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "status",
|
|
74
|
+
"baseName": "status",
|
|
75
|
+
"type": "any",
|
|
76
|
+
"format": ""
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "output",
|
|
80
|
+
"baseName": "output",
|
|
81
|
+
"type": "{ [key: string]: any; }",
|
|
82
|
+
"format": ""
|
|
83
|
+
}
|
|
84
|
+
];
|
|
85
|
+
return JobExecutionDto;
|
|
86
|
+
}());
|
|
87
|
+
exports.JobExecutionDto = JobExecutionDto;
|
|
88
88
|
//# sourceMappingURL=JobExecutionDto.js.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { LowOrderQueryValue } from '../models/LowOrderQueryValue';
|
|
2
|
-
export declare class LowOrderQuery {
|
|
3
|
-
'value'?: LowOrderQueryValue;
|
|
4
|
-
'field'?: string;
|
|
5
|
-
'caseSensitive'?: boolean;
|
|
6
|
-
'type'?: LowOrderQueryTypeEnum;
|
|
7
|
-
static readonly discriminator: string | undefined;
|
|
8
|
-
static readonly attributeTypeMap: Array<{
|
|
9
|
-
name: string;
|
|
10
|
-
baseName: string;
|
|
11
|
-
type: string;
|
|
12
|
-
format: string;
|
|
13
|
-
}>;
|
|
14
|
-
static getAttributeTypeMap(): {
|
|
15
|
-
name: string;
|
|
16
|
-
baseName: string;
|
|
17
|
-
type: string;
|
|
18
|
-
format: string;
|
|
19
|
-
}[];
|
|
20
|
-
constructor();
|
|
21
|
-
}
|
|
22
|
-
export type LowOrderQueryTypeEnum = "eq" | "
|
|
1
|
+
import { LowOrderQueryValue } from '../models/LowOrderQueryValue';
|
|
2
|
+
export declare class LowOrderQuery {
|
|
3
|
+
'value'?: LowOrderQueryValue;
|
|
4
|
+
'field'?: string;
|
|
5
|
+
'caseSensitive'?: boolean;
|
|
6
|
+
'type'?: LowOrderQueryTypeEnum;
|
|
7
|
+
static readonly discriminator: string | undefined;
|
|
8
|
+
static readonly attributeTypeMap: Array<{
|
|
9
|
+
name: string;
|
|
10
|
+
baseName: string;
|
|
11
|
+
type: string;
|
|
12
|
+
format: string;
|
|
13
|
+
}>;
|
|
14
|
+
static getAttributeTypeMap(): {
|
|
15
|
+
name: string;
|
|
16
|
+
baseName: string;
|
|
17
|
+
type: string;
|
|
18
|
+
format: string;
|
|
19
|
+
}[];
|
|
20
|
+
constructor();
|
|
21
|
+
}
|
|
22
|
+
export type LowOrderQueryTypeEnum = "eq" | "search" | "in" | "true" | "false" | "greater" | "greaterOrEqual" | "lower" | "lowerOrEqual";
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LowOrderQuery = void 0;
|
|
4
|
-
var LowOrderQuery = (function () {
|
|
5
|
-
function LowOrderQuery() {
|
|
6
|
-
}
|
|
7
|
-
LowOrderQuery.getAttributeTypeMap = function () {
|
|
8
|
-
return LowOrderQuery.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
LowOrderQuery.discriminator = undefined;
|
|
11
|
-
LowOrderQuery.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "value",
|
|
14
|
-
"baseName": "value",
|
|
15
|
-
"type": "LowOrderQueryValue",
|
|
16
|
-
"format": ""
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "field",
|
|
20
|
-
"baseName": "field",
|
|
21
|
-
"type": "string",
|
|
22
|
-
"format": ""
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "caseSensitive",
|
|
26
|
-
"baseName": "caseSensitive",
|
|
27
|
-
"type": "boolean",
|
|
28
|
-
"format": ""
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "type",
|
|
32
|
-
"baseName": "type",
|
|
33
|
-
"type": "LowOrderQueryTypeEnum",
|
|
34
|
-
"format": ""
|
|
35
|
-
}
|
|
36
|
-
];
|
|
37
|
-
return LowOrderQuery;
|
|
38
|
-
}());
|
|
39
|
-
exports.LowOrderQuery = LowOrderQuery;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LowOrderQuery = void 0;
|
|
4
|
+
var LowOrderQuery = (function () {
|
|
5
|
+
function LowOrderQuery() {
|
|
6
|
+
}
|
|
7
|
+
LowOrderQuery.getAttributeTypeMap = function () {
|
|
8
|
+
return LowOrderQuery.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
LowOrderQuery.discriminator = undefined;
|
|
11
|
+
LowOrderQuery.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "value",
|
|
14
|
+
"baseName": "value",
|
|
15
|
+
"type": "LowOrderQueryValue",
|
|
16
|
+
"format": ""
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "field",
|
|
20
|
+
"baseName": "field",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"format": ""
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "caseSensitive",
|
|
26
|
+
"baseName": "caseSensitive",
|
|
27
|
+
"type": "boolean",
|
|
28
|
+
"format": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "type",
|
|
32
|
+
"baseName": "type",
|
|
33
|
+
"type": "LowOrderQueryTypeEnum",
|
|
34
|
+
"format": ""
|
|
35
|
+
}
|
|
36
|
+
];
|
|
37
|
+
return LowOrderQuery;
|
|
38
|
+
}());
|
|
39
|
+
exports.LowOrderQuery = LowOrderQuery;
|
|
40
40
|
//# sourceMappingURL=LowOrderQuery.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export declare class LowOrderQueryValue {
|
|
2
|
-
static readonly discriminator: string | undefined;
|
|
3
|
-
static readonly attributeTypeMap: Array<{
|
|
4
|
-
name: string;
|
|
5
|
-
baseName: string;
|
|
6
|
-
type: string;
|
|
7
|
-
format: string;
|
|
8
|
-
}>;
|
|
9
|
-
static getAttributeTypeMap(): {
|
|
10
|
-
name: string;
|
|
11
|
-
baseName: string;
|
|
12
|
-
type: string;
|
|
13
|
-
format: string;
|
|
14
|
-
}[];
|
|
15
|
-
constructor();
|
|
16
|
-
}
|
|
1
|
+
export declare class LowOrderQueryValue {
|
|
2
|
+
static readonly discriminator: string | undefined;
|
|
3
|
+
static readonly attributeTypeMap: Array<{
|
|
4
|
+
name: string;
|
|
5
|
+
baseName: string;
|
|
6
|
+
type: string;
|
|
7
|
+
format: string;
|
|
8
|
+
}>;
|
|
9
|
+
static getAttributeTypeMap(): {
|
|
10
|
+
name: string;
|
|
11
|
+
baseName: string;
|
|
12
|
+
type: string;
|
|
13
|
+
format: string;
|
|
14
|
+
}[];
|
|
15
|
+
constructor();
|
|
16
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LowOrderQueryValue = void 0;
|
|
4
|
-
var LowOrderQueryValue = (function () {
|
|
5
|
-
function LowOrderQueryValue() {
|
|
6
|
-
}
|
|
7
|
-
LowOrderQueryValue.getAttributeTypeMap = function () {
|
|
8
|
-
return LowOrderQueryValue.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
LowOrderQueryValue.discriminator = undefined;
|
|
11
|
-
LowOrderQueryValue.attributeTypeMap = [];
|
|
12
|
-
return LowOrderQueryValue;
|
|
13
|
-
}());
|
|
14
|
-
exports.LowOrderQueryValue = LowOrderQueryValue;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LowOrderQueryValue = void 0;
|
|
4
|
+
var LowOrderQueryValue = (function () {
|
|
5
|
+
function LowOrderQueryValue() {
|
|
6
|
+
}
|
|
7
|
+
LowOrderQueryValue.getAttributeTypeMap = function () {
|
|
8
|
+
return LowOrderQueryValue.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
LowOrderQueryValue.discriminator = undefined;
|
|
11
|
+
LowOrderQueryValue.attributeTypeMap = [];
|
|
12
|
+
return LowOrderQueryValue;
|
|
13
|
+
}());
|
|
14
|
+
exports.LowOrderQueryValue = LowOrderQueryValue;
|
|
15
15
|
//# sourceMappingURL=LowOrderQueryValue.js.map
|