@meshery/schemas 1.2.22 → 1.2.23
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/cloudApi.d.mts +1719 -1518
- package/dist/cloudApi.d.ts +1719 -1518
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1alpha1/capability/Capability.d.ts +111 -106
- package/dist/constructs/v1alpha1/core/Core.d.ts +734 -822
- package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +40 -45
- package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1716 -1829
- package/dist/constructs/v1beta1/academy/Academy.d.ts +6648 -6029
- package/dist/constructs/v1beta1/badge/Badge.d.ts +600 -439
- package/dist/constructs/v1beta1/capability/Capability.d.ts +111 -106
- package/dist/constructs/v1beta1/catalog/Catalog.d.ts +40 -45
- package/dist/constructs/v1beta1/category/Category.d.ts +26 -38
- package/dist/constructs/v1beta1/component/Component.d.ts +729 -833
- package/dist/constructs/v1beta1/connection/Connection.d.ts +1357 -1170
- package/dist/constructs/v1beta1/core/Core.d.ts +734 -822
- package/dist/constructs/v1beta1/credential/Credential.d.ts +593 -458
- package/dist/constructs/v1beta1/environment/Environment.d.ts +835 -666
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +5508 -6030
- package/dist/constructs/v1beta1/event/Event.d.ts +898 -527
- package/dist/constructs/v1beta1/feature/Feature.d.ts +287 -249
- package/dist/constructs/v1beta1/invitation/Invitation.d.ts +1244 -877
- package/dist/constructs/v1beta1/key/Key.d.ts +589 -444
- package/dist/constructs/v1beta1/keychain/Keychain.d.ts +796 -575
- package/dist/constructs/v1beta1/model/Model.d.ts +572 -598
- package/dist/constructs/v1beta1/organization/Organization.d.ts +1829 -1410
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +17093 -17910
- package/dist/constructs/v1beta1/plan/Plan.d.ts +159 -115
- package/dist/constructs/v1beta1/role/Role.d.ts +933 -688
- package/dist/constructs/v1beta1/schedule/Schedule.d.ts +425 -315
- package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +18 -61
- package/dist/constructs/v1beta1/subscription/Subscription.d.ts +839 -674
- package/dist/constructs/v1beta1/support/Support.d.ts +115 -74
- package/dist/constructs/v1beta1/system/System.d.ts +434 -0
- package/dist/constructs/v1beta1/system/System.js +1 -0
- package/dist/constructs/v1beta1/system/System.mjs +0 -0
- package/dist/constructs/v1beta1/system/SystemSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/system/SystemSchema.js +2 -0
- package/dist/constructs/v1beta1/system/SystemSchema.mjs +2 -0
- package/dist/constructs/v1beta1/team/Team.d.ts +1028 -762
- package/dist/constructs/v1beta1/token/Token.d.ts +612 -475
- package/dist/constructs/v1beta1/user/User.d.ts +1723 -1554
- package/dist/constructs/v1beta1/view/View.d.ts +833 -664
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4900 -4695
- package/dist/constructs/v1beta2/academy/Academy.d.ts +7840 -7222
- package/dist/constructs/v1beta2/badge/Badge.d.ts +610 -453
- package/dist/constructs/v1beta2/catalog/Catalog.d.ts +40 -45
- package/dist/constructs/v1beta2/component/Component.d.ts +747 -851
- package/dist/constructs/v1beta2/connection/Connection.d.ts +1376 -1189
- package/dist/constructs/v1beta2/core/Core.d.ts +768 -856
- package/dist/constructs/v1beta2/credential/Credential.d.ts +572 -437
- package/dist/constructs/v1beta2/design/Design.d.ts +17682 -18467
- package/dist/constructs/v1beta2/event/Event.d.ts +946 -575
- package/dist/constructs/v1beta2/invitation/Invitation.d.ts +1268 -901
- package/dist/constructs/v1beta2/key/Key.d.ts +599 -454
- package/dist/constructs/v1beta2/keychain/Keychain.d.ts +806 -585
- package/dist/constructs/v1beta2/model/Model.d.ts +610 -636
- package/dist/constructs/v1beta2/organization/Organization.d.ts +2135 -1724
- package/dist/constructs/v1beta2/plan/Plan.d.ts +169 -128
- package/dist/constructs/v1beta2/relationship/Relationship.d.ts +1842 -2011
- package/dist/constructs/v1beta2/role/Role.d.ts +940 -695
- package/dist/constructs/v1beta2/schedule/Schedule.d.ts +466 -356
- package/dist/constructs/v1beta2/subscription/Subscription.d.ts +866 -701
- package/dist/constructs/v1beta2/team/Team.d.ts +1118 -852
- package/dist/constructs/v1beta2/token/Token.d.ts +616 -479
- package/dist/constructs/v1beta2/user/User.d.ts +1723 -1554
- package/dist/constructs/v1beta2/view/View.d.ts +838 -669
- package/dist/constructs/v1beta3/academy/Academy.d.ts +7836 -7218
- package/dist/constructs/v1beta3/component/Component.d.ts +753 -857
- package/dist/constructs/v1beta3/connection/Connection.d.ts +1447 -1260
- package/dist/constructs/v1beta3/design/Design.d.ts +5727 -5305
- package/dist/constructs/v1beta3/environment/Environment.d.ts +858 -689
- package/dist/constructs/v1beta3/event/Event.d.ts +1041 -666
- package/dist/constructs/v1beta3/filter/Filter.d.ts +1437 -1299
- package/dist/constructs/v1beta3/invitation/Invitation.d.ts +1277 -910
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +850 -690
- package/dist/constructs/v1beta3/plan/Plan.d.ts +197 -156
- package/dist/constructs/v1beta3/relationship/Relationship.d.ts +1842 -2011
- package/dist/constructs/v1beta3/subscription/Subscription.d.ts +969 -804
- package/dist/constructs/v1beta3/token/Token.d.ts +616 -479
- package/dist/constructs/v1beta3/workspace/Workspace.d.ts +5030 -4822
- package/dist/index.d.mts +5480 -5022
- package/dist/index.d.ts +5480 -5022
- package/dist/mesheryApi.d.mts +1314 -522
- package/dist/mesheryApi.d.ts +1314 -522
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -2
|
@@ -4,225 +4,84 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export interface paths {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export interface components {
|
|
26
|
-
schemas: {
|
|
27
|
-
/** @description Represents a collection of keys. */
|
|
28
|
-
Keychain: {
|
|
29
|
-
/**
|
|
30
|
-
* Format: uuid
|
|
31
|
-
* @description Unique identifier for the keychain.
|
|
32
|
-
*/
|
|
33
|
-
id: string;
|
|
34
|
-
/** @description Name of the keychain. */
|
|
35
|
-
name: string;
|
|
36
|
-
/**
|
|
37
|
-
* Format: uuid
|
|
38
|
-
* @description Owner of the keychain.
|
|
39
|
-
*/
|
|
40
|
-
owner: string;
|
|
41
|
-
/**
|
|
42
|
-
* Format: date-time
|
|
43
|
-
* @description Timestamp when the resource was created.
|
|
44
|
-
*/
|
|
45
|
-
created_at: string;
|
|
46
|
-
/**
|
|
47
|
-
* Format: date-time
|
|
48
|
-
* @description Timestamp when the resource was updated.
|
|
49
|
-
*/
|
|
50
|
-
updated_at: string;
|
|
51
|
-
/**
|
|
52
|
-
* Format: date-time
|
|
53
|
-
* @description SQL null Timestamp to handle null values of time.
|
|
54
|
-
*/
|
|
55
|
-
deleted_at?: string;
|
|
56
|
-
};
|
|
57
|
-
/** @description Input payload for creating or updating a keychain. */
|
|
58
|
-
KeychainInput: {
|
|
59
|
-
/** @description Name of the keychain. */
|
|
60
|
-
name: string;
|
|
61
|
-
/**
|
|
62
|
-
* Format: uuid
|
|
63
|
-
* @description Owner of the keychain.
|
|
64
|
-
*/
|
|
65
|
-
owner?: string;
|
|
66
|
-
};
|
|
67
|
-
KeychainPage: {
|
|
68
|
-
page: number;
|
|
69
|
-
page_size: number;
|
|
70
|
-
total_count: number;
|
|
71
|
-
/** @description The keychains of the keychainpage. */
|
|
72
|
-
keychains: {
|
|
73
|
-
/**
|
|
74
|
-
* Format: uuid
|
|
75
|
-
* @description Unique identifier for the keychain.
|
|
76
|
-
*/
|
|
77
|
-
id: string;
|
|
78
|
-
/** @description Name of the keychain. */
|
|
79
|
-
name: string;
|
|
80
|
-
/**
|
|
81
|
-
* Format: uuid
|
|
82
|
-
* @description Owner of the keychain.
|
|
83
|
-
*/
|
|
84
|
-
owner: string;
|
|
85
|
-
/**
|
|
86
|
-
* Format: date-time
|
|
87
|
-
* @description Timestamp when the resource was created.
|
|
88
|
-
*/
|
|
89
|
-
created_at: string;
|
|
90
|
-
/**
|
|
91
|
-
* Format: date-time
|
|
92
|
-
* @description Timestamp when the resource was updated.
|
|
93
|
-
*/
|
|
94
|
-
updated_at: string;
|
|
95
|
-
/**
|
|
96
|
-
* Format: date-time
|
|
97
|
-
* @description SQL null Timestamp to handle null values of time.
|
|
98
|
-
*/
|
|
99
|
-
deleted_at?: string;
|
|
100
|
-
}[];
|
|
7
|
+
"/api/auth/keychains": {
|
|
8
|
+
parameters: {
|
|
9
|
+
query?: never;
|
|
10
|
+
header?: never;
|
|
11
|
+
path?: never;
|
|
12
|
+
cookie?: never;
|
|
13
|
+
};
|
|
14
|
+
/** List keychains */
|
|
15
|
+
get: operations["getKeychains"];
|
|
16
|
+
put?: never;
|
|
17
|
+
/** Create a keychain */
|
|
18
|
+
post: operations["createKeychain"];
|
|
19
|
+
delete?: never;
|
|
20
|
+
options?: never;
|
|
21
|
+
head?: never;
|
|
22
|
+
patch?: never;
|
|
23
|
+
trace?: never;
|
|
101
24
|
};
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
25
|
+
"/api/auth/keychains/{keychainId}": {
|
|
26
|
+
parameters: {
|
|
27
|
+
query?: never;
|
|
28
|
+
header?: never;
|
|
29
|
+
path?: never;
|
|
30
|
+
cookie?: never;
|
|
31
|
+
};
|
|
32
|
+
/** Get keychain by ID */
|
|
33
|
+
get: operations["getKeychainById"];
|
|
34
|
+
/** Update keychain */
|
|
35
|
+
put: operations["updateKeychain"];
|
|
36
|
+
post?: never;
|
|
37
|
+
/** Delete keychain */
|
|
38
|
+
delete: operations["deleteKeychain"];
|
|
39
|
+
options?: never;
|
|
40
|
+
head?: never;
|
|
41
|
+
patch?: never;
|
|
42
|
+
trace?: never;
|
|
109
43
|
};
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
44
|
+
"/api/auth/keychains/{keychainId}/{keyId}": {
|
|
45
|
+
parameters: {
|
|
46
|
+
query?: never;
|
|
47
|
+
header?: never;
|
|
48
|
+
path?: never;
|
|
49
|
+
cookie?: never;
|
|
50
|
+
};
|
|
51
|
+
get?: never;
|
|
52
|
+
put?: never;
|
|
53
|
+
/** Add key to keychain */
|
|
54
|
+
post: operations["addKeyToKeychain"];
|
|
55
|
+
/** Remove key from keychain */
|
|
56
|
+
delete: operations["removeKeyFromKeychain"];
|
|
57
|
+
options?: never;
|
|
58
|
+
head?: never;
|
|
59
|
+
patch?: never;
|
|
60
|
+
trace?: never;
|
|
115
61
|
};
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
62
|
+
"/api/auth/keychains/{keychainId}/keys": {
|
|
63
|
+
parameters: {
|
|
64
|
+
query?: never;
|
|
65
|
+
header?: never;
|
|
66
|
+
path?: never;
|
|
67
|
+
cookie?: never;
|
|
68
|
+
};
|
|
69
|
+
/** List keys in a keychain */
|
|
70
|
+
get: operations["getKeysOfKeychain"];
|
|
71
|
+
put?: never;
|
|
72
|
+
post?: never;
|
|
73
|
+
delete?: never;
|
|
74
|
+
options?: never;
|
|
75
|
+
head?: never;
|
|
76
|
+
patch?: never;
|
|
77
|
+
trace?: never;
|
|
121
78
|
};
|
|
122
|
-
/** Internal server error */
|
|
123
|
-
500: {
|
|
124
|
-
content: {
|
|
125
|
-
"text/plain": string;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
|
-
parameters: {
|
|
130
|
-
/** @description Key ID */
|
|
131
|
-
keyId: string;
|
|
132
|
-
/** @description Keychain ID */
|
|
133
|
-
keychainId: string;
|
|
134
|
-
/** @description Get responses by page */
|
|
135
|
-
page: string;
|
|
136
|
-
/** @description Get responses by pagesize */
|
|
137
|
-
pagesize: string;
|
|
138
|
-
/** @description Get ordered responses */
|
|
139
|
-
order: string;
|
|
140
|
-
/** @description Get responses that match search param value */
|
|
141
|
-
search: string;
|
|
142
|
-
};
|
|
143
79
|
}
|
|
144
|
-
|
|
145
|
-
export interface
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
/** Get responses by page */
|
|
150
|
-
page?: string;
|
|
151
|
-
/** Get responses by pagesize */
|
|
152
|
-
pagesize?: string;
|
|
153
|
-
/** Get responses that match search param value */
|
|
154
|
-
search?: string;
|
|
155
|
-
/** Get ordered responses */
|
|
156
|
-
order?: string;
|
|
157
|
-
};
|
|
158
|
-
};
|
|
159
|
-
responses: {
|
|
160
|
-
/** Keychain(s) fetched */
|
|
161
|
-
200: {
|
|
162
|
-
content: {
|
|
163
|
-
"application/json": {
|
|
164
|
-
page: number;
|
|
165
|
-
page_size: number;
|
|
166
|
-
total_count: number;
|
|
167
|
-
/** @description The keychains of the keychainpage. */
|
|
168
|
-
keychains: {
|
|
169
|
-
/**
|
|
170
|
-
* Format: uuid
|
|
171
|
-
* @description Unique identifier for the keychain.
|
|
172
|
-
*/
|
|
173
|
-
id: string;
|
|
174
|
-
/** @description Name of the keychain. */
|
|
175
|
-
name: string;
|
|
176
|
-
/**
|
|
177
|
-
* Format: uuid
|
|
178
|
-
* @description Owner of the keychain.
|
|
179
|
-
*/
|
|
180
|
-
owner: string;
|
|
181
|
-
/**
|
|
182
|
-
* Format: date-time
|
|
183
|
-
* @description Timestamp when the resource was created.
|
|
184
|
-
*/
|
|
185
|
-
created_at: string;
|
|
186
|
-
/**
|
|
187
|
-
* Format: date-time
|
|
188
|
-
* @description Timestamp when the resource was updated.
|
|
189
|
-
*/
|
|
190
|
-
updated_at: string;
|
|
191
|
-
/**
|
|
192
|
-
* Format: date-time
|
|
193
|
-
* @description SQL null Timestamp to handle null values of time.
|
|
194
|
-
*/
|
|
195
|
-
deleted_at?: string;
|
|
196
|
-
}[];
|
|
197
|
-
};
|
|
198
|
-
};
|
|
199
|
-
};
|
|
200
|
-
/** Invalid request body or request param */
|
|
201
|
-
400: {
|
|
202
|
-
content: {
|
|
203
|
-
"text/plain": string;
|
|
204
|
-
};
|
|
205
|
-
};
|
|
206
|
-
/** Expired JWT token used or insufficient privilege */
|
|
207
|
-
401: {
|
|
208
|
-
content: {
|
|
209
|
-
"text/plain": string;
|
|
210
|
-
};
|
|
211
|
-
};
|
|
212
|
-
/** Internal server error */
|
|
213
|
-
500: {
|
|
214
|
-
content: {
|
|
215
|
-
"text/plain": string;
|
|
216
|
-
};
|
|
217
|
-
};
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
createKeychain: {
|
|
221
|
-
responses: {
|
|
222
|
-
/** Keychain created */
|
|
223
|
-
200: {
|
|
224
|
-
content: {
|
|
225
|
-
"application/json": {
|
|
80
|
+
export type webhooks = Record<string, never>;
|
|
81
|
+
export interface components {
|
|
82
|
+
schemas: {
|
|
83
|
+
/** @description Represents a collection of keys. */
|
|
84
|
+
Keychain: {
|
|
226
85
|
/**
|
|
227
86
|
* Format: uuid
|
|
228
87
|
* @description Unique identifier for the keychain.
|
|
@@ -250,393 +109,755 @@ export interface operations {
|
|
|
250
109
|
* @description SQL null Timestamp to handle null values of time.
|
|
251
110
|
*/
|
|
252
111
|
deleted_at?: string;
|
|
253
|
-
};
|
|
254
|
-
};
|
|
255
|
-
};
|
|
256
|
-
/** Invalid request body or request param */
|
|
257
|
-
400: {
|
|
258
|
-
content: {
|
|
259
|
-
"text/plain": string;
|
|
260
|
-
};
|
|
261
|
-
};
|
|
262
|
-
/** Expired JWT token used or insufficient privilege */
|
|
263
|
-
401: {
|
|
264
|
-
content: {
|
|
265
|
-
"text/plain": string;
|
|
266
112
|
};
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
500: {
|
|
270
|
-
content: {
|
|
271
|
-
"text/plain": string;
|
|
272
|
-
};
|
|
273
|
-
};
|
|
274
|
-
};
|
|
275
|
-
requestBody: {
|
|
276
|
-
content: {
|
|
277
|
-
"application/json": {
|
|
278
|
-
/** @description Name of the keychain. */
|
|
279
|
-
name: string;
|
|
280
|
-
/**
|
|
281
|
-
* Format: uuid
|
|
282
|
-
* @description Owner of the keychain.
|
|
283
|
-
*/
|
|
284
|
-
owner?: string;
|
|
285
|
-
};
|
|
286
|
-
};
|
|
287
|
-
};
|
|
288
|
-
};
|
|
289
|
-
getKeychainById: {
|
|
290
|
-
parameters: {
|
|
291
|
-
path: {
|
|
292
|
-
/** Keychain ID */
|
|
293
|
-
keychainId: string;
|
|
294
|
-
};
|
|
295
|
-
};
|
|
296
|
-
responses: {
|
|
297
|
-
/** Keychain fetched */
|
|
298
|
-
200: {
|
|
299
|
-
content: {
|
|
300
|
-
"application/json": {
|
|
301
|
-
/**
|
|
302
|
-
* Format: uuid
|
|
303
|
-
* @description Unique identifier for the keychain.
|
|
304
|
-
*/
|
|
305
|
-
id: string;
|
|
113
|
+
/** @description Input payload for creating or updating a keychain. */
|
|
114
|
+
KeychainInput: {
|
|
306
115
|
/** @description Name of the keychain. */
|
|
307
116
|
name: string;
|
|
308
117
|
/**
|
|
309
118
|
* Format: uuid
|
|
310
119
|
* @description Owner of the keychain.
|
|
311
120
|
*/
|
|
312
|
-
owner
|
|
313
|
-
/**
|
|
314
|
-
* Format: date-time
|
|
315
|
-
* @description Timestamp when the resource was created.
|
|
316
|
-
*/
|
|
317
|
-
created_at: string;
|
|
318
|
-
/**
|
|
319
|
-
* Format: date-time
|
|
320
|
-
* @description Timestamp when the resource was updated.
|
|
321
|
-
*/
|
|
322
|
-
updated_at: string;
|
|
323
|
-
/**
|
|
324
|
-
* Format: date-time
|
|
325
|
-
* @description SQL null Timestamp to handle null values of time.
|
|
326
|
-
*/
|
|
327
|
-
deleted_at?: string;
|
|
328
|
-
};
|
|
329
|
-
};
|
|
330
|
-
};
|
|
331
|
-
/** Invalid request body or request param */
|
|
332
|
-
400: {
|
|
333
|
-
content: {
|
|
334
|
-
"text/plain": string;
|
|
121
|
+
owner?: string;
|
|
335
122
|
};
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
123
|
+
KeychainPage: {
|
|
124
|
+
page: number;
|
|
125
|
+
page_size: number;
|
|
126
|
+
total_count: number;
|
|
127
|
+
/** @description The keychains of the keychainpage. */
|
|
128
|
+
keychains: {
|
|
129
|
+
/**
|
|
130
|
+
* Format: uuid
|
|
131
|
+
* @description Unique identifier for the keychain.
|
|
132
|
+
*/
|
|
133
|
+
id: string;
|
|
134
|
+
/** @description Name of the keychain. */
|
|
135
|
+
name: string;
|
|
136
|
+
/**
|
|
137
|
+
* Format: uuid
|
|
138
|
+
* @description Owner of the keychain.
|
|
139
|
+
*/
|
|
140
|
+
owner: string;
|
|
141
|
+
/**
|
|
142
|
+
* Format: date-time
|
|
143
|
+
* @description Timestamp when the resource was created.
|
|
144
|
+
*/
|
|
145
|
+
created_at: string;
|
|
146
|
+
/**
|
|
147
|
+
* Format: date-time
|
|
148
|
+
* @description Timestamp when the resource was updated.
|
|
149
|
+
*/
|
|
150
|
+
updated_at: string;
|
|
151
|
+
/**
|
|
152
|
+
* Format: date-time
|
|
153
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
154
|
+
*/
|
|
155
|
+
deleted_at?: string;
|
|
156
|
+
}[];
|
|
353
157
|
};
|
|
354
|
-
};
|
|
355
|
-
};
|
|
356
|
-
};
|
|
357
|
-
updateKeychain: {
|
|
358
|
-
parameters: {
|
|
359
|
-
path: {
|
|
360
|
-
/** Keychain ID */
|
|
361
|
-
keychainId: string;
|
|
362
|
-
};
|
|
363
158
|
};
|
|
364
159
|
responses: {
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
160
|
+
/** @description Invalid request body or request param */
|
|
161
|
+
400: {
|
|
162
|
+
headers: {
|
|
163
|
+
[name: string]: unknown;
|
|
164
|
+
};
|
|
165
|
+
content: {
|
|
166
|
+
"text/plain": string;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
170
|
+
401: {
|
|
171
|
+
headers: {
|
|
172
|
+
[name: string]: unknown;
|
|
173
|
+
};
|
|
174
|
+
content: {
|
|
175
|
+
"text/plain": string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
/** @description Result not found */
|
|
179
|
+
404: {
|
|
180
|
+
headers: {
|
|
181
|
+
[name: string]: unknown;
|
|
182
|
+
};
|
|
183
|
+
content: {
|
|
184
|
+
"text/plain": string;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
/** @description Internal server error */
|
|
188
|
+
500: {
|
|
189
|
+
headers: {
|
|
190
|
+
[name: string]: unknown;
|
|
191
|
+
};
|
|
192
|
+
content: {
|
|
193
|
+
"text/plain": string;
|
|
194
|
+
};
|
|
397
195
|
};
|
|
398
|
-
};
|
|
399
|
-
/** Invalid request body or request param */
|
|
400
|
-
400: {
|
|
401
|
-
content: {
|
|
402
|
-
"text/plain": string;
|
|
403
|
-
};
|
|
404
|
-
};
|
|
405
|
-
/** Expired JWT token used or insufficient privilege */
|
|
406
|
-
401: {
|
|
407
|
-
content: {
|
|
408
|
-
"text/plain": string;
|
|
409
|
-
};
|
|
410
|
-
};
|
|
411
|
-
/** Result not found */
|
|
412
|
-
404: {
|
|
413
|
-
content: {
|
|
414
|
-
"text/plain": string;
|
|
415
|
-
};
|
|
416
|
-
};
|
|
417
|
-
/** Internal server error */
|
|
418
|
-
500: {
|
|
419
|
-
content: {
|
|
420
|
-
"text/plain": string;
|
|
421
|
-
};
|
|
422
|
-
};
|
|
423
196
|
};
|
|
424
|
-
requestBody: {
|
|
425
|
-
content: {
|
|
426
|
-
"application/json": {
|
|
427
|
-
/** @description Name of the keychain. */
|
|
428
|
-
name: string;
|
|
429
|
-
/**
|
|
430
|
-
* Format: uuid
|
|
431
|
-
* @description Owner of the keychain.
|
|
432
|
-
*/
|
|
433
|
-
owner?: string;
|
|
434
|
-
};
|
|
435
|
-
};
|
|
436
|
-
};
|
|
437
|
-
};
|
|
438
|
-
deleteKeychain: {
|
|
439
197
|
parameters: {
|
|
440
|
-
|
|
441
|
-
|
|
198
|
+
/** @description Key ID */
|
|
199
|
+
keyId: string;
|
|
200
|
+
/** @description Keychain ID */
|
|
442
201
|
keychainId: string;
|
|
443
|
-
|
|
202
|
+
/** @description Get responses by page */
|
|
203
|
+
page: string;
|
|
204
|
+
/** @description Get responses by pagesize */
|
|
205
|
+
pagesize: string;
|
|
206
|
+
/** @description Get ordered responses */
|
|
207
|
+
order: string;
|
|
208
|
+
/** @description Get responses that match search param value */
|
|
209
|
+
search: string;
|
|
444
210
|
};
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
211
|
+
requestBodies: never;
|
|
212
|
+
headers: never;
|
|
213
|
+
pathItems: never;
|
|
214
|
+
}
|
|
215
|
+
export type $defs = Record<string, never>;
|
|
216
|
+
export interface operations {
|
|
217
|
+
getKeychains: {
|
|
218
|
+
parameters: {
|
|
219
|
+
query?: {
|
|
220
|
+
/** @description Get responses by page */
|
|
221
|
+
page?: string;
|
|
222
|
+
/** @description Get responses by pagesize */
|
|
223
|
+
pagesize?: string;
|
|
224
|
+
/** @description Get responses that match search param value */
|
|
225
|
+
search?: string;
|
|
226
|
+
/** @description Get ordered responses */
|
|
227
|
+
order?: string;
|
|
228
|
+
};
|
|
229
|
+
header?: never;
|
|
230
|
+
path?: never;
|
|
231
|
+
cookie?: never;
|
|
232
|
+
};
|
|
233
|
+
requestBody?: never;
|
|
234
|
+
responses: {
|
|
235
|
+
/** @description Keychain(s) fetched */
|
|
236
|
+
200: {
|
|
237
|
+
headers: {
|
|
238
|
+
[name: string]: unknown;
|
|
239
|
+
};
|
|
240
|
+
content: {
|
|
241
|
+
"application/json": {
|
|
242
|
+
page: number;
|
|
243
|
+
page_size: number;
|
|
244
|
+
total_count: number;
|
|
245
|
+
/** @description The keychains of the keychainpage. */
|
|
246
|
+
keychains: {
|
|
247
|
+
/**
|
|
248
|
+
* Format: uuid
|
|
249
|
+
* @description Unique identifier for the keychain.
|
|
250
|
+
*/
|
|
251
|
+
id: string;
|
|
252
|
+
/** @description Name of the keychain. */
|
|
253
|
+
name: string;
|
|
254
|
+
/**
|
|
255
|
+
* Format: uuid
|
|
256
|
+
* @description Owner of the keychain.
|
|
257
|
+
*/
|
|
258
|
+
owner: string;
|
|
259
|
+
/**
|
|
260
|
+
* Format: date-time
|
|
261
|
+
* @description Timestamp when the resource was created.
|
|
262
|
+
*/
|
|
263
|
+
created_at: string;
|
|
264
|
+
/**
|
|
265
|
+
* Format: date-time
|
|
266
|
+
* @description Timestamp when the resource was updated.
|
|
267
|
+
*/
|
|
268
|
+
updated_at: string;
|
|
269
|
+
/**
|
|
270
|
+
* Format: date-time
|
|
271
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
272
|
+
*/
|
|
273
|
+
deleted_at?: string;
|
|
274
|
+
}[];
|
|
275
|
+
};
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
/** @description Invalid request body or request param */
|
|
279
|
+
400: {
|
|
280
|
+
headers: {
|
|
281
|
+
[name: string]: unknown;
|
|
282
|
+
};
|
|
283
|
+
content: {
|
|
284
|
+
"text/plain": string;
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
288
|
+
401: {
|
|
289
|
+
headers: {
|
|
290
|
+
[name: string]: unknown;
|
|
291
|
+
};
|
|
292
|
+
content: {
|
|
293
|
+
"text/plain": string;
|
|
294
|
+
};
|
|
295
|
+
};
|
|
296
|
+
/** @description Internal server error */
|
|
297
|
+
500: {
|
|
298
|
+
headers: {
|
|
299
|
+
[name: string]: unknown;
|
|
300
|
+
};
|
|
301
|
+
content: {
|
|
302
|
+
"text/plain": string;
|
|
303
|
+
};
|
|
304
|
+
};
|
|
470
305
|
};
|
|
471
|
-
};
|
|
472
|
-
};
|
|
473
|
-
};
|
|
474
|
-
addKeyToKeychain: {
|
|
475
|
-
parameters: {
|
|
476
|
-
path: {
|
|
477
|
-
/** Keychain ID */
|
|
478
|
-
keychainId: string;
|
|
479
|
-
/** Key ID */
|
|
480
|
-
keyId: string;
|
|
481
|
-
};
|
|
482
306
|
};
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
};
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
307
|
+
createKeychain: {
|
|
308
|
+
parameters: {
|
|
309
|
+
query?: never;
|
|
310
|
+
header?: never;
|
|
311
|
+
path?: never;
|
|
312
|
+
cookie?: never;
|
|
313
|
+
};
|
|
314
|
+
requestBody: {
|
|
315
|
+
content: {
|
|
316
|
+
"application/json": {
|
|
317
|
+
/** @description Name of the keychain. */
|
|
318
|
+
name: string;
|
|
319
|
+
/**
|
|
320
|
+
* Format: uuid
|
|
321
|
+
* @description Owner of the keychain.
|
|
322
|
+
*/
|
|
323
|
+
owner?: string;
|
|
324
|
+
};
|
|
325
|
+
};
|
|
326
|
+
};
|
|
327
|
+
responses: {
|
|
328
|
+
/** @description Keychain created */
|
|
329
|
+
200: {
|
|
330
|
+
headers: {
|
|
331
|
+
[name: string]: unknown;
|
|
332
|
+
};
|
|
333
|
+
content: {
|
|
334
|
+
"application/json": {
|
|
335
|
+
/**
|
|
336
|
+
* Format: uuid
|
|
337
|
+
* @description Unique identifier for the keychain.
|
|
338
|
+
*/
|
|
339
|
+
id: string;
|
|
340
|
+
/** @description Name of the keychain. */
|
|
341
|
+
name: string;
|
|
342
|
+
/**
|
|
343
|
+
* Format: uuid
|
|
344
|
+
* @description Owner of the keychain.
|
|
345
|
+
*/
|
|
346
|
+
owner: string;
|
|
347
|
+
/**
|
|
348
|
+
* Format: date-time
|
|
349
|
+
* @description Timestamp when the resource was created.
|
|
350
|
+
*/
|
|
351
|
+
created_at: string;
|
|
352
|
+
/**
|
|
353
|
+
* Format: date-time
|
|
354
|
+
* @description Timestamp when the resource was updated.
|
|
355
|
+
*/
|
|
356
|
+
updated_at: string;
|
|
357
|
+
/**
|
|
358
|
+
* Format: date-time
|
|
359
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
360
|
+
*/
|
|
361
|
+
deleted_at?: string;
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
};
|
|
365
|
+
/** @description Invalid request body or request param */
|
|
366
|
+
400: {
|
|
367
|
+
headers: {
|
|
368
|
+
[name: string]: unknown;
|
|
369
|
+
};
|
|
370
|
+
content: {
|
|
371
|
+
"text/plain": string;
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
375
|
+
401: {
|
|
376
|
+
headers: {
|
|
377
|
+
[name: string]: unknown;
|
|
378
|
+
};
|
|
379
|
+
content: {
|
|
380
|
+
"text/plain": string;
|
|
381
|
+
};
|
|
382
|
+
};
|
|
383
|
+
/** @description Internal server error */
|
|
384
|
+
500: {
|
|
385
|
+
headers: {
|
|
386
|
+
[name: string]: unknown;
|
|
387
|
+
};
|
|
388
|
+
content: {
|
|
389
|
+
"text/plain": string;
|
|
390
|
+
};
|
|
391
|
+
};
|
|
508
392
|
};
|
|
509
|
-
};
|
|
510
|
-
};
|
|
511
|
-
};
|
|
512
|
-
removeKeyFromKeychain: {
|
|
513
|
-
parameters: {
|
|
514
|
-
path: {
|
|
515
|
-
/** Keychain ID */
|
|
516
|
-
keychainId: string;
|
|
517
|
-
/** Key ID */
|
|
518
|
-
keyId: string;
|
|
519
|
-
};
|
|
520
393
|
};
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
394
|
+
getKeychainById: {
|
|
395
|
+
parameters: {
|
|
396
|
+
query?: never;
|
|
397
|
+
header?: never;
|
|
398
|
+
path: {
|
|
399
|
+
/** @description Keychain ID */
|
|
400
|
+
keychainId: string;
|
|
401
|
+
};
|
|
402
|
+
cookie?: never;
|
|
403
|
+
};
|
|
404
|
+
requestBody?: never;
|
|
405
|
+
responses: {
|
|
406
|
+
/** @description Keychain fetched */
|
|
407
|
+
200: {
|
|
408
|
+
headers: {
|
|
409
|
+
[name: string]: unknown;
|
|
410
|
+
};
|
|
411
|
+
content: {
|
|
412
|
+
"application/json": {
|
|
413
|
+
/**
|
|
414
|
+
* Format: uuid
|
|
415
|
+
* @description Unique identifier for the keychain.
|
|
416
|
+
*/
|
|
417
|
+
id: string;
|
|
418
|
+
/** @description Name of the keychain. */
|
|
419
|
+
name: string;
|
|
420
|
+
/**
|
|
421
|
+
* Format: uuid
|
|
422
|
+
* @description Owner of the keychain.
|
|
423
|
+
*/
|
|
424
|
+
owner: string;
|
|
425
|
+
/**
|
|
426
|
+
* Format: date-time
|
|
427
|
+
* @description Timestamp when the resource was created.
|
|
428
|
+
*/
|
|
429
|
+
created_at: string;
|
|
430
|
+
/**
|
|
431
|
+
* Format: date-time
|
|
432
|
+
* @description Timestamp when the resource was updated.
|
|
433
|
+
*/
|
|
434
|
+
updated_at: string;
|
|
435
|
+
/**
|
|
436
|
+
* Format: date-time
|
|
437
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
438
|
+
*/
|
|
439
|
+
deleted_at?: string;
|
|
440
|
+
};
|
|
441
|
+
};
|
|
442
|
+
};
|
|
443
|
+
/** @description Invalid request body or request param */
|
|
444
|
+
400: {
|
|
445
|
+
headers: {
|
|
446
|
+
[name: string]: unknown;
|
|
447
|
+
};
|
|
448
|
+
content: {
|
|
449
|
+
"text/plain": string;
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
453
|
+
401: {
|
|
454
|
+
headers: {
|
|
455
|
+
[name: string]: unknown;
|
|
456
|
+
};
|
|
457
|
+
content: {
|
|
458
|
+
"text/plain": string;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
461
|
+
/** @description Result not found */
|
|
462
|
+
404: {
|
|
463
|
+
headers: {
|
|
464
|
+
[name: string]: unknown;
|
|
465
|
+
};
|
|
466
|
+
content: {
|
|
467
|
+
"text/plain": string;
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
/** @description Internal server error */
|
|
471
|
+
500: {
|
|
472
|
+
headers: {
|
|
473
|
+
[name: string]: unknown;
|
|
474
|
+
};
|
|
475
|
+
content: {
|
|
476
|
+
"text/plain": string;
|
|
477
|
+
};
|
|
478
|
+
};
|
|
540
479
|
};
|
|
541
|
-
};
|
|
542
|
-
/** Internal server error */
|
|
543
|
-
500: {
|
|
544
|
-
content: {
|
|
545
|
-
"text/plain": string;
|
|
546
|
-
};
|
|
547
|
-
};
|
|
548
480
|
};
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
481
|
+
updateKeychain: {
|
|
482
|
+
parameters: {
|
|
483
|
+
query?: never;
|
|
484
|
+
header?: never;
|
|
485
|
+
path: {
|
|
486
|
+
/** @description Keychain ID */
|
|
487
|
+
keychainId: string;
|
|
488
|
+
};
|
|
489
|
+
cookie?: never;
|
|
490
|
+
};
|
|
491
|
+
requestBody: {
|
|
492
|
+
content: {
|
|
493
|
+
"application/json": {
|
|
494
|
+
/** @description Name of the keychain. */
|
|
495
|
+
name: string;
|
|
496
|
+
/**
|
|
497
|
+
* Format: uuid
|
|
498
|
+
* @description Owner of the keychain.
|
|
499
|
+
*/
|
|
500
|
+
owner?: string;
|
|
501
|
+
};
|
|
502
|
+
};
|
|
503
|
+
};
|
|
504
|
+
responses: {
|
|
505
|
+
/** @description Keychain updated */
|
|
506
|
+
200: {
|
|
507
|
+
headers: {
|
|
508
|
+
[name: string]: unknown;
|
|
509
|
+
};
|
|
510
|
+
content: {
|
|
511
|
+
"application/json": {
|
|
512
|
+
/**
|
|
513
|
+
* Format: uuid
|
|
514
|
+
* @description Unique identifier for the keychain.
|
|
515
|
+
*/
|
|
516
|
+
id: string;
|
|
517
|
+
/** @description Name of the keychain. */
|
|
518
|
+
name: string;
|
|
519
|
+
/**
|
|
520
|
+
* Format: uuid
|
|
521
|
+
* @description Owner of the keychain.
|
|
522
|
+
*/
|
|
523
|
+
owner: string;
|
|
524
|
+
/**
|
|
525
|
+
* Format: date-time
|
|
526
|
+
* @description Timestamp when the resource was created.
|
|
527
|
+
*/
|
|
528
|
+
created_at: string;
|
|
529
|
+
/**
|
|
530
|
+
* Format: date-time
|
|
531
|
+
* @description Timestamp when the resource was updated.
|
|
532
|
+
*/
|
|
533
|
+
updated_at: string;
|
|
534
|
+
/**
|
|
535
|
+
* Format: date-time
|
|
536
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
537
|
+
*/
|
|
538
|
+
deleted_at?: string;
|
|
539
|
+
};
|
|
540
|
+
};
|
|
541
|
+
};
|
|
542
|
+
/** @description Invalid request body or request param */
|
|
543
|
+
400: {
|
|
544
|
+
headers: {
|
|
545
|
+
[name: string]: unknown;
|
|
546
|
+
};
|
|
547
|
+
content: {
|
|
548
|
+
"text/plain": string;
|
|
549
|
+
};
|
|
550
|
+
};
|
|
551
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
552
|
+
401: {
|
|
553
|
+
headers: {
|
|
554
|
+
[name: string]: unknown;
|
|
555
|
+
};
|
|
556
|
+
content: {
|
|
557
|
+
"text/plain": string;
|
|
558
|
+
};
|
|
559
|
+
};
|
|
560
|
+
/** @description Result not found */
|
|
561
|
+
404: {
|
|
562
|
+
headers: {
|
|
563
|
+
[name: string]: unknown;
|
|
564
|
+
};
|
|
565
|
+
content: {
|
|
566
|
+
"text/plain": string;
|
|
567
|
+
};
|
|
568
|
+
};
|
|
569
|
+
/** @description Internal server error */
|
|
570
|
+
500: {
|
|
571
|
+
headers: {
|
|
572
|
+
[name: string]: unknown;
|
|
573
|
+
};
|
|
574
|
+
content: {
|
|
575
|
+
"text/plain": string;
|
|
576
|
+
};
|
|
577
|
+
};
|
|
612
578
|
};
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
579
|
+
};
|
|
580
|
+
deleteKeychain: {
|
|
581
|
+
parameters: {
|
|
582
|
+
query?: never;
|
|
583
|
+
header?: never;
|
|
584
|
+
path: {
|
|
585
|
+
/** @description Keychain ID */
|
|
586
|
+
keychainId: string;
|
|
587
|
+
};
|
|
588
|
+
cookie?: never;
|
|
589
|
+
};
|
|
590
|
+
requestBody?: never;
|
|
591
|
+
responses: {
|
|
592
|
+
/** @description Keychain deleted */
|
|
593
|
+
204: {
|
|
594
|
+
headers: {
|
|
595
|
+
[name: string]: unknown;
|
|
596
|
+
};
|
|
597
|
+
content?: never;
|
|
598
|
+
};
|
|
599
|
+
/** @description Invalid request body or request param */
|
|
600
|
+
400: {
|
|
601
|
+
headers: {
|
|
602
|
+
[name: string]: unknown;
|
|
603
|
+
};
|
|
604
|
+
content: {
|
|
605
|
+
"text/plain": string;
|
|
606
|
+
};
|
|
607
|
+
};
|
|
608
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
609
|
+
401: {
|
|
610
|
+
headers: {
|
|
611
|
+
[name: string]: unknown;
|
|
612
|
+
};
|
|
613
|
+
content: {
|
|
614
|
+
"text/plain": string;
|
|
615
|
+
};
|
|
616
|
+
};
|
|
617
|
+
/** @description Result not found */
|
|
618
|
+
404: {
|
|
619
|
+
headers: {
|
|
620
|
+
[name: string]: unknown;
|
|
621
|
+
};
|
|
622
|
+
content: {
|
|
623
|
+
"text/plain": string;
|
|
624
|
+
};
|
|
625
|
+
};
|
|
626
|
+
/** @description Internal server error */
|
|
627
|
+
500: {
|
|
628
|
+
headers: {
|
|
629
|
+
[name: string]: unknown;
|
|
630
|
+
};
|
|
631
|
+
content: {
|
|
632
|
+
"text/plain": string;
|
|
633
|
+
};
|
|
634
|
+
};
|
|
618
635
|
};
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
636
|
+
};
|
|
637
|
+
addKeyToKeychain: {
|
|
638
|
+
parameters: {
|
|
639
|
+
query?: never;
|
|
640
|
+
header?: never;
|
|
641
|
+
path: {
|
|
642
|
+
/** @description Keychain ID */
|
|
643
|
+
keychainId: string;
|
|
644
|
+
/** @description Key ID */
|
|
645
|
+
keyId: string;
|
|
646
|
+
};
|
|
647
|
+
cookie?: never;
|
|
648
|
+
};
|
|
649
|
+
requestBody?: never;
|
|
650
|
+
responses: {
|
|
651
|
+
/** @description Key added to keychain */
|
|
652
|
+
204: {
|
|
653
|
+
headers: {
|
|
654
|
+
[name: string]: unknown;
|
|
655
|
+
};
|
|
656
|
+
content?: never;
|
|
657
|
+
};
|
|
658
|
+
/** @description Invalid request body or request param */
|
|
659
|
+
400: {
|
|
660
|
+
headers: {
|
|
661
|
+
[name: string]: unknown;
|
|
662
|
+
};
|
|
663
|
+
content: {
|
|
664
|
+
"text/plain": string;
|
|
665
|
+
};
|
|
666
|
+
};
|
|
667
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
668
|
+
401: {
|
|
669
|
+
headers: {
|
|
670
|
+
[name: string]: unknown;
|
|
671
|
+
};
|
|
672
|
+
content: {
|
|
673
|
+
"text/plain": string;
|
|
674
|
+
};
|
|
675
|
+
};
|
|
676
|
+
/** @description Result not found */
|
|
677
|
+
404: {
|
|
678
|
+
headers: {
|
|
679
|
+
[name: string]: unknown;
|
|
680
|
+
};
|
|
681
|
+
content: {
|
|
682
|
+
"text/plain": string;
|
|
683
|
+
};
|
|
684
|
+
};
|
|
685
|
+
/** @description Internal server error */
|
|
686
|
+
500: {
|
|
687
|
+
headers: {
|
|
688
|
+
[name: string]: unknown;
|
|
689
|
+
};
|
|
690
|
+
content: {
|
|
691
|
+
"text/plain": string;
|
|
692
|
+
};
|
|
693
|
+
};
|
|
624
694
|
};
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
695
|
+
};
|
|
696
|
+
removeKeyFromKeychain: {
|
|
697
|
+
parameters: {
|
|
698
|
+
query?: never;
|
|
699
|
+
header?: never;
|
|
700
|
+
path: {
|
|
701
|
+
/** @description Keychain ID */
|
|
702
|
+
keychainId: string;
|
|
703
|
+
/** @description Key ID */
|
|
704
|
+
keyId: string;
|
|
705
|
+
};
|
|
706
|
+
cookie?: never;
|
|
707
|
+
};
|
|
708
|
+
requestBody?: never;
|
|
709
|
+
responses: {
|
|
710
|
+
/** @description Key removed from keychain */
|
|
711
|
+
204: {
|
|
712
|
+
headers: {
|
|
713
|
+
[name: string]: unknown;
|
|
714
|
+
};
|
|
715
|
+
content?: never;
|
|
716
|
+
};
|
|
717
|
+
/** @description Invalid request body or request param */
|
|
718
|
+
400: {
|
|
719
|
+
headers: {
|
|
720
|
+
[name: string]: unknown;
|
|
721
|
+
};
|
|
722
|
+
content: {
|
|
723
|
+
"text/plain": string;
|
|
724
|
+
};
|
|
725
|
+
};
|
|
726
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
727
|
+
401: {
|
|
728
|
+
headers: {
|
|
729
|
+
[name: string]: unknown;
|
|
730
|
+
};
|
|
731
|
+
content: {
|
|
732
|
+
"text/plain": string;
|
|
733
|
+
};
|
|
734
|
+
};
|
|
735
|
+
/** @description Result not found */
|
|
736
|
+
404: {
|
|
737
|
+
headers: {
|
|
738
|
+
[name: string]: unknown;
|
|
739
|
+
};
|
|
740
|
+
content: {
|
|
741
|
+
"text/plain": string;
|
|
742
|
+
};
|
|
743
|
+
};
|
|
744
|
+
/** @description Internal server error */
|
|
745
|
+
500: {
|
|
746
|
+
headers: {
|
|
747
|
+
[name: string]: unknown;
|
|
748
|
+
};
|
|
749
|
+
content: {
|
|
750
|
+
"text/plain": string;
|
|
751
|
+
};
|
|
752
|
+
};
|
|
630
753
|
};
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
754
|
+
};
|
|
755
|
+
getKeysOfKeychain: {
|
|
756
|
+
parameters: {
|
|
757
|
+
query?: {
|
|
758
|
+
/** @description Get responses by page */
|
|
759
|
+
page?: string;
|
|
760
|
+
/** @description Get responses by pagesize */
|
|
761
|
+
pagesize?: string;
|
|
762
|
+
/** @description Get responses that match search param value */
|
|
763
|
+
search?: string;
|
|
764
|
+
/** @description Get ordered responses */
|
|
765
|
+
order?: string;
|
|
766
|
+
};
|
|
767
|
+
header?: never;
|
|
768
|
+
path: {
|
|
769
|
+
/** @description Keychain ID */
|
|
770
|
+
keychainId: string;
|
|
771
|
+
};
|
|
772
|
+
cookie?: never;
|
|
773
|
+
};
|
|
774
|
+
requestBody?: never;
|
|
775
|
+
responses: {
|
|
776
|
+
/** @description Keys response */
|
|
777
|
+
200: {
|
|
778
|
+
headers: {
|
|
779
|
+
[name: string]: unknown;
|
|
780
|
+
};
|
|
781
|
+
content: {
|
|
782
|
+
"application/json": {
|
|
783
|
+
page: number;
|
|
784
|
+
page_size: number;
|
|
785
|
+
total_count: number;
|
|
786
|
+
/** @description The keys of the keypage. */
|
|
787
|
+
keys: {
|
|
788
|
+
/**
|
|
789
|
+
* Format: uuid
|
|
790
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
791
|
+
*/
|
|
792
|
+
id: string;
|
|
793
|
+
/**
|
|
794
|
+
* Format: uuid
|
|
795
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
796
|
+
*/
|
|
797
|
+
owner: string;
|
|
798
|
+
/** @description Operation permitted by the key. */
|
|
799
|
+
function: string;
|
|
800
|
+
/** @description Category for the key. */
|
|
801
|
+
category: string;
|
|
802
|
+
/** @description Subcategory for the key. */
|
|
803
|
+
subcategory: string;
|
|
804
|
+
/** @description Human readable description of the key. */
|
|
805
|
+
description: string;
|
|
806
|
+
/**
|
|
807
|
+
* Format: date-time
|
|
808
|
+
* @description Timestamp when the resource was created.
|
|
809
|
+
*/
|
|
810
|
+
created_at: string;
|
|
811
|
+
/**
|
|
812
|
+
* Format: date-time
|
|
813
|
+
* @description Timestamp when the resource was updated.
|
|
814
|
+
*/
|
|
815
|
+
updated_at: string;
|
|
816
|
+
/**
|
|
817
|
+
* Format: date-time
|
|
818
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
819
|
+
*/
|
|
820
|
+
deleted_at?: string;
|
|
821
|
+
}[];
|
|
822
|
+
};
|
|
823
|
+
};
|
|
824
|
+
};
|
|
825
|
+
/** @description Invalid request body or request param */
|
|
826
|
+
400: {
|
|
827
|
+
headers: {
|
|
828
|
+
[name: string]: unknown;
|
|
829
|
+
};
|
|
830
|
+
content: {
|
|
831
|
+
"text/plain": string;
|
|
832
|
+
};
|
|
833
|
+
};
|
|
834
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
835
|
+
401: {
|
|
836
|
+
headers: {
|
|
837
|
+
[name: string]: unknown;
|
|
838
|
+
};
|
|
839
|
+
content: {
|
|
840
|
+
"text/plain": string;
|
|
841
|
+
};
|
|
842
|
+
};
|
|
843
|
+
/** @description Result not found */
|
|
844
|
+
404: {
|
|
845
|
+
headers: {
|
|
846
|
+
[name: string]: unknown;
|
|
847
|
+
};
|
|
848
|
+
content: {
|
|
849
|
+
"text/plain": string;
|
|
850
|
+
};
|
|
851
|
+
};
|
|
852
|
+
/** @description Internal server error */
|
|
853
|
+
500: {
|
|
854
|
+
headers: {
|
|
855
|
+
[name: string]: unknown;
|
|
856
|
+
};
|
|
857
|
+
content: {
|
|
858
|
+
"text/plain": string;
|
|
859
|
+
};
|
|
860
|
+
};
|
|
636
861
|
};
|
|
637
|
-
};
|
|
638
862
|
};
|
|
639
|
-
};
|
|
640
863
|
}
|
|
641
|
-
|
|
642
|
-
export interface external {}
|