@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.
Files changed (132) hide show
  1. package/apis/DataFactoryFileApi.ts +19 -19
  2. package/apis/JobApi.ts +38 -42
  3. package/apis/JobExecutionApi.ts +22 -22
  4. package/apis/TaskApi.ts +38 -38
  5. package/apis/TaskExecutionApi.ts +15 -15
  6. package/apis/VariableApi.ts +86 -28
  7. package/dist/apis/DataFactoryFileApi.d.ts +7 -7
  8. package/dist/apis/DataFactoryFileApi.js +8 -8
  9. package/dist/apis/DataFactoryFileApi.js.map +1 -1
  10. package/dist/apis/JobApi.d.ts +17 -17
  11. package/dist/apis/JobApi.js +25 -28
  12. package/dist/apis/JobApi.js.map +1 -1
  13. package/dist/apis/JobExecutionApi.d.ts +10 -10
  14. package/dist/apis/JobExecutionApi.js +12 -12
  15. package/dist/apis/JobExecutionApi.js.map +1 -1
  16. package/dist/apis/TaskApi.d.ts +19 -19
  17. package/dist/apis/TaskApi.js +25 -25
  18. package/dist/apis/TaskApi.js.map +1 -1
  19. package/dist/apis/TaskExecutionApi.d.ts +6 -6
  20. package/dist/apis/TaskExecutionApi.js +9 -9
  21. package/dist/apis/TaskExecutionApi.js.map +1 -1
  22. package/dist/apis/VariableApi.d.ts +20 -13
  23. package/dist/apis/VariableApi.js +53 -17
  24. package/dist/apis/VariableApi.js.map +1 -1
  25. package/dist/models/CreateJobDto.d.ts +13 -8
  26. package/dist/models/CreateJobDto.js +16 -12
  27. package/dist/models/CreateJobDto.js.map +1 -1
  28. package/dist/models/CreateJobExecutionDto.d.ts +1 -3
  29. package/dist/models/CreateJobExecutionDto.js +2 -5
  30. package/dist/models/CreateJobExecutionDto.js.map +1 -1
  31. package/dist/models/CreateTaskDto.d.ts +3 -4
  32. package/dist/models/CreateTaskDto.js +7 -8
  33. package/dist/models/CreateTaskDto.js.map +1 -1
  34. package/dist/models/CreateVariableDto.d.ts +8 -1
  35. package/dist/models/CreateVariableDto.js +8 -1
  36. package/dist/models/CreateVariableDto.js.map +1 -1
  37. package/dist/models/FileDto.d.ts +5 -1
  38. package/dist/models/FileDto.js +4 -1
  39. package/dist/models/FileDto.js.map +1 -1
  40. package/dist/models/FindVariablesRequest.d.ts +7 -0
  41. package/dist/models/FindVariablesRequest.js +37 -0
  42. package/dist/models/FindVariablesRequest.js.map +1 -0
  43. package/dist/models/GetFiles200Response.d.ts +14 -0
  44. package/dist/models/GetFiles200Response.js +43 -0
  45. package/dist/models/GetFiles200Response.js.map +1 -0
  46. package/dist/models/GetJobExecutionById400Response.d.ts +7 -0
  47. package/dist/models/GetJobExecutionById400Response.js +35 -0
  48. package/dist/models/GetJobExecutionById400Response.js.map +1 -0
  49. package/dist/models/GetJobExecutions200Response.d.ts +14 -0
  50. package/dist/models/GetJobExecutions200Response.js +43 -0
  51. package/dist/models/GetJobExecutions200Response.js.map +1 -0
  52. package/dist/models/GetJobs200Response.d.ts +14 -0
  53. package/dist/models/GetJobs200Response.js +43 -0
  54. package/dist/models/GetJobs200Response.js.map +1 -0
  55. package/dist/models/GetTasks200Response.d.ts +14 -0
  56. package/dist/models/GetTasks200Response.js +43 -0
  57. package/dist/models/GetTasks200Response.js.map +1 -0
  58. package/dist/models/GetVariables200Response.d.ts +14 -0
  59. package/dist/models/GetVariables200Response.js +43 -0
  60. package/dist/models/GetVariables200Response.js.map +1 -0
  61. package/dist/models/HighOrderQuery.d.ts +14 -0
  62. package/dist/models/HighOrderQuery.js +42 -0
  63. package/dist/models/HighOrderQuery.js.map +1 -0
  64. package/dist/models/JobDto.d.ts +18 -9
  65. package/dist/models/JobDto.js +19 -12
  66. package/dist/models/JobDto.js.map +1 -1
  67. package/dist/models/JobExecutionDto.d.ts +7 -4
  68. package/dist/models/JobExecutionDto.js +9 -6
  69. package/dist/models/JobExecutionDto.js.map +1 -1
  70. package/dist/models/LowOrderQuery.d.ts +23 -0
  71. package/dist/models/LowOrderQuery.js +54 -0
  72. package/dist/models/LowOrderQuery.js.map +1 -0
  73. package/dist/models/PatchTaskExecutionDto.d.ts +6 -1
  74. package/dist/models/PatchTaskExecutionDto.js +5 -1
  75. package/dist/models/PatchTaskExecutionDto.js.map +1 -1
  76. package/dist/models/Query.d.ts +21 -0
  77. package/dist/models/Query.js +48 -0
  78. package/dist/models/Query.js.map +1 -0
  79. package/dist/models/TaskDto.d.ts +8 -5
  80. package/dist/models/TaskDto.js +11 -9
  81. package/dist/models/TaskDto.js.map +1 -1
  82. package/dist/models/TaskExecutionDto.d.ts +14 -2
  83. package/dist/models/TaskExecutionDto.js +11 -1
  84. package/dist/models/TaskExecutionDto.js.map +1 -1
  85. package/dist/models/UpdateJobDto.d.ts +13 -8
  86. package/dist/models/UpdateJobDto.js +16 -12
  87. package/dist/models/UpdateJobDto.js.map +1 -1
  88. package/dist/models/UpdateTaskDto.d.ts +3 -4
  89. package/dist/models/UpdateTaskDto.js +7 -8
  90. package/dist/models/UpdateTaskDto.js.map +1 -1
  91. package/dist/models/UpdateVariableDto.d.ts +8 -1
  92. package/dist/models/UpdateVariableDto.js +8 -1
  93. package/dist/models/UpdateVariableDto.js.map +1 -1
  94. package/dist/models/VariableDto.d.ts +8 -1
  95. package/dist/models/VariableDto.js +8 -1
  96. package/dist/models/VariableDto.js.map +1 -1
  97. package/dist/models/index.d.ts +10 -11
  98. package/dist/models/index.js +10 -11
  99. package/dist/models/index.js.map +1 -1
  100. package/models/CreateJobDto.ts +33 -38
  101. package/models/CreateJobExecutionDto.ts +5 -20
  102. package/models/CreateTaskDto.ts +13 -20
  103. package/models/CreateVariableDto.ts +23 -3
  104. package/models/FileControllerGetFiles200Response.ts +1 -1
  105. package/models/FileDto.ts +13 -3
  106. package/models/FindVariablesRequest.ts +75 -0
  107. package/models/GetFiles200Response.ts +98 -0
  108. package/models/GetJobExecutionById400Response.ts +65 -0
  109. package/models/GetJobExecutions200Response.ts +98 -0
  110. package/models/GetJobs200Response.ts +98 -0
  111. package/models/GetTasks200Response.ts +98 -0
  112. package/models/GetVariables200Response.ts +98 -0
  113. package/models/HighOrderQuery.ts +91 -0
  114. package/models/JobControllerList200Response.ts +1 -1
  115. package/models/JobDto.ts +43 -40
  116. package/models/JobExecutionControllerGetOne400Response.ts +1 -1
  117. package/models/JobExecutionControllerList200Response.ts +1 -1
  118. package/models/JobExecutionDto.ts +26 -22
  119. package/models/LowOrderQuery.ts +115 -0
  120. package/models/PatchTaskExecutionDto.ts +13 -2
  121. package/models/Query.ts +85 -0
  122. package/models/TaskControllerList200Response.ts +1 -1
  123. package/models/TaskDto.ts +25 -22
  124. package/models/TaskExecutionDto.ts +26 -4
  125. package/models/UpdateJobDto.ts +33 -38
  126. package/models/UpdateTaskDto.ts +13 -20
  127. package/models/UpdateVariableDto.ts +23 -3
  128. package/models/VariableControllerList200Response.ts +1 -1
  129. package/models/VariableDto.ts +21 -3
  130. package/models/index.ts +10 -11
  131. package/package.json +2 -2
  132. package/runtime.ts +1 -1
@@ -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.0
7
+ * The version of the OpenAPI document: 2.5.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,10 +27,10 @@ export interface TaskExecutionDto {
27
27
  id: string;
28
28
  /**
29
29
  *
30
- * @type {object}
30
+ * @type {string}
31
31
  * @memberof TaskExecutionDto
32
32
  */
33
- object: object;
33
+ object: TaskExecutionDtoObjectEnum;
34
34
  /**
35
35
  *
36
36
  * @type {string}
@@ -60,7 +60,7 @@ export interface TaskExecutionDto {
60
60
  * @type {string}
61
61
  * @memberof TaskExecutionDto
62
62
  */
63
- status: string;
63
+ status: TaskExecutionDtoStatusEnum;
64
64
  /**
65
65
  *
66
66
  * @type {string}
@@ -69,6 +69,28 @@ export interface TaskExecutionDto {
69
69
  taskId: string;
70
70
  }
71
71
 
72
+
73
+ /**
74
+ * @export
75
+ */
76
+ export const TaskExecutionDtoObjectEnum = {
77
+ TaskExecution: 'task_execution'
78
+ } as const;
79
+ export type TaskExecutionDtoObjectEnum = typeof TaskExecutionDtoObjectEnum[keyof typeof TaskExecutionDtoObjectEnum];
80
+
81
+ /**
82
+ * @export
83
+ */
84
+ export const TaskExecutionDtoStatusEnum = {
85
+ Scheduled: 'SCHEDULED',
86
+ InProgress: 'IN_PROGRESS',
87
+ Cancelled: 'CANCELLED',
88
+ Failed: 'FAILED',
89
+ Completed: 'COMPLETED'
90
+ } as const;
91
+ export type TaskExecutionDtoStatusEnum = typeof TaskExecutionDtoStatusEnum[keyof typeof TaskExecutionDtoStatusEnum];
92
+
93
+
72
94
  /**
73
95
  * Check if a given object implements the TaskExecutionDto interface.
74
96
  */
@@ -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.0
7
+ * The version of the OpenAPI document: 2.5.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,25 +13,6 @@
13
13
  */
14
14
 
15
15
  import { exists, mapValues } from '../runtime';
16
- import type { JobDtoPeriodicityInner } from './JobDtoPeriodicityInner';
17
- import {
18
- JobDtoPeriodicityInnerFromJSON,
19
- JobDtoPeriodicityInnerFromJSONTyped,
20
- JobDtoPeriodicityInnerToJSON,
21
- } from './JobDtoPeriodicityInner';
22
- import type { JobDtoTasksInner } from './JobDtoTasksInner';
23
- import {
24
- JobDtoTasksInnerFromJSON,
25
- JobDtoTasksInnerFromJSONTyped,
26
- JobDtoTasksInnerToJSON,
27
- } from './JobDtoTasksInner';
28
- import type { JobDtoTitleLocal } from './JobDtoTitleLocal';
29
- import {
30
- JobDtoTitleLocalFromJSON,
31
- JobDtoTitleLocalFromJSONTyped,
32
- JobDtoTitleLocalToJSON,
33
- } from './JobDtoTitleLocal';
34
-
35
16
  /**
36
17
  *
37
18
  * @export
@@ -46,10 +27,10 @@ export interface UpdateJobDto {
46
27
  key: string;
47
28
  /**
48
29
  *
49
- * @type {Array<JobDtoPeriodicityInner>}
30
+ * @type {Array<object>}
50
31
  * @memberof UpdateJobDto
51
32
  */
52
- periodicity?: Array<JobDtoPeriodicityInner>;
33
+ periodicity?: Array<object>;
53
34
  /**
54
35
  *
55
36
  * @type {string}
@@ -64,10 +45,10 @@ export interface UpdateJobDto {
64
45
  projectId: string;
65
46
  /**
66
47
  *
67
- * @type {object}
48
+ * @type {string}
68
49
  * @memberof UpdateJobDto
69
50
  */
70
- status: object;
51
+ status: UpdateJobDtoStatusEnum;
71
52
  /**
72
53
  *
73
54
  * @type {string}
@@ -76,10 +57,10 @@ export interface UpdateJobDto {
76
57
  title: string;
77
58
  /**
78
59
  *
79
- * @type {JobDtoTitleLocal}
60
+ * @type {object}
80
61
  * @memberof UpdateJobDto
81
62
  */
82
- titleLocal?: JobDtoTitleLocal;
63
+ titleLocal?: object;
83
64
  /**
84
65
  *
85
66
  * @type {string}
@@ -88,10 +69,10 @@ export interface UpdateJobDto {
88
69
  description?: string;
89
70
  /**
90
71
  *
91
- * @type {JobDtoTitleLocal}
72
+ * @type {object}
92
73
  * @memberof UpdateJobDto
93
74
  */
94
- descriptionLocal?: JobDtoTitleLocal;
75
+ descriptionLocal?: object;
95
76
  /**
96
77
  *
97
78
  * @type {{ [key: string]: any; }}
@@ -100,10 +81,10 @@ export interface UpdateJobDto {
100
81
  output?: { [key: string]: any; };
101
82
  /**
102
83
  *
103
- * @type {Array<JobDtoTasksInner>}
84
+ * @type {Array<object>}
104
85
  * @memberof UpdateJobDto
105
86
  */
106
- tasks?: Array<JobDtoTasksInner>;
87
+ tasks?: Array<object>;
107
88
  /**
108
89
  *
109
90
  * @type {string}
@@ -112,6 +93,20 @@ export interface UpdateJobDto {
112
93
  id: string;
113
94
  }
114
95
 
96
+
97
+ /**
98
+ * @export
99
+ */
100
+ export const UpdateJobDtoStatusEnum = {
101
+ Draft: 'DRAFT',
102
+ Production: 'PRODUCTION',
103
+ Deprecated: 'DEPRECATED',
104
+ Archived: 'ARCHIVED',
105
+ Removed: 'REMOVED'
106
+ } as const;
107
+ export type UpdateJobDtoStatusEnum = typeof UpdateJobDtoStatusEnum[keyof typeof UpdateJobDtoStatusEnum];
108
+
109
+
115
110
  /**
116
111
  * Check if a given object implements the UpdateJobDto interface.
117
112
  */
@@ -138,16 +133,16 @@ export function UpdateJobDtoFromJSONTyped(json: any, ignoreDiscriminator: boolea
138
133
  return {
139
134
 
140
135
  'key': json['key'],
141
- 'periodicity': !exists(json, 'periodicity') ? undefined : ((json['periodicity'] as Array<any>).map(JobDtoPeriodicityInnerFromJSON)),
136
+ 'periodicity': !exists(json, 'periodicity') ? undefined : json['periodicity'],
142
137
  'pipelineId': json['pipelineId'],
143
138
  'projectId': json['projectId'],
144
139
  'status': json['status'],
145
140
  'title': json['title'],
146
- 'titleLocal': !exists(json, 'titleLocal') ? undefined : JobDtoTitleLocalFromJSON(json['titleLocal']),
141
+ 'titleLocal': !exists(json, 'titleLocal') ? undefined : json['titleLocal'],
147
142
  'description': !exists(json, 'description') ? undefined : json['description'],
148
- 'descriptionLocal': !exists(json, 'descriptionLocal') ? undefined : JobDtoTitleLocalFromJSON(json['descriptionLocal']),
143
+ 'descriptionLocal': !exists(json, 'descriptionLocal') ? undefined : json['descriptionLocal'],
149
144
  'output': !exists(json, 'output') ? undefined : json['output'],
150
- 'tasks': !exists(json, 'tasks') ? undefined : ((json['tasks'] as Array<any>).map(JobDtoTasksInnerFromJSON)),
145
+ 'tasks': !exists(json, 'tasks') ? undefined : json['tasks'],
151
146
  'id': json['id'],
152
147
  };
153
148
  }
@@ -162,16 +157,16 @@ export function UpdateJobDtoToJSON(value?: UpdateJobDto | null): any {
162
157
  return {
163
158
 
164
159
  'key': value.key,
165
- 'periodicity': value.periodicity === undefined ? undefined : ((value.periodicity as Array<any>).map(JobDtoPeriodicityInnerToJSON)),
160
+ 'periodicity': value.periodicity,
166
161
  'pipelineId': value.pipelineId,
167
162
  'projectId': value.projectId,
168
163
  'status': value.status,
169
164
  'title': value.title,
170
- 'titleLocal': JobDtoTitleLocalToJSON(value.titleLocal),
165
+ 'titleLocal': value.titleLocal,
171
166
  'description': value.description,
172
- 'descriptionLocal': JobDtoTitleLocalToJSON(value.descriptionLocal),
167
+ 'descriptionLocal': value.descriptionLocal,
173
168
  'output': value.output,
174
- 'tasks': value.tasks === undefined ? undefined : ((value.tasks as Array<any>).map(JobDtoTasksInnerToJSON)),
169
+ 'tasks': value.tasks,
175
170
  'id': value.id,
176
171
  };
177
172
  }
@@ -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.0
7
+ * The version of the OpenAPI document: 2.5.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,13 +13,6 @@
13
13
  */
14
14
 
15
15
  import { exists, mapValues } from '../runtime';
16
- import type { TaskDtoInputKeysInner } from './TaskDtoInputKeysInner';
17
- import {
18
- TaskDtoInputKeysInnerFromJSON,
19
- TaskDtoInputKeysInnerFromJSONTyped,
20
- TaskDtoInputKeysInnerToJSON,
21
- } from './TaskDtoInputKeysInner';
22
-
23
16
  /**
24
17
  *
25
18
  * @export
@@ -31,7 +24,7 @@ export interface UpdateTaskDto {
31
24
  * @type {string}
32
25
  * @memberof UpdateTaskDto
33
26
  */
34
- name: string;
27
+ key: string;
35
28
  /**
36
29
  *
37
30
  * @type {string}
@@ -46,16 +39,16 @@ export interface UpdateTaskDto {
46
39
  retryCount: number;
47
40
  /**
48
41
  *
49
- * @type {Array<TaskDtoInputKeysInner>}
42
+ * @type {Array<object>}
50
43
  * @memberof UpdateTaskDto
51
44
  */
52
- inputKeys: Array<TaskDtoInputKeysInner>;
45
+ inputKeys: Array<object>;
53
46
  /**
54
47
  *
55
- * @type {Array<TaskDtoInputKeysInner>}
48
+ * @type {Array<object>}
56
49
  * @memberof UpdateTaskDto
57
50
  */
58
- outputKeys: Array<TaskDtoInputKeysInner>;
51
+ outputKeys: Array<object>;
59
52
  /**
60
53
  *
61
54
  * @type {string}
@@ -69,7 +62,7 @@ export interface UpdateTaskDto {
69
62
  */
70
63
  export function instanceOfUpdateTaskDto(value: object): boolean {
71
64
  let isInstance = true;
72
- isInstance = isInstance && "name" in value;
65
+ isInstance = isInstance && "key" in value;
73
66
  isInstance = isInstance && "description" in value;
74
67
  isInstance = isInstance && "retryCount" in value;
75
68
  isInstance = isInstance && "inputKeys" in value;
@@ -89,11 +82,11 @@ export function UpdateTaskDtoFromJSONTyped(json: any, ignoreDiscriminator: boole
89
82
  }
90
83
  return {
91
84
 
92
- 'name': json['name'],
85
+ 'key': json['key'],
93
86
  'description': json['description'],
94
87
  'retryCount': json['retryCount'],
95
- 'inputKeys': ((json['inputKeys'] as Array<any>).map(TaskDtoInputKeysInnerFromJSON)),
96
- 'outputKeys': ((json['outputKeys'] as Array<any>).map(TaskDtoInputKeysInnerFromJSON)),
88
+ 'inputKeys': json['inputKeys'],
89
+ 'outputKeys': json['outputKeys'],
97
90
  'id': json['id'],
98
91
  };
99
92
  }
@@ -107,11 +100,11 @@ export function UpdateTaskDtoToJSON(value?: UpdateTaskDto | null): any {
107
100
  }
108
101
  return {
109
102
 
110
- 'name': value.name,
103
+ 'key': value.key,
111
104
  'description': value.description,
112
105
  'retryCount': value.retryCount,
113
- 'inputKeys': ((value.inputKeys as Array<any>).map(TaskDtoInputKeysInnerToJSON)),
114
- 'outputKeys': ((value.outputKeys as Array<any>).map(TaskDtoInputKeysInnerToJSON)),
106
+ 'inputKeys': value.inputKeys,
107
+ 'outputKeys': value.outputKeys,
115
108
  'id': value.id,
116
109
  };
117
110
  }
@@ -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.0
7
+ * The version of the OpenAPI document: 2.5.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33,16 +33,22 @@ export interface UpdateVariableDto {
33
33
  name: string;
34
34
  /**
35
35
  *
36
- * @type {object}
36
+ * @type {string}
37
37
  * @memberof UpdateVariableDto
38
38
  */
39
- status?: object;
39
+ status?: UpdateVariableDtoStatusEnum;
40
40
  /**
41
41
  *
42
42
  * @type {string}
43
43
  * @memberof UpdateVariableDto
44
44
  */
45
45
  value: string;
46
+ /**
47
+ *
48
+ * @type {boolean}
49
+ * @memberof UpdateVariableDto
50
+ */
51
+ secret?: boolean;
46
52
  /**
47
53
  *
48
54
  * @type {string}
@@ -51,6 +57,18 @@ export interface UpdateVariableDto {
51
57
  id: string;
52
58
  }
53
59
 
60
+
61
+ /**
62
+ * @export
63
+ */
64
+ export const UpdateVariableDtoStatusEnum = {
65
+ Active: 'ACTIVE',
66
+ Archived: 'ARCHIVED',
67
+ Deleted: 'DELETED'
68
+ } as const;
69
+ export type UpdateVariableDtoStatusEnum = typeof UpdateVariableDtoStatusEnum[keyof typeof UpdateVariableDtoStatusEnum];
70
+
71
+
54
72
  /**
55
73
  * Check if a given object implements the UpdateVariableDto interface.
56
74
  */
@@ -78,6 +96,7 @@ export function UpdateVariableDtoFromJSONTyped(json: any, ignoreDiscriminator: b
78
96
  'name': json['name'],
79
97
  'status': !exists(json, 'status') ? undefined : json['status'],
80
98
  'value': json['value'],
99
+ 'secret': !exists(json, 'secret') ? undefined : json['secret'],
81
100
  'id': json['id'],
82
101
  };
83
102
  }
@@ -95,6 +114,7 @@ export function UpdateVariableDtoToJSON(value?: UpdateVariableDto | null): any {
95
114
  'name': value.name,
96
115
  'status': value.status,
97
116
  'value': value.value,
117
+ 'secret': value.secret,
98
118
  'id': value.id,
99
119
  };
100
120
  }
@@ -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.0
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).
@@ -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.0
7
+ * The version of the OpenAPI document: 2.5.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33,16 +33,22 @@ export interface VariableDto {
33
33
  name: string;
34
34
  /**
35
35
  *
36
- * @type {object}
36
+ * @type {string}
37
37
  * @memberof VariableDto
38
38
  */
39
- status?: object;
39
+ status?: VariableDtoStatusEnum;
40
40
  /**
41
41
  *
42
42
  * @type {string}
43
43
  * @memberof VariableDto
44
44
  */
45
45
  value: string;
46
+ /**
47
+ *
48
+ * @type {boolean}
49
+ * @memberof VariableDto
50
+ */
51
+ secret?: boolean;
46
52
  /**
47
53
  *
48
54
  * @type {string}
@@ -70,6 +76,16 @@ export interface VariableDto {
70
76
  }
71
77
 
72
78
 
79
+ /**
80
+ * @export
81
+ */
82
+ export const VariableDtoStatusEnum = {
83
+ Active: 'ACTIVE',
84
+ Archived: 'ARCHIVED',
85
+ Deleted: 'DELETED'
86
+ } as const;
87
+ export type VariableDtoStatusEnum = typeof VariableDtoStatusEnum[keyof typeof VariableDtoStatusEnum];
88
+
73
89
  /**
74
90
  * @export
75
91
  */
@@ -109,6 +125,7 @@ export function VariableDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean
109
125
  'name': json['name'],
110
126
  'status': !exists(json, 'status') ? undefined : json['status'],
111
127
  'value': json['value'],
128
+ 'secret': !exists(json, 'secret') ? undefined : json['secret'],
112
129
  'id': json['id'],
113
130
  'object': json['object'],
114
131
  'createdAt': json['createdAt'],
@@ -129,6 +146,7 @@ export function VariableDtoToJSON(value?: VariableDto | null): any {
129
146
  'name': value.name,
130
147
  'status': value.status,
131
148
  'value': value.value,
149
+ 'secret': value.secret,
132
150
  'id': value.id,
133
151
  'object': value.object,
134
152
  'createdAt': value.createdAt,
package/models/index.ts CHANGED
@@ -4,24 +4,23 @@ export * from './CreateJobDto';
4
4
  export * from './CreateJobExecutionDto';
5
5
  export * from './CreateTaskDto';
6
6
  export * from './CreateVariableDto';
7
- export * from './FileControllerGetFiles200Response';
8
7
  export * from './FileDto';
9
- export * from './JobControllerList200Response';
8
+ export * from './FindVariablesRequest';
9
+ export * from './GetFiles200Response';
10
+ export * from './GetJobExecutionById400Response';
11
+ export * from './GetJobExecutions200Response';
12
+ export * from './GetJobs200Response';
13
+ export * from './GetTasks200Response';
14
+ export * from './GetVariables200Response';
15
+ export * from './HighOrderQuery';
10
16
  export * from './JobDto';
11
- export * from './JobDtoPeriodicityInner';
12
- export * from './JobDtoTasksInner';
13
- export * from './JobDtoTitleLocal';
14
- export * from './JobExecutionControllerGetOne400Response';
15
- export * from './JobExecutionControllerList200Response';
16
17
  export * from './JobExecutionDto';
17
- export * from './JobExecutionDtoInfo';
18
+ export * from './LowOrderQuery';
18
19
  export * from './PatchTaskExecutionDto';
19
- export * from './TaskControllerList200Response';
20
+ export * from './Query';
20
21
  export * from './TaskDto';
21
- export * from './TaskDtoInputKeysInner';
22
22
  export * from './TaskExecutionDto';
23
23
  export * from './UpdateJobDto';
24
24
  export * from './UpdateTaskDto';
25
25
  export * from './UpdateVariableDto';
26
- export * from './VariableControllerList200Response';
27
26
  export * from './VariableDto';
package/package.json CHANGED
@@ -3,8 +3,8 @@
3
3
  "main": "./dist/index.js",
4
4
  "author": "product-live",
5
5
  "license": "ISC",
6
- "version": "2.3.1",
7
- "hash": "65e6e2dfb295ad42130181fe49cbdc265434b49034e3a6936fd274f1fc0243af",
6
+ "version": "2.5.1",
7
+ "hash": "4759f84cd01091b540c2994e5d20e5aa3f7b3f4482f5b0c9f6e0393d62423ccf",
8
8
  "homepage": "https://api-next.product-live.com/-json",
9
9
  "name": "@product-live/api-sdk",
10
10
  "scripts": {
package/runtime.ts CHANGED
@@ -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.0
7
+ * The version of the OpenAPI document: 2.5.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).