@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,253 @@
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/organizations/badges/{id}": {
7
+ get: operations["getBadgeByID"];
8
+ delete: operations["deleteBadgeByID"];
9
+ };
10
+ "/api/organizations/badges": {
11
+ post: operations["createOrUpdateBadge"];
12
+ };
13
+ }
14
+ interface components {
15
+ schemas: {
16
+ Badge: {
17
+ /**
18
+ * Format: uuid
19
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
20
+ */
21
+ id: string;
22
+ /**
23
+ * Format: uuid
24
+ * @description The ID of the organization in which this badge is available .
25
+ */
26
+ org_id: string;
27
+ /**
28
+ * @description unique identifier for the badge ( auto generated )
29
+ * @example Kubernetes-Expert
30
+ */
31
+ label: string;
32
+ /**
33
+ * @description Concise descriptor for the badge or certificate.
34
+ * @example Kubernetes Expert
35
+ */
36
+ name: string;
37
+ /**
38
+ * @description A description of the milestone achieved, often including criteria for receiving this recognition.
39
+ * @example Awarded for mastering Kubernetes concepts and practices.
40
+ */
41
+ description: string;
42
+ /**
43
+ * Format: uri
44
+ * @description URL to the badge image
45
+ * @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
46
+ */
47
+ image_url: string;
48
+ /**
49
+ * Format: date-time
50
+ * @description Timestamp when the resource was created.
51
+ */
52
+ created_at: string;
53
+ /**
54
+ * Format: date-time
55
+ * @description Timestamp when the resource was updated.
56
+ */
57
+ updated_at: string;
58
+ /**
59
+ * Format: date-time
60
+ * @description Timestamp when the resource was deleted, if applicable
61
+ */
62
+ deleted_at: string;
63
+ };
64
+ };
65
+ }
66
+ interface operations {
67
+ getBadgeByID: {
68
+ parameters: {
69
+ path: {
70
+ /** Unique identifier */
71
+ id: string;
72
+ };
73
+ };
74
+ responses: {
75
+ 200: {
76
+ content: {
77
+ "application/json": {
78
+ /**
79
+ * Format: uuid
80
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
81
+ */
82
+ id: string;
83
+ /**
84
+ * Format: uuid
85
+ * @description The ID of the organization in which this badge is available .
86
+ */
87
+ org_id: string;
88
+ /**
89
+ * @description unique identifier for the badge ( auto generated )
90
+ * @example Kubernetes-Expert
91
+ */
92
+ label: string;
93
+ /**
94
+ * @description Concise descriptor for the badge or certificate.
95
+ * @example Kubernetes Expert
96
+ */
97
+ name: string;
98
+ /**
99
+ * @description A description of the milestone achieved, often including criteria for receiving this recognition.
100
+ * @example Awarded for mastering Kubernetes concepts and practices.
101
+ */
102
+ description: string;
103
+ /**
104
+ * Format: uri
105
+ * @description URL to the badge image
106
+ * @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
107
+ */
108
+ image_url: string;
109
+ /**
110
+ * Format: date-time
111
+ * @description Timestamp when the resource was created.
112
+ */
113
+ created_at: string;
114
+ /**
115
+ * Format: date-time
116
+ * @description Timestamp when the resource was updated.
117
+ */
118
+ updated_at: string;
119
+ /**
120
+ * Format: date-time
121
+ * @description Timestamp when the resource was deleted, if applicable
122
+ */
123
+ deleted_at: string;
124
+ };
125
+ };
126
+ };
127
+ };
128
+ };
129
+ deleteBadgeByID: {
130
+ parameters: {
131
+ path: {
132
+ /** Unique identifier */
133
+ id: string;
134
+ };
135
+ };
136
+ responses: {
137
+ /** Badge deleted successfully */
138
+ 204: never;
139
+ };
140
+ };
141
+ createOrUpdateBadge: {
142
+ responses: {
143
+ 201: {
144
+ content: {
145
+ "application/json": {
146
+ /**
147
+ * Format: uuid
148
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
149
+ */
150
+ id: string;
151
+ /**
152
+ * Format: uuid
153
+ * @description The ID of the organization in which this badge is available .
154
+ */
155
+ org_id: string;
156
+ /**
157
+ * @description unique identifier for the badge ( auto generated )
158
+ * @example Kubernetes-Expert
159
+ */
160
+ label: string;
161
+ /**
162
+ * @description Concise descriptor for the badge or certificate.
163
+ * @example Kubernetes Expert
164
+ */
165
+ name: string;
166
+ /**
167
+ * @description A description of the milestone achieved, often including criteria for receiving this recognition.
168
+ * @example Awarded for mastering Kubernetes concepts and practices.
169
+ */
170
+ description: string;
171
+ /**
172
+ * Format: uri
173
+ * @description URL to the badge image
174
+ * @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
175
+ */
176
+ image_url: string;
177
+ /**
178
+ * Format: date-time
179
+ * @description Timestamp when the resource was created.
180
+ */
181
+ created_at: string;
182
+ /**
183
+ * Format: date-time
184
+ * @description Timestamp when the resource was updated.
185
+ */
186
+ updated_at: string;
187
+ /**
188
+ * Format: date-time
189
+ * @description Timestamp when the resource was deleted, if applicable
190
+ */
191
+ deleted_at: string;
192
+ };
193
+ };
194
+ };
195
+ };
196
+ requestBody: {
197
+ content: {
198
+ "application/json": {
199
+ /**
200
+ * Format: uuid
201
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
202
+ */
203
+ id: string;
204
+ /**
205
+ * Format: uuid
206
+ * @description The ID of the organization in which this badge is available .
207
+ */
208
+ org_id: string;
209
+ /**
210
+ * @description unique identifier for the badge ( auto generated )
211
+ * @example Kubernetes-Expert
212
+ */
213
+ label: string;
214
+ /**
215
+ * @description Concise descriptor for the badge or certificate.
216
+ * @example Kubernetes Expert
217
+ */
218
+ name: string;
219
+ /**
220
+ * @description A description of the milestone achieved, often including criteria for receiving this recognition.
221
+ * @example Awarded for mastering Kubernetes concepts and practices.
222
+ */
223
+ description: string;
224
+ /**
225
+ * Format: uri
226
+ * @description URL to the badge image
227
+ * @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
228
+ */
229
+ image_url: string;
230
+ /**
231
+ * Format: date-time
232
+ * @description Timestamp when the resource was created.
233
+ */
234
+ created_at: string;
235
+ /**
236
+ * Format: date-time
237
+ * @description Timestamp when the resource was updated.
238
+ */
239
+ updated_at: string;
240
+ /**
241
+ * Format: date-time
242
+ * @description Timestamp when the resource was deleted, if applicable
243
+ */
244
+ deleted_at: string;
245
+ };
246
+ };
247
+ };
248
+ };
249
+ }
250
+ interface external {
251
+ }
252
+
253
+ export type { components, external, operations, paths };
@@ -0,0 +1,253 @@
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/organizations/badges/{id}": {
7
+ get: operations["getBadgeByID"];
8
+ delete: operations["deleteBadgeByID"];
9
+ };
10
+ "/api/organizations/badges": {
11
+ post: operations["createOrUpdateBadge"];
12
+ };
13
+ }
14
+ interface components {
15
+ schemas: {
16
+ Badge: {
17
+ /**
18
+ * Format: uuid
19
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
20
+ */
21
+ id: string;
22
+ /**
23
+ * Format: uuid
24
+ * @description The ID of the organization in which this badge is available .
25
+ */
26
+ org_id: string;
27
+ /**
28
+ * @description unique identifier for the badge ( auto generated )
29
+ * @example Kubernetes-Expert
30
+ */
31
+ label: string;
32
+ /**
33
+ * @description Concise descriptor for the badge or certificate.
34
+ * @example Kubernetes Expert
35
+ */
36
+ name: string;
37
+ /**
38
+ * @description A description of the milestone achieved, often including criteria for receiving this recognition.
39
+ * @example Awarded for mastering Kubernetes concepts and practices.
40
+ */
41
+ description: string;
42
+ /**
43
+ * Format: uri
44
+ * @description URL to the badge image
45
+ * @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
46
+ */
47
+ image_url: string;
48
+ /**
49
+ * Format: date-time
50
+ * @description Timestamp when the resource was created.
51
+ */
52
+ created_at: string;
53
+ /**
54
+ * Format: date-time
55
+ * @description Timestamp when the resource was updated.
56
+ */
57
+ updated_at: string;
58
+ /**
59
+ * Format: date-time
60
+ * @description Timestamp when the resource was deleted, if applicable
61
+ */
62
+ deleted_at: string;
63
+ };
64
+ };
65
+ }
66
+ interface operations {
67
+ getBadgeByID: {
68
+ parameters: {
69
+ path: {
70
+ /** Unique identifier */
71
+ id: string;
72
+ };
73
+ };
74
+ responses: {
75
+ 200: {
76
+ content: {
77
+ "application/json": {
78
+ /**
79
+ * Format: uuid
80
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
81
+ */
82
+ id: string;
83
+ /**
84
+ * Format: uuid
85
+ * @description The ID of the organization in which this badge is available .
86
+ */
87
+ org_id: string;
88
+ /**
89
+ * @description unique identifier for the badge ( auto generated )
90
+ * @example Kubernetes-Expert
91
+ */
92
+ label: string;
93
+ /**
94
+ * @description Concise descriptor for the badge or certificate.
95
+ * @example Kubernetes Expert
96
+ */
97
+ name: string;
98
+ /**
99
+ * @description A description of the milestone achieved, often including criteria for receiving this recognition.
100
+ * @example Awarded for mastering Kubernetes concepts and practices.
101
+ */
102
+ description: string;
103
+ /**
104
+ * Format: uri
105
+ * @description URL to the badge image
106
+ * @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
107
+ */
108
+ image_url: string;
109
+ /**
110
+ * Format: date-time
111
+ * @description Timestamp when the resource was created.
112
+ */
113
+ created_at: string;
114
+ /**
115
+ * Format: date-time
116
+ * @description Timestamp when the resource was updated.
117
+ */
118
+ updated_at: string;
119
+ /**
120
+ * Format: date-time
121
+ * @description Timestamp when the resource was deleted, if applicable
122
+ */
123
+ deleted_at: string;
124
+ };
125
+ };
126
+ };
127
+ };
128
+ };
129
+ deleteBadgeByID: {
130
+ parameters: {
131
+ path: {
132
+ /** Unique identifier */
133
+ id: string;
134
+ };
135
+ };
136
+ responses: {
137
+ /** Badge deleted successfully */
138
+ 204: never;
139
+ };
140
+ };
141
+ createOrUpdateBadge: {
142
+ responses: {
143
+ 201: {
144
+ content: {
145
+ "application/json": {
146
+ /**
147
+ * Format: uuid
148
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
149
+ */
150
+ id: string;
151
+ /**
152
+ * Format: uuid
153
+ * @description The ID of the organization in which this badge is available .
154
+ */
155
+ org_id: string;
156
+ /**
157
+ * @description unique identifier for the badge ( auto generated )
158
+ * @example Kubernetes-Expert
159
+ */
160
+ label: string;
161
+ /**
162
+ * @description Concise descriptor for the badge or certificate.
163
+ * @example Kubernetes Expert
164
+ */
165
+ name: string;
166
+ /**
167
+ * @description A description of the milestone achieved, often including criteria for receiving this recognition.
168
+ * @example Awarded for mastering Kubernetes concepts and practices.
169
+ */
170
+ description: string;
171
+ /**
172
+ * Format: uri
173
+ * @description URL to the badge image
174
+ * @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
175
+ */
176
+ image_url: string;
177
+ /**
178
+ * Format: date-time
179
+ * @description Timestamp when the resource was created.
180
+ */
181
+ created_at: string;
182
+ /**
183
+ * Format: date-time
184
+ * @description Timestamp when the resource was updated.
185
+ */
186
+ updated_at: string;
187
+ /**
188
+ * Format: date-time
189
+ * @description Timestamp when the resource was deleted, if applicable
190
+ */
191
+ deleted_at: string;
192
+ };
193
+ };
194
+ };
195
+ };
196
+ requestBody: {
197
+ content: {
198
+ "application/json": {
199
+ /**
200
+ * Format: uuid
201
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
202
+ */
203
+ id: string;
204
+ /**
205
+ * Format: uuid
206
+ * @description The ID of the organization in which this badge is available .
207
+ */
208
+ org_id: string;
209
+ /**
210
+ * @description unique identifier for the badge ( auto generated )
211
+ * @example Kubernetes-Expert
212
+ */
213
+ label: string;
214
+ /**
215
+ * @description Concise descriptor for the badge or certificate.
216
+ * @example Kubernetes Expert
217
+ */
218
+ name: string;
219
+ /**
220
+ * @description A description of the milestone achieved, often including criteria for receiving this recognition.
221
+ * @example Awarded for mastering Kubernetes concepts and practices.
222
+ */
223
+ description: string;
224
+ /**
225
+ * Format: uri
226
+ * @description URL to the badge image
227
+ * @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
228
+ */
229
+ image_url: string;
230
+ /**
231
+ * Format: date-time
232
+ * @description Timestamp when the resource was created.
233
+ */
234
+ created_at: string;
235
+ /**
236
+ * Format: date-time
237
+ * @description Timestamp when the resource was updated.
238
+ */
239
+ updated_at: string;
240
+ /**
241
+ * Format: date-time
242
+ * @description Timestamp when the resource was deleted, if applicable
243
+ */
244
+ deleted_at: string;
245
+ };
246
+ };
247
+ };
248
+ };
249
+ }
250
+ interface external {
251
+ }
252
+
253
+ export type { components, external, operations, paths };
@@ -0,0 +1 @@
1
+ 'use strict';
File without changes