@meshery/schemas 0.8.107 → 0.8.108

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 (204) hide show
  1. package/README.md +294 -23
  2. package/dist/Core-Wy_3jcVT.d.mts +736 -0
  3. package/dist/Core-Wy_3jcVT.d.ts +736 -0
  4. package/dist/cloudApi.d.mts +6873 -3592
  5. package/dist/cloudApi.d.ts +6873 -3592
  6. package/dist/cloudApi.js +1 -1
  7. package/dist/cloudApi.mjs +1 -1
  8. package/dist/constructs/v1alpha1/capability/Capability.d.mts +115 -0
  9. package/dist/constructs/v1alpha1/capability/Capability.d.ts +115 -0
  10. package/dist/constructs/v1alpha1/capability/Capability.js +1 -0
  11. package/dist/constructs/v1alpha1/capability/Capability.mjs +0 -0
  12. package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.mts +155 -0
  13. package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.ts +155 -0
  14. package/dist/constructs/v1alpha1/capability/CapabilitySchema.js +2 -0
  15. package/dist/constructs/v1alpha1/capability/CapabilitySchema.mjs +2 -0
  16. package/dist/constructs/v1alpha1/core/Core.d.mts +1 -0
  17. package/dist/constructs/v1alpha1/core/Core.d.ts +1 -0
  18. package/dist/constructs/v1alpha1/core/Core.js +1 -0
  19. package/dist/constructs/v1alpha1/core/Core.mjs +0 -0
  20. package/dist/constructs/v1alpha1/core/CoreSchema.d.mts +1649 -0
  21. package/dist/constructs/v1alpha1/core/CoreSchema.d.ts +1649 -0
  22. package/dist/constructs/v1alpha1/core/CoreSchema.js +2 -0
  23. package/dist/constructs/v1alpha1/core/CoreSchema.mjs +2 -0
  24. package/dist/constructs/v1alpha2/catalog/Catalog.d.mts +46 -0
  25. package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +46 -0
  26. package/dist/constructs/v1alpha2/catalog/Catalog.js +1 -0
  27. package/dist/constructs/v1alpha2/catalog/Catalog.mjs +0 -0
  28. package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.mts +80 -0
  29. package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.ts +80 -0
  30. package/dist/constructs/v1alpha2/catalog/CatalogSchema.js +2 -0
  31. package/dist/constructs/v1alpha2/catalog/CatalogSchema.mjs +2 -0
  32. package/dist/constructs/v1beta1/academy/Academy.d.mts +5762 -0
  33. package/dist/constructs/v1beta1/academy/Academy.d.ts +5762 -0
  34. package/dist/constructs/v1beta1/academy/Academy.js +1 -0
  35. package/dist/constructs/v1beta1/academy/Academy.mjs +0 -0
  36. package/dist/constructs/v1beta1/academy/AcademySchema.d.mts +11838 -0
  37. package/dist/constructs/v1beta1/academy/AcademySchema.d.ts +11838 -0
  38. package/dist/constructs/v1beta1/academy/AcademySchema.js +2 -0
  39. package/dist/constructs/v1beta1/academy/AcademySchema.mjs +2 -0
  40. package/dist/constructs/v1beta1/badge/Badge.d.mts +253 -0
  41. package/dist/constructs/v1beta1/badge/Badge.d.ts +253 -0
  42. package/dist/constructs/v1beta1/badge/Badge.js +1 -0
  43. package/dist/constructs/v1beta1/badge/Badge.mjs +0 -0
  44. package/dist/constructs/v1beta1/badge/BadgeSchema.d.mts +519 -0
  45. package/dist/constructs/v1beta1/badge/BadgeSchema.d.ts +519 -0
  46. package/dist/constructs/v1beta1/badge/BadgeSchema.js +2 -0
  47. package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +2 -0
  48. package/dist/constructs/v1beta1/category/Category.d.mts +33 -0
  49. package/dist/constructs/v1beta1/category/Category.d.ts +33 -0
  50. package/dist/constructs/v1beta1/category/Category.js +1 -0
  51. package/dist/constructs/v1beta1/category/Category.mjs +0 -0
  52. package/dist/constructs/v1beta1/category/CategorySchema.d.mts +60 -0
  53. package/dist/constructs/v1beta1/category/CategorySchema.d.ts +60 -0
  54. package/dist/constructs/v1beta1/category/CategorySchema.js +2 -0
  55. package/dist/constructs/v1beta1/category/CategorySchema.mjs +2 -0
  56. package/dist/constructs/v1beta1/component/Component.d.mts +737 -0
  57. package/dist/constructs/v1beta1/component/Component.d.ts +737 -0
  58. package/dist/constructs/v1beta1/component/Component.js +1 -0
  59. package/dist/constructs/v1beta1/component/Component.mjs +0 -0
  60. package/dist/constructs/v1beta1/component/ComponentSchema.d.mts +1751 -0
  61. package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +1751 -0
  62. package/dist/constructs/v1beta1/component/ComponentSchema.js +10 -0
  63. package/dist/constructs/v1beta1/component/ComponentSchema.mjs +10 -0
  64. package/dist/constructs/v1beta1/connection/Connection.d.mts +186 -0
  65. package/dist/constructs/v1beta1/connection/Connection.d.ts +186 -0
  66. package/dist/constructs/v1beta1/connection/Connection.js +1 -0
  67. package/dist/constructs/v1beta1/connection/Connection.mjs +0 -0
  68. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.mts +612 -0
  69. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +612 -0
  70. package/dist/constructs/v1beta1/connection/ConnectionSchema.js +2 -0
  71. package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +2 -0
  72. package/dist/constructs/v1beta1/environment/Environment.d.mts +307 -0
  73. package/dist/constructs/v1beta1/environment/Environment.d.ts +307 -0
  74. package/dist/constructs/v1beta1/environment/Environment.js +1 -0
  75. package/dist/constructs/v1beta1/environment/Environment.mjs +0 -0
  76. package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.mts +904 -0
  77. package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.ts +904 -0
  78. package/dist/constructs/v1beta1/environment/EnvironmentSchema.js +2 -0
  79. package/dist/constructs/v1beta1/environment/EnvironmentSchema.mjs +2 -0
  80. package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +5729 -0
  81. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +5729 -0
  82. package/dist/constructs/v1beta1/evaluation/Evaluation.js +1 -0
  83. package/dist/constructs/v1beta1/evaluation/Evaluation.mjs +0 -0
  84. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.mts +15473 -0
  85. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +15473 -0
  86. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +210 -0
  87. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +210 -0
  88. package/dist/constructs/v1beta1/event/Event.d.mts +177 -0
  89. package/dist/constructs/v1beta1/event/Event.d.ts +177 -0
  90. package/dist/constructs/v1beta1/event/Event.js +1 -0
  91. package/dist/constructs/v1beta1/event/Event.mjs +0 -0
  92. package/dist/constructs/v1beta1/event/EventSchema.d.mts +360 -0
  93. package/dist/constructs/v1beta1/event/EventSchema.d.ts +360 -0
  94. package/dist/constructs/v1beta1/event/EventSchema.js +1 -0
  95. package/dist/constructs/v1beta1/event/EventSchema.mjs +1 -0
  96. package/dist/constructs/v1beta1/feature/Feature.d.mts +287 -0
  97. package/dist/constructs/v1beta1/feature/Feature.d.ts +287 -0
  98. package/dist/constructs/v1beta1/feature/Feature.js +1 -0
  99. package/dist/constructs/v1beta1/feature/Feature.mjs +0 -0
  100. package/dist/constructs/v1beta1/feature/FeatureSchema.d.mts +773 -0
  101. package/dist/constructs/v1beta1/feature/FeatureSchema.d.ts +773 -0
  102. package/dist/constructs/v1beta1/feature/FeatureSchema.js +1 -0
  103. package/dist/constructs/v1beta1/feature/FeatureSchema.mjs +1 -0
  104. package/dist/constructs/v1beta1/invitation/Invitation.d.mts +644 -0
  105. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +644 -0
  106. package/dist/constructs/v1beta1/invitation/Invitation.js +1 -0
  107. package/dist/constructs/v1beta1/invitation/Invitation.mjs +0 -0
  108. package/dist/constructs/v1beta1/invitation/InvitationSchema.d.mts +1652 -0
  109. package/dist/constructs/v1beta1/invitation/InvitationSchema.d.ts +1652 -0
  110. package/dist/constructs/v1beta1/invitation/InvitationSchema.js +1 -0
  111. package/dist/constructs/v1beta1/invitation/InvitationSchema.mjs +1 -0
  112. package/dist/constructs/v1beta1/key/Key.d.mts +409 -0
  113. package/dist/constructs/v1beta1/key/Key.d.ts +409 -0
  114. package/dist/constructs/v1beta1/key/Key.js +1 -0
  115. package/dist/constructs/v1beta1/key/Key.mjs +0 -0
  116. package/dist/constructs/v1beta1/key/KeySchema.d.mts +1029 -0
  117. package/dist/constructs/v1beta1/key/KeySchema.d.ts +1029 -0
  118. package/dist/constructs/v1beta1/key/KeySchema.js +1 -0
  119. package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -0
  120. package/dist/constructs/v1beta1/keychain/Keychain.d.mts +641 -0
  121. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +641 -0
  122. package/dist/constructs/v1beta1/keychain/Keychain.js +1 -0
  123. package/dist/constructs/v1beta1/keychain/Keychain.mjs +0 -0
  124. package/dist/constructs/v1beta1/keychain/KeychainSchema.d.mts +1541 -0
  125. package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +1541 -0
  126. package/dist/constructs/v1beta1/keychain/KeychainSchema.js +1 -0
  127. package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +1 -0
  128. package/dist/constructs/v1beta1/model/Model.d.mts +474 -0
  129. package/dist/constructs/v1beta1/model/Model.d.ts +474 -0
  130. package/dist/constructs/v1beta1/model/Model.js +1 -0
  131. package/dist/constructs/v1beta1/model/Model.mjs +0 -0
  132. package/dist/constructs/v1beta1/model/ModelSchema.d.mts +1281 -0
  133. package/dist/constructs/v1beta1/model/ModelSchema.d.ts +1281 -0
  134. package/dist/constructs/v1beta1/model/ModelSchema.js +6 -0
  135. package/dist/constructs/v1beta1/model/ModelSchema.mjs +6 -0
  136. package/dist/constructs/v1beta1/organization/Organization.d.mts +268 -0
  137. package/dist/constructs/v1beta1/organization/Organization.d.ts +268 -0
  138. package/dist/constructs/v1beta1/organization/Organization.js +1 -0
  139. package/dist/constructs/v1beta1/organization/Organization.mjs +0 -0
  140. package/dist/constructs/v1beta1/organization/OrganizationSchema.d.mts +765 -0
  141. package/dist/constructs/v1beta1/organization/OrganizationSchema.d.ts +765 -0
  142. package/dist/constructs/v1beta1/organization/OrganizationSchema.js +1 -0
  143. package/dist/constructs/v1beta1/organization/OrganizationSchema.mjs +1 -0
  144. package/dist/constructs/v1beta1/pattern/Pattern.d.mts +5776 -0
  145. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +5776 -0
  146. package/dist/constructs/v1beta1/pattern/Pattern.js +1 -0
  147. package/dist/constructs/v1beta1/pattern/Pattern.mjs +0 -0
  148. package/dist/constructs/v1beta1/pattern/PatternSchema.d.mts +15669 -0
  149. package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +15669 -0
  150. package/dist/constructs/v1beta1/pattern/PatternSchema.js +210 -0
  151. package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +210 -0
  152. package/dist/constructs/v1beta1/plan/Plan.d.mts +120 -0
  153. package/dist/constructs/v1beta1/plan/Plan.d.ts +120 -0
  154. package/dist/constructs/v1beta1/plan/Plan.js +1 -0
  155. package/dist/constructs/v1beta1/plan/Plan.mjs +0 -0
  156. package/dist/constructs/v1beta1/plan/PlanSchema.d.mts +322 -0
  157. package/dist/constructs/v1beta1/plan/PlanSchema.d.ts +322 -0
  158. package/dist/constructs/v1beta1/plan/PlanSchema.js +1 -0
  159. package/dist/constructs/v1beta1/plan/PlanSchema.mjs +1 -0
  160. package/dist/constructs/v1beta1/subcategory/Subcategory.d.mts +23 -0
  161. package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +23 -0
  162. package/dist/constructs/v1beta1/subcategory/Subcategory.js +1 -0
  163. package/dist/constructs/v1beta1/subcategory/Subcategory.mjs +0 -0
  164. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.mts +33 -0
  165. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.ts +33 -0
  166. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.js +2 -0
  167. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.mjs +2 -0
  168. package/dist/constructs/v1beta1/subscription/Subscription.d.mts +624 -0
  169. package/dist/constructs/v1beta1/subscription/Subscription.d.ts +624 -0
  170. package/dist/constructs/v1beta1/subscription/Subscription.js +1 -0
  171. package/dist/constructs/v1beta1/subscription/Subscription.mjs +0 -0
  172. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.mts +1642 -0
  173. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.ts +1642 -0
  174. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.js +2 -0
  175. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.mjs +2 -0
  176. package/dist/constructs/v1beta1/user/User.d.mts +473 -0
  177. package/dist/constructs/v1beta1/user/User.d.ts +473 -0
  178. package/dist/constructs/v1beta1/user/User.js +1 -0
  179. package/dist/constructs/v1beta1/user/User.mjs +0 -0
  180. package/dist/constructs/v1beta1/user/UserSchema.d.mts +1112 -0
  181. package/dist/constructs/v1beta1/user/UserSchema.d.ts +1112 -0
  182. package/dist/constructs/v1beta1/user/UserSchema.js +1 -0
  183. package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -0
  184. package/dist/constructs/v1beta1/workspace/Workspace.d.mts +303 -0
  185. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +303 -0
  186. package/dist/constructs/v1beta1/workspace/Workspace.js +1 -0
  187. package/dist/constructs/v1beta1/workspace/Workspace.mjs +0 -0
  188. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.mts +964 -0
  189. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.ts +964 -0
  190. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +2 -0
  191. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +2 -0
  192. package/dist/index.d.mts +40 -34677
  193. package/dist/index.d.ts +40 -34677
  194. package/dist/index.js +29 -93
  195. package/dist/index.mjs +29 -93
  196. package/dist/mesheryApi.d.mts +1751 -653
  197. package/dist/mesheryApi.d.ts +1751 -653
  198. package/dist/mesheryApi.js +1 -1
  199. package/dist/mesheryApi.mjs +1 -1
  200. package/dist/permissions.d.mts +422 -0
  201. package/dist/permissions.d.ts +422 -0
  202. package/dist/permissions.js +1 -0
  203. package/dist/permissions.mjs +1 -0
  204. package/package.json +52 -48
@@ -0,0 +1,641 @@
1
+ /**
2
+ * This file was auto-generated by openapi-typescript.
3
+ * Do not make direct changes to the file.
4
+ */
5
+ interface paths {
6
+ "/api/auth/keychains": {
7
+ get: operations["getKeychains"];
8
+ post: operations["createKeychain"];
9
+ };
10
+ "/api/auth/keychains/{keychainId}": {
11
+ get: operations["getKeychainById"];
12
+ put: operations["updateKeychain"];
13
+ delete: operations["deleteKeychain"];
14
+ };
15
+ "/api/auth/keychains/{keychainId}/{keyId}": {
16
+ post: operations["addKeyToKeychain"];
17
+ delete: operations["removeKeyFromKeychain"];
18
+ };
19
+ "/api/auth/keychains/{keychainId}/keys": {
20
+ get: operations["getKeysOfKeychain"];
21
+ };
22
+ }
23
+ interface components {
24
+ schemas: {
25
+ /** @description Represents a collection of keys. */
26
+ Keychain: {
27
+ /**
28
+ * Format: uuid
29
+ * @description Unique identifier for the keychain.
30
+ */
31
+ id: string;
32
+ /** @description Name of the keychain. */
33
+ name: string;
34
+ /**
35
+ * Format: uuid
36
+ * @description Owner of the keychain.
37
+ */
38
+ owner: 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
+ /** @description SQL null Timestamp to handle null values of time. */
50
+ deleted_at?: string;
51
+ };
52
+ KeychainPage: {
53
+ page: number;
54
+ page_size: number;
55
+ total_count: number;
56
+ keychains: {
57
+ /**
58
+ * Format: uuid
59
+ * @description Unique identifier for the keychain.
60
+ */
61
+ id: string;
62
+ /** @description Name of the keychain. */
63
+ name: string;
64
+ /**
65
+ * Format: uuid
66
+ * @description Owner of the keychain.
67
+ */
68
+ owner: string;
69
+ /**
70
+ * Format: date-time
71
+ * @description Timestamp when the resource was created.
72
+ */
73
+ created_at: string;
74
+ /**
75
+ * Format: date-time
76
+ * @description Timestamp when the resource was updated.
77
+ */
78
+ updated_at: string;
79
+ /** @description SQL null Timestamp to handle null values of time. */
80
+ deleted_at?: string;
81
+ }[];
82
+ };
83
+ };
84
+ responses: {
85
+ /** Invalid request body or request param */
86
+ 400: {
87
+ content: {
88
+ "text/plain": string;
89
+ };
90
+ };
91
+ /** Expired JWT token used or insufficient privilege */
92
+ 401: {
93
+ content: {
94
+ "text/plain": string;
95
+ };
96
+ };
97
+ /** Result not found */
98
+ 404: {
99
+ content: {
100
+ "text/plain": string;
101
+ };
102
+ };
103
+ /** Internal server error */
104
+ 500: {
105
+ content: {
106
+ "text/plain": string;
107
+ };
108
+ };
109
+ };
110
+ parameters: {
111
+ /** @description Key ID */
112
+ keyId: string;
113
+ /** @description Keychain ID */
114
+ keychainId: string;
115
+ /** @description Get responses by page */
116
+ page: string;
117
+ /** @description Get responses by pagesize */
118
+ pagesize: string;
119
+ /** @description Get ordered responses */
120
+ order: string;
121
+ /** @description Get responses that match search param value */
122
+ search: string;
123
+ };
124
+ }
125
+ interface operations {
126
+ getKeychains: {
127
+ parameters: {
128
+ query: {
129
+ /** Get responses by page */
130
+ page?: string;
131
+ /** Get responses by pagesize */
132
+ pagesize?: string;
133
+ /** Get responses that match search param value */
134
+ search?: string;
135
+ /** Get ordered responses */
136
+ order?: string;
137
+ };
138
+ };
139
+ responses: {
140
+ /** Keychain(s) fetched */
141
+ 200: {
142
+ content: {
143
+ "application/json": {
144
+ page: number;
145
+ page_size: number;
146
+ total_count: number;
147
+ keychains: {
148
+ /**
149
+ * Format: uuid
150
+ * @description Unique identifier for the keychain.
151
+ */
152
+ id: string;
153
+ /** @description Name of the keychain. */
154
+ name: string;
155
+ /**
156
+ * Format: uuid
157
+ * @description Owner of the keychain.
158
+ */
159
+ owner: string;
160
+ /**
161
+ * Format: date-time
162
+ * @description Timestamp when the resource was created.
163
+ */
164
+ created_at: string;
165
+ /**
166
+ * Format: date-time
167
+ * @description Timestamp when the resource was updated.
168
+ */
169
+ updated_at: string;
170
+ /** @description SQL null Timestamp to handle null values of time. */
171
+ deleted_at?: string;
172
+ }[];
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
+ /** Internal server error */
189
+ 500: {
190
+ content: {
191
+ "text/plain": string;
192
+ };
193
+ };
194
+ };
195
+ };
196
+ createKeychain: {
197
+ responses: {
198
+ /** Keychain created */
199
+ 200: {
200
+ content: {
201
+ "application/json": {
202
+ /**
203
+ * Format: uuid
204
+ * @description Unique identifier for the keychain.
205
+ */
206
+ id: string;
207
+ /** @description Name of the keychain. */
208
+ name: string;
209
+ /**
210
+ * Format: uuid
211
+ * @description Owner of the keychain.
212
+ */
213
+ owner: string;
214
+ /**
215
+ * Format: date-time
216
+ * @description Timestamp when the resource was created.
217
+ */
218
+ created_at: string;
219
+ /**
220
+ * Format: date-time
221
+ * @description Timestamp when the resource was updated.
222
+ */
223
+ updated_at: string;
224
+ /** @description SQL null Timestamp to handle null values of time. */
225
+ deleted_at?: string;
226
+ };
227
+ };
228
+ };
229
+ /** Invalid request body or request param */
230
+ 400: {
231
+ content: {
232
+ "text/plain": string;
233
+ };
234
+ };
235
+ /** Expired JWT token used or insufficient privilege */
236
+ 401: {
237
+ content: {
238
+ "text/plain": string;
239
+ };
240
+ };
241
+ /** Internal server error */
242
+ 500: {
243
+ content: {
244
+ "text/plain": string;
245
+ };
246
+ };
247
+ };
248
+ requestBody: {
249
+ content: {
250
+ "application/json": {
251
+ /**
252
+ * Format: uuid
253
+ * @description Unique identifier for the keychain.
254
+ */
255
+ id: string;
256
+ /** @description Name of the keychain. */
257
+ name: string;
258
+ /**
259
+ * Format: uuid
260
+ * @description Owner of the keychain.
261
+ */
262
+ owner: string;
263
+ /**
264
+ * Format: date-time
265
+ * @description Timestamp when the resource was created.
266
+ */
267
+ created_at: string;
268
+ /**
269
+ * Format: date-time
270
+ * @description Timestamp when the resource was updated.
271
+ */
272
+ updated_at: string;
273
+ /** @description SQL null Timestamp to handle null values of time. */
274
+ deleted_at?: string;
275
+ };
276
+ };
277
+ };
278
+ };
279
+ getKeychainById: {
280
+ parameters: {
281
+ path: {
282
+ /** Keychain ID */
283
+ keychainId: string;
284
+ };
285
+ };
286
+ responses: {
287
+ /** Keychain fetched */
288
+ 200: {
289
+ content: {
290
+ "application/json": {
291
+ /**
292
+ * Format: uuid
293
+ * @description Unique identifier for the keychain.
294
+ */
295
+ id: string;
296
+ /** @description Name of the keychain. */
297
+ name: string;
298
+ /**
299
+ * Format: uuid
300
+ * @description Owner of the keychain.
301
+ */
302
+ owner: string;
303
+ /**
304
+ * Format: date-time
305
+ * @description Timestamp when the resource was created.
306
+ */
307
+ created_at: string;
308
+ /**
309
+ * Format: date-time
310
+ * @description Timestamp when the resource was updated.
311
+ */
312
+ updated_at: string;
313
+ /** @description SQL null Timestamp to handle null values of time. */
314
+ deleted_at?: string;
315
+ };
316
+ };
317
+ };
318
+ /** Invalid request body or request param */
319
+ 400: {
320
+ content: {
321
+ "text/plain": string;
322
+ };
323
+ };
324
+ /** Expired JWT token used or insufficient privilege */
325
+ 401: {
326
+ content: {
327
+ "text/plain": string;
328
+ };
329
+ };
330
+ /** Result not found */
331
+ 404: {
332
+ content: {
333
+ "text/plain": string;
334
+ };
335
+ };
336
+ /** Internal server error */
337
+ 500: {
338
+ content: {
339
+ "text/plain": string;
340
+ };
341
+ };
342
+ };
343
+ };
344
+ updateKeychain: {
345
+ parameters: {
346
+ path: {
347
+ /** Keychain ID */
348
+ keychainId: string;
349
+ };
350
+ };
351
+ responses: {
352
+ /** Keychain updated */
353
+ 200: {
354
+ content: {
355
+ "application/json": {
356
+ /**
357
+ * Format: uuid
358
+ * @description Unique identifier for the keychain.
359
+ */
360
+ id: string;
361
+ /** @description Name of the keychain. */
362
+ name: string;
363
+ /**
364
+ * Format: uuid
365
+ * @description Owner of the keychain.
366
+ */
367
+ owner: string;
368
+ /**
369
+ * Format: date-time
370
+ * @description Timestamp when the resource was created.
371
+ */
372
+ created_at: string;
373
+ /**
374
+ * Format: date-time
375
+ * @description Timestamp when the resource was updated.
376
+ */
377
+ updated_at: string;
378
+ /** @description SQL null Timestamp to handle null values of time. */
379
+ deleted_at?: string;
380
+ };
381
+ };
382
+ };
383
+ /** Invalid request body or request param */
384
+ 400: {
385
+ content: {
386
+ "text/plain": string;
387
+ };
388
+ };
389
+ /** Expired JWT token used or insufficient privilege */
390
+ 401: {
391
+ content: {
392
+ "text/plain": string;
393
+ };
394
+ };
395
+ /** Result not found */
396
+ 404: {
397
+ content: {
398
+ "text/plain": string;
399
+ };
400
+ };
401
+ /** Internal server error */
402
+ 500: {
403
+ content: {
404
+ "text/plain": string;
405
+ };
406
+ };
407
+ };
408
+ requestBody: {
409
+ content: {
410
+ "application/json": {
411
+ /**
412
+ * Format: uuid
413
+ * @description Unique identifier for the keychain.
414
+ */
415
+ id: string;
416
+ /** @description Name of the keychain. */
417
+ name: string;
418
+ /**
419
+ * Format: uuid
420
+ * @description Owner of the keychain.
421
+ */
422
+ owner: string;
423
+ /**
424
+ * Format: date-time
425
+ * @description Timestamp when the resource was created.
426
+ */
427
+ created_at: string;
428
+ /**
429
+ * Format: date-time
430
+ * @description Timestamp when the resource was updated.
431
+ */
432
+ updated_at: string;
433
+ /** @description SQL null Timestamp to handle null values of time. */
434
+ deleted_at?: string;
435
+ };
436
+ };
437
+ };
438
+ };
439
+ deleteKeychain: {
440
+ parameters: {
441
+ path: {
442
+ /** Keychain ID */
443
+ keychainId: string;
444
+ };
445
+ };
446
+ responses: {
447
+ /** Keychain deleted */
448
+ 204: never;
449
+ /** Invalid request body or request param */
450
+ 400: {
451
+ content: {
452
+ "text/plain": string;
453
+ };
454
+ };
455
+ /** Expired JWT token used or insufficient privilege */
456
+ 401: {
457
+ content: {
458
+ "text/plain": string;
459
+ };
460
+ };
461
+ /** Result not found */
462
+ 404: {
463
+ content: {
464
+ "text/plain": string;
465
+ };
466
+ };
467
+ /** Internal server error */
468
+ 500: {
469
+ content: {
470
+ "text/plain": string;
471
+ };
472
+ };
473
+ };
474
+ };
475
+ addKeyToKeychain: {
476
+ parameters: {
477
+ path: {
478
+ /** Keychain ID */
479
+ keychainId: string;
480
+ /** Key ID */
481
+ keyId: string;
482
+ };
483
+ };
484
+ responses: {
485
+ /** Key added to keychain */
486
+ 204: never;
487
+ /** Invalid request body or request param */
488
+ 400: {
489
+ content: {
490
+ "text/plain": string;
491
+ };
492
+ };
493
+ /** Expired JWT token used or insufficient privilege */
494
+ 401: {
495
+ content: {
496
+ "text/plain": string;
497
+ };
498
+ };
499
+ /** Result not found */
500
+ 404: {
501
+ content: {
502
+ "text/plain": string;
503
+ };
504
+ };
505
+ /** Internal server error */
506
+ 500: {
507
+ content: {
508
+ "text/plain": string;
509
+ };
510
+ };
511
+ };
512
+ };
513
+ removeKeyFromKeychain: {
514
+ parameters: {
515
+ path: {
516
+ /** Keychain ID */
517
+ keychainId: string;
518
+ /** Key ID */
519
+ keyId: string;
520
+ };
521
+ };
522
+ responses: {
523
+ /** Key removed from keychain */
524
+ 204: never;
525
+ /** Invalid request body or request param */
526
+ 400: {
527
+ content: {
528
+ "text/plain": string;
529
+ };
530
+ };
531
+ /** Expired JWT token used or insufficient privilege */
532
+ 401: {
533
+ content: {
534
+ "text/plain": string;
535
+ };
536
+ };
537
+ /** Result not found */
538
+ 404: {
539
+ content: {
540
+ "text/plain": string;
541
+ };
542
+ };
543
+ /** Internal server error */
544
+ 500: {
545
+ content: {
546
+ "text/plain": string;
547
+ };
548
+ };
549
+ };
550
+ };
551
+ getKeysOfKeychain: {
552
+ parameters: {
553
+ path: {
554
+ /** Keychain ID */
555
+ keychainId: string;
556
+ };
557
+ query: {
558
+ /** Get responses by page */
559
+ page?: string;
560
+ /** Get responses by pagesize */
561
+ pagesize?: string;
562
+ /** Get responses that match search param value */
563
+ search?: string;
564
+ /** Get ordered responses */
565
+ order?: string;
566
+ };
567
+ };
568
+ responses: {
569
+ /** Keys fetched successfully */
570
+ 200: {
571
+ content: {
572
+ "application/json": {
573
+ page: number;
574
+ page_size: number;
575
+ total_count: number;
576
+ keys: {
577
+ /**
578
+ * Format: uuid
579
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
580
+ */
581
+ id: string;
582
+ /**
583
+ * Format: uuid
584
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
585
+ */
586
+ owner: string;
587
+ /** @description Operation permitted by the key. */
588
+ function: string;
589
+ /** @description Category for the key. */
590
+ category: string;
591
+ /** @description Subcategory for the key. */
592
+ subcategory: string;
593
+ /** @description Human readable description of the key. */
594
+ description: string;
595
+ /**
596
+ * Format: date-time
597
+ * @description Timestamp when the resource was created.
598
+ */
599
+ created_at: string;
600
+ /**
601
+ * Format: date-time
602
+ * @description Timestamp when the resource was updated.
603
+ */
604
+ updated_at: string;
605
+ /** @description SQL null Timestamp to handle null values of time. */
606
+ deleted_at?: string;
607
+ }[];
608
+ };
609
+ };
610
+ };
611
+ /** Invalid request body or request param */
612
+ 400: {
613
+ content: {
614
+ "text/plain": string;
615
+ };
616
+ };
617
+ /** Expired JWT token used or insufficient privilege */
618
+ 401: {
619
+ content: {
620
+ "text/plain": string;
621
+ };
622
+ };
623
+ /** Result not found */
624
+ 404: {
625
+ content: {
626
+ "text/plain": string;
627
+ };
628
+ };
629
+ /** Internal server error */
630
+ 500: {
631
+ content: {
632
+ "text/plain": string;
633
+ };
634
+ };
635
+ };
636
+ };
637
+ }
638
+ interface external {
639
+ }
640
+
641
+ export type { components, external, operations, paths };
@@ -0,0 +1 @@
1
+ 'use strict';
File without changes