@scalepad/sdk-lm 0.1.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/dist/catalog.d.ts +14 -0
- package/dist/catalog.js +1147 -0
- package/dist/catalog.js.map +1 -0
- package/dist/generated.d.ts +445 -0
- package/dist/generated.js +668 -0
- package/dist/generated.js.map +1 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.js +36 -0
- package/dist/index.js.map +1 -0
- package/dist/runtime.d.ts +37 -0
- package/dist/runtime.js +88 -0
- package/dist/runtime.js.map +1 -0
- package/dist/schema.d.ts +8767 -0
- package/dist/schema.js +2 -0
- package/dist/schema.js.map +1 -0
- package/package.json +17 -0
- package/src/catalog.ts +1161 -0
- package/src/generated.ts +1288 -0
- package/src/index.ts +63 -0
- package/src/runtime.ts +132 -0
- package/src/schema.ts +8768 -0
- package/tsconfig.json +9 -0
package/src/generated.ts
ADDED
|
@@ -0,0 +1,1288 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
import type { paths } from "./schema.js";
|
|
3
|
+
import { BaseApiClient, type BaseClientConfig } from "./runtime.js";
|
|
4
|
+
|
|
5
|
+
export type GetnotesbyidQuery = never;
|
|
6
|
+
export type GetnotesbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/notes/{id}']['get']['parameters']>['path'];
|
|
7
|
+
export type GetnotesbyidBody = never;
|
|
8
|
+
export type GetnotesbyidResponse = paths['/lifecycle-manager/v1/notes/{id}']['get']['responses']['200']['content']['application/json'];
|
|
9
|
+
type GetnotesbyidOperation = paths['/lifecycle-manager/v1/notes/{id}']['get'];
|
|
10
|
+
|
|
11
|
+
export type UpdatenotesbyidQuery = never;
|
|
12
|
+
export type UpdatenotesbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/notes/{id}']['put']['parameters']>['path'];
|
|
13
|
+
export type UpdatenotesbyidBody = NonNullable<paths['/lifecycle-manager/v1/notes/{id}']['put']['requestBody']>['content']['application/json'];
|
|
14
|
+
export type UpdatenotesbyidResponse = void;
|
|
15
|
+
type UpdatenotesbyidOperation = paths['/lifecycle-manager/v1/notes/{id}']['put'];
|
|
16
|
+
|
|
17
|
+
export type DeletenotesbyidQuery = never;
|
|
18
|
+
export type DeletenotesbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/notes/{id}']['delete']['parameters']>['path'];
|
|
19
|
+
export type DeletenotesbyidBody = never;
|
|
20
|
+
export type DeletenotesbyidResponse = void;
|
|
21
|
+
type DeletenotesbyidOperation = paths['/lifecycle-manager/v1/notes/{id}']['delete'];
|
|
22
|
+
|
|
23
|
+
export type ListnotesQuery = NonNullable<paths['/lifecycle-manager/v1/notes']['get']['parameters']>['query'];
|
|
24
|
+
export type ListnotesPathParams = never;
|
|
25
|
+
export type ListnotesBody = never;
|
|
26
|
+
export type ListnotesResponse = paths['/lifecycle-manager/v1/notes']['get']['responses']['200']['content']['application/json'];
|
|
27
|
+
type ListnotesOperation = paths['/lifecycle-manager/v1/notes']['get'];
|
|
28
|
+
|
|
29
|
+
export type CreatenotesQuery = never;
|
|
30
|
+
export type CreatenotesPathParams = never;
|
|
31
|
+
export type CreatenotesBody = NonNullable<paths['/lifecycle-manager/v1/notes']['post']['requestBody']>['content']['application/json'];
|
|
32
|
+
export type CreatenotesResponse = paths['/lifecycle-manager/v1/notes']['post']['responses']['200']['content']['application/json'];
|
|
33
|
+
type CreatenotesOperation = paths['/lifecycle-manager/v1/notes']['post'];
|
|
34
|
+
|
|
35
|
+
export type UpdatenotesarchivestatusbyidQuery = never;
|
|
36
|
+
export type UpdatenotesarchivestatusbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/notes/{id}/archive-status']['put']['parameters']>['path'];
|
|
37
|
+
export type UpdatenotesarchivestatusbyidBody = NonNullable<paths['/lifecycle-manager/v1/notes/{id}/archive-status']['put']['requestBody']>['content']['application/json'];
|
|
38
|
+
export type UpdatenotesarchivestatusbyidResponse = void;
|
|
39
|
+
type UpdatenotesarchivestatusbyidOperation = paths['/lifecycle-manager/v1/notes/{id}/archive-status']['put'];
|
|
40
|
+
|
|
41
|
+
export type Updatev2meetingsbyidQuery = never;
|
|
42
|
+
export type Updatev2meetingsbyidPathParams = NonNullable<paths['/lifecycle-manager/v2/meetings/{id}']['put']['parameters']>['path'];
|
|
43
|
+
export type Updatev2meetingsbyidBody = NonNullable<paths['/lifecycle-manager/v2/meetings/{id}']['put']['requestBody']>['content']['application/json'];
|
|
44
|
+
export type Updatev2meetingsbyidResponse = void;
|
|
45
|
+
type Updatev2meetingsbyidOperation = paths['/lifecycle-manager/v2/meetings/{id}']['put'];
|
|
46
|
+
|
|
47
|
+
export type UpdatemeetingtypesbymeetingtypeidQuery = never;
|
|
48
|
+
export type UpdatemeetingtypesbymeetingtypeidPathParams = NonNullable<paths['/lifecycle-manager/v1/meeting-types/{meeting_type_id}']['put']['parameters']>['path'];
|
|
49
|
+
export type UpdatemeetingtypesbymeetingtypeidBody = NonNullable<paths['/lifecycle-manager/v1/meeting-types/{meeting_type_id}']['put']['requestBody']>['content']['application/json'];
|
|
50
|
+
export type UpdatemeetingtypesbymeetingtypeidResponse = void;
|
|
51
|
+
type UpdatemeetingtypesbymeetingtypeidOperation = paths['/lifecycle-manager/v1/meeting-types/{meeting_type_id}']['put'];
|
|
52
|
+
|
|
53
|
+
export type DeletemeetingtypesbymeetingtypeidQuery = never;
|
|
54
|
+
export type DeletemeetingtypesbymeetingtypeidPathParams = NonNullable<paths['/lifecycle-manager/v1/meeting-types/{meeting_type_id}']['delete']['parameters']>['path'];
|
|
55
|
+
export type DeletemeetingtypesbymeetingtypeidBody = never;
|
|
56
|
+
export type DeletemeetingtypesbymeetingtypeidResponse = void;
|
|
57
|
+
type DeletemeetingtypesbymeetingtypeidOperation = paths['/lifecycle-manager/v1/meeting-types/{meeting_type_id}']['delete'];
|
|
58
|
+
|
|
59
|
+
export type ListmeetingtypesQuery = never;
|
|
60
|
+
export type ListmeetingtypesPathParams = never;
|
|
61
|
+
export type ListmeetingtypesBody = never;
|
|
62
|
+
export type ListmeetingtypesResponse = paths['/lifecycle-manager/v1/meeting-types']['get']['responses']['200']['content']['application/json'];
|
|
63
|
+
type ListmeetingtypesOperation = paths['/lifecycle-manager/v1/meeting-types']['get'];
|
|
64
|
+
|
|
65
|
+
export type CreatemeetingtypesQuery = never;
|
|
66
|
+
export type CreatemeetingtypesPathParams = never;
|
|
67
|
+
export type CreatemeetingtypesBody = NonNullable<paths['/lifecycle-manager/v1/meeting-types']['post']['requestBody']>['content']['application/json'];
|
|
68
|
+
export type CreatemeetingtypesResponse = paths['/lifecycle-manager/v1/meeting-types']['post']['responses']['200']['content']['application/json'];
|
|
69
|
+
type CreatemeetingtypesOperation = paths['/lifecycle-manager/v1/meeting-types']['post'];
|
|
70
|
+
|
|
71
|
+
export type ListmeetingsinitiativesbymeetingidQuery = never;
|
|
72
|
+
export type ListmeetingsinitiativesbymeetingidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{meeting_id}/initiatives']['get']['parameters']>['path'];
|
|
73
|
+
export type ListmeetingsinitiativesbymeetingidBody = never;
|
|
74
|
+
export type ListmeetingsinitiativesbymeetingidResponse = paths['/lifecycle-manager/v1/meetings/{meeting_id}/initiatives']['get']['responses']['200']['content']['application/json'];
|
|
75
|
+
type ListmeetingsinitiativesbymeetingidOperation = paths['/lifecycle-manager/v1/meetings/{meeting_id}/initiatives']['get'];
|
|
76
|
+
|
|
77
|
+
export type UpdatemeetingsinitiativesbymeetingidandinitiativeidQuery = never;
|
|
78
|
+
export type UpdatemeetingsinitiativesbymeetingidandinitiativeidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{meeting_id}/initiatives/{initiative_id}']['put']['parameters']>['path'];
|
|
79
|
+
export type UpdatemeetingsinitiativesbymeetingidandinitiativeidBody = never;
|
|
80
|
+
export type UpdatemeetingsinitiativesbymeetingidandinitiativeidResponse = void;
|
|
81
|
+
type UpdatemeetingsinitiativesbymeetingidandinitiativeidOperation = paths['/lifecycle-manager/v1/meetings/{meeting_id}/initiatives/{initiative_id}']['put'];
|
|
82
|
+
|
|
83
|
+
export type DeletemeetingsinitiativesbymeetingidandinitiativeidQuery = never;
|
|
84
|
+
export type DeletemeetingsinitiativesbymeetingidandinitiativeidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{meeting_id}/initiatives/{initiative_id}']['delete']['parameters']>['path'];
|
|
85
|
+
export type DeletemeetingsinitiativesbymeetingidandinitiativeidBody = never;
|
|
86
|
+
export type DeletemeetingsinitiativesbymeetingidandinitiativeidResponse = void;
|
|
87
|
+
type DeletemeetingsinitiativesbymeetingidandinitiativeidOperation = paths['/lifecycle-manager/v1/meetings/{meeting_id}/initiatives/{initiative_id}']['delete'];
|
|
88
|
+
|
|
89
|
+
export type ListmeetingsgoalsbymeetingidQuery = never;
|
|
90
|
+
export type ListmeetingsgoalsbymeetingidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{meeting_id}/goals']['get']['parameters']>['path'];
|
|
91
|
+
export type ListmeetingsgoalsbymeetingidBody = never;
|
|
92
|
+
export type ListmeetingsgoalsbymeetingidResponse = paths['/lifecycle-manager/v1/meetings/{meeting_id}/goals']['get']['responses']['200']['content']['application/json'];
|
|
93
|
+
type ListmeetingsgoalsbymeetingidOperation = paths['/lifecycle-manager/v1/meetings/{meeting_id}/goals']['get'];
|
|
94
|
+
|
|
95
|
+
export type UpdatemeetingsgoalsbymeetingidandgoalidQuery = never;
|
|
96
|
+
export type UpdatemeetingsgoalsbymeetingidandgoalidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{meeting_id}/goals/{goal_id}']['put']['parameters']>['path'];
|
|
97
|
+
export type UpdatemeetingsgoalsbymeetingidandgoalidBody = never;
|
|
98
|
+
export type UpdatemeetingsgoalsbymeetingidandgoalidResponse = void;
|
|
99
|
+
type UpdatemeetingsgoalsbymeetingidandgoalidOperation = paths['/lifecycle-manager/v1/meetings/{meeting_id}/goals/{goal_id}']['put'];
|
|
100
|
+
|
|
101
|
+
export type DeletemeetingsgoalsbymeetingidandgoalidQuery = never;
|
|
102
|
+
export type DeletemeetingsgoalsbymeetingidandgoalidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{meeting_id}/goals/{goal_id}']['delete']['parameters']>['path'];
|
|
103
|
+
export type DeletemeetingsgoalsbymeetingidandgoalidBody = never;
|
|
104
|
+
export type DeletemeetingsgoalsbymeetingidandgoalidResponse = void;
|
|
105
|
+
type DeletemeetingsgoalsbymeetingidandgoalidOperation = paths['/lifecycle-manager/v1/meetings/{meeting_id}/goals/{goal_id}']['delete'];
|
|
106
|
+
|
|
107
|
+
export type GetmeetingsbyidQuery = never;
|
|
108
|
+
export type GetmeetingsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}']['get']['parameters']>['path'];
|
|
109
|
+
export type GetmeetingsbyidBody = never;
|
|
110
|
+
export type GetmeetingsbyidResponse = paths['/lifecycle-manager/v1/meetings/{id}']['get']['responses']['200']['content']['application/json'];
|
|
111
|
+
type GetmeetingsbyidOperation = paths['/lifecycle-manager/v1/meetings/{id}']['get'];
|
|
112
|
+
|
|
113
|
+
export type UpdatemeetingsbyidQuery = never;
|
|
114
|
+
export type UpdatemeetingsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}']['put']['parameters']>['path'];
|
|
115
|
+
export type UpdatemeetingsbyidBody = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}']['put']['requestBody']>['content']['application/json'];
|
|
116
|
+
export type UpdatemeetingsbyidResponse = void;
|
|
117
|
+
type UpdatemeetingsbyidOperation = paths['/lifecycle-manager/v1/meetings/{id}']['put'];
|
|
118
|
+
|
|
119
|
+
export type DeletemeetingsbyidQuery = never;
|
|
120
|
+
export type DeletemeetingsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}']['delete']['parameters']>['path'];
|
|
121
|
+
export type DeletemeetingsbyidBody = never;
|
|
122
|
+
export type DeletemeetingsbyidResponse = void;
|
|
123
|
+
type DeletemeetingsbyidOperation = paths['/lifecycle-manager/v1/meetings/{id}']['delete'];
|
|
124
|
+
|
|
125
|
+
export type Createv2meetingsQuery = never;
|
|
126
|
+
export type Createv2meetingsPathParams = never;
|
|
127
|
+
export type Createv2meetingsBody = NonNullable<paths['/lifecycle-manager/v2/meetings']['post']['requestBody']>['content']['application/json'];
|
|
128
|
+
export type Createv2meetingsResponse = paths['/lifecycle-manager/v2/meetings']['post']['responses']['200']['content']['application/json'];
|
|
129
|
+
type Createv2meetingsOperation = paths['/lifecycle-manager/v2/meetings']['post'];
|
|
130
|
+
|
|
131
|
+
export type ListmeetingsQuery = NonNullable<paths['/lifecycle-manager/v1/meetings']['get']['parameters']>['query'];
|
|
132
|
+
export type ListmeetingsPathParams = never;
|
|
133
|
+
export type ListmeetingsBody = never;
|
|
134
|
+
export type ListmeetingsResponse = paths['/lifecycle-manager/v1/meetings']['get']['responses']['200']['content']['application/json'];
|
|
135
|
+
type ListmeetingsOperation = paths['/lifecycle-manager/v1/meetings']['get'];
|
|
136
|
+
|
|
137
|
+
export type CreatemeetingsQuery = never;
|
|
138
|
+
export type CreatemeetingsPathParams = never;
|
|
139
|
+
export type CreatemeetingsBody = NonNullable<paths['/lifecycle-manager/v1/meetings']['post']['requestBody']>['content']['application/json'];
|
|
140
|
+
export type CreatemeetingsResponse = paths['/lifecycle-manager/v1/meetings']['post']['responses']['200']['content']['application/json'];
|
|
141
|
+
type CreatemeetingsOperation = paths['/lifecycle-manager/v1/meetings']['post'];
|
|
142
|
+
|
|
143
|
+
export type UpdatemeetingscompletionstatusbyidQuery = never;
|
|
144
|
+
export type UpdatemeetingscompletionstatusbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}/completion-status']['put']['parameters']>['path'];
|
|
145
|
+
export type UpdatemeetingscompletionstatusbyidBody = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}/completion-status']['put']['requestBody']>['content']['application/json'];
|
|
146
|
+
export type UpdatemeetingscompletionstatusbyidResponse = void;
|
|
147
|
+
type UpdatemeetingscompletionstatusbyidOperation = paths['/lifecycle-manager/v1/meetings/{id}/completion-status']['put'];
|
|
148
|
+
|
|
149
|
+
export type CreatemeetingsattendeesusersbyidQuery = never;
|
|
150
|
+
export type CreatemeetingsattendeesusersbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}/attendees/users']['post']['parameters']>['path'];
|
|
151
|
+
export type CreatemeetingsattendeesusersbyidBody = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}/attendees/users']['post']['requestBody']>['content']['application/json'];
|
|
152
|
+
export type CreatemeetingsattendeesusersbyidResponse = paths['/lifecycle-manager/v1/meetings/{id}/attendees/users']['post']['responses']['200']['content']['application/json'];
|
|
153
|
+
type CreatemeetingsattendeesusersbyidOperation = paths['/lifecycle-manager/v1/meetings/{id}/attendees/users']['post'];
|
|
154
|
+
|
|
155
|
+
export type DeletemeetingsattendeesusersbyidQuery = never;
|
|
156
|
+
export type DeletemeetingsattendeesusersbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}/attendees/users']['delete']['parameters']>['path'];
|
|
157
|
+
export type DeletemeetingsattendeesusersbyidBody = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}/attendees/users']['delete']['requestBody']>['content']['application/json'];
|
|
158
|
+
export type DeletemeetingsattendeesusersbyidResponse = void;
|
|
159
|
+
type DeletemeetingsattendeesusersbyidOperation = paths['/lifecycle-manager/v1/meetings/{id}/attendees/users']['delete'];
|
|
160
|
+
|
|
161
|
+
export type CreatemeetingsattendeescontactsbyidQuery = never;
|
|
162
|
+
export type CreatemeetingsattendeescontactsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}/attendees/contacts']['post']['parameters']>['path'];
|
|
163
|
+
export type CreatemeetingsattendeescontactsbyidBody = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}/attendees/contacts']['post']['requestBody']>['content']['application/json'];
|
|
164
|
+
export type CreatemeetingsattendeescontactsbyidResponse = paths['/lifecycle-manager/v1/meetings/{id}/attendees/contacts']['post']['responses']['200']['content']['application/json'];
|
|
165
|
+
type CreatemeetingsattendeescontactsbyidOperation = paths['/lifecycle-manager/v1/meetings/{id}/attendees/contacts']['post'];
|
|
166
|
+
|
|
167
|
+
export type DeletemeetingsattendeescontactsbyidQuery = never;
|
|
168
|
+
export type DeletemeetingsattendeescontactsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}/attendees/contacts']['delete']['parameters']>['path'];
|
|
169
|
+
export type DeletemeetingsattendeescontactsbyidBody = NonNullable<paths['/lifecycle-manager/v1/meetings/{id}/attendees/contacts']['delete']['requestBody']>['content']['application/json'];
|
|
170
|
+
export type DeletemeetingsattendeescontactsbyidResponse = void;
|
|
171
|
+
type DeletemeetingsattendeescontactsbyidOperation = paths['/lifecycle-manager/v1/meetings/{id}/attendees/contacts']['delete'];
|
|
172
|
+
|
|
173
|
+
export type ListmeetingsactionitemsbymeetingidQuery = never;
|
|
174
|
+
export type ListmeetingsactionitemsbymeetingidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{meeting_id}/action-items']['get']['parameters']>['path'];
|
|
175
|
+
export type ListmeetingsactionitemsbymeetingidBody = never;
|
|
176
|
+
export type ListmeetingsactionitemsbymeetingidResponse = paths['/lifecycle-manager/v1/meetings/{meeting_id}/action-items']['get']['responses']['200']['content']['application/json'];
|
|
177
|
+
type ListmeetingsactionitemsbymeetingidOperation = paths['/lifecycle-manager/v1/meetings/{meeting_id}/action-items']['get'];
|
|
178
|
+
|
|
179
|
+
export type UpdatemeetingsactionitemsbymeetingidandactionitemidQuery = never;
|
|
180
|
+
export type UpdatemeetingsactionitemsbymeetingidandactionitemidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{meeting_id}/action-items/{action_item_id}']['put']['parameters']>['path'];
|
|
181
|
+
export type UpdatemeetingsactionitemsbymeetingidandactionitemidBody = never;
|
|
182
|
+
export type UpdatemeetingsactionitemsbymeetingidandactionitemidResponse = void;
|
|
183
|
+
type UpdatemeetingsactionitemsbymeetingidandactionitemidOperation = paths['/lifecycle-manager/v1/meetings/{meeting_id}/action-items/{action_item_id}']['put'];
|
|
184
|
+
|
|
185
|
+
export type DeletemeetingsactionitemsbymeetingidandactionitemidQuery = never;
|
|
186
|
+
export type DeletemeetingsactionitemsbymeetingidandactionitemidPathParams = NonNullable<paths['/lifecycle-manager/v1/meetings/{meeting_id}/action-items/{action_item_id}']['delete']['parameters']>['path'];
|
|
187
|
+
export type DeletemeetingsactionitemsbymeetingidandactionitemidBody = never;
|
|
188
|
+
export type DeletemeetingsactionitemsbymeetingidandactionitemidResponse = void;
|
|
189
|
+
type DeletemeetingsactionitemsbymeetingidandactionitemidOperation = paths['/lifecycle-manager/v1/meetings/{meeting_id}/action-items/{action_item_id}']['delete'];
|
|
190
|
+
|
|
191
|
+
export type UpdateinitiativesstatusbyidQuery = never;
|
|
192
|
+
export type UpdateinitiativesstatusbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}/status']['put']['parameters']>['path'];
|
|
193
|
+
export type UpdateinitiativesstatusbyidBody = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}/status']['put']['requestBody']>['content']['application/json'];
|
|
194
|
+
export type UpdateinitiativesstatusbyidResponse = void;
|
|
195
|
+
type UpdateinitiativesstatusbyidOperation = paths['/lifecycle-manager/v1/initiatives/{id}/status']['put'];
|
|
196
|
+
|
|
197
|
+
export type UpdateinitiativesschedulebyidQuery = never;
|
|
198
|
+
export type UpdateinitiativesschedulebyidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}/schedule']['put']['parameters']>['path'];
|
|
199
|
+
export type UpdateinitiativesschedulebyidBody = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}/schedule']['put']['requestBody']>['content']['application/json'];
|
|
200
|
+
export type UpdateinitiativesschedulebyidResponse = void;
|
|
201
|
+
type UpdateinitiativesschedulebyidOperation = paths['/lifecycle-manager/v1/initiatives/{id}/schedule']['put'];
|
|
202
|
+
|
|
203
|
+
export type UpdateinitiativesrecurringbyidQuery = never;
|
|
204
|
+
export type UpdateinitiativesrecurringbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}/recurring']['put']['parameters']>['path'];
|
|
205
|
+
export type UpdateinitiativesrecurringbyidBody = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}/recurring']['put']['requestBody']>['content']['application/json'];
|
|
206
|
+
export type UpdateinitiativesrecurringbyidResponse = void;
|
|
207
|
+
type UpdateinitiativesrecurringbyidOperation = paths['/lifecycle-manager/v1/initiatives/{id}/recurring']['put'];
|
|
208
|
+
|
|
209
|
+
export type UpdateinitiativesprioritybyidQuery = never;
|
|
210
|
+
export type UpdateinitiativesprioritybyidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}/priority']['put']['parameters']>['path'];
|
|
211
|
+
export type UpdateinitiativesprioritybyidBody = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}/priority']['put']['requestBody']>['content']['application/json'];
|
|
212
|
+
export type UpdateinitiativesprioritybyidResponse = void;
|
|
213
|
+
type UpdateinitiativesprioritybyidOperation = paths['/lifecycle-manager/v1/initiatives/{id}/priority']['put'];
|
|
214
|
+
|
|
215
|
+
export type UpdateinitiativesbudgetbyidQuery = never;
|
|
216
|
+
export type UpdateinitiativesbudgetbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}/budget']['put']['parameters']>['path'];
|
|
217
|
+
export type UpdateinitiativesbudgetbyidBody = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}/budget']['put']['requestBody']>['content']['application/json'];
|
|
218
|
+
export type UpdateinitiativesbudgetbyidResponse = void;
|
|
219
|
+
type UpdateinitiativesbudgetbyidOperation = paths['/lifecycle-manager/v1/initiatives/{id}/budget']['put'];
|
|
220
|
+
|
|
221
|
+
export type ListinitiativesmeetingsbyinitiativeidQuery = never;
|
|
222
|
+
export type ListinitiativesmeetingsbyinitiativeidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{initiative_id}/meetings']['get']['parameters']>['path'];
|
|
223
|
+
export type ListinitiativesmeetingsbyinitiativeidBody = never;
|
|
224
|
+
export type ListinitiativesmeetingsbyinitiativeidResponse = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/meetings']['get']['responses']['200']['content']['application/json'];
|
|
225
|
+
type ListinitiativesmeetingsbyinitiativeidOperation = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/meetings']['get'];
|
|
226
|
+
|
|
227
|
+
export type UpdateinitiativesmeetingsbyinitiativeidandmeetingidQuery = never;
|
|
228
|
+
export type UpdateinitiativesmeetingsbyinitiativeidandmeetingidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{initiative_id}/meetings/{meeting_id}']['put']['parameters']>['path'];
|
|
229
|
+
export type UpdateinitiativesmeetingsbyinitiativeidandmeetingidBody = never;
|
|
230
|
+
export type UpdateinitiativesmeetingsbyinitiativeidandmeetingidResponse = void;
|
|
231
|
+
type UpdateinitiativesmeetingsbyinitiativeidandmeetingidOperation = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/meetings/{meeting_id}']['put'];
|
|
232
|
+
|
|
233
|
+
export type DeleteinitiativesmeetingsbyinitiativeidandmeetingidQuery = never;
|
|
234
|
+
export type DeleteinitiativesmeetingsbyinitiativeidandmeetingidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{initiative_id}/meetings/{meeting_id}']['delete']['parameters']>['path'];
|
|
235
|
+
export type DeleteinitiativesmeetingsbyinitiativeidandmeetingidBody = never;
|
|
236
|
+
export type DeleteinitiativesmeetingsbyinitiativeidandmeetingidResponse = void;
|
|
237
|
+
type DeleteinitiativesmeetingsbyinitiativeidandmeetingidOperation = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/meetings/{meeting_id}']['delete'];
|
|
238
|
+
|
|
239
|
+
export type ListinitiativesgoalsbyinitiativeidQuery = never;
|
|
240
|
+
export type ListinitiativesgoalsbyinitiativeidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{initiative_id}/goals']['get']['parameters']>['path'];
|
|
241
|
+
export type ListinitiativesgoalsbyinitiativeidBody = never;
|
|
242
|
+
export type ListinitiativesgoalsbyinitiativeidResponse = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/goals']['get']['responses']['200']['content']['application/json'];
|
|
243
|
+
type ListinitiativesgoalsbyinitiativeidOperation = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/goals']['get'];
|
|
244
|
+
|
|
245
|
+
export type UpdateinitiativesgoalsbyinitiativeidandgoalidQuery = never;
|
|
246
|
+
export type UpdateinitiativesgoalsbyinitiativeidandgoalidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{initiative_id}/goals/{goal_id}']['put']['parameters']>['path'];
|
|
247
|
+
export type UpdateinitiativesgoalsbyinitiativeidandgoalidBody = never;
|
|
248
|
+
export type UpdateinitiativesgoalsbyinitiativeidandgoalidResponse = void;
|
|
249
|
+
type UpdateinitiativesgoalsbyinitiativeidandgoalidOperation = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/goals/{goal_id}']['put'];
|
|
250
|
+
|
|
251
|
+
export type DeleteinitiativesgoalsbyinitiativeidandgoalidQuery = never;
|
|
252
|
+
export type DeleteinitiativesgoalsbyinitiativeidandgoalidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{initiative_id}/goals/{goal_id}']['delete']['parameters']>['path'];
|
|
253
|
+
export type DeleteinitiativesgoalsbyinitiativeidandgoalidBody = never;
|
|
254
|
+
export type DeleteinitiativesgoalsbyinitiativeidandgoalidResponse = void;
|
|
255
|
+
type DeleteinitiativesgoalsbyinitiativeidandgoalidOperation = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/goals/{goal_id}']['delete'];
|
|
256
|
+
|
|
257
|
+
export type GetinitiativesbyidQuery = never;
|
|
258
|
+
export type GetinitiativesbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}']['get']['parameters']>['path'];
|
|
259
|
+
export type GetinitiativesbyidBody = never;
|
|
260
|
+
export type GetinitiativesbyidResponse = paths['/lifecycle-manager/v1/initiatives/{id}']['get']['responses']['200']['content']['application/json'];
|
|
261
|
+
type GetinitiativesbyidOperation = paths['/lifecycle-manager/v1/initiatives/{id}']['get'];
|
|
262
|
+
|
|
263
|
+
export type UpdateinitiativesbyidQuery = never;
|
|
264
|
+
export type UpdateinitiativesbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}']['put']['parameters']>['path'];
|
|
265
|
+
export type UpdateinitiativesbyidBody = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}']['put']['requestBody']>['content']['application/json'];
|
|
266
|
+
export type UpdateinitiativesbyidResponse = void;
|
|
267
|
+
type UpdateinitiativesbyidOperation = paths['/lifecycle-manager/v1/initiatives/{id}']['put'];
|
|
268
|
+
|
|
269
|
+
export type DeleteinitiativesbyidQuery = never;
|
|
270
|
+
export type DeleteinitiativesbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{id}']['delete']['parameters']>['path'];
|
|
271
|
+
export type DeleteinitiativesbyidBody = never;
|
|
272
|
+
export type DeleteinitiativesbyidResponse = void;
|
|
273
|
+
type DeleteinitiativesbyidOperation = paths['/lifecycle-manager/v1/initiatives/{id}']['delete'];
|
|
274
|
+
|
|
275
|
+
export type ListinitiativesQuery = NonNullable<paths['/lifecycle-manager/v1/initiatives']['get']['parameters']>['query'];
|
|
276
|
+
export type ListinitiativesPathParams = never;
|
|
277
|
+
export type ListinitiativesBody = never;
|
|
278
|
+
export type ListinitiativesResponse = paths['/lifecycle-manager/v1/initiatives']['get']['responses']['200']['content']['application/json'];
|
|
279
|
+
type ListinitiativesOperation = paths['/lifecycle-manager/v1/initiatives']['get'];
|
|
280
|
+
|
|
281
|
+
export type CreateinitiativesQuery = never;
|
|
282
|
+
export type CreateinitiativesPathParams = never;
|
|
283
|
+
export type CreateinitiativesBody = NonNullable<paths['/lifecycle-manager/v1/initiatives']['post']['requestBody']>['content']['application/json'];
|
|
284
|
+
export type CreateinitiativesResponse = paths['/lifecycle-manager/v1/initiatives']['post']['responses']['200']['content']['application/json'];
|
|
285
|
+
type CreateinitiativesOperation = paths['/lifecycle-manager/v1/initiatives']['post'];
|
|
286
|
+
|
|
287
|
+
export type ListinitiativesactionitemsbyinitiativeidQuery = never;
|
|
288
|
+
export type ListinitiativesactionitemsbyinitiativeidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{initiative_id}/action-items']['get']['parameters']>['path'];
|
|
289
|
+
export type ListinitiativesactionitemsbyinitiativeidBody = never;
|
|
290
|
+
export type ListinitiativesactionitemsbyinitiativeidResponse = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/action-items']['get']['responses']['200']['content']['application/json'];
|
|
291
|
+
type ListinitiativesactionitemsbyinitiativeidOperation = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/action-items']['get'];
|
|
292
|
+
|
|
293
|
+
export type UpdateinitiativesactionitemsbyinitiativeidandactionitemidQuery = never;
|
|
294
|
+
export type UpdateinitiativesactionitemsbyinitiativeidandactionitemidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{initiative_id}/action-items/{action_item_id}']['put']['parameters']>['path'];
|
|
295
|
+
export type UpdateinitiativesactionitemsbyinitiativeidandactionitemidBody = never;
|
|
296
|
+
export type UpdateinitiativesactionitemsbyinitiativeidandactionitemidResponse = void;
|
|
297
|
+
type UpdateinitiativesactionitemsbyinitiativeidandactionitemidOperation = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/action-items/{action_item_id}']['put'];
|
|
298
|
+
|
|
299
|
+
export type DeleteinitiativesactionitemsbyinitiativeidandactionitemidQuery = never;
|
|
300
|
+
export type DeleteinitiativesactionitemsbyinitiativeidandactionitemidPathParams = NonNullable<paths['/lifecycle-manager/v1/initiatives/{initiative_id}/action-items/{action_item_id}']['delete']['parameters']>['path'];
|
|
301
|
+
export type DeleteinitiativesactionitemsbyinitiativeidandactionitemidBody = never;
|
|
302
|
+
export type DeleteinitiativesactionitemsbyinitiativeidandactionitemidResponse = void;
|
|
303
|
+
type DeleteinitiativesactionitemsbyinitiativeidandactionitemidOperation = paths['/lifecycle-manager/v1/initiatives/{initiative_id}/action-items/{action_item_id}']['delete'];
|
|
304
|
+
|
|
305
|
+
export type UpdategoalsstatusbyidQuery = never;
|
|
306
|
+
export type UpdategoalsstatusbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/goals/{id}/status']['put']['parameters']>['path'];
|
|
307
|
+
export type UpdategoalsstatusbyidBody = NonNullable<paths['/lifecycle-manager/v1/goals/{id}/status']['put']['requestBody']>['content']['application/json'];
|
|
308
|
+
export type UpdategoalsstatusbyidResponse = void;
|
|
309
|
+
type UpdategoalsstatusbyidOperation = paths['/lifecycle-manager/v1/goals/{id}/status']['put'];
|
|
310
|
+
|
|
311
|
+
export type UpdategoalsschedulebyidQuery = never;
|
|
312
|
+
export type UpdategoalsschedulebyidPathParams = NonNullable<paths['/lifecycle-manager/v1/goals/{id}/schedule']['put']['parameters']>['path'];
|
|
313
|
+
export type UpdategoalsschedulebyidBody = NonNullable<paths['/lifecycle-manager/v1/goals/{id}/schedule']['put']['requestBody']>['content']['application/json'];
|
|
314
|
+
export type UpdategoalsschedulebyidResponse = void;
|
|
315
|
+
type UpdategoalsschedulebyidOperation = paths['/lifecycle-manager/v1/goals/{id}/schedule']['put'];
|
|
316
|
+
|
|
317
|
+
export type ListgoalsmeetingsbygoalidQuery = never;
|
|
318
|
+
export type ListgoalsmeetingsbygoalidPathParams = NonNullable<paths['/lifecycle-manager/v1/goals/{goal_id}/meetings']['get']['parameters']>['path'];
|
|
319
|
+
export type ListgoalsmeetingsbygoalidBody = never;
|
|
320
|
+
export type ListgoalsmeetingsbygoalidResponse = paths['/lifecycle-manager/v1/goals/{goal_id}/meetings']['get']['responses']['200']['content']['application/json'];
|
|
321
|
+
type ListgoalsmeetingsbygoalidOperation = paths['/lifecycle-manager/v1/goals/{goal_id}/meetings']['get'];
|
|
322
|
+
|
|
323
|
+
export type UpdategoalsmeetingsbygoalidandmeetingidQuery = never;
|
|
324
|
+
export type UpdategoalsmeetingsbygoalidandmeetingidPathParams = NonNullable<paths['/lifecycle-manager/v1/goals/{goal_id}/meetings/{meeting_id}']['put']['parameters']>['path'];
|
|
325
|
+
export type UpdategoalsmeetingsbygoalidandmeetingidBody = never;
|
|
326
|
+
export type UpdategoalsmeetingsbygoalidandmeetingidResponse = void;
|
|
327
|
+
type UpdategoalsmeetingsbygoalidandmeetingidOperation = paths['/lifecycle-manager/v1/goals/{goal_id}/meetings/{meeting_id}']['put'];
|
|
328
|
+
|
|
329
|
+
export type DeletegoalsmeetingsbygoalidandmeetingidQuery = never;
|
|
330
|
+
export type DeletegoalsmeetingsbygoalidandmeetingidPathParams = NonNullable<paths['/lifecycle-manager/v1/goals/{goal_id}/meetings/{meeting_id}']['delete']['parameters']>['path'];
|
|
331
|
+
export type DeletegoalsmeetingsbygoalidandmeetingidBody = never;
|
|
332
|
+
export type DeletegoalsmeetingsbygoalidandmeetingidResponse = void;
|
|
333
|
+
type DeletegoalsmeetingsbygoalidandmeetingidOperation = paths['/lifecycle-manager/v1/goals/{goal_id}/meetings/{meeting_id}']['delete'];
|
|
334
|
+
|
|
335
|
+
export type ListgoalsinitiativesbygoalidQuery = never;
|
|
336
|
+
export type ListgoalsinitiativesbygoalidPathParams = NonNullable<paths['/lifecycle-manager/v1/goals/{goal_id}/initiatives']['get']['parameters']>['path'];
|
|
337
|
+
export type ListgoalsinitiativesbygoalidBody = never;
|
|
338
|
+
export type ListgoalsinitiativesbygoalidResponse = paths['/lifecycle-manager/v1/goals/{goal_id}/initiatives']['get']['responses']['200']['content']['application/json'];
|
|
339
|
+
type ListgoalsinitiativesbygoalidOperation = paths['/lifecycle-manager/v1/goals/{goal_id}/initiatives']['get'];
|
|
340
|
+
|
|
341
|
+
export type UpdategoalsinitiativesbygoalidandinitiativeidQuery = never;
|
|
342
|
+
export type UpdategoalsinitiativesbygoalidandinitiativeidPathParams = NonNullable<paths['/lifecycle-manager/v1/goals/{goal_id}/initiatives/{initiative_id}']['put']['parameters']>['path'];
|
|
343
|
+
export type UpdategoalsinitiativesbygoalidandinitiativeidBody = never;
|
|
344
|
+
export type UpdategoalsinitiativesbygoalidandinitiativeidResponse = void;
|
|
345
|
+
type UpdategoalsinitiativesbygoalidandinitiativeidOperation = paths['/lifecycle-manager/v1/goals/{goal_id}/initiatives/{initiative_id}']['put'];
|
|
346
|
+
|
|
347
|
+
export type DeletegoalsinitiativesbygoalidandinitiativeidQuery = never;
|
|
348
|
+
export type DeletegoalsinitiativesbygoalidandinitiativeidPathParams = NonNullable<paths['/lifecycle-manager/v1/goals/{goal_id}/initiatives/{initiative_id}']['delete']['parameters']>['path'];
|
|
349
|
+
export type DeletegoalsinitiativesbygoalidandinitiativeidBody = never;
|
|
350
|
+
export type DeletegoalsinitiativesbygoalidandinitiativeidResponse = void;
|
|
351
|
+
type DeletegoalsinitiativesbygoalidandinitiativeidOperation = paths['/lifecycle-manager/v1/goals/{goal_id}/initiatives/{initiative_id}']['delete'];
|
|
352
|
+
|
|
353
|
+
export type GetgoalsbyidQuery = never;
|
|
354
|
+
export type GetgoalsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/goals/{id}']['get']['parameters']>['path'];
|
|
355
|
+
export type GetgoalsbyidBody = never;
|
|
356
|
+
export type GetgoalsbyidResponse = paths['/lifecycle-manager/v1/goals/{id}']['get']['responses']['200']['content']['application/json'];
|
|
357
|
+
type GetgoalsbyidOperation = paths['/lifecycle-manager/v1/goals/{id}']['get'];
|
|
358
|
+
|
|
359
|
+
export type UpdategoalsbyidQuery = never;
|
|
360
|
+
export type UpdategoalsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/goals/{id}']['put']['parameters']>['path'];
|
|
361
|
+
export type UpdategoalsbyidBody = NonNullable<paths['/lifecycle-manager/v1/goals/{id}']['put']['requestBody']>['content']['application/json'];
|
|
362
|
+
export type UpdategoalsbyidResponse = void;
|
|
363
|
+
type UpdategoalsbyidOperation = paths['/lifecycle-manager/v1/goals/{id}']['put'];
|
|
364
|
+
|
|
365
|
+
export type DeletegoalsbyidQuery = never;
|
|
366
|
+
export type DeletegoalsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/goals/{id}']['delete']['parameters']>['path'];
|
|
367
|
+
export type DeletegoalsbyidBody = never;
|
|
368
|
+
export type DeletegoalsbyidResponse = void;
|
|
369
|
+
type DeletegoalsbyidOperation = paths['/lifecycle-manager/v1/goals/{id}']['delete'];
|
|
370
|
+
|
|
371
|
+
export type ListgoalsQuery = NonNullable<paths['/lifecycle-manager/v1/goals']['get']['parameters']>['query'];
|
|
372
|
+
export type ListgoalsPathParams = never;
|
|
373
|
+
export type ListgoalsBody = never;
|
|
374
|
+
export type ListgoalsResponse = paths['/lifecycle-manager/v1/goals']['get']['responses']['200']['content']['application/json'];
|
|
375
|
+
type ListgoalsOperation = paths['/lifecycle-manager/v1/goals']['get'];
|
|
376
|
+
|
|
377
|
+
export type CreategoalsQuery = never;
|
|
378
|
+
export type CreategoalsPathParams = never;
|
|
379
|
+
export type CreategoalsBody = NonNullable<paths['/lifecycle-manager/v1/goals']['post']['requestBody']>['content']['application/json'];
|
|
380
|
+
export type CreategoalsResponse = paths['/lifecycle-manager/v1/goals']['post']['responses']['200']['content']['application/json'];
|
|
381
|
+
type CreategoalsOperation = paths['/lifecycle-manager/v1/goals']['post'];
|
|
382
|
+
|
|
383
|
+
export type UpdateactionitemscompletionstatusbyidQuery = never;
|
|
384
|
+
export type UpdateactionitemscompletionstatusbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/action-items/{id}/completion-status']['put']['parameters']>['path'];
|
|
385
|
+
export type UpdateactionitemscompletionstatusbyidBody = NonNullable<paths['/lifecycle-manager/v1/action-items/{id}/completion-status']['put']['requestBody']>['content']['application/json'];
|
|
386
|
+
export type UpdateactionitemscompletionstatusbyidResponse = void;
|
|
387
|
+
type UpdateactionitemscompletionstatusbyidOperation = paths['/lifecycle-manager/v1/action-items/{id}/completion-status']['put'];
|
|
388
|
+
|
|
389
|
+
export type GetactionitemsbyidQuery = never;
|
|
390
|
+
export type GetactionitemsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/action-items/{id}']['get']['parameters']>['path'];
|
|
391
|
+
export type GetactionitemsbyidBody = never;
|
|
392
|
+
export type GetactionitemsbyidResponse = paths['/lifecycle-manager/v1/action-items/{id}']['get']['responses']['200']['content']['application/json'];
|
|
393
|
+
type GetactionitemsbyidOperation = paths['/lifecycle-manager/v1/action-items/{id}']['get'];
|
|
394
|
+
|
|
395
|
+
export type UpdateactionitemsbyidQuery = never;
|
|
396
|
+
export type UpdateactionitemsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/action-items/{id}']['put']['parameters']>['path'];
|
|
397
|
+
export type UpdateactionitemsbyidBody = NonNullable<paths['/lifecycle-manager/v1/action-items/{id}']['put']['requestBody']>['content']['application/json'];
|
|
398
|
+
export type UpdateactionitemsbyidResponse = void;
|
|
399
|
+
type UpdateactionitemsbyidOperation = paths['/lifecycle-manager/v1/action-items/{id}']['put'];
|
|
400
|
+
|
|
401
|
+
export type DeleteactionitemsbyidQuery = never;
|
|
402
|
+
export type DeleteactionitemsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/action-items/{id}']['delete']['parameters']>['path'];
|
|
403
|
+
export type DeleteactionitemsbyidBody = never;
|
|
404
|
+
export type DeleteactionitemsbyidResponse = void;
|
|
405
|
+
type DeleteactionitemsbyidOperation = paths['/lifecycle-manager/v1/action-items/{id}']['delete'];
|
|
406
|
+
|
|
407
|
+
export type ListactionitemsQuery = NonNullable<paths['/lifecycle-manager/v1/action-items']['get']['parameters']>['query'];
|
|
408
|
+
export type ListactionitemsPathParams = never;
|
|
409
|
+
export type ListactionitemsBody = never;
|
|
410
|
+
export type ListactionitemsResponse = paths['/lifecycle-manager/v1/action-items']['get']['responses']['200']['content']['application/json'];
|
|
411
|
+
type ListactionitemsOperation = paths['/lifecycle-manager/v1/action-items']['get'];
|
|
412
|
+
|
|
413
|
+
export type CreateactionitemsQuery = never;
|
|
414
|
+
export type CreateactionitemsPathParams = never;
|
|
415
|
+
export type CreateactionitemsBody = NonNullable<paths['/lifecycle-manager/v1/action-items']['post']['requestBody']>['content']['application/json'];
|
|
416
|
+
export type CreateactionitemsResponse = paths['/lifecycle-manager/v1/action-items']['post']['responses']['200']['content']['application/json'];
|
|
417
|
+
type CreateactionitemsOperation = paths['/lifecycle-manager/v1/action-items']['post'];
|
|
418
|
+
|
|
419
|
+
export type GetcontractsbyidQuery = never;
|
|
420
|
+
export type GetcontractsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/contracts/{id}']['get']['parameters']>['path'];
|
|
421
|
+
export type GetcontractsbyidBody = never;
|
|
422
|
+
export type GetcontractsbyidResponse = paths['/lifecycle-manager/v1/contracts/{id}']['get']['responses']['200']['content']['application/json'];
|
|
423
|
+
type GetcontractsbyidOperation = paths['/lifecycle-manager/v1/contracts/{id}']['get'];
|
|
424
|
+
|
|
425
|
+
export type UpdatecontractsbyidQuery = never;
|
|
426
|
+
export type UpdatecontractsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/contracts/{id}']['put']['parameters']>['path'];
|
|
427
|
+
export type UpdatecontractsbyidBody = NonNullable<paths['/lifecycle-manager/v1/contracts/{id}']['put']['requestBody']>['content']['application/json'];
|
|
428
|
+
export type UpdatecontractsbyidResponse = void;
|
|
429
|
+
type UpdatecontractsbyidOperation = paths['/lifecycle-manager/v1/contracts/{id}']['put'];
|
|
430
|
+
|
|
431
|
+
export type DeletecontractsbyidQuery = never;
|
|
432
|
+
export type DeletecontractsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/contracts/{id}']['delete']['parameters']>['path'];
|
|
433
|
+
export type DeletecontractsbyidBody = never;
|
|
434
|
+
export type DeletecontractsbyidResponse = void;
|
|
435
|
+
type DeletecontractsbyidOperation = paths['/lifecycle-manager/v1/contracts/{id}']['delete'];
|
|
436
|
+
|
|
437
|
+
export type ListcontractsQuery = NonNullable<paths['/lifecycle-manager/v1/contracts']['get']['parameters']>['query'];
|
|
438
|
+
export type ListcontractsPathParams = never;
|
|
439
|
+
export type ListcontractsBody = never;
|
|
440
|
+
export type ListcontractsResponse = paths['/lifecycle-manager/v1/contracts']['get']['responses']['200']['content']['application/json'];
|
|
441
|
+
type ListcontractsOperation = paths['/lifecycle-manager/v1/contracts']['get'];
|
|
442
|
+
|
|
443
|
+
export type CreatecontractsQuery = never;
|
|
444
|
+
export type CreatecontractsPathParams = never;
|
|
445
|
+
export type CreatecontractsBody = NonNullable<paths['/lifecycle-manager/v1/contracts']['post']['requestBody']>['content']['application/json'];
|
|
446
|
+
export type CreatecontractsResponse = paths['/lifecycle-manager/v1/contracts']['post']['responses']['200']['content']['application/json'];
|
|
447
|
+
type CreatecontractsOperation = paths['/lifecycle-manager/v1/contracts']['post'];
|
|
448
|
+
|
|
449
|
+
export type ListassetshardwarelifecyclesQuery = NonNullable<paths['/lifecycle-manager/v1/assets/hardware/lifecycles']['get']['parameters']>['query'];
|
|
450
|
+
export type ListassetshardwarelifecyclesPathParams = never;
|
|
451
|
+
export type ListassetshardwarelifecyclesBody = never;
|
|
452
|
+
export type ListassetshardwarelifecyclesResponse = paths['/lifecycle-manager/v1/assets/hardware/lifecycles']['get']['responses']['200']['content']['application/json'];
|
|
453
|
+
type ListassetshardwarelifecyclesOperation = paths['/lifecycle-manager/v1/assets/hardware/lifecycles']['get'];
|
|
454
|
+
|
|
455
|
+
export type GetassessmenttemplatesbyassessmenttemplateidQuery = never;
|
|
456
|
+
export type GetassessmenttemplatesbyassessmenttemplateidPathParams = NonNullable<paths['/lifecycle-manager/v1/assessment-templates/{assessment_template_id}']['get']['parameters']>['path'];
|
|
457
|
+
export type GetassessmenttemplatesbyassessmenttemplateidBody = never;
|
|
458
|
+
export type GetassessmenttemplatesbyassessmenttemplateidResponse = paths['/lifecycle-manager/v1/assessment-templates/{assessment_template_id}']['get']['responses']['200']['content']['application/json'];
|
|
459
|
+
type GetassessmenttemplatesbyassessmenttemplateidOperation = paths['/lifecycle-manager/v1/assessment-templates/{assessment_template_id}']['get'];
|
|
460
|
+
|
|
461
|
+
export type UpdateassessmenttemplatesbyassessmenttemplateidQuery = never;
|
|
462
|
+
export type UpdateassessmenttemplatesbyassessmenttemplateidPathParams = NonNullable<paths['/lifecycle-manager/v1/assessment-templates/{assessment_template_id}']['put']['parameters']>['path'];
|
|
463
|
+
export type UpdateassessmenttemplatesbyassessmenttemplateidBody = NonNullable<paths['/lifecycle-manager/v1/assessment-templates/{assessment_template_id}']['put']['requestBody']>['content']['application/json'];
|
|
464
|
+
export type UpdateassessmenttemplatesbyassessmenttemplateidResponse = void;
|
|
465
|
+
type UpdateassessmenttemplatesbyassessmenttemplateidOperation = paths['/lifecycle-manager/v1/assessment-templates/{assessment_template_id}']['put'];
|
|
466
|
+
|
|
467
|
+
export type DeleteassessmenttemplatesbyassessmenttemplateidQuery = never;
|
|
468
|
+
export type DeleteassessmenttemplatesbyassessmenttemplateidPathParams = NonNullable<paths['/lifecycle-manager/v1/assessment-templates/{assessment_template_id}']['delete']['parameters']>['path'];
|
|
469
|
+
export type DeleteassessmenttemplatesbyassessmenttemplateidBody = never;
|
|
470
|
+
export type DeleteassessmenttemplatesbyassessmenttemplateidResponse = void;
|
|
471
|
+
type DeleteassessmenttemplatesbyassessmenttemplateidOperation = paths['/lifecycle-manager/v1/assessment-templates/{assessment_template_id}']['delete'];
|
|
472
|
+
|
|
473
|
+
export type ListassessmenttemplatesQuery = never;
|
|
474
|
+
export type ListassessmenttemplatesPathParams = never;
|
|
475
|
+
export type ListassessmenttemplatesBody = never;
|
|
476
|
+
export type ListassessmenttemplatesResponse = paths['/lifecycle-manager/v1/assessment-templates']['get']['responses']['200']['content']['application/json'];
|
|
477
|
+
type ListassessmenttemplatesOperation = paths['/lifecycle-manager/v1/assessment-templates']['get'];
|
|
478
|
+
|
|
479
|
+
export type CreateassessmenttemplatesQuery = never;
|
|
480
|
+
export type CreateassessmenttemplatesPathParams = never;
|
|
481
|
+
export type CreateassessmenttemplatesBody = NonNullable<paths['/lifecycle-manager/v1/assessment-templates']['post']['requestBody']>['content']['application/json'];
|
|
482
|
+
export type CreateassessmenttemplatesResponse = paths['/lifecycle-manager/v1/assessment-templates']['post']['responses']['200']['content']['application/json'];
|
|
483
|
+
type CreateassessmenttemplatesOperation = paths['/lifecycle-manager/v1/assessment-templates']['post'];
|
|
484
|
+
|
|
485
|
+
export type UpdateassessmentsinternalcommentbyidQuery = never;
|
|
486
|
+
export type UpdateassessmentsinternalcommentbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/assessments/{id}/internal-comment']['put']['parameters']>['path'];
|
|
487
|
+
export type UpdateassessmentsinternalcommentbyidBody = NonNullable<paths['/lifecycle-manager/v1/assessments/{id}/internal-comment']['put']['requestBody']>['content']['application/json'];
|
|
488
|
+
export type UpdateassessmentsinternalcommentbyidResponse = void;
|
|
489
|
+
type UpdateassessmentsinternalcommentbyidOperation = paths['/lifecycle-manager/v1/assessments/{id}/internal-comment']['put'];
|
|
490
|
+
|
|
491
|
+
export type UpdateassessmentsevaluatebyidQuery = never;
|
|
492
|
+
export type UpdateassessmentsevaluatebyidPathParams = NonNullable<paths['/lifecycle-manager/v1/assessments/{id}/evaluate']['put']['parameters']>['path'];
|
|
493
|
+
export type UpdateassessmentsevaluatebyidBody = NonNullable<paths['/lifecycle-manager/v1/assessments/{id}/evaluate']['put']['requestBody']>['content']['application/json'];
|
|
494
|
+
export type UpdateassessmentsevaluatebyidResponse = void;
|
|
495
|
+
type UpdateassessmentsevaluatebyidOperation = paths['/lifecycle-manager/v1/assessments/{id}/evaluate']['put'];
|
|
496
|
+
|
|
497
|
+
export type GetassessmentsbyidQuery = never;
|
|
498
|
+
export type GetassessmentsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/assessments/{id}']['get']['parameters']>['path'];
|
|
499
|
+
export type GetassessmentsbyidBody = never;
|
|
500
|
+
export type GetassessmentsbyidResponse = paths['/lifecycle-manager/v1/assessments/{id}']['get']['responses']['200']['content']['application/json'];
|
|
501
|
+
type GetassessmentsbyidOperation = paths['/lifecycle-manager/v1/assessments/{id}']['get'];
|
|
502
|
+
|
|
503
|
+
export type UpdateassessmentsbyidQuery = never;
|
|
504
|
+
export type UpdateassessmentsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/assessments/{id}']['put']['parameters']>['path'];
|
|
505
|
+
export type UpdateassessmentsbyidBody = NonNullable<paths['/lifecycle-manager/v1/assessments/{id}']['put']['requestBody']>['content']['application/json'];
|
|
506
|
+
export type UpdateassessmentsbyidResponse = void;
|
|
507
|
+
type UpdateassessmentsbyidOperation = paths['/lifecycle-manager/v1/assessments/{id}']['put'];
|
|
508
|
+
|
|
509
|
+
export type DeleteassessmentsbyidQuery = never;
|
|
510
|
+
export type DeleteassessmentsbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/assessments/{id}']['delete']['parameters']>['path'];
|
|
511
|
+
export type DeleteassessmentsbyidBody = never;
|
|
512
|
+
export type DeleteassessmentsbyidResponse = void;
|
|
513
|
+
type DeleteassessmentsbyidOperation = paths['/lifecycle-manager/v1/assessments/{id}']['delete'];
|
|
514
|
+
|
|
515
|
+
export type ListassessmentsQuery = NonNullable<paths['/lifecycle-manager/v1/assessments']['get']['parameters']>['query'];
|
|
516
|
+
export type ListassessmentsPathParams = never;
|
|
517
|
+
export type ListassessmentsBody = never;
|
|
518
|
+
export type ListassessmentsResponse = paths['/lifecycle-manager/v1/assessments']['get']['responses']['200']['content']['application/json'];
|
|
519
|
+
type ListassessmentsOperation = paths['/lifecycle-manager/v1/assessments']['get'];
|
|
520
|
+
|
|
521
|
+
export type CreateassessmentsQuery = never;
|
|
522
|
+
export type CreateassessmentsPathParams = never;
|
|
523
|
+
export type CreateassessmentsBody = NonNullable<paths['/lifecycle-manager/v1/assessments']['post']['requestBody']>['content']['application/json'];
|
|
524
|
+
export type CreateassessmentsResponse = paths['/lifecycle-manager/v1/assessments']['post']['responses']['200']['content']['application/json'];
|
|
525
|
+
type CreateassessmentsOperation = paths['/lifecycle-manager/v1/assessments']['post'];
|
|
526
|
+
|
|
527
|
+
export type UpdateassessmentscompletionstatusbyidQuery = never;
|
|
528
|
+
export type UpdateassessmentscompletionstatusbyidPathParams = NonNullable<paths['/lifecycle-manager/v1/assessments/{id}/completion-status']['put']['parameters']>['path'];
|
|
529
|
+
export type UpdateassessmentscompletionstatusbyidBody = NonNullable<paths['/lifecycle-manager/v1/assessments/{id}/completion-status']['put']['requestBody']>['content']['application/json'];
|
|
530
|
+
export type UpdateassessmentscompletionstatusbyidResponse = void;
|
|
531
|
+
type UpdateassessmentscompletionstatusbyidOperation = paths['/lifecycle-manager/v1/assessments/{id}/completion-status']['put'];
|
|
532
|
+
|
|
533
|
+
export class GeneratedLifecycleManagerClient extends BaseApiClient {
|
|
534
|
+
public constructor(config: BaseClientConfig) {
|
|
535
|
+
super(config);
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
public getNotesById(pathParams: GetnotesbyidPathParams): Promise<GetnotesbyidResponse> {
|
|
539
|
+
const path = `/lifecycle-manager/v1/notes/${encodeURIComponent(String(pathParams.id))}`;
|
|
540
|
+
return this.requestJson({
|
|
541
|
+
method: "GET",
|
|
542
|
+
path,
|
|
543
|
+
}) as Promise<GetnotesbyidResponse>;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
public updateNotesById(pathParams: UpdatenotesbyidPathParams, body: UpdatenotesbyidBody): Promise<UpdatenotesbyidResponse> {
|
|
547
|
+
const path = `/lifecycle-manager/v1/notes/${encodeURIComponent(String(pathParams.id))}`;
|
|
548
|
+
return this.requestJson({
|
|
549
|
+
method: "PUT",
|
|
550
|
+
path,
|
|
551
|
+
body
|
|
552
|
+
}) as Promise<UpdatenotesbyidResponse>;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
public deleteNotesById(pathParams: DeletenotesbyidPathParams): Promise<DeletenotesbyidResponse> {
|
|
556
|
+
const path = `/lifecycle-manager/v1/notes/${encodeURIComponent(String(pathParams.id))}`;
|
|
557
|
+
return this.requestJson({
|
|
558
|
+
method: "DELETE",
|
|
559
|
+
path,
|
|
560
|
+
}) as Promise<DeletenotesbyidResponse>;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
public listNotes(query?: ListnotesQuery): Promise<ListnotesResponse> {
|
|
564
|
+
const path = "/lifecycle-manager/v1/notes";
|
|
565
|
+
return this.requestJson({
|
|
566
|
+
method: "GET",
|
|
567
|
+
path,
|
|
568
|
+
query,
|
|
569
|
+
}) as Promise<ListnotesResponse>;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
public createNotes(body: CreatenotesBody): Promise<CreatenotesResponse> {
|
|
573
|
+
const path = "/lifecycle-manager/v1/notes";
|
|
574
|
+
return this.requestJson({
|
|
575
|
+
method: "POST",
|
|
576
|
+
path,
|
|
577
|
+
body
|
|
578
|
+
}) as Promise<CreatenotesResponse>;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
public updateNotesArchiveStatusById(pathParams: UpdatenotesarchivestatusbyidPathParams, body: UpdatenotesarchivestatusbyidBody): Promise<UpdatenotesarchivestatusbyidResponse> {
|
|
582
|
+
const path = `/lifecycle-manager/v1/notes/${encodeURIComponent(String(pathParams.id))}/archive-status`;
|
|
583
|
+
return this.requestJson({
|
|
584
|
+
method: "PUT",
|
|
585
|
+
path,
|
|
586
|
+
body
|
|
587
|
+
}) as Promise<UpdatenotesarchivestatusbyidResponse>;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
public updateV2MeetingsById(pathParams: Updatev2meetingsbyidPathParams, body: Updatev2meetingsbyidBody): Promise<Updatev2meetingsbyidResponse> {
|
|
591
|
+
const path = `/lifecycle-manager/v2/meetings/${encodeURIComponent(String(pathParams.id))}`;
|
|
592
|
+
return this.requestJson({
|
|
593
|
+
method: "PUT",
|
|
594
|
+
path,
|
|
595
|
+
body
|
|
596
|
+
}) as Promise<Updatev2meetingsbyidResponse>;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
public updateMeetingTypesByMeetingTypeId(pathParams: UpdatemeetingtypesbymeetingtypeidPathParams, body: UpdatemeetingtypesbymeetingtypeidBody): Promise<UpdatemeetingtypesbymeetingtypeidResponse> {
|
|
600
|
+
const path = `/lifecycle-manager/v1/meeting-types/${encodeURIComponent(String(pathParams.meeting_type_id))}`;
|
|
601
|
+
return this.requestJson({
|
|
602
|
+
method: "PUT",
|
|
603
|
+
path,
|
|
604
|
+
body
|
|
605
|
+
}) as Promise<UpdatemeetingtypesbymeetingtypeidResponse>;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
public deleteMeetingTypesByMeetingTypeId(pathParams: DeletemeetingtypesbymeetingtypeidPathParams): Promise<DeletemeetingtypesbymeetingtypeidResponse> {
|
|
609
|
+
const path = `/lifecycle-manager/v1/meeting-types/${encodeURIComponent(String(pathParams.meeting_type_id))}`;
|
|
610
|
+
return this.requestJson({
|
|
611
|
+
method: "DELETE",
|
|
612
|
+
path,
|
|
613
|
+
}) as Promise<DeletemeetingtypesbymeetingtypeidResponse>;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
public listMeetingTypes(): Promise<ListmeetingtypesResponse> {
|
|
617
|
+
const path = "/lifecycle-manager/v1/meeting-types";
|
|
618
|
+
return this.requestJson({
|
|
619
|
+
method: "GET",
|
|
620
|
+
path,
|
|
621
|
+
}) as Promise<ListmeetingtypesResponse>;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
public createMeetingTypes(body: CreatemeetingtypesBody): Promise<CreatemeetingtypesResponse> {
|
|
625
|
+
const path = "/lifecycle-manager/v1/meeting-types";
|
|
626
|
+
return this.requestJson({
|
|
627
|
+
method: "POST",
|
|
628
|
+
path,
|
|
629
|
+
body
|
|
630
|
+
}) as Promise<CreatemeetingtypesResponse>;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
public listMeetingsInitiativesByMeetingId(pathParams: ListmeetingsinitiativesbymeetingidPathParams): Promise<ListmeetingsinitiativesbymeetingidResponse> {
|
|
634
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.meeting_id))}/initiatives`;
|
|
635
|
+
return this.requestJson({
|
|
636
|
+
method: "GET",
|
|
637
|
+
path,
|
|
638
|
+
}) as Promise<ListmeetingsinitiativesbymeetingidResponse>;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
public updateMeetingsInitiativesByMeetingIdAndInitiativeId(pathParams: UpdatemeetingsinitiativesbymeetingidandinitiativeidPathParams): Promise<UpdatemeetingsinitiativesbymeetingidandinitiativeidResponse> {
|
|
642
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.meeting_id))}/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}`;
|
|
643
|
+
return this.requestJson({
|
|
644
|
+
method: "PUT",
|
|
645
|
+
path,
|
|
646
|
+
}) as Promise<UpdatemeetingsinitiativesbymeetingidandinitiativeidResponse>;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
public deleteMeetingsInitiativesByMeetingIdAndInitiativeId(pathParams: DeletemeetingsinitiativesbymeetingidandinitiativeidPathParams): Promise<DeletemeetingsinitiativesbymeetingidandinitiativeidResponse> {
|
|
650
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.meeting_id))}/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}`;
|
|
651
|
+
return this.requestJson({
|
|
652
|
+
method: "DELETE",
|
|
653
|
+
path,
|
|
654
|
+
}) as Promise<DeletemeetingsinitiativesbymeetingidandinitiativeidResponse>;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
public listMeetingsGoalsByMeetingId(pathParams: ListmeetingsgoalsbymeetingidPathParams): Promise<ListmeetingsgoalsbymeetingidResponse> {
|
|
658
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.meeting_id))}/goals`;
|
|
659
|
+
return this.requestJson({
|
|
660
|
+
method: "GET",
|
|
661
|
+
path,
|
|
662
|
+
}) as Promise<ListmeetingsgoalsbymeetingidResponse>;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
public updateMeetingsGoalsByMeetingIdAndGoalId(pathParams: UpdatemeetingsgoalsbymeetingidandgoalidPathParams): Promise<UpdatemeetingsgoalsbymeetingidandgoalidResponse> {
|
|
666
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.meeting_id))}/goals/${encodeURIComponent(String(pathParams.goal_id))}`;
|
|
667
|
+
return this.requestJson({
|
|
668
|
+
method: "PUT",
|
|
669
|
+
path,
|
|
670
|
+
}) as Promise<UpdatemeetingsgoalsbymeetingidandgoalidResponse>;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
public deleteMeetingsGoalsByMeetingIdAndGoalId(pathParams: DeletemeetingsgoalsbymeetingidandgoalidPathParams): Promise<DeletemeetingsgoalsbymeetingidandgoalidResponse> {
|
|
674
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.meeting_id))}/goals/${encodeURIComponent(String(pathParams.goal_id))}`;
|
|
675
|
+
return this.requestJson({
|
|
676
|
+
method: "DELETE",
|
|
677
|
+
path,
|
|
678
|
+
}) as Promise<DeletemeetingsgoalsbymeetingidandgoalidResponse>;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
public getMeetingsById(pathParams: GetmeetingsbyidPathParams): Promise<GetmeetingsbyidResponse> {
|
|
682
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.id))}`;
|
|
683
|
+
return this.requestJson({
|
|
684
|
+
method: "GET",
|
|
685
|
+
path,
|
|
686
|
+
}) as Promise<GetmeetingsbyidResponse>;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
public updateMeetingsById(pathParams: UpdatemeetingsbyidPathParams, body: UpdatemeetingsbyidBody): Promise<UpdatemeetingsbyidResponse> {
|
|
690
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.id))}`;
|
|
691
|
+
return this.requestJson({
|
|
692
|
+
method: "PUT",
|
|
693
|
+
path,
|
|
694
|
+
body
|
|
695
|
+
}) as Promise<UpdatemeetingsbyidResponse>;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
public deleteMeetingsById(pathParams: DeletemeetingsbyidPathParams): Promise<DeletemeetingsbyidResponse> {
|
|
699
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.id))}`;
|
|
700
|
+
return this.requestJson({
|
|
701
|
+
method: "DELETE",
|
|
702
|
+
path,
|
|
703
|
+
}) as Promise<DeletemeetingsbyidResponse>;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
public createV2Meetings(body: Createv2meetingsBody): Promise<Createv2meetingsResponse> {
|
|
707
|
+
const path = "/lifecycle-manager/v2/meetings";
|
|
708
|
+
return this.requestJson({
|
|
709
|
+
method: "POST",
|
|
710
|
+
path,
|
|
711
|
+
body
|
|
712
|
+
}) as Promise<Createv2meetingsResponse>;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
public listMeetings(query?: ListmeetingsQuery): Promise<ListmeetingsResponse> {
|
|
716
|
+
const path = "/lifecycle-manager/v1/meetings";
|
|
717
|
+
return this.requestJson({
|
|
718
|
+
method: "GET",
|
|
719
|
+
path,
|
|
720
|
+
query,
|
|
721
|
+
}) as Promise<ListmeetingsResponse>;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
public createMeetings(body: CreatemeetingsBody): Promise<CreatemeetingsResponse> {
|
|
725
|
+
const path = "/lifecycle-manager/v1/meetings";
|
|
726
|
+
return this.requestJson({
|
|
727
|
+
method: "POST",
|
|
728
|
+
path,
|
|
729
|
+
body
|
|
730
|
+
}) as Promise<CreatemeetingsResponse>;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
public updateMeetingsCompletionStatusById(pathParams: UpdatemeetingscompletionstatusbyidPathParams, body: UpdatemeetingscompletionstatusbyidBody): Promise<UpdatemeetingscompletionstatusbyidResponse> {
|
|
734
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.id))}/completion-status`;
|
|
735
|
+
return this.requestJson({
|
|
736
|
+
method: "PUT",
|
|
737
|
+
path,
|
|
738
|
+
body
|
|
739
|
+
}) as Promise<UpdatemeetingscompletionstatusbyidResponse>;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
public createMeetingsAttendeesUsersById(pathParams: CreatemeetingsattendeesusersbyidPathParams, body: CreatemeetingsattendeesusersbyidBody): Promise<CreatemeetingsattendeesusersbyidResponse> {
|
|
743
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.id))}/attendees/users`;
|
|
744
|
+
return this.requestJson({
|
|
745
|
+
method: "POST",
|
|
746
|
+
path,
|
|
747
|
+
body
|
|
748
|
+
}) as Promise<CreatemeetingsattendeesusersbyidResponse>;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
public deleteMeetingsAttendeesUsersById(pathParams: DeletemeetingsattendeesusersbyidPathParams, body: DeletemeetingsattendeesusersbyidBody): Promise<DeletemeetingsattendeesusersbyidResponse> {
|
|
752
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.id))}/attendees/users`;
|
|
753
|
+
return this.requestJson({
|
|
754
|
+
method: "DELETE",
|
|
755
|
+
path,
|
|
756
|
+
body
|
|
757
|
+
}) as Promise<DeletemeetingsattendeesusersbyidResponse>;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
public createMeetingsAttendeesContactsById(pathParams: CreatemeetingsattendeescontactsbyidPathParams, body: CreatemeetingsattendeescontactsbyidBody): Promise<CreatemeetingsattendeescontactsbyidResponse> {
|
|
761
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.id))}/attendees/contacts`;
|
|
762
|
+
return this.requestJson({
|
|
763
|
+
method: "POST",
|
|
764
|
+
path,
|
|
765
|
+
body
|
|
766
|
+
}) as Promise<CreatemeetingsattendeescontactsbyidResponse>;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
public deleteMeetingsAttendeesContactsById(pathParams: DeletemeetingsattendeescontactsbyidPathParams, body: DeletemeetingsattendeescontactsbyidBody): Promise<DeletemeetingsattendeescontactsbyidResponse> {
|
|
770
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.id))}/attendees/contacts`;
|
|
771
|
+
return this.requestJson({
|
|
772
|
+
method: "DELETE",
|
|
773
|
+
path,
|
|
774
|
+
body
|
|
775
|
+
}) as Promise<DeletemeetingsattendeescontactsbyidResponse>;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
public listMeetingsActionItemsByMeetingId(pathParams: ListmeetingsactionitemsbymeetingidPathParams): Promise<ListmeetingsactionitemsbymeetingidResponse> {
|
|
779
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.meeting_id))}/action-items`;
|
|
780
|
+
return this.requestJson({
|
|
781
|
+
method: "GET",
|
|
782
|
+
path,
|
|
783
|
+
}) as Promise<ListmeetingsactionitemsbymeetingidResponse>;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
public updateMeetingsActionItemsByMeetingIdAndActionItemId(pathParams: UpdatemeetingsactionitemsbymeetingidandactionitemidPathParams): Promise<UpdatemeetingsactionitemsbymeetingidandactionitemidResponse> {
|
|
787
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.meeting_id))}/action-items/${encodeURIComponent(String(pathParams.action_item_id))}`;
|
|
788
|
+
return this.requestJson({
|
|
789
|
+
method: "PUT",
|
|
790
|
+
path,
|
|
791
|
+
}) as Promise<UpdatemeetingsactionitemsbymeetingidandactionitemidResponse>;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
public deleteMeetingsActionItemsByMeetingIdAndActionItemId(pathParams: DeletemeetingsactionitemsbymeetingidandactionitemidPathParams): Promise<DeletemeetingsactionitemsbymeetingidandactionitemidResponse> {
|
|
795
|
+
const path = `/lifecycle-manager/v1/meetings/${encodeURIComponent(String(pathParams.meeting_id))}/action-items/${encodeURIComponent(String(pathParams.action_item_id))}`;
|
|
796
|
+
return this.requestJson({
|
|
797
|
+
method: "DELETE",
|
|
798
|
+
path,
|
|
799
|
+
}) as Promise<DeletemeetingsactionitemsbymeetingidandactionitemidResponse>;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
public updateInitiativesStatusById(pathParams: UpdateinitiativesstatusbyidPathParams, body: UpdateinitiativesstatusbyidBody): Promise<UpdateinitiativesstatusbyidResponse> {
|
|
803
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.id))}/status`;
|
|
804
|
+
return this.requestJson({
|
|
805
|
+
method: "PUT",
|
|
806
|
+
path,
|
|
807
|
+
body
|
|
808
|
+
}) as Promise<UpdateinitiativesstatusbyidResponse>;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
public updateInitiativesScheduleById(pathParams: UpdateinitiativesschedulebyidPathParams, body: UpdateinitiativesschedulebyidBody): Promise<UpdateinitiativesschedulebyidResponse> {
|
|
812
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.id))}/schedule`;
|
|
813
|
+
return this.requestJson({
|
|
814
|
+
method: "PUT",
|
|
815
|
+
path,
|
|
816
|
+
body
|
|
817
|
+
}) as Promise<UpdateinitiativesschedulebyidResponse>;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
public updateInitiativesRecurringById(pathParams: UpdateinitiativesrecurringbyidPathParams, body: UpdateinitiativesrecurringbyidBody): Promise<UpdateinitiativesrecurringbyidResponse> {
|
|
821
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.id))}/recurring`;
|
|
822
|
+
return this.requestJson({
|
|
823
|
+
method: "PUT",
|
|
824
|
+
path,
|
|
825
|
+
body
|
|
826
|
+
}) as Promise<UpdateinitiativesrecurringbyidResponse>;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
public updateInitiativesPriorityById(pathParams: UpdateinitiativesprioritybyidPathParams, body: UpdateinitiativesprioritybyidBody): Promise<UpdateinitiativesprioritybyidResponse> {
|
|
830
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.id))}/priority`;
|
|
831
|
+
return this.requestJson({
|
|
832
|
+
method: "PUT",
|
|
833
|
+
path,
|
|
834
|
+
body
|
|
835
|
+
}) as Promise<UpdateinitiativesprioritybyidResponse>;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
public updateInitiativesBudgetById(pathParams: UpdateinitiativesbudgetbyidPathParams, body: UpdateinitiativesbudgetbyidBody): Promise<UpdateinitiativesbudgetbyidResponse> {
|
|
839
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.id))}/budget`;
|
|
840
|
+
return this.requestJson({
|
|
841
|
+
method: "PUT",
|
|
842
|
+
path,
|
|
843
|
+
body
|
|
844
|
+
}) as Promise<UpdateinitiativesbudgetbyidResponse>;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
public listInitiativesMeetingsByInitiativeId(pathParams: ListinitiativesmeetingsbyinitiativeidPathParams): Promise<ListinitiativesmeetingsbyinitiativeidResponse> {
|
|
848
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}/meetings`;
|
|
849
|
+
return this.requestJson({
|
|
850
|
+
method: "GET",
|
|
851
|
+
path,
|
|
852
|
+
}) as Promise<ListinitiativesmeetingsbyinitiativeidResponse>;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
public updateInitiativesMeetingsByInitiativeIdAndMeetingId(pathParams: UpdateinitiativesmeetingsbyinitiativeidandmeetingidPathParams): Promise<UpdateinitiativesmeetingsbyinitiativeidandmeetingidResponse> {
|
|
856
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}/meetings/${encodeURIComponent(String(pathParams.meeting_id))}`;
|
|
857
|
+
return this.requestJson({
|
|
858
|
+
method: "PUT",
|
|
859
|
+
path,
|
|
860
|
+
}) as Promise<UpdateinitiativesmeetingsbyinitiativeidandmeetingidResponse>;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
public deleteInitiativesMeetingsByInitiativeIdAndMeetingId(pathParams: DeleteinitiativesmeetingsbyinitiativeidandmeetingidPathParams): Promise<DeleteinitiativesmeetingsbyinitiativeidandmeetingidResponse> {
|
|
864
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}/meetings/${encodeURIComponent(String(pathParams.meeting_id))}`;
|
|
865
|
+
return this.requestJson({
|
|
866
|
+
method: "DELETE",
|
|
867
|
+
path,
|
|
868
|
+
}) as Promise<DeleteinitiativesmeetingsbyinitiativeidandmeetingidResponse>;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
public listInitiativesGoalsByInitiativeId(pathParams: ListinitiativesgoalsbyinitiativeidPathParams): Promise<ListinitiativesgoalsbyinitiativeidResponse> {
|
|
872
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}/goals`;
|
|
873
|
+
return this.requestJson({
|
|
874
|
+
method: "GET",
|
|
875
|
+
path,
|
|
876
|
+
}) as Promise<ListinitiativesgoalsbyinitiativeidResponse>;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
public updateInitiativesGoalsByInitiativeIdAndGoalId(pathParams: UpdateinitiativesgoalsbyinitiativeidandgoalidPathParams): Promise<UpdateinitiativesgoalsbyinitiativeidandgoalidResponse> {
|
|
880
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}/goals/${encodeURIComponent(String(pathParams.goal_id))}`;
|
|
881
|
+
return this.requestJson({
|
|
882
|
+
method: "PUT",
|
|
883
|
+
path,
|
|
884
|
+
}) as Promise<UpdateinitiativesgoalsbyinitiativeidandgoalidResponse>;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
public deleteInitiativesGoalsByInitiativeIdAndGoalId(pathParams: DeleteinitiativesgoalsbyinitiativeidandgoalidPathParams): Promise<DeleteinitiativesgoalsbyinitiativeidandgoalidResponse> {
|
|
888
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}/goals/${encodeURIComponent(String(pathParams.goal_id))}`;
|
|
889
|
+
return this.requestJson({
|
|
890
|
+
method: "DELETE",
|
|
891
|
+
path,
|
|
892
|
+
}) as Promise<DeleteinitiativesgoalsbyinitiativeidandgoalidResponse>;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
public getInitiativesById(pathParams: GetinitiativesbyidPathParams): Promise<GetinitiativesbyidResponse> {
|
|
896
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.id))}`;
|
|
897
|
+
return this.requestJson({
|
|
898
|
+
method: "GET",
|
|
899
|
+
path,
|
|
900
|
+
}) as Promise<GetinitiativesbyidResponse>;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
public updateInitiativesById(pathParams: UpdateinitiativesbyidPathParams, body: UpdateinitiativesbyidBody): Promise<UpdateinitiativesbyidResponse> {
|
|
904
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.id))}`;
|
|
905
|
+
return this.requestJson({
|
|
906
|
+
method: "PUT",
|
|
907
|
+
path,
|
|
908
|
+
body
|
|
909
|
+
}) as Promise<UpdateinitiativesbyidResponse>;
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
public deleteInitiativesById(pathParams: DeleteinitiativesbyidPathParams): Promise<DeleteinitiativesbyidResponse> {
|
|
913
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.id))}`;
|
|
914
|
+
return this.requestJson({
|
|
915
|
+
method: "DELETE",
|
|
916
|
+
path,
|
|
917
|
+
}) as Promise<DeleteinitiativesbyidResponse>;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
public listInitiatives(query?: ListinitiativesQuery): Promise<ListinitiativesResponse> {
|
|
921
|
+
const path = "/lifecycle-manager/v1/initiatives";
|
|
922
|
+
return this.requestJson({
|
|
923
|
+
method: "GET",
|
|
924
|
+
path,
|
|
925
|
+
query,
|
|
926
|
+
}) as Promise<ListinitiativesResponse>;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
public createInitiatives(body: CreateinitiativesBody): Promise<CreateinitiativesResponse> {
|
|
930
|
+
const path = "/lifecycle-manager/v1/initiatives";
|
|
931
|
+
return this.requestJson({
|
|
932
|
+
method: "POST",
|
|
933
|
+
path,
|
|
934
|
+
body
|
|
935
|
+
}) as Promise<CreateinitiativesResponse>;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
public listInitiativesActionItemsByInitiativeId(pathParams: ListinitiativesactionitemsbyinitiativeidPathParams): Promise<ListinitiativesactionitemsbyinitiativeidResponse> {
|
|
939
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}/action-items`;
|
|
940
|
+
return this.requestJson({
|
|
941
|
+
method: "GET",
|
|
942
|
+
path,
|
|
943
|
+
}) as Promise<ListinitiativesactionitemsbyinitiativeidResponse>;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
public updateInitiativesActionItemsByInitiativeIdAndActionItemId(pathParams: UpdateinitiativesactionitemsbyinitiativeidandactionitemidPathParams): Promise<UpdateinitiativesactionitemsbyinitiativeidandactionitemidResponse> {
|
|
947
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}/action-items/${encodeURIComponent(String(pathParams.action_item_id))}`;
|
|
948
|
+
return this.requestJson({
|
|
949
|
+
method: "PUT",
|
|
950
|
+
path,
|
|
951
|
+
}) as Promise<UpdateinitiativesactionitemsbyinitiativeidandactionitemidResponse>;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
public deleteInitiativesActionItemsByInitiativeIdAndActionItemId(pathParams: DeleteinitiativesactionitemsbyinitiativeidandactionitemidPathParams): Promise<DeleteinitiativesactionitemsbyinitiativeidandactionitemidResponse> {
|
|
955
|
+
const path = `/lifecycle-manager/v1/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}/action-items/${encodeURIComponent(String(pathParams.action_item_id))}`;
|
|
956
|
+
return this.requestJson({
|
|
957
|
+
method: "DELETE",
|
|
958
|
+
path,
|
|
959
|
+
}) as Promise<DeleteinitiativesactionitemsbyinitiativeidandactionitemidResponse>;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
public updateGoalsStatusById(pathParams: UpdategoalsstatusbyidPathParams, body: UpdategoalsstatusbyidBody): Promise<UpdategoalsstatusbyidResponse> {
|
|
963
|
+
const path = `/lifecycle-manager/v1/goals/${encodeURIComponent(String(pathParams.id))}/status`;
|
|
964
|
+
return this.requestJson({
|
|
965
|
+
method: "PUT",
|
|
966
|
+
path,
|
|
967
|
+
body
|
|
968
|
+
}) as Promise<UpdategoalsstatusbyidResponse>;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
public updateGoalsScheduleById(pathParams: UpdategoalsschedulebyidPathParams, body: UpdategoalsschedulebyidBody): Promise<UpdategoalsschedulebyidResponse> {
|
|
972
|
+
const path = `/lifecycle-manager/v1/goals/${encodeURIComponent(String(pathParams.id))}/schedule`;
|
|
973
|
+
return this.requestJson({
|
|
974
|
+
method: "PUT",
|
|
975
|
+
path,
|
|
976
|
+
body
|
|
977
|
+
}) as Promise<UpdategoalsschedulebyidResponse>;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
public listGoalsMeetingsByGoalId(pathParams: ListgoalsmeetingsbygoalidPathParams): Promise<ListgoalsmeetingsbygoalidResponse> {
|
|
981
|
+
const path = `/lifecycle-manager/v1/goals/${encodeURIComponent(String(pathParams.goal_id))}/meetings`;
|
|
982
|
+
return this.requestJson({
|
|
983
|
+
method: "GET",
|
|
984
|
+
path,
|
|
985
|
+
}) as Promise<ListgoalsmeetingsbygoalidResponse>;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
public updateGoalsMeetingsByGoalIdAndMeetingId(pathParams: UpdategoalsmeetingsbygoalidandmeetingidPathParams): Promise<UpdategoalsmeetingsbygoalidandmeetingidResponse> {
|
|
989
|
+
const path = `/lifecycle-manager/v1/goals/${encodeURIComponent(String(pathParams.goal_id))}/meetings/${encodeURIComponent(String(pathParams.meeting_id))}`;
|
|
990
|
+
return this.requestJson({
|
|
991
|
+
method: "PUT",
|
|
992
|
+
path,
|
|
993
|
+
}) as Promise<UpdategoalsmeetingsbygoalidandmeetingidResponse>;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
public deleteGoalsMeetingsByGoalIdAndMeetingId(pathParams: DeletegoalsmeetingsbygoalidandmeetingidPathParams): Promise<DeletegoalsmeetingsbygoalidandmeetingidResponse> {
|
|
997
|
+
const path = `/lifecycle-manager/v1/goals/${encodeURIComponent(String(pathParams.goal_id))}/meetings/${encodeURIComponent(String(pathParams.meeting_id))}`;
|
|
998
|
+
return this.requestJson({
|
|
999
|
+
method: "DELETE",
|
|
1000
|
+
path,
|
|
1001
|
+
}) as Promise<DeletegoalsmeetingsbygoalidandmeetingidResponse>;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
public listGoalsInitiativesByGoalId(pathParams: ListgoalsinitiativesbygoalidPathParams): Promise<ListgoalsinitiativesbygoalidResponse> {
|
|
1005
|
+
const path = `/lifecycle-manager/v1/goals/${encodeURIComponent(String(pathParams.goal_id))}/initiatives`;
|
|
1006
|
+
return this.requestJson({
|
|
1007
|
+
method: "GET",
|
|
1008
|
+
path,
|
|
1009
|
+
}) as Promise<ListgoalsinitiativesbygoalidResponse>;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
public updateGoalsInitiativesByGoalIdAndInitiativeId(pathParams: UpdategoalsinitiativesbygoalidandinitiativeidPathParams): Promise<UpdategoalsinitiativesbygoalidandinitiativeidResponse> {
|
|
1013
|
+
const path = `/lifecycle-manager/v1/goals/${encodeURIComponent(String(pathParams.goal_id))}/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}`;
|
|
1014
|
+
return this.requestJson({
|
|
1015
|
+
method: "PUT",
|
|
1016
|
+
path,
|
|
1017
|
+
}) as Promise<UpdategoalsinitiativesbygoalidandinitiativeidResponse>;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
public deleteGoalsInitiativesByGoalIdAndInitiativeId(pathParams: DeletegoalsinitiativesbygoalidandinitiativeidPathParams): Promise<DeletegoalsinitiativesbygoalidandinitiativeidResponse> {
|
|
1021
|
+
const path = `/lifecycle-manager/v1/goals/${encodeURIComponent(String(pathParams.goal_id))}/initiatives/${encodeURIComponent(String(pathParams.initiative_id))}`;
|
|
1022
|
+
return this.requestJson({
|
|
1023
|
+
method: "DELETE",
|
|
1024
|
+
path,
|
|
1025
|
+
}) as Promise<DeletegoalsinitiativesbygoalidandinitiativeidResponse>;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
public getGoalsById(pathParams: GetgoalsbyidPathParams): Promise<GetgoalsbyidResponse> {
|
|
1029
|
+
const path = `/lifecycle-manager/v1/goals/${encodeURIComponent(String(pathParams.id))}`;
|
|
1030
|
+
return this.requestJson({
|
|
1031
|
+
method: "GET",
|
|
1032
|
+
path,
|
|
1033
|
+
}) as Promise<GetgoalsbyidResponse>;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
public updateGoalsById(pathParams: UpdategoalsbyidPathParams, body: UpdategoalsbyidBody): Promise<UpdategoalsbyidResponse> {
|
|
1037
|
+
const path = `/lifecycle-manager/v1/goals/${encodeURIComponent(String(pathParams.id))}`;
|
|
1038
|
+
return this.requestJson({
|
|
1039
|
+
method: "PUT",
|
|
1040
|
+
path,
|
|
1041
|
+
body
|
|
1042
|
+
}) as Promise<UpdategoalsbyidResponse>;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
public deleteGoalsById(pathParams: DeletegoalsbyidPathParams): Promise<DeletegoalsbyidResponse> {
|
|
1046
|
+
const path = `/lifecycle-manager/v1/goals/${encodeURIComponent(String(pathParams.id))}`;
|
|
1047
|
+
return this.requestJson({
|
|
1048
|
+
method: "DELETE",
|
|
1049
|
+
path,
|
|
1050
|
+
}) as Promise<DeletegoalsbyidResponse>;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
public listGoals(query?: ListgoalsQuery): Promise<ListgoalsResponse> {
|
|
1054
|
+
const path = "/lifecycle-manager/v1/goals";
|
|
1055
|
+
return this.requestJson({
|
|
1056
|
+
method: "GET",
|
|
1057
|
+
path,
|
|
1058
|
+
query,
|
|
1059
|
+
}) as Promise<ListgoalsResponse>;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
public createGoals(body: CreategoalsBody): Promise<CreategoalsResponse> {
|
|
1063
|
+
const path = "/lifecycle-manager/v1/goals";
|
|
1064
|
+
return this.requestJson({
|
|
1065
|
+
method: "POST",
|
|
1066
|
+
path,
|
|
1067
|
+
body
|
|
1068
|
+
}) as Promise<CreategoalsResponse>;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
public updateActionItemsCompletionStatusById(pathParams: UpdateactionitemscompletionstatusbyidPathParams, body: UpdateactionitemscompletionstatusbyidBody): Promise<UpdateactionitemscompletionstatusbyidResponse> {
|
|
1072
|
+
const path = `/lifecycle-manager/v1/action-items/${encodeURIComponent(String(pathParams.id))}/completion-status`;
|
|
1073
|
+
return this.requestJson({
|
|
1074
|
+
method: "PUT",
|
|
1075
|
+
path,
|
|
1076
|
+
body
|
|
1077
|
+
}) as Promise<UpdateactionitemscompletionstatusbyidResponse>;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
public getActionItemsById(pathParams: GetactionitemsbyidPathParams): Promise<GetactionitemsbyidResponse> {
|
|
1081
|
+
const path = `/lifecycle-manager/v1/action-items/${encodeURIComponent(String(pathParams.id))}`;
|
|
1082
|
+
return this.requestJson({
|
|
1083
|
+
method: "GET",
|
|
1084
|
+
path,
|
|
1085
|
+
}) as Promise<GetactionitemsbyidResponse>;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
public updateActionItemsById(pathParams: UpdateactionitemsbyidPathParams, body: UpdateactionitemsbyidBody): Promise<UpdateactionitemsbyidResponse> {
|
|
1089
|
+
const path = `/lifecycle-manager/v1/action-items/${encodeURIComponent(String(pathParams.id))}`;
|
|
1090
|
+
return this.requestJson({
|
|
1091
|
+
method: "PUT",
|
|
1092
|
+
path,
|
|
1093
|
+
body
|
|
1094
|
+
}) as Promise<UpdateactionitemsbyidResponse>;
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
public deleteActionItemsById(pathParams: DeleteactionitemsbyidPathParams): Promise<DeleteactionitemsbyidResponse> {
|
|
1098
|
+
const path = `/lifecycle-manager/v1/action-items/${encodeURIComponent(String(pathParams.id))}`;
|
|
1099
|
+
return this.requestJson({
|
|
1100
|
+
method: "DELETE",
|
|
1101
|
+
path,
|
|
1102
|
+
}) as Promise<DeleteactionitemsbyidResponse>;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
public listActionItems(query?: ListactionitemsQuery): Promise<ListactionitemsResponse> {
|
|
1106
|
+
const path = "/lifecycle-manager/v1/action-items";
|
|
1107
|
+
return this.requestJson({
|
|
1108
|
+
method: "GET",
|
|
1109
|
+
path,
|
|
1110
|
+
query,
|
|
1111
|
+
}) as Promise<ListactionitemsResponse>;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
public createActionItems(body: CreateactionitemsBody): Promise<CreateactionitemsResponse> {
|
|
1115
|
+
const path = "/lifecycle-manager/v1/action-items";
|
|
1116
|
+
return this.requestJson({
|
|
1117
|
+
method: "POST",
|
|
1118
|
+
path,
|
|
1119
|
+
body
|
|
1120
|
+
}) as Promise<CreateactionitemsResponse>;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
public getContractsById(pathParams: GetcontractsbyidPathParams): Promise<GetcontractsbyidResponse> {
|
|
1124
|
+
const path = `/lifecycle-manager/v1/contracts/${encodeURIComponent(String(pathParams.id))}`;
|
|
1125
|
+
return this.requestJson({
|
|
1126
|
+
method: "GET",
|
|
1127
|
+
path,
|
|
1128
|
+
}) as Promise<GetcontractsbyidResponse>;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
public updateContractsById(pathParams: UpdatecontractsbyidPathParams, body: UpdatecontractsbyidBody): Promise<UpdatecontractsbyidResponse> {
|
|
1132
|
+
const path = `/lifecycle-manager/v1/contracts/${encodeURIComponent(String(pathParams.id))}`;
|
|
1133
|
+
return this.requestJson({
|
|
1134
|
+
method: "PUT",
|
|
1135
|
+
path,
|
|
1136
|
+
body
|
|
1137
|
+
}) as Promise<UpdatecontractsbyidResponse>;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
public deleteContractsById(pathParams: DeletecontractsbyidPathParams): Promise<DeletecontractsbyidResponse> {
|
|
1141
|
+
const path = `/lifecycle-manager/v1/contracts/${encodeURIComponent(String(pathParams.id))}`;
|
|
1142
|
+
return this.requestJson({
|
|
1143
|
+
method: "DELETE",
|
|
1144
|
+
path,
|
|
1145
|
+
}) as Promise<DeletecontractsbyidResponse>;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
public listContracts(query?: ListcontractsQuery): Promise<ListcontractsResponse> {
|
|
1149
|
+
const path = "/lifecycle-manager/v1/contracts";
|
|
1150
|
+
return this.requestJson({
|
|
1151
|
+
method: "GET",
|
|
1152
|
+
path,
|
|
1153
|
+
query,
|
|
1154
|
+
}) as Promise<ListcontractsResponse>;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
public createContracts(body: CreatecontractsBody): Promise<CreatecontractsResponse> {
|
|
1158
|
+
const path = "/lifecycle-manager/v1/contracts";
|
|
1159
|
+
return this.requestJson({
|
|
1160
|
+
method: "POST",
|
|
1161
|
+
path,
|
|
1162
|
+
body
|
|
1163
|
+
}) as Promise<CreatecontractsResponse>;
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
public listAssetsHardwareLifecycles(query?: ListassetshardwarelifecyclesQuery): Promise<ListassetshardwarelifecyclesResponse> {
|
|
1167
|
+
const path = "/lifecycle-manager/v1/assets/hardware/lifecycles";
|
|
1168
|
+
return this.requestJson({
|
|
1169
|
+
method: "GET",
|
|
1170
|
+
path,
|
|
1171
|
+
query,
|
|
1172
|
+
}) as Promise<ListassetshardwarelifecyclesResponse>;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
public getAssessmentTemplatesByAssessmentTemplateId(pathParams: GetassessmenttemplatesbyassessmenttemplateidPathParams): Promise<GetassessmenttemplatesbyassessmenttemplateidResponse> {
|
|
1176
|
+
const path = `/lifecycle-manager/v1/assessment-templates/${encodeURIComponent(String(pathParams.assessment_template_id))}`;
|
|
1177
|
+
return this.requestJson({
|
|
1178
|
+
method: "GET",
|
|
1179
|
+
path,
|
|
1180
|
+
}) as Promise<GetassessmenttemplatesbyassessmenttemplateidResponse>;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
public updateAssessmentTemplatesByAssessmentTemplateId(pathParams: UpdateassessmenttemplatesbyassessmenttemplateidPathParams, body: UpdateassessmenttemplatesbyassessmenttemplateidBody): Promise<UpdateassessmenttemplatesbyassessmenttemplateidResponse> {
|
|
1184
|
+
const path = `/lifecycle-manager/v1/assessment-templates/${encodeURIComponent(String(pathParams.assessment_template_id))}`;
|
|
1185
|
+
return this.requestJson({
|
|
1186
|
+
method: "PUT",
|
|
1187
|
+
path,
|
|
1188
|
+
body
|
|
1189
|
+
}) as Promise<UpdateassessmenttemplatesbyassessmenttemplateidResponse>;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
public deleteAssessmentTemplatesByAssessmentTemplateId(pathParams: DeleteassessmenttemplatesbyassessmenttemplateidPathParams): Promise<DeleteassessmenttemplatesbyassessmenttemplateidResponse> {
|
|
1193
|
+
const path = `/lifecycle-manager/v1/assessment-templates/${encodeURIComponent(String(pathParams.assessment_template_id))}`;
|
|
1194
|
+
return this.requestJson({
|
|
1195
|
+
method: "DELETE",
|
|
1196
|
+
path,
|
|
1197
|
+
}) as Promise<DeleteassessmenttemplatesbyassessmenttemplateidResponse>;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
public listAssessmentTemplates(): Promise<ListassessmenttemplatesResponse> {
|
|
1201
|
+
const path = "/lifecycle-manager/v1/assessment-templates";
|
|
1202
|
+
return this.requestJson({
|
|
1203
|
+
method: "GET",
|
|
1204
|
+
path,
|
|
1205
|
+
}) as Promise<ListassessmenttemplatesResponse>;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
public createAssessmentTemplates(body: CreateassessmenttemplatesBody): Promise<CreateassessmenttemplatesResponse> {
|
|
1209
|
+
const path = "/lifecycle-manager/v1/assessment-templates";
|
|
1210
|
+
return this.requestJson({
|
|
1211
|
+
method: "POST",
|
|
1212
|
+
path,
|
|
1213
|
+
body
|
|
1214
|
+
}) as Promise<CreateassessmenttemplatesResponse>;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
public updateAssessmentsInternalCommentById(pathParams: UpdateassessmentsinternalcommentbyidPathParams, body: UpdateassessmentsinternalcommentbyidBody): Promise<UpdateassessmentsinternalcommentbyidResponse> {
|
|
1218
|
+
const path = `/lifecycle-manager/v1/assessments/${encodeURIComponent(String(pathParams.id))}/internal-comment`;
|
|
1219
|
+
return this.requestJson({
|
|
1220
|
+
method: "PUT",
|
|
1221
|
+
path,
|
|
1222
|
+
body
|
|
1223
|
+
}) as Promise<UpdateassessmentsinternalcommentbyidResponse>;
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
public updateAssessmentsEvaluateById(pathParams: UpdateassessmentsevaluatebyidPathParams, body: UpdateassessmentsevaluatebyidBody): Promise<UpdateassessmentsevaluatebyidResponse> {
|
|
1227
|
+
const path = `/lifecycle-manager/v1/assessments/${encodeURIComponent(String(pathParams.id))}/evaluate`;
|
|
1228
|
+
return this.requestJson({
|
|
1229
|
+
method: "PUT",
|
|
1230
|
+
path,
|
|
1231
|
+
body
|
|
1232
|
+
}) as Promise<UpdateassessmentsevaluatebyidResponse>;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
public getAssessmentsById(pathParams: GetassessmentsbyidPathParams): Promise<GetassessmentsbyidResponse> {
|
|
1236
|
+
const path = `/lifecycle-manager/v1/assessments/${encodeURIComponent(String(pathParams.id))}`;
|
|
1237
|
+
return this.requestJson({
|
|
1238
|
+
method: "GET",
|
|
1239
|
+
path,
|
|
1240
|
+
}) as Promise<GetassessmentsbyidResponse>;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
public updateAssessmentsById(pathParams: UpdateassessmentsbyidPathParams, body: UpdateassessmentsbyidBody): Promise<UpdateassessmentsbyidResponse> {
|
|
1244
|
+
const path = `/lifecycle-manager/v1/assessments/${encodeURIComponent(String(pathParams.id))}`;
|
|
1245
|
+
return this.requestJson({
|
|
1246
|
+
method: "PUT",
|
|
1247
|
+
path,
|
|
1248
|
+
body
|
|
1249
|
+
}) as Promise<UpdateassessmentsbyidResponse>;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
public deleteAssessmentsById(pathParams: DeleteassessmentsbyidPathParams): Promise<DeleteassessmentsbyidResponse> {
|
|
1253
|
+
const path = `/lifecycle-manager/v1/assessments/${encodeURIComponent(String(pathParams.id))}`;
|
|
1254
|
+
return this.requestJson({
|
|
1255
|
+
method: "DELETE",
|
|
1256
|
+
path,
|
|
1257
|
+
}) as Promise<DeleteassessmentsbyidResponse>;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
public listAssessments(query?: ListassessmentsQuery): Promise<ListassessmentsResponse> {
|
|
1261
|
+
const path = "/lifecycle-manager/v1/assessments";
|
|
1262
|
+
return this.requestJson({
|
|
1263
|
+
method: "GET",
|
|
1264
|
+
path,
|
|
1265
|
+
query,
|
|
1266
|
+
}) as Promise<ListassessmentsResponse>;
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
public createAssessments(body: CreateassessmentsBody): Promise<CreateassessmentsResponse> {
|
|
1270
|
+
const path = "/lifecycle-manager/v1/assessments";
|
|
1271
|
+
return this.requestJson({
|
|
1272
|
+
method: "POST",
|
|
1273
|
+
path,
|
|
1274
|
+
body
|
|
1275
|
+
}) as Promise<CreateassessmentsResponse>;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
public updateAssessmentsCompletionStatusById(pathParams: UpdateassessmentscompletionstatusbyidPathParams, body: UpdateassessmentscompletionstatusbyidBody): Promise<UpdateassessmentscompletionstatusbyidResponse> {
|
|
1279
|
+
const path = `/lifecycle-manager/v1/assessments/${encodeURIComponent(String(pathParams.id))}/completion-status`;
|
|
1280
|
+
return this.requestJson({
|
|
1281
|
+
method: "PUT",
|
|
1282
|
+
path,
|
|
1283
|
+
body
|
|
1284
|
+
}) as Promise<UpdateassessmentscompletionstatusbyidResponse>;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
}
|
|
1288
|
+
|