@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.
Files changed (192) hide show
  1. package/.openapi-generator/FILES +74 -0
  2. package/.openapi-generator/VERSION +1 -0
  3. package/.openapi-generator-ignore +23 -0
  4. package/ItemApi.md +125 -0
  5. package/apis/ItemApi.ts +197 -0
  6. package/dist/apis/DataFactoryFileApi.d.ts +15 -15
  7. package/dist/apis/DataFactoryFileApi.js +358 -358
  8. package/dist/apis/DefaultApi.d.ts +11 -11
  9. package/dist/apis/DefaultApi.js +171 -171
  10. package/dist/apis/ItemApi.d.ts +13 -0
  11. package/dist/apis/ItemApi.js +249 -0
  12. package/dist/apis/ItemApi.js.map +1 -0
  13. package/dist/apis/JobApi.d.ts +21 -21
  14. package/dist/apis/JobApi.js +546 -546
  15. package/dist/apis/JobExecutionApi.d.ts +16 -16
  16. package/dist/apis/JobExecutionApi.js +338 -338
  17. package/dist/apis/TaskApi.d.ts +24 -24
  18. package/dist/apis/TaskApi.js +608 -608
  19. package/dist/apis/TaskExecutionApi.d.ts +13 -13
  20. package/dist/apis/TaskExecutionApi.js +258 -258
  21. package/dist/apis/VariableApi.d.ts +22 -22
  22. package/dist/apis/VariableApi.js +528 -528
  23. package/dist/apis/baseapi.d.ts +18 -18
  24. package/dist/apis/baseapi.js +45 -45
  25. package/dist/apis/exception.d.ts +10 -10
  26. package/dist/apis/exception.js +31 -31
  27. package/dist/auth/auth.d.ts +42 -42
  28. package/dist/auth/auth.js +44 -44
  29. package/dist/configuration.d.ts +18 -18
  30. package/dist/configuration.js +21 -21
  31. package/dist/http/http.d.ts +82 -82
  32. package/dist/http/http.js +228 -228
  33. package/dist/http/isomorphic-fetch.d.ts +5 -5
  34. package/dist/http/isomorphic-fetch.js +33 -33
  35. package/dist/index.d.ts +10 -10
  36. package/dist/index.js +35 -34
  37. package/dist/index.js.map +1 -1
  38. package/dist/middleware.d.ts +16 -16
  39. package/dist/middleware.js +17 -17
  40. package/dist/models/CreateJobDto.d.ts +30 -30
  41. package/dist/models/CreateJobDto.js +81 -81
  42. package/dist/models/CreateJobExecutionDto.d.ts +21 -21
  43. package/dist/models/CreateJobExecutionDto.js +33 -33
  44. package/dist/models/CreateTaskDto.d.ts +21 -21
  45. package/dist/models/CreateTaskDto.js +45 -45
  46. package/dist/models/CreateVariableDto.d.ts +22 -22
  47. package/dist/models/CreateVariableDto.js +45 -45
  48. package/dist/models/FileDto.d.ts +23 -23
  49. package/dist/models/FileDto.js +51 -51
  50. package/dist/models/FindVariablesRequest.d.ts +23 -24
  51. package/dist/models/FindVariablesRequest.js +45 -45
  52. package/dist/models/FindVariablesRequest.js.map +1 -1
  53. package/dist/models/GetFiles200Response.d.ts +21 -21
  54. package/dist/models/GetFiles200Response.js +33 -33
  55. package/dist/models/GetItems200Response.d.ts +21 -0
  56. package/dist/models/GetItems200Response.js +34 -0
  57. package/dist/models/GetItems200Response.js.map +1 -0
  58. package/dist/models/GetJobExecutionById400Response.d.ts +17 -17
  59. package/dist/models/GetJobExecutionById400Response.js +21 -21
  60. package/dist/models/GetJobExecutions200Response.d.ts +21 -21
  61. package/dist/models/GetJobExecutions200Response.js +33 -33
  62. package/dist/models/GetJobs200Response.d.ts +21 -21
  63. package/dist/models/GetJobs200Response.js +33 -33
  64. package/dist/models/GetTasks200Response.d.ts +21 -21
  65. package/dist/models/GetTasks200Response.js +33 -33
  66. package/dist/models/GetVariables200Response.d.ts +21 -21
  67. package/dist/models/GetVariables200Response.js +33 -33
  68. package/dist/models/HighOrderQuery.d.ts +19 -20
  69. package/dist/models/HighOrderQuery.js +27 -27
  70. package/dist/models/HighOrderQuery.js.map +1 -1
  71. package/dist/models/ItemDto.d.ts +28 -0
  72. package/dist/models/ItemDto.js +64 -0
  73. package/dist/models/ItemDto.js.map +1 -0
  74. package/dist/models/{Query.d.ts → ItemFieldDTO.d.ts} +19 -18
  75. package/dist/models/ItemFieldDTO.js +34 -0
  76. package/dist/models/ItemFieldDTO.js.map +1 -0
  77. package/dist/models/ItemFieldFile.d.ts +18 -0
  78. package/dist/models/ItemFieldFile.js +22 -0
  79. package/dist/models/ItemFieldFile.js.map +1 -0
  80. package/dist/models/ItemFieldFileData.d.ts +18 -0
  81. package/dist/models/ItemFieldFileData.js +28 -0
  82. package/dist/models/ItemFieldFileData.js.map +1 -0
  83. package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantity.d.ts +18 -0
  84. package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantity.js +22 -0
  85. package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantity.js.map +1 -0
  86. package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantityData.d.ts +19 -0
  87. package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantityData.js +34 -0
  88. package/dist/models/ItemFieldMultipleSelectWithCommentAndQuantityData.js.map +1 -0
  89. package/dist/models/ItemFieldSimpleNumber.d.ts +18 -0
  90. package/dist/models/ItemFieldSimpleNumber.js +28 -0
  91. package/dist/models/ItemFieldSimpleNumber.js.map +1 -0
  92. package/dist/models/ItemFieldSimpleString.d.ts +17 -0
  93. package/dist/models/ItemFieldSimpleString.js +22 -0
  94. package/dist/models/ItemFieldSimpleString.js.map +1 -0
  95. package/dist/models/ItemFieldSimpleStringArray.d.ts +17 -0
  96. package/dist/models/ItemFieldSimpleStringArray.js +22 -0
  97. package/dist/models/ItemFieldSimpleStringArray.js.map +1 -0
  98. package/dist/models/ItemMetadataDTO.d.ts +23 -0
  99. package/dist/models/ItemMetadataDTO.js +58 -0
  100. package/dist/models/ItemMetadataDTO.js.map +1 -0
  101. package/dist/models/JobDto.d.ts +35 -35
  102. package/dist/models/JobDto.js +105 -105
  103. package/dist/models/JobExecutionDto.d.ts +33 -33
  104. package/dist/models/JobExecutionDto.js +87 -87
  105. package/dist/models/LowOrderQuery.d.ts +22 -22
  106. package/dist/models/LowOrderQuery.js +39 -39
  107. package/dist/models/LowOrderQueryValue.d.ts +16 -16
  108. package/dist/models/LowOrderQueryValue.js +14 -14
  109. package/dist/models/ObjectSerializer.d.ts +45 -34
  110. package/dist/models/ObjectSerializer.js +346 -312
  111. package/dist/models/ObjectSerializer.js.map +1 -1
  112. package/dist/models/PatchTaskExecutionDto.d.ts +22 -22
  113. package/dist/models/PatchTaskExecutionDto.js +33 -33
  114. package/dist/models/Query1.d.ts +23 -0
  115. package/dist/models/Query1.js +46 -0
  116. package/dist/models/Query1.js.map +1 -0
  117. package/dist/models/TaskDto.d.ts +26 -26
  118. package/dist/models/TaskDto.js +69 -69
  119. package/dist/models/TaskExecutionDto.d.ts +30 -30
  120. package/dist/models/TaskExecutionDto.js +63 -63
  121. package/dist/models/UpdateJobDto.d.ts +31 -31
  122. package/dist/models/UpdateJobDto.js +87 -87
  123. package/dist/models/UpdateTaskDto.d.ts +22 -22
  124. package/dist/models/UpdateTaskDto.js +51 -51
  125. package/dist/models/UpdateVariableDto.d.ts +23 -23
  126. package/dist/models/UpdateVariableDto.js +51 -51
  127. package/dist/models/VariableDto.d.ts +27 -27
  128. package/dist/models/VariableDto.js +69 -69
  129. package/dist/models/all.d.ts +36 -25
  130. package/dist/models/all.js +52 -41
  131. package/dist/models/all.js.map +1 -1
  132. package/dist/rxjsStub.d.ts +10 -10
  133. package/dist/rxjsStub.js +32 -32
  134. package/dist/servers.d.ts +17 -17
  135. package/dist/servers.js +31 -31
  136. package/dist/types/ObjectParamAPI.d.ts +187 -171
  137. package/dist/types/ObjectParamAPI.js +159 -144
  138. package/dist/types/ObjectParamAPI.js.map +1 -1
  139. package/dist/types/ObservableAPI.d.ts +109 -98
  140. package/dist/types/ObservableAPI.js +757 -699
  141. package/dist/types/ObservableAPI.js.map +1 -1
  142. package/dist/types/PromiseAPI.d.ts +92 -83
  143. package/dist/types/PromiseAPI.js +179 -163
  144. package/dist/types/PromiseAPI.js.map +1 -1
  145. package/dist/util.d.ts +2 -2
  146. package/dist/util.js +28 -28
  147. package/index.ts +1 -1
  148. package/models/CreateJobDto.ts +1 -1
  149. package/models/CreateJobExecutionDto.ts +1 -1
  150. package/models/CreateTaskDto.ts +1 -1
  151. package/models/CreateVariableDto.ts +1 -1
  152. package/models/FileDto.ts +1 -1
  153. package/models/FindVariablesRequest.ts +10 -12
  154. package/models/GetFiles200Response.ts +1 -1
  155. package/models/GetItems200Response.ts +53 -0
  156. package/models/GetJobExecutionById400Response.ts +1 -1
  157. package/models/GetJobExecutions200Response.ts +1 -1
  158. package/models/GetJobs200Response.ts +1 -1
  159. package/models/GetTasks200Response.ts +1 -1
  160. package/models/GetVariables200Response.ts +1 -1
  161. package/models/HighOrderQuery.ts +3 -4
  162. package/models/ItemDto.ts +86 -0
  163. package/models/ItemFieldDTO.ts +49 -0
  164. package/models/{Query.ts → ItemFieldFile.ts} +8 -10
  165. package/models/ItemFieldFileData.ts +42 -0
  166. package/models/ItemFieldMultipleSelectWithCommentAndQuantity.ts +36 -0
  167. package/models/ItemFieldMultipleSelectWithCommentAndQuantityData.ts +49 -0
  168. package/models/ItemFieldSimpleNumber.ts +42 -0
  169. package/models/ItemFieldSimpleString.ts +35 -0
  170. package/models/ItemFieldSimpleStringArray.ts +35 -0
  171. package/models/ItemMetadataDTO.ts +77 -0
  172. package/models/JobDto.ts +1 -1
  173. package/models/JobExecutionDto.ts +1 -1
  174. package/models/LowOrderQuery.ts +2 -2
  175. package/models/LowOrderQueryValue.ts +1 -1
  176. package/models/ObjectSerializer.ts +39 -5
  177. package/models/PatchTaskExecutionDto.ts +1 -1
  178. package/models/Query1.ts +69 -0
  179. package/models/TaskDto.ts +1 -1
  180. package/models/TaskExecutionDto.ts +1 -1
  181. package/models/UpdateJobDto.ts +1 -1
  182. package/models/UpdateTaskDto.ts +1 -1
  183. package/models/UpdateVariableDto.ts +1 -1
  184. package/models/VariableDto.ts +1 -1
  185. package/models/all.ts +12 -1
  186. package/package.json +2 -2
  187. package/tsconfig.json +28 -0
  188. package/types/ObjectParamAPI.ts +64 -1
  189. package/types/ObservableAPI.ts +77 -1
  190. package/types/PromiseAPI.ts +50 -1
  191. package/dist/models/Query.js +0 -22
  192. package/dist/models/Query.js.map +0 -1
@@ -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" | "eq" | "search" | "in" | "true" | "false" | "greater" | "greaterOrEqual" | "lower" | "lowerOrEqual";
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