@meshery/schemas 1.2.15 → 1.2.16
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/constructs/v1alpha1/capability/Capability.d.ts +114 -0
- package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.ts +2 -0
- package/dist/constructs/v1alpha1/core/Core.d.ts +832 -0
- package/dist/constructs/v1alpha1/core/CoreSchema.d.ts +2 -0
- package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +53 -0
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.ts +2 -0
- package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1937 -0
- package/dist/constructs/v1alpha3/relationship/RelationshipSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/academy/Academy.d.ts +6417 -0
- package/dist/constructs/v1beta1/academy/AcademySchema.d.ts +2 -0
- package/dist/constructs/v1beta1/badge/Badge.d.ts +546 -0
- package/dist/constructs/v1beta1/badge/BadgeSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/capability/Capability.d.ts +114 -0
- package/dist/constructs/v1beta1/capability/CapabilitySchema.d.ts +2 -0
- package/dist/constructs/v1beta1/catalog/Catalog.d.ts +53 -0
- package/dist/constructs/v1beta1/catalog/CatalogSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/category/Category.d.ts +46 -0
- package/dist/constructs/v1beta1/category/CategorySchema.d.ts +2 -0
- package/dist/constructs/v1beta1/component/Component.d.ts +869 -0
- package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/connection/Connection.d.ts +1300 -0
- package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/core/Core.d.ts +832 -0
- package/dist/constructs/v1beta1/core/CoreSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/credential/Credential.d.ts +530 -0
- package/dist/constructs/v1beta1/credential/CredentialSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/environment/Environment.d.ts +759 -0
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +6338 -0
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/event/Event.d.ts +570 -0
- package/dist/constructs/v1beta1/event/EventSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/feature/Feature.d.ts +308 -0
- package/dist/constructs/v1beta1/feature/FeatureSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/invitation/Invitation.d.ts +983 -0
- package/dist/constructs/v1beta1/invitation/InvitationSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/key/Key.d.ts +514 -0
- package/dist/constructs/v1beta1/key/KeySchema.d.ts +2 -0
- package/dist/constructs/v1beta1/keychain/Keychain.d.ts +642 -0
- package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/model/Model.d.ts +659 -0
- package/dist/constructs/v1beta1/model/ModelSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/organization/Organization.d.ts +1598 -0
- package/dist/constructs/v1beta1/organization/OrganizationSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +18407 -0
- package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/plan/Plan.d.ts +149 -0
- package/dist/constructs/v1beta1/plan/PlanSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/relationship/Relationship.d.ts +1921 -0
- package/dist/constructs/v1beta1/relationship/RelationshipSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/role/Role.d.ts +745 -0
- package/dist/constructs/v1beta1/role/RoleSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/schedule/Schedule.d.ts +374 -0
- package/dist/constructs/v1beta1/schedule/ScheduleSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +68 -0
- package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.ts +2 -0
- package/dist/constructs/v1beta1/subscription/Subscription.d.ts +752 -0
- package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/support/Support.d.ts +91 -0
- package/dist/constructs/v1beta1/support/SupportSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/team/Team.d.ts +846 -0
- package/dist/constructs/v1beta1/team/TeamSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/token/Token.d.ts +539 -0
- package/dist/constructs/v1beta1/token/TokenSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/user/User.d.ts +1677 -0
- package/dist/constructs/v1beta1/user/UserSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/view/View.d.ts +759 -0
- package/dist/constructs/v1beta1/view/ViewSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4947 -0
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/academy/Academy.d.ts +7762 -0
- package/dist/constructs/v1beta2/academy/AcademySchema.d.ts +2 -0
- package/dist/constructs/v1beta2/badge/Badge.d.ts +563 -0
- package/dist/constructs/v1beta2/badge/BadgeSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/catalog/Catalog.d.ts +53 -0
- package/dist/constructs/v1beta2/catalog/CatalogSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/component/Component.d.ts +887 -0
- package/dist/constructs/v1beta2/component/ComponentSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/connection/Connection.d.ts +1330 -0
- package/dist/constructs/v1beta2/connection/ConnectionSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/core/Core.d.ts +866 -0
- package/dist/constructs/v1beta2/core/CoreSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/credential/Credential.d.ts +519 -0
- package/dist/constructs/v1beta2/credential/CredentialSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/design/Design.d.ts +19039 -0
- package/dist/constructs/v1beta2/design/DesignSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/event/Event.d.ts +626 -0
- package/dist/constructs/v1beta2/event/EventSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/invitation/Invitation.d.ts +1052 -0
- package/dist/constructs/v1beta2/invitation/InvitationSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/key/Key.d.ts +524 -0
- package/dist/constructs/v1beta2/key/KeySchema.d.ts +2 -0
- package/dist/constructs/v1beta2/keychain/Keychain.d.ts +652 -0
- package/dist/constructs/v1beta2/keychain/KeychainSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/model/Model.d.ts +697 -0
- package/dist/constructs/v1beta2/model/ModelSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/organization/Organization.d.ts +1915 -0
- package/dist/constructs/v1beta2/organization/OrganizationSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/plan/Plan.d.ts +162 -0
- package/dist/constructs/v1beta2/plan/PlanSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/relationship/Relationship.d.ts +2134 -0
- package/dist/constructs/v1beta2/relationship/RelationshipSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/role/Role.d.ts +752 -0
- package/dist/constructs/v1beta2/role/RoleSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/schedule/Schedule.d.ts +431 -0
- package/dist/constructs/v1beta2/schedule/ScheduleSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/subscription/Subscription.d.ts +785 -0
- package/dist/constructs/v1beta2/subscription/SubscriptionSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/team/Team.d.ts +960 -0
- package/dist/constructs/v1beta2/team/TeamSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/token/Token.d.ts +544 -0
- package/dist/constructs/v1beta2/token/TokenSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/user/User.d.ts +1677 -0
- package/dist/constructs/v1beta2/user/UserSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/view/View.d.ts +767 -0
- package/dist/constructs/v1beta2/view/ViewSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/academy/Academy.d.ts +7762 -0
- package/dist/constructs/v1beta3/academy/AcademySchema.d.ts +2 -0
- package/dist/constructs/v1beta3/component/Component.d.ts +892 -0
- package/dist/constructs/v1beta3/component/ComponentSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/connection/Connection.d.ts +1414 -0
- package/dist/constructs/v1beta3/connection/ConnectionSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/design/Design.d.ts +5704 -0
- package/dist/constructs/v1beta3/design/DesignSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/environment/Environment.d.ts +785 -0
- package/dist/constructs/v1beta3/environment/EnvironmentSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/event/Event.d.ts +720 -0
- package/dist/constructs/v1beta3/event/EventSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/filter/Filter.d.ts +1452 -0
- package/dist/constructs/v1beta3/filter/FilterSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/invitation/Invitation.d.ts +1060 -0
- package/dist/constructs/v1beta3/invitation/InvitationSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +813 -0
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/plan/Plan.d.ts +199 -0
- package/dist/constructs/v1beta3/plan/PlanSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/relationship/Relationship.d.ts +2134 -0
- package/dist/constructs/v1beta3/relationship/RelationshipSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/subscription/Subscription.d.ts +915 -0
- package/dist/constructs/v1beta3/subscription/SubscriptionSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/token/Token.d.ts +544 -0
- package/dist/constructs/v1beta3/token/TokenSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/workspace/Workspace.d.ts +5086 -0
- package/dist/constructs/v1beta3/workspace/WorkspaceSchema.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,570 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export interface paths {
|
|
7
|
+
"/events/{id}": {
|
|
8
|
+
delete: {
|
|
9
|
+
parameters: {
|
|
10
|
+
path: {
|
|
11
|
+
/** ID of the event to delete */
|
|
12
|
+
id: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
responses: {
|
|
16
|
+
/** Event deleted */
|
|
17
|
+
204: never;
|
|
18
|
+
/** Invalid request body or request param */
|
|
19
|
+
400: {
|
|
20
|
+
content: {
|
|
21
|
+
"text/plain": string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
/** Expired JWT token used or insufficient privilege */
|
|
25
|
+
401: {
|
|
26
|
+
content: {
|
|
27
|
+
"text/plain": string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
/** Result not found */
|
|
31
|
+
404: {
|
|
32
|
+
content: {
|
|
33
|
+
"text/plain": string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
/** Internal server error */
|
|
37
|
+
500: {
|
|
38
|
+
content: {
|
|
39
|
+
"text/plain": string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
"/events": {
|
|
46
|
+
post: {
|
|
47
|
+
responses: {
|
|
48
|
+
/** Event created */
|
|
49
|
+
200: unknown;
|
|
50
|
+
/** Invalid request body or request param */
|
|
51
|
+
400: {
|
|
52
|
+
content: {
|
|
53
|
+
"text/plain": string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
/** Expired JWT token used or insufficient privilege */
|
|
57
|
+
401: {
|
|
58
|
+
content: {
|
|
59
|
+
"text/plain": string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
/** Internal server error */
|
|
63
|
+
500: {
|
|
64
|
+
content: {
|
|
65
|
+
"text/plain": string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
requestBody: {
|
|
70
|
+
content: {
|
|
71
|
+
"application/json": { [key: string]: unknown };
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
"/events/delete": {
|
|
77
|
+
post: {
|
|
78
|
+
responses: {
|
|
79
|
+
/** event deleted */
|
|
80
|
+
200: {
|
|
81
|
+
content: {
|
|
82
|
+
"application/json": {
|
|
83
|
+
deleted?: string[];
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
/** Invalid request body or request param */
|
|
88
|
+
400: {
|
|
89
|
+
content: {
|
|
90
|
+
"text/plain": string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
/** Expired JWT token used or insufficient privilege */
|
|
94
|
+
401: {
|
|
95
|
+
content: {
|
|
96
|
+
"text/plain": string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
/** Internal server error */
|
|
100
|
+
500: {
|
|
101
|
+
content: {
|
|
102
|
+
"text/plain": string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
requestBody: {
|
|
107
|
+
content: {
|
|
108
|
+
"application/json": {
|
|
109
|
+
ids: string[];
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
"/events/status": {
|
|
116
|
+
put: {
|
|
117
|
+
responses: {
|
|
118
|
+
/** Events updated */
|
|
119
|
+
200: {
|
|
120
|
+
content: {
|
|
121
|
+
"application/json": {
|
|
122
|
+
updated?: string[];
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
/** Invalid request body or request param */
|
|
127
|
+
400: {
|
|
128
|
+
content: {
|
|
129
|
+
"text/plain": string;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
/** Expired JWT token used or insufficient privilege */
|
|
133
|
+
401: {
|
|
134
|
+
content: {
|
|
135
|
+
"text/plain": string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
/** Internal server error */
|
|
139
|
+
500: {
|
|
140
|
+
content: {
|
|
141
|
+
"text/plain": string;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
requestBody: {
|
|
146
|
+
content: {
|
|
147
|
+
"application/json": {
|
|
148
|
+
ids: string[];
|
|
149
|
+
/** @example failed */
|
|
150
|
+
status: string;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
"/events/{id}/status": {
|
|
157
|
+
put: {
|
|
158
|
+
parameters: {
|
|
159
|
+
path: {
|
|
160
|
+
/** ID of the event */
|
|
161
|
+
id: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
responses: {
|
|
165
|
+
/** Event status updated */
|
|
166
|
+
200: {
|
|
167
|
+
content: {
|
|
168
|
+
"application/json": {
|
|
169
|
+
message?: string;
|
|
170
|
+
/** Format: uuid */
|
|
171
|
+
event_id?: string;
|
|
172
|
+
status?: string;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
/** Invalid request body or request param */
|
|
177
|
+
400: {
|
|
178
|
+
content: {
|
|
179
|
+
"text/plain": string;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
/** Expired JWT token used or insufficient privilege */
|
|
183
|
+
401: {
|
|
184
|
+
content: {
|
|
185
|
+
"text/plain": string;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
/** Result not found */
|
|
189
|
+
404: {
|
|
190
|
+
content: {
|
|
191
|
+
"text/plain": string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
/** Internal server error */
|
|
195
|
+
500: {
|
|
196
|
+
content: {
|
|
197
|
+
"text/plain": string;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
requestBody: {
|
|
202
|
+
content: {
|
|
203
|
+
"application/json": {
|
|
204
|
+
/** @example completed */
|
|
205
|
+
status: string;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
"/api/workspaces/{workspaceId}/events": {
|
|
212
|
+
/** Gets events for a workspace. */
|
|
213
|
+
get: operations["getEventsOfWorkspace"];
|
|
214
|
+
};
|
|
215
|
+
"/api/events": {
|
|
216
|
+
get: operations["getEventsAggregate"];
|
|
217
|
+
};
|
|
218
|
+
"/api/events/list": {
|
|
219
|
+
get: operations["getEvents"];
|
|
220
|
+
};
|
|
221
|
+
"/api/events/summary": {
|
|
222
|
+
get: operations["getEventSummaryByUser"];
|
|
223
|
+
};
|
|
224
|
+
"/api/events/types": {
|
|
225
|
+
get: operations["getEventTypes"];
|
|
226
|
+
};
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export interface components {
|
|
230
|
+
schemas: {
|
|
231
|
+
UpdateEventStatusRequest: {
|
|
232
|
+
/** @example completed */
|
|
233
|
+
status: string;
|
|
234
|
+
};
|
|
235
|
+
BulkDeleteRequest: {
|
|
236
|
+
ids: string[];
|
|
237
|
+
};
|
|
238
|
+
BulkUpdateStatusRequest: {
|
|
239
|
+
ids: string[];
|
|
240
|
+
/** @example failed */
|
|
241
|
+
status: string;
|
|
242
|
+
};
|
|
243
|
+
EventResult: {
|
|
244
|
+
/** Format: uuid */
|
|
245
|
+
user_id?: string;
|
|
246
|
+
/** Format: uuid */
|
|
247
|
+
system_id?: string;
|
|
248
|
+
category?: string;
|
|
249
|
+
action?: string;
|
|
250
|
+
description?: string;
|
|
251
|
+
firstName?: string;
|
|
252
|
+
lastName?: string;
|
|
253
|
+
/**
|
|
254
|
+
* Format: email
|
|
255
|
+
* @description email
|
|
256
|
+
*/
|
|
257
|
+
email?: string;
|
|
258
|
+
/** @description One of (x-oapi-codegen-extra-tags-cloud, github, google) */
|
|
259
|
+
provider?: string;
|
|
260
|
+
/**
|
|
261
|
+
* Format: date-time
|
|
262
|
+
* @description Timestamp when the resource was created.
|
|
263
|
+
*/
|
|
264
|
+
created_at?: string;
|
|
265
|
+
};
|
|
266
|
+
EventsPage: {
|
|
267
|
+
page?: number;
|
|
268
|
+
page_size?: number;
|
|
269
|
+
total_count?: number;
|
|
270
|
+
data?: {
|
|
271
|
+
/** Format: uuid */
|
|
272
|
+
user_id?: string;
|
|
273
|
+
/** Format: uuid */
|
|
274
|
+
system_id?: string;
|
|
275
|
+
category?: string;
|
|
276
|
+
action?: string;
|
|
277
|
+
description?: string;
|
|
278
|
+
firstName?: string;
|
|
279
|
+
lastName?: string;
|
|
280
|
+
/**
|
|
281
|
+
* Format: email
|
|
282
|
+
* @description email
|
|
283
|
+
*/
|
|
284
|
+
email?: string;
|
|
285
|
+
/** @description One of (x-oapi-codegen-extra-tags-cloud, github, google) */
|
|
286
|
+
provider?: string;
|
|
287
|
+
/**
|
|
288
|
+
* Format: date-time
|
|
289
|
+
* @description Timestamp when the resource was created.
|
|
290
|
+
*/
|
|
291
|
+
created_at?: string;
|
|
292
|
+
}[];
|
|
293
|
+
};
|
|
294
|
+
EventsAggregate: {
|
|
295
|
+
audit?: number;
|
|
296
|
+
} & { [key: string]: unknown };
|
|
297
|
+
EventSummary: { [key: string]: unknown };
|
|
298
|
+
EventSummaryPage: {
|
|
299
|
+
page?: number;
|
|
300
|
+
page_size?: number;
|
|
301
|
+
total_count?: number;
|
|
302
|
+
data?: { [key: string]: unknown }[];
|
|
303
|
+
};
|
|
304
|
+
EventType: {
|
|
305
|
+
category?: string;
|
|
306
|
+
action?: string;
|
|
307
|
+
};
|
|
308
|
+
ErrorResponse: {
|
|
309
|
+
error?: string;
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
responses: {
|
|
313
|
+
/** Invalid request body or request param */
|
|
314
|
+
400: {
|
|
315
|
+
content: {
|
|
316
|
+
"text/plain": string;
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
/** Expired JWT token used or insufficient privilege */
|
|
320
|
+
401: {
|
|
321
|
+
content: {
|
|
322
|
+
"text/plain": string;
|
|
323
|
+
};
|
|
324
|
+
};
|
|
325
|
+
/** Result not found */
|
|
326
|
+
404: {
|
|
327
|
+
content: {
|
|
328
|
+
"text/plain": string;
|
|
329
|
+
};
|
|
330
|
+
};
|
|
331
|
+
/** Internal server error */
|
|
332
|
+
500: {
|
|
333
|
+
content: {
|
|
334
|
+
"text/plain": string;
|
|
335
|
+
};
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
parameters: {
|
|
339
|
+
/** @description Workspace ID */
|
|
340
|
+
workspaceId: string;
|
|
341
|
+
/** @description Get responses by page */
|
|
342
|
+
page: string;
|
|
343
|
+
/** @description Get responses by pagesize */
|
|
344
|
+
pagesize: string;
|
|
345
|
+
/** @description Get responses that match search param value */
|
|
346
|
+
search: string;
|
|
347
|
+
/** @description Get ordered responses */
|
|
348
|
+
order: string;
|
|
349
|
+
cumulative: boolean;
|
|
350
|
+
/** @description Get filtered reponses */
|
|
351
|
+
filter: string;
|
|
352
|
+
/** @description Get filtered reponses */
|
|
353
|
+
eventsFilter: string;
|
|
354
|
+
};
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
export interface operations {
|
|
358
|
+
/** Gets events for a workspace. */
|
|
359
|
+
getEventsOfWorkspace: {
|
|
360
|
+
parameters: {
|
|
361
|
+
path: {
|
|
362
|
+
/** Workspace ID */
|
|
363
|
+
workspaceId: string;
|
|
364
|
+
};
|
|
365
|
+
query: {
|
|
366
|
+
/** Get responses by page */
|
|
367
|
+
page?: string;
|
|
368
|
+
/** Get responses by pagesize */
|
|
369
|
+
pagesize?: string;
|
|
370
|
+
/** Get responses that match search param value */
|
|
371
|
+
search?: string;
|
|
372
|
+
/** Get ordered responses */
|
|
373
|
+
order?: string;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
responses: {
|
|
377
|
+
/** Workspace events */
|
|
378
|
+
200: {
|
|
379
|
+
content: {
|
|
380
|
+
"application/json": {
|
|
381
|
+
page?: number;
|
|
382
|
+
page_size?: number;
|
|
383
|
+
total_count?: number;
|
|
384
|
+
data?: {
|
|
385
|
+
/** Format: uuid */
|
|
386
|
+
user_id?: string;
|
|
387
|
+
/** Format: uuid */
|
|
388
|
+
system_id?: string;
|
|
389
|
+
category?: string;
|
|
390
|
+
action?: string;
|
|
391
|
+
description?: string;
|
|
392
|
+
firstName?: string;
|
|
393
|
+
lastName?: string;
|
|
394
|
+
/**
|
|
395
|
+
* Format: email
|
|
396
|
+
* @description email
|
|
397
|
+
*/
|
|
398
|
+
email?: string;
|
|
399
|
+
/** @description One of (x-oapi-codegen-extra-tags-cloud, github, google) */
|
|
400
|
+
provider?: string;
|
|
401
|
+
/**
|
|
402
|
+
* Format: date-time
|
|
403
|
+
* @description Timestamp when the resource was created.
|
|
404
|
+
*/
|
|
405
|
+
created_at?: string;
|
|
406
|
+
}[];
|
|
407
|
+
};
|
|
408
|
+
};
|
|
409
|
+
};
|
|
410
|
+
/** Invalid request */
|
|
411
|
+
400: {
|
|
412
|
+
content: {
|
|
413
|
+
"application/json": {
|
|
414
|
+
error?: string;
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
};
|
|
418
|
+
/** Unauthorized */
|
|
419
|
+
401: unknown;
|
|
420
|
+
/** Workspace not found */
|
|
421
|
+
404: unknown;
|
|
422
|
+
/** Server error */
|
|
423
|
+
500: unknown;
|
|
424
|
+
};
|
|
425
|
+
};
|
|
426
|
+
getEventsAggregate: {
|
|
427
|
+
parameters: {
|
|
428
|
+
query: {
|
|
429
|
+
cumulative?: boolean;
|
|
430
|
+
};
|
|
431
|
+
};
|
|
432
|
+
responses: {
|
|
433
|
+
/** Events aggregate */
|
|
434
|
+
200: {
|
|
435
|
+
content: {
|
|
436
|
+
"application/json": {
|
|
437
|
+
audit?: number;
|
|
438
|
+
} & { [key: string]: unknown };
|
|
439
|
+
};
|
|
440
|
+
};
|
|
441
|
+
/** Unauthorized */
|
|
442
|
+
401: unknown;
|
|
443
|
+
/** Not found */
|
|
444
|
+
404: unknown;
|
|
445
|
+
/** Server error */
|
|
446
|
+
500: unknown;
|
|
447
|
+
};
|
|
448
|
+
};
|
|
449
|
+
getEvents: {
|
|
450
|
+
parameters: {
|
|
451
|
+
query: {
|
|
452
|
+
/** Get responses by page */
|
|
453
|
+
page?: string;
|
|
454
|
+
/** Get responses by pagesize */
|
|
455
|
+
pagesize?: string;
|
|
456
|
+
/** Get responses that match search param value */
|
|
457
|
+
search?: string;
|
|
458
|
+
/** Get ordered responses */
|
|
459
|
+
order?: string;
|
|
460
|
+
/** Get filtered reponses */
|
|
461
|
+
filter?: string;
|
|
462
|
+
};
|
|
463
|
+
};
|
|
464
|
+
responses: {
|
|
465
|
+
/** Events page */
|
|
466
|
+
200: {
|
|
467
|
+
content: {
|
|
468
|
+
"application/json": {
|
|
469
|
+
page?: number;
|
|
470
|
+
page_size?: number;
|
|
471
|
+
total_count?: number;
|
|
472
|
+
data?: {
|
|
473
|
+
/** Format: uuid */
|
|
474
|
+
user_id?: string;
|
|
475
|
+
/** Format: uuid */
|
|
476
|
+
system_id?: string;
|
|
477
|
+
category?: string;
|
|
478
|
+
action?: string;
|
|
479
|
+
description?: string;
|
|
480
|
+
firstName?: string;
|
|
481
|
+
lastName?: string;
|
|
482
|
+
/**
|
|
483
|
+
* Format: email
|
|
484
|
+
* @description email
|
|
485
|
+
*/
|
|
486
|
+
email?: string;
|
|
487
|
+
/** @description One of (x-oapi-codegen-extra-tags-cloud, github, google) */
|
|
488
|
+
provider?: string;
|
|
489
|
+
/**
|
|
490
|
+
* Format: date-time
|
|
491
|
+
* @description Timestamp when the resource was created.
|
|
492
|
+
*/
|
|
493
|
+
created_at?: string;
|
|
494
|
+
}[];
|
|
495
|
+
};
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
/** Unauthorized */
|
|
499
|
+
401: unknown;
|
|
500
|
+
/** Not found */
|
|
501
|
+
404: unknown;
|
|
502
|
+
/** Server error */
|
|
503
|
+
500: unknown;
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
getEventSummaryByUser: {
|
|
507
|
+
parameters: {
|
|
508
|
+
query: {
|
|
509
|
+
/** Get responses by page */
|
|
510
|
+
page?: string;
|
|
511
|
+
/** Get responses by pagesize */
|
|
512
|
+
pagesize?: string;
|
|
513
|
+
/** Get responses that match search param value */
|
|
514
|
+
search?: string;
|
|
515
|
+
/** Get ordered responses */
|
|
516
|
+
order?: string;
|
|
517
|
+
/** Get filtered reponses */
|
|
518
|
+
filter?: string;
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
responses: {
|
|
522
|
+
/** Event summary page */
|
|
523
|
+
200: {
|
|
524
|
+
content: {
|
|
525
|
+
"application/json": {
|
|
526
|
+
page?: number;
|
|
527
|
+
page_size?: number;
|
|
528
|
+
total_count?: number;
|
|
529
|
+
data?: { [key: string]: unknown }[];
|
|
530
|
+
};
|
|
531
|
+
};
|
|
532
|
+
};
|
|
533
|
+
/** Unauthorized */
|
|
534
|
+
401: unknown;
|
|
535
|
+
/** Not found */
|
|
536
|
+
404: unknown;
|
|
537
|
+
/** Server error */
|
|
538
|
+
500: unknown;
|
|
539
|
+
};
|
|
540
|
+
};
|
|
541
|
+
getEventTypes: {
|
|
542
|
+
parameters: {
|
|
543
|
+
query: {
|
|
544
|
+
/** Get responses by page */
|
|
545
|
+
page?: string;
|
|
546
|
+
/** Get responses by pagesize */
|
|
547
|
+
pagesize?: string;
|
|
548
|
+
};
|
|
549
|
+
};
|
|
550
|
+
responses: {
|
|
551
|
+
/** Event types */
|
|
552
|
+
200: {
|
|
553
|
+
content: {
|
|
554
|
+
"application/json": {
|
|
555
|
+
category?: string;
|
|
556
|
+
action?: string;
|
|
557
|
+
}[];
|
|
558
|
+
};
|
|
559
|
+
};
|
|
560
|
+
/** Unauthorized */
|
|
561
|
+
401: unknown;
|
|
562
|
+
/** Not found */
|
|
563
|
+
404: unknown;
|
|
564
|
+
/** Server error */
|
|
565
|
+
500: unknown;
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
export interface external {}
|