@meshery/schemas 1.2.14 → 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.
Files changed (151) hide show
  1. package/dist/cloudApi.d.mts +1516 -1516
  2. package/dist/cloudApi.d.ts +1516 -1516
  3. package/dist/constructs/v1alpha1/capability/Capability.d.ts +114 -0
  4. package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.ts +2 -0
  5. package/dist/constructs/v1alpha1/core/Core.d.ts +832 -0
  6. package/dist/constructs/v1alpha1/core/CoreSchema.d.ts +2 -0
  7. package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +53 -0
  8. package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.ts +2 -0
  9. package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1937 -0
  10. package/dist/constructs/v1alpha3/relationship/RelationshipSchema.d.ts +2 -0
  11. package/dist/constructs/v1beta1/academy/Academy.d.ts +6417 -0
  12. package/dist/constructs/v1beta1/academy/AcademySchema.d.ts +2 -0
  13. package/dist/constructs/v1beta1/badge/Badge.d.ts +546 -0
  14. package/dist/constructs/v1beta1/badge/BadgeSchema.d.ts +2 -0
  15. package/dist/constructs/v1beta1/capability/Capability.d.ts +114 -0
  16. package/dist/constructs/v1beta1/capability/CapabilitySchema.d.ts +2 -0
  17. package/dist/constructs/v1beta1/catalog/Catalog.d.ts +53 -0
  18. package/dist/constructs/v1beta1/catalog/CatalogSchema.d.ts +2 -0
  19. package/dist/constructs/v1beta1/category/Category.d.ts +46 -0
  20. package/dist/constructs/v1beta1/category/CategorySchema.d.ts +2 -0
  21. package/dist/constructs/v1beta1/component/Component.d.ts +869 -0
  22. package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +2 -0
  23. package/dist/constructs/v1beta1/connection/Connection.d.ts +1300 -0
  24. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +2 -0
  25. package/dist/constructs/v1beta1/core/Core.d.ts +832 -0
  26. package/dist/constructs/v1beta1/core/CoreSchema.d.ts +2 -0
  27. package/dist/constructs/v1beta1/credential/Credential.d.ts +530 -0
  28. package/dist/constructs/v1beta1/credential/CredentialSchema.d.ts +2 -0
  29. package/dist/constructs/v1beta1/environment/Environment.d.ts +759 -0
  30. package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.ts +2 -0
  31. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +6338 -0
  32. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +2 -0
  33. package/dist/constructs/v1beta1/event/Event.d.ts +570 -0
  34. package/dist/constructs/v1beta1/event/EventSchema.d.ts +2 -0
  35. package/dist/constructs/v1beta1/feature/Feature.d.ts +308 -0
  36. package/dist/constructs/v1beta1/feature/FeatureSchema.d.ts +2 -0
  37. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +983 -0
  38. package/dist/constructs/v1beta1/invitation/InvitationSchema.d.ts +2 -0
  39. package/dist/constructs/v1beta1/key/Key.d.ts +514 -0
  40. package/dist/constructs/v1beta1/key/KeySchema.d.ts +2 -0
  41. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +642 -0
  42. package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +2 -0
  43. package/dist/constructs/v1beta1/model/Model.d.ts +659 -0
  44. package/dist/constructs/v1beta1/model/ModelSchema.d.ts +2 -0
  45. package/dist/constructs/v1beta1/organization/Organization.d.ts +1598 -0
  46. package/dist/constructs/v1beta1/organization/OrganizationSchema.d.ts +2 -0
  47. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +18407 -0
  48. package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +2 -0
  49. package/dist/constructs/v1beta1/plan/Plan.d.ts +149 -0
  50. package/dist/constructs/v1beta1/plan/PlanSchema.d.ts +2 -0
  51. package/dist/constructs/v1beta1/relationship/Relationship.d.ts +1921 -0
  52. package/dist/constructs/v1beta1/relationship/RelationshipSchema.d.ts +2 -0
  53. package/dist/constructs/v1beta1/role/Role.d.ts +745 -0
  54. package/dist/constructs/v1beta1/role/RoleSchema.d.ts +2 -0
  55. package/dist/constructs/v1beta1/schedule/Schedule.d.ts +374 -0
  56. package/dist/constructs/v1beta1/schedule/ScheduleSchema.d.ts +2 -0
  57. package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +68 -0
  58. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.ts +2 -0
  59. package/dist/constructs/v1beta1/subscription/Subscription.d.ts +752 -0
  60. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.ts +2 -0
  61. package/dist/constructs/v1beta1/support/Support.d.ts +91 -0
  62. package/dist/constructs/v1beta1/support/SupportSchema.d.ts +2 -0
  63. package/dist/constructs/v1beta1/team/Team.d.ts +846 -0
  64. package/dist/constructs/v1beta1/team/TeamSchema.d.ts +2 -0
  65. package/dist/constructs/v1beta1/token/Token.d.ts +539 -0
  66. package/dist/constructs/v1beta1/token/TokenSchema.d.ts +2 -0
  67. package/dist/constructs/v1beta1/user/User.d.ts +1677 -0
  68. package/dist/constructs/v1beta1/user/UserSchema.d.ts +2 -0
  69. package/dist/constructs/v1beta1/view/View.d.ts +759 -0
  70. package/dist/constructs/v1beta1/view/ViewSchema.d.ts +2 -0
  71. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4947 -0
  72. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.ts +2 -0
  73. package/dist/constructs/v1beta2/academy/Academy.d.ts +7762 -0
  74. package/dist/constructs/v1beta2/academy/AcademySchema.d.ts +2 -0
  75. package/dist/constructs/v1beta2/badge/Badge.d.ts +563 -0
  76. package/dist/constructs/v1beta2/badge/BadgeSchema.d.ts +2 -0
  77. package/dist/constructs/v1beta2/catalog/Catalog.d.ts +53 -0
  78. package/dist/constructs/v1beta2/catalog/CatalogSchema.d.ts +2 -0
  79. package/dist/constructs/v1beta2/component/Component.d.ts +887 -0
  80. package/dist/constructs/v1beta2/component/ComponentSchema.d.ts +2 -0
  81. package/dist/constructs/v1beta2/connection/Connection.d.ts +1330 -0
  82. package/dist/constructs/v1beta2/connection/ConnectionSchema.d.ts +2 -0
  83. package/dist/constructs/v1beta2/core/Core.d.ts +866 -0
  84. package/dist/constructs/v1beta2/core/CoreSchema.d.ts +2 -0
  85. package/dist/constructs/v1beta2/credential/Credential.d.ts +519 -0
  86. package/dist/constructs/v1beta2/credential/CredentialSchema.d.ts +2 -0
  87. package/dist/constructs/v1beta2/design/Design.d.ts +19039 -0
  88. package/dist/constructs/v1beta2/design/DesignSchema.d.ts +2 -0
  89. package/dist/constructs/v1beta2/event/Event.d.ts +626 -0
  90. package/dist/constructs/v1beta2/event/EventSchema.d.ts +2 -0
  91. package/dist/constructs/v1beta2/invitation/Invitation.d.ts +1052 -0
  92. package/dist/constructs/v1beta2/invitation/InvitationSchema.d.ts +2 -0
  93. package/dist/constructs/v1beta2/key/Key.d.ts +524 -0
  94. package/dist/constructs/v1beta2/key/KeySchema.d.ts +2 -0
  95. package/dist/constructs/v1beta2/keychain/Keychain.d.ts +652 -0
  96. package/dist/constructs/v1beta2/keychain/KeychainSchema.d.ts +2 -0
  97. package/dist/constructs/v1beta2/model/Model.d.ts +697 -0
  98. package/dist/constructs/v1beta2/model/ModelSchema.d.ts +2 -0
  99. package/dist/constructs/v1beta2/organization/Organization.d.ts +1915 -0
  100. package/dist/constructs/v1beta2/organization/OrganizationSchema.d.ts +2 -0
  101. package/dist/constructs/v1beta2/plan/Plan.d.ts +162 -0
  102. package/dist/constructs/v1beta2/plan/PlanSchema.d.ts +2 -0
  103. package/dist/constructs/v1beta2/relationship/Relationship.d.ts +2134 -0
  104. package/dist/constructs/v1beta2/relationship/RelationshipSchema.d.ts +2 -0
  105. package/dist/constructs/v1beta2/role/Role.d.ts +752 -0
  106. package/dist/constructs/v1beta2/role/RoleSchema.d.ts +2 -0
  107. package/dist/constructs/v1beta2/schedule/Schedule.d.ts +431 -0
  108. package/dist/constructs/v1beta2/schedule/ScheduleSchema.d.ts +2 -0
  109. package/dist/constructs/v1beta2/subscription/Subscription.d.ts +785 -0
  110. package/dist/constructs/v1beta2/subscription/SubscriptionSchema.d.ts +2 -0
  111. package/dist/constructs/v1beta2/team/Team.d.ts +960 -0
  112. package/dist/constructs/v1beta2/team/TeamSchema.d.ts +2 -0
  113. package/dist/constructs/v1beta2/token/Token.d.ts +544 -0
  114. package/dist/constructs/v1beta2/token/TokenSchema.d.ts +2 -0
  115. package/dist/constructs/v1beta2/user/User.d.ts +1677 -0
  116. package/dist/constructs/v1beta2/user/UserSchema.d.ts +2 -0
  117. package/dist/constructs/v1beta2/view/View.d.ts +767 -0
  118. package/dist/constructs/v1beta2/view/ViewSchema.d.ts +2 -0
  119. package/dist/constructs/v1beta3/academy/Academy.d.ts +7762 -0
  120. package/dist/constructs/v1beta3/academy/AcademySchema.d.ts +2 -0
  121. package/dist/constructs/v1beta3/component/Component.d.ts +892 -0
  122. package/dist/constructs/v1beta3/component/ComponentSchema.d.ts +2 -0
  123. package/dist/constructs/v1beta3/connection/Connection.d.ts +1414 -0
  124. package/dist/constructs/v1beta3/connection/ConnectionSchema.d.ts +2 -0
  125. package/dist/constructs/v1beta3/design/Design.d.ts +5704 -0
  126. package/dist/constructs/v1beta3/design/DesignSchema.d.ts +2 -0
  127. package/dist/constructs/v1beta3/environment/Environment.d.ts +785 -0
  128. package/dist/constructs/v1beta3/environment/EnvironmentSchema.d.ts +2 -0
  129. package/dist/constructs/v1beta3/event/Event.d.ts +720 -0
  130. package/dist/constructs/v1beta3/event/EventSchema.d.ts +2 -0
  131. package/dist/constructs/v1beta3/filter/Filter.d.ts +1452 -0
  132. package/dist/constructs/v1beta3/filter/FilterSchema.d.ts +2 -0
  133. package/dist/constructs/v1beta3/invitation/Invitation.d.ts +1060 -0
  134. package/dist/constructs/v1beta3/invitation/InvitationSchema.d.ts +2 -0
  135. package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +813 -0
  136. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.d.ts +2 -0
  137. package/dist/constructs/v1beta3/plan/Plan.d.ts +199 -0
  138. package/dist/constructs/v1beta3/plan/PlanSchema.d.ts +2 -0
  139. package/dist/constructs/v1beta3/relationship/Relationship.d.ts +2134 -0
  140. package/dist/constructs/v1beta3/relationship/RelationshipSchema.d.ts +2 -0
  141. package/dist/constructs/v1beta3/subscription/Subscription.d.ts +915 -0
  142. package/dist/constructs/v1beta3/subscription/SubscriptionSchema.d.ts +2 -0
  143. package/dist/constructs/v1beta3/token/Token.d.ts +544 -0
  144. package/dist/constructs/v1beta3/token/TokenSchema.d.ts +2 -0
  145. package/dist/constructs/v1beta3/workspace/Workspace.d.ts +5086 -0
  146. package/dist/constructs/v1beta3/workspace/WorkspaceSchema.d.ts +2 -0
  147. package/dist/index.js +1 -1
  148. package/dist/index.mjs +1 -1
  149. package/dist/mesheryApi.d.mts +546 -546
  150. package/dist/mesheryApi.d.ts +546 -546
  151. package/package.json +2 -2
@@ -0,0 +1,2 @@
1
+ declare const RoleSchema: Record<string, unknown>;
2
+ export default RoleSchema;
@@ -0,0 +1,374 @@
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
+ "/user/schedules": {
8
+ /** Returns all schedules for the authenticated user. */
9
+ get: operations["getSchedules"];
10
+ /** Creates or updates a schedule for the authenticated user. */
11
+ post: operations["upsertSchedule"];
12
+ };
13
+ "/user/schedules/{id}": {
14
+ /** Returns a specific schedule by its ID. */
15
+ get: operations["getSchedule"];
16
+ /** Deletes a schedule by its ID. */
17
+ delete: operations["deleteSchedule"];
18
+ };
19
+ }
20
+
21
+ export interface components {
22
+ schemas: {
23
+ /** @description A schedule defines a recurring cron-based trigger for performance tests or other automated tasks. */
24
+ Schedule: {
25
+ /**
26
+ * Format: uuid
27
+ * @description Unique identifier for the schedule.
28
+ */
29
+ id?: string;
30
+ /** @description Human-readable name for the schedule. */
31
+ name: string;
32
+ /**
33
+ * Format: uuid
34
+ * @description UUID of the user who owns this schedule.
35
+ */
36
+ user_id: string;
37
+ /** @description Cron expression defining the schedule's recurrence (e.g. "0 0 * * *" for daily at midnight). */
38
+ cron_expression: string;
39
+ /**
40
+ * Format: date-time
41
+ * @description Timestamp when the resource was created.
42
+ */
43
+ created_at?: string;
44
+ /**
45
+ * Format: date-time
46
+ * @description Timestamp when the resource was updated.
47
+ */
48
+ updated_at?: string;
49
+ };
50
+ /** @description A paginated list of schedules. */
51
+ SchedulePage: {
52
+ /** @description Current page number (zero-based). */
53
+ page: number;
54
+ /** @description Number of schedules per page. */
55
+ page_size: number;
56
+ /** @description Total number of schedules across all pages. */
57
+ total_count: number;
58
+ /** @description The schedules of the schedulepage. */
59
+ schedules: {
60
+ /**
61
+ * Format: uuid
62
+ * @description Unique identifier for the schedule.
63
+ */
64
+ id?: string;
65
+ /** @description Human-readable name for the schedule. */
66
+ name: string;
67
+ /**
68
+ * Format: uuid
69
+ * @description UUID of the user who owns this schedule.
70
+ */
71
+ user_id: string;
72
+ /** @description Cron expression defining the schedule's recurrence (e.g. "0 0 * * *" for daily at midnight). */
73
+ cron_expression: string;
74
+ /**
75
+ * Format: date-time
76
+ * @description Timestamp when the resource was created.
77
+ */
78
+ created_at?: string;
79
+ /**
80
+ * Format: date-time
81
+ * @description Timestamp when the resource was updated.
82
+ */
83
+ updated_at?: string;
84
+ }[];
85
+ };
86
+ };
87
+ responses: {
88
+ /** Invalid request body or request param */
89
+ 400: {
90
+ content: {
91
+ "text/plain": string;
92
+ };
93
+ };
94
+ /** Expired JWT token used or insufficient privilege */
95
+ 401: {
96
+ content: {
97
+ "text/plain": string;
98
+ };
99
+ };
100
+ /** Result not found */
101
+ 404: {
102
+ content: {
103
+ "text/plain": string;
104
+ };
105
+ };
106
+ /** Internal server error */
107
+ 500: {
108
+ content: {
109
+ "text/plain": string;
110
+ };
111
+ };
112
+ };
113
+ parameters: {
114
+ /** @description Schedule ID */
115
+ id: string;
116
+ /** @description Get responses by page */
117
+ page: string;
118
+ /** @description Get responses by pagesize */
119
+ pagesize: string;
120
+ /** @description Get responses that match search param value */
121
+ search: string;
122
+ /** @description Get ordered responses */
123
+ order: string;
124
+ };
125
+ }
126
+
127
+ export interface operations {
128
+ /** Returns all schedules for the authenticated user. */
129
+ getSchedules: {
130
+ parameters: {
131
+ query: {
132
+ /** Get responses by page */
133
+ page?: string;
134
+ /** Get responses by pagesize */
135
+ pagesize?: string;
136
+ /** Get responses that match search param value */
137
+ search?: string;
138
+ /** Get ordered responses */
139
+ order?: string;
140
+ };
141
+ };
142
+ responses: {
143
+ /** Schedules response */
144
+ 200: {
145
+ content: {
146
+ "application/json": {
147
+ /** @description Current page number (zero-based). */
148
+ page: number;
149
+ /** @description Number of schedules per page. */
150
+ page_size: number;
151
+ /** @description Total number of schedules across all pages. */
152
+ total_count: number;
153
+ /** @description The schedules of the schedulepage. */
154
+ schedules: {
155
+ /**
156
+ * Format: uuid
157
+ * @description Unique identifier for the schedule.
158
+ */
159
+ id?: string;
160
+ /** @description Human-readable name for the schedule. */
161
+ name: string;
162
+ /**
163
+ * Format: uuid
164
+ * @description UUID of the user who owns this schedule.
165
+ */
166
+ user_id: string;
167
+ /** @description Cron expression defining the schedule's recurrence (e.g. "0 0 * * *" for daily at midnight). */
168
+ cron_expression: string;
169
+ /**
170
+ * Format: date-time
171
+ * @description Timestamp when the resource was created.
172
+ */
173
+ created_at?: string;
174
+ /**
175
+ * Format: date-time
176
+ * @description Timestamp when the resource was updated.
177
+ */
178
+ updated_at?: string;
179
+ }[];
180
+ };
181
+ };
182
+ };
183
+ /** Expired JWT token used or insufficient privilege */
184
+ 401: {
185
+ content: {
186
+ "text/plain": string;
187
+ };
188
+ };
189
+ /** Internal server error */
190
+ 500: {
191
+ content: {
192
+ "text/plain": string;
193
+ };
194
+ };
195
+ };
196
+ };
197
+ /** Creates or updates a schedule for the authenticated user. */
198
+ upsertSchedule: {
199
+ responses: {
200
+ /** Schedule upserted */
201
+ 200: {
202
+ content: {
203
+ "application/json": {
204
+ /**
205
+ * Format: uuid
206
+ * @description Unique identifier for the schedule.
207
+ */
208
+ id?: string;
209
+ /** @description Human-readable name for the schedule. */
210
+ name: string;
211
+ /**
212
+ * Format: uuid
213
+ * @description UUID of the user who owns this schedule.
214
+ */
215
+ user_id: string;
216
+ /** @description Cron expression defining the schedule's recurrence (e.g. "0 0 * * *" for daily at midnight). */
217
+ cron_expression: string;
218
+ /**
219
+ * Format: date-time
220
+ * @description Timestamp when the resource was created.
221
+ */
222
+ created_at?: string;
223
+ /**
224
+ * Format: date-time
225
+ * @description Timestamp when the resource was updated.
226
+ */
227
+ updated_at?: string;
228
+ };
229
+ };
230
+ };
231
+ /** Invalid request body or request param */
232
+ 400: {
233
+ content: {
234
+ "text/plain": string;
235
+ };
236
+ };
237
+ /** Expired JWT token used or insufficient privilege */
238
+ 401: {
239
+ content: {
240
+ "text/plain": string;
241
+ };
242
+ };
243
+ /** Internal server error */
244
+ 500: {
245
+ content: {
246
+ "text/plain": string;
247
+ };
248
+ };
249
+ };
250
+ requestBody: {
251
+ content: {
252
+ "application/json": {
253
+ /**
254
+ * Format: uuid
255
+ * @description Unique identifier for the schedule.
256
+ */
257
+ id?: string;
258
+ /** @description Human-readable name for the schedule. */
259
+ name: string;
260
+ /**
261
+ * Format: uuid
262
+ * @description UUID of the user who owns this schedule.
263
+ */
264
+ user_id: string;
265
+ /** @description Cron expression defining the schedule's recurrence (e.g. "0 0 * * *" for daily at midnight). */
266
+ cron_expression: string;
267
+ /**
268
+ * Format: date-time
269
+ * @description Timestamp when the resource was created.
270
+ */
271
+ created_at?: string;
272
+ /**
273
+ * Format: date-time
274
+ * @description Timestamp when the resource was updated.
275
+ */
276
+ updated_at?: string;
277
+ };
278
+ };
279
+ };
280
+ };
281
+ /** Returns a specific schedule by its ID. */
282
+ getSchedule: {
283
+ parameters: {
284
+ path: {
285
+ /** Schedule ID */
286
+ id: string;
287
+ };
288
+ };
289
+ responses: {
290
+ /** Schedule response */
291
+ 200: {
292
+ content: {
293
+ "application/json": {
294
+ /**
295
+ * Format: uuid
296
+ * @description Unique identifier for the schedule.
297
+ */
298
+ id?: string;
299
+ /** @description Human-readable name for the schedule. */
300
+ name: string;
301
+ /**
302
+ * Format: uuid
303
+ * @description UUID of the user who owns this schedule.
304
+ */
305
+ user_id: string;
306
+ /** @description Cron expression defining the schedule's recurrence (e.g. "0 0 * * *" for daily at midnight). */
307
+ cron_expression: string;
308
+ /**
309
+ * Format: date-time
310
+ * @description Timestamp when the resource was created.
311
+ */
312
+ created_at?: string;
313
+ /**
314
+ * Format: date-time
315
+ * @description Timestamp when the resource was updated.
316
+ */
317
+ updated_at?: string;
318
+ };
319
+ };
320
+ };
321
+ /** Expired JWT token used or insufficient privilege */
322
+ 401: {
323
+ content: {
324
+ "text/plain": string;
325
+ };
326
+ };
327
+ /** Result not found */
328
+ 404: {
329
+ content: {
330
+ "text/plain": string;
331
+ };
332
+ };
333
+ /** Internal server error */
334
+ 500: {
335
+ content: {
336
+ "text/plain": string;
337
+ };
338
+ };
339
+ };
340
+ };
341
+ /** Deletes a schedule by its ID. */
342
+ deleteSchedule: {
343
+ parameters: {
344
+ path: {
345
+ /** Schedule ID */
346
+ id: string;
347
+ };
348
+ };
349
+ responses: {
350
+ /** Schedule deleted */
351
+ 204: never;
352
+ /** Expired JWT token used or insufficient privilege */
353
+ 401: {
354
+ content: {
355
+ "text/plain": string;
356
+ };
357
+ };
358
+ /** Result not found */
359
+ 404: {
360
+ content: {
361
+ "text/plain": string;
362
+ };
363
+ };
364
+ /** Internal server error */
365
+ 500: {
366
+ content: {
367
+ "text/plain": string;
368
+ };
369
+ };
370
+ };
371
+ };
372
+ }
373
+
374
+ export interface external {}
@@ -0,0 +1,2 @@
1
+ declare const ScheduleSchema: Record<string, unknown>;
2
+ export default ScheduleSchema;
@@ -0,0 +1,68 @@
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
+
8
+ export interface components {
9
+ schemas: {
10
+ /**
11
+ * SubCategory
12
+ * @description Sub category of the model determines the secondary grouping.
13
+ * @default Uncategorized
14
+ * @enum {string}
15
+ */
16
+ SubCategoryDefinition:
17
+ | "API Gateway"
18
+ | "API Integration"
19
+ | "Application Definition & Image Build"
20
+ | "Automation & Configuration"
21
+ | "Certified Kubernetes - Distribution"
22
+ | "Chaos Engineering"
23
+ | "Cloud Native Storage"
24
+ | "Cloud Provider"
25
+ | "CNI"
26
+ | "Compute"
27
+ | "Container Registry"
28
+ | "Container Runtime"
29
+ | "Container Security"
30
+ | "Container"
31
+ | "Content Delivery Network"
32
+ | "Continuous Integration & Delivery"
33
+ | "Coordination & Service Discovery"
34
+ | "Database"
35
+ | "Flowchart"
36
+ | "Framework"
37
+ | "Installable Platform"
38
+ | "Key Management"
39
+ | "Key Management Service"
40
+ | "Kubernetes"
41
+ | "Logging"
42
+ | "Machine Learning"
43
+ | "Management Governance"
44
+ | "Metrics"
45
+ | "Monitoring"
46
+ | "Networking Content Delivery"
47
+ | "Operating System"
48
+ | "Query"
49
+ | "Remote Procedure Call"
50
+ | "Scheduling & Orchestration"
51
+ | "Secrets Management"
52
+ | "Security Identity & Compliance"
53
+ | "Service Mesh"
54
+ | "Service Proxy"
55
+ | "Source Version Control"
56
+ | "Storage"
57
+ | "Specifications"
58
+ | "Streaming & Messaging"
59
+ | "Tools"
60
+ | "Tracing"
61
+ | "Uncategorized"
62
+ | "Video Conferencing";
63
+ };
64
+ }
65
+
66
+ export interface operations {}
67
+
68
+ export interface external {}
@@ -0,0 +1,2 @@
1
+ declare const SubcategorySchema: Record<string, unknown>;
2
+ export default SubcategorySchema;