@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,765 @@
1
+ /**
2
+ * This file was automatically generated from OpenAPI schema.
3
+ * Do not manually modify this file.
4
+ */
5
+ declare const OrganizationSchema: {
6
+ readonly openapi: "3.0.0";
7
+ readonly info: {
8
+ readonly title: "Organization";
9
+ readonly version: "1.0.0";
10
+ };
11
+ readonly paths: {
12
+ readonly "/api/identity/orgs/by-domain": {
13
+ readonly get: {
14
+ readonly summary: "Get organization by domain";
15
+ readonly operationId: "getOrgByDomain";
16
+ readonly parameters: readonly [{
17
+ readonly name: "domain";
18
+ readonly in: "query";
19
+ readonly required: true;
20
+ readonly schema: {
21
+ readonly type: "string";
22
+ };
23
+ }];
24
+ readonly responses: {
25
+ readonly "200": {
26
+ readonly description: "Successful response";
27
+ readonly content: {
28
+ readonly "application/json": {
29
+ readonly schema: {
30
+ readonly type: "object";
31
+ readonly required: readonly ["id", "name", "country", "region", "description", "owner", "metadata", "created_at", "updated_at"];
32
+ readonly properties: {
33
+ readonly id: {
34
+ readonly "x-oapi-codegen-extra-tags": {
35
+ readonly db: "id";
36
+ };
37
+ readonly type: "string";
38
+ readonly format: "uuid";
39
+ readonly description: "A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.";
40
+ readonly "x-go-type": "uuid.UUID";
41
+ readonly "x-go-type-import": {
42
+ readonly path: "github.com/gofrs/uuid";
43
+ };
44
+ };
45
+ readonly name: {
46
+ readonly type: "string";
47
+ readonly "x-oapi-codegen-extra-tags": {
48
+ readonly db: "name";
49
+ };
50
+ };
51
+ readonly country: {
52
+ readonly type: "string";
53
+ readonly "x-oapi-codegen-extra-tags": {
54
+ readonly db: "country";
55
+ };
56
+ };
57
+ readonly region: {
58
+ readonly type: "string";
59
+ readonly "x-oapi-codegen-extra-tags": {
60
+ readonly db: "region";
61
+ };
62
+ };
63
+ readonly description: {
64
+ readonly type: "string";
65
+ readonly "x-oapi-codegen-extra-tags": {
66
+ readonly db: "description";
67
+ };
68
+ };
69
+ readonly owner: {
70
+ readonly "x-oapi-codegen-extra-tags": {
71
+ readonly db: "owner";
72
+ };
73
+ readonly type: "string";
74
+ readonly format: "uuid";
75
+ readonly description: "A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.";
76
+ readonly "x-go-type": "uuid.UUID";
77
+ readonly "x-go-type-import": {
78
+ readonly path: "github.com/gofrs/uuid";
79
+ };
80
+ };
81
+ readonly metadata: {
82
+ readonly "x-go-type": "OrgMetadata";
83
+ readonly "x-oapi-codegen-extra-tags": {
84
+ readonly db: "metadata";
85
+ };
86
+ readonly type: "object";
87
+ readonly required: readonly ["preferences"];
88
+ readonly properties: {
89
+ readonly preferences: {
90
+ readonly "x-go-type": "Preferences";
91
+ readonly type: "object";
92
+ readonly required: readonly ["theme", "dashboard"];
93
+ readonly properties: {
94
+ readonly theme: {
95
+ readonly "x-go-type": "Theme";
96
+ readonly type: "object";
97
+ readonly required: readonly ["id", "logo"];
98
+ readonly properties: {
99
+ readonly id: {
100
+ readonly type: "string";
101
+ };
102
+ readonly logo: {
103
+ readonly "x-go-type": "Logo";
104
+ readonly type: "object";
105
+ readonly required: readonly ["desktop_view", "mobile_view", "dark_desktop_view", "dark_mobile_view"];
106
+ readonly properties: {
107
+ readonly desktop_view: {
108
+ readonly "x-go-type": "Location";
109
+ readonly type: "object";
110
+ readonly required: readonly ["svg", "location"];
111
+ readonly properties: {
112
+ readonly svg: {
113
+ readonly type: "string";
114
+ };
115
+ readonly location: {
116
+ readonly type: "string";
117
+ };
118
+ };
119
+ };
120
+ readonly mobile_view: {
121
+ readonly "x-go-type": "Location";
122
+ readonly type: "object";
123
+ readonly required: readonly ["svg", "location"];
124
+ readonly properties: {
125
+ readonly svg: {
126
+ readonly type: "string";
127
+ };
128
+ readonly location: {
129
+ readonly type: "string";
130
+ };
131
+ };
132
+ };
133
+ readonly dark_desktop_view: {
134
+ readonly "x-go-type": "Location";
135
+ readonly type: "object";
136
+ readonly required: readonly ["svg", "location"];
137
+ readonly properties: {
138
+ readonly svg: {
139
+ readonly type: "string";
140
+ };
141
+ readonly location: {
142
+ readonly type: "string";
143
+ };
144
+ };
145
+ };
146
+ readonly dark_mobile_view: {
147
+ readonly "x-go-type": "Location";
148
+ readonly type: "object";
149
+ readonly required: readonly ["svg", "location"];
150
+ readonly properties: {
151
+ readonly svg: {
152
+ readonly type: "string";
153
+ };
154
+ readonly location: {
155
+ readonly type: "string";
156
+ };
157
+ };
158
+ };
159
+ };
160
+ };
161
+ readonly vars: {
162
+ readonly type: "object";
163
+ readonly additionalProperties: true;
164
+ };
165
+ };
166
+ };
167
+ readonly dashboard: {
168
+ readonly "x-go-type": "DashboardPrefs";
169
+ readonly type: "object";
170
+ readonly description: "Preferences specific to dashboard behavior";
171
+ readonly additionalProperties: true;
172
+ };
173
+ };
174
+ };
175
+ };
176
+ };
177
+ readonly created_at: {
178
+ readonly "x-oapi-codegen-extra-tags": {
179
+ readonly db: "created_at";
180
+ };
181
+ readonly type: "string";
182
+ readonly format: "date-time";
183
+ readonly "x-go-type-skip-optional-pointer": true;
184
+ };
185
+ readonly updated_at: {
186
+ readonly "x-oapi-codegen-extra-tags": {
187
+ readonly db: "updated_at";
188
+ };
189
+ readonly type: "string";
190
+ readonly format: "date-time";
191
+ readonly "x-go-type-skip-optional-pointer": true;
192
+ };
193
+ readonly deleted_at: {
194
+ readonly "x-oapi-codegen-extra-tags": {
195
+ readonly db: "deleted_at";
196
+ };
197
+ readonly type: "string";
198
+ readonly format: "date-time";
199
+ readonly "x-go-type": "sql.NullTime";
200
+ readonly "x-go-type-import": {
201
+ readonly path: "database/sql";
202
+ };
203
+ readonly "x-go-type-skip-optional-pointer": true;
204
+ };
205
+ readonly domain: {
206
+ readonly type: "string";
207
+ readonly nullable: true;
208
+ readonly "x-oapi-codegen-extra-tags": {
209
+ readonly db: "domain";
210
+ };
211
+ };
212
+ };
213
+ };
214
+ };
215
+ };
216
+ };
217
+ readonly "404": {
218
+ readonly description: "Organization not found";
219
+ };
220
+ readonly "500": {
221
+ readonly description: "Internal server error";
222
+ };
223
+ };
224
+ };
225
+ };
226
+ };
227
+ readonly components: {
228
+ readonly schemas: {
229
+ readonly UUID: {
230
+ readonly type: "string";
231
+ readonly format: "uuid";
232
+ readonly description: "A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.";
233
+ readonly "x-go-type": "uuid.UUID";
234
+ readonly "x-go-type-import": {
235
+ readonly path: "github.com/gofrs/uuid";
236
+ };
237
+ };
238
+ readonly NullableTime: {
239
+ readonly type: "string";
240
+ readonly format: "date-time";
241
+ readonly "x-go-type": "sql.NullTime";
242
+ readonly "x-go-type-import": {
243
+ readonly path: "database/sql";
244
+ };
245
+ readonly "x-go-type-skip-optional-pointer": true;
246
+ };
247
+ readonly Time: {
248
+ readonly type: "string";
249
+ readonly format: "date-time";
250
+ readonly "x-go-type-skip-optional-pointer": true;
251
+ };
252
+ readonly Location: {
253
+ readonly type: "object";
254
+ readonly required: readonly ["svg", "location"];
255
+ readonly properties: {
256
+ readonly svg: {
257
+ readonly type: "string";
258
+ };
259
+ readonly location: {
260
+ readonly type: "string";
261
+ };
262
+ };
263
+ };
264
+ readonly Logo: {
265
+ readonly type: "object";
266
+ readonly required: readonly ["desktop_view", "mobile_view", "dark_desktop_view", "dark_mobile_view"];
267
+ readonly properties: {
268
+ readonly desktop_view: {
269
+ readonly "x-go-type": "Location";
270
+ readonly type: "object";
271
+ readonly required: readonly ["svg", "location"];
272
+ readonly properties: {
273
+ readonly svg: {
274
+ readonly type: "string";
275
+ };
276
+ readonly location: {
277
+ readonly type: "string";
278
+ };
279
+ };
280
+ };
281
+ readonly mobile_view: {
282
+ readonly "x-go-type": "Location";
283
+ readonly type: "object";
284
+ readonly required: readonly ["svg", "location"];
285
+ readonly properties: {
286
+ readonly svg: {
287
+ readonly type: "string";
288
+ };
289
+ readonly location: {
290
+ readonly type: "string";
291
+ };
292
+ };
293
+ };
294
+ readonly dark_desktop_view: {
295
+ readonly "x-go-type": "Location";
296
+ readonly type: "object";
297
+ readonly required: readonly ["svg", "location"];
298
+ readonly properties: {
299
+ readonly svg: {
300
+ readonly type: "string";
301
+ };
302
+ readonly location: {
303
+ readonly type: "string";
304
+ };
305
+ };
306
+ };
307
+ readonly dark_mobile_view: {
308
+ readonly "x-go-type": "Location";
309
+ readonly type: "object";
310
+ readonly required: readonly ["svg", "location"];
311
+ readonly properties: {
312
+ readonly svg: {
313
+ readonly type: "string";
314
+ };
315
+ readonly location: {
316
+ readonly type: "string";
317
+ };
318
+ };
319
+ };
320
+ };
321
+ };
322
+ readonly Theme: {
323
+ readonly type: "object";
324
+ readonly required: readonly ["id", "logo"];
325
+ readonly properties: {
326
+ readonly id: {
327
+ readonly type: "string";
328
+ };
329
+ readonly logo: {
330
+ readonly "x-go-type": "Logo";
331
+ readonly type: "object";
332
+ readonly required: readonly ["desktop_view", "mobile_view", "dark_desktop_view", "dark_mobile_view"];
333
+ readonly properties: {
334
+ readonly desktop_view: {
335
+ readonly "x-go-type": "Location";
336
+ readonly type: "object";
337
+ readonly required: readonly ["svg", "location"];
338
+ readonly properties: {
339
+ readonly svg: {
340
+ readonly type: "string";
341
+ };
342
+ readonly location: {
343
+ readonly type: "string";
344
+ };
345
+ };
346
+ };
347
+ readonly mobile_view: {
348
+ readonly "x-go-type": "Location";
349
+ readonly type: "object";
350
+ readonly required: readonly ["svg", "location"];
351
+ readonly properties: {
352
+ readonly svg: {
353
+ readonly type: "string";
354
+ };
355
+ readonly location: {
356
+ readonly type: "string";
357
+ };
358
+ };
359
+ };
360
+ readonly dark_desktop_view: {
361
+ readonly "x-go-type": "Location";
362
+ readonly type: "object";
363
+ readonly required: readonly ["svg", "location"];
364
+ readonly properties: {
365
+ readonly svg: {
366
+ readonly type: "string";
367
+ };
368
+ readonly location: {
369
+ readonly type: "string";
370
+ };
371
+ };
372
+ };
373
+ readonly dark_mobile_view: {
374
+ readonly "x-go-type": "Location";
375
+ readonly type: "object";
376
+ readonly required: readonly ["svg", "location"];
377
+ readonly properties: {
378
+ readonly svg: {
379
+ readonly type: "string";
380
+ };
381
+ readonly location: {
382
+ readonly type: "string";
383
+ };
384
+ };
385
+ };
386
+ };
387
+ };
388
+ readonly vars: {
389
+ readonly type: "object";
390
+ readonly additionalProperties: true;
391
+ };
392
+ };
393
+ };
394
+ readonly DashboardPrefs: {
395
+ readonly type: "object";
396
+ readonly description: "Preferences specific to dashboard behavior";
397
+ readonly additionalProperties: true;
398
+ };
399
+ readonly Preferences: {
400
+ readonly type: "object";
401
+ readonly required: readonly ["theme", "dashboard"];
402
+ readonly properties: {
403
+ readonly theme: {
404
+ readonly "x-go-type": "Theme";
405
+ readonly type: "object";
406
+ readonly required: readonly ["id", "logo"];
407
+ readonly properties: {
408
+ readonly id: {
409
+ readonly type: "string";
410
+ };
411
+ readonly logo: {
412
+ readonly "x-go-type": "Logo";
413
+ readonly type: "object";
414
+ readonly required: readonly ["desktop_view", "mobile_view", "dark_desktop_view", "dark_mobile_view"];
415
+ readonly properties: {
416
+ readonly desktop_view: {
417
+ readonly "x-go-type": "Location";
418
+ readonly type: "object";
419
+ readonly required: readonly ["svg", "location"];
420
+ readonly properties: {
421
+ readonly svg: {
422
+ readonly type: "string";
423
+ };
424
+ readonly location: {
425
+ readonly type: "string";
426
+ };
427
+ };
428
+ };
429
+ readonly mobile_view: {
430
+ readonly "x-go-type": "Location";
431
+ readonly type: "object";
432
+ readonly required: readonly ["svg", "location"];
433
+ readonly properties: {
434
+ readonly svg: {
435
+ readonly type: "string";
436
+ };
437
+ readonly location: {
438
+ readonly type: "string";
439
+ };
440
+ };
441
+ };
442
+ readonly dark_desktop_view: {
443
+ readonly "x-go-type": "Location";
444
+ readonly type: "object";
445
+ readonly required: readonly ["svg", "location"];
446
+ readonly properties: {
447
+ readonly svg: {
448
+ readonly type: "string";
449
+ };
450
+ readonly location: {
451
+ readonly type: "string";
452
+ };
453
+ };
454
+ };
455
+ readonly dark_mobile_view: {
456
+ readonly "x-go-type": "Location";
457
+ readonly type: "object";
458
+ readonly required: readonly ["svg", "location"];
459
+ readonly properties: {
460
+ readonly svg: {
461
+ readonly type: "string";
462
+ };
463
+ readonly location: {
464
+ readonly type: "string";
465
+ };
466
+ };
467
+ };
468
+ };
469
+ };
470
+ readonly vars: {
471
+ readonly type: "object";
472
+ readonly additionalProperties: true;
473
+ };
474
+ };
475
+ };
476
+ readonly dashboard: {
477
+ readonly "x-go-type": "DashboardPrefs";
478
+ readonly type: "object";
479
+ readonly description: "Preferences specific to dashboard behavior";
480
+ readonly additionalProperties: true;
481
+ };
482
+ };
483
+ };
484
+ readonly OrgMetadata: {
485
+ readonly type: "object";
486
+ readonly required: readonly ["preferences"];
487
+ readonly properties: {
488
+ readonly preferences: {
489
+ readonly "x-go-type": "Preferences";
490
+ readonly type: "object";
491
+ readonly required: readonly ["theme", "dashboard"];
492
+ readonly properties: {
493
+ readonly theme: {
494
+ readonly "x-go-type": "Theme";
495
+ readonly type: "object";
496
+ readonly required: readonly ["id", "logo"];
497
+ readonly properties: {
498
+ readonly id: {
499
+ readonly type: "string";
500
+ };
501
+ readonly logo: {
502
+ readonly "x-go-type": "Logo";
503
+ readonly type: "object";
504
+ readonly required: readonly ["desktop_view", "mobile_view", "dark_desktop_view", "dark_mobile_view"];
505
+ readonly properties: {
506
+ readonly desktop_view: {
507
+ readonly "x-go-type": "Location";
508
+ readonly type: "object";
509
+ readonly required: readonly ["svg", "location"];
510
+ readonly properties: {
511
+ readonly svg: {
512
+ readonly type: "string";
513
+ };
514
+ readonly location: {
515
+ readonly type: "string";
516
+ };
517
+ };
518
+ };
519
+ readonly mobile_view: {
520
+ readonly "x-go-type": "Location";
521
+ readonly type: "object";
522
+ readonly required: readonly ["svg", "location"];
523
+ readonly properties: {
524
+ readonly svg: {
525
+ readonly type: "string";
526
+ };
527
+ readonly location: {
528
+ readonly type: "string";
529
+ };
530
+ };
531
+ };
532
+ readonly dark_desktop_view: {
533
+ readonly "x-go-type": "Location";
534
+ readonly type: "object";
535
+ readonly required: readonly ["svg", "location"];
536
+ readonly properties: {
537
+ readonly svg: {
538
+ readonly type: "string";
539
+ };
540
+ readonly location: {
541
+ readonly type: "string";
542
+ };
543
+ };
544
+ };
545
+ readonly dark_mobile_view: {
546
+ readonly "x-go-type": "Location";
547
+ readonly type: "object";
548
+ readonly required: readonly ["svg", "location"];
549
+ readonly properties: {
550
+ readonly svg: {
551
+ readonly type: "string";
552
+ };
553
+ readonly location: {
554
+ readonly type: "string";
555
+ };
556
+ };
557
+ };
558
+ };
559
+ };
560
+ readonly vars: {
561
+ readonly type: "object";
562
+ readonly additionalProperties: true;
563
+ };
564
+ };
565
+ };
566
+ readonly dashboard: {
567
+ readonly "x-go-type": "DashboardPrefs";
568
+ readonly type: "object";
569
+ readonly description: "Preferences specific to dashboard behavior";
570
+ readonly additionalProperties: true;
571
+ };
572
+ };
573
+ };
574
+ };
575
+ };
576
+ readonly Organization: {
577
+ readonly type: "object";
578
+ readonly required: readonly ["id", "name", "country", "region", "description", "owner", "metadata", "created_at", "updated_at"];
579
+ readonly properties: {
580
+ readonly id: {
581
+ readonly "x-oapi-codegen-extra-tags": {
582
+ readonly db: "id";
583
+ };
584
+ readonly type: "string";
585
+ readonly format: "uuid";
586
+ readonly description: "A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.";
587
+ readonly "x-go-type": "uuid.UUID";
588
+ readonly "x-go-type-import": {
589
+ readonly path: "github.com/gofrs/uuid";
590
+ };
591
+ };
592
+ readonly name: {
593
+ readonly type: "string";
594
+ readonly "x-oapi-codegen-extra-tags": {
595
+ readonly db: "name";
596
+ };
597
+ };
598
+ readonly country: {
599
+ readonly type: "string";
600
+ readonly "x-oapi-codegen-extra-tags": {
601
+ readonly db: "country";
602
+ };
603
+ };
604
+ readonly region: {
605
+ readonly type: "string";
606
+ readonly "x-oapi-codegen-extra-tags": {
607
+ readonly db: "region";
608
+ };
609
+ };
610
+ readonly description: {
611
+ readonly type: "string";
612
+ readonly "x-oapi-codegen-extra-tags": {
613
+ readonly db: "description";
614
+ };
615
+ };
616
+ readonly owner: {
617
+ readonly "x-oapi-codegen-extra-tags": {
618
+ readonly db: "owner";
619
+ };
620
+ readonly type: "string";
621
+ readonly format: "uuid";
622
+ readonly description: "A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.";
623
+ readonly "x-go-type": "uuid.UUID";
624
+ readonly "x-go-type-import": {
625
+ readonly path: "github.com/gofrs/uuid";
626
+ };
627
+ };
628
+ readonly metadata: {
629
+ readonly "x-go-type": "OrgMetadata";
630
+ readonly "x-oapi-codegen-extra-tags": {
631
+ readonly db: "metadata";
632
+ };
633
+ readonly type: "object";
634
+ readonly required: readonly ["preferences"];
635
+ readonly properties: {
636
+ readonly preferences: {
637
+ readonly "x-go-type": "Preferences";
638
+ readonly type: "object";
639
+ readonly required: readonly ["theme", "dashboard"];
640
+ readonly properties: {
641
+ readonly theme: {
642
+ readonly "x-go-type": "Theme";
643
+ readonly type: "object";
644
+ readonly required: readonly ["id", "logo"];
645
+ readonly properties: {
646
+ readonly id: {
647
+ readonly type: "string";
648
+ };
649
+ readonly logo: {
650
+ readonly "x-go-type": "Logo";
651
+ readonly type: "object";
652
+ readonly required: readonly ["desktop_view", "mobile_view", "dark_desktop_view", "dark_mobile_view"];
653
+ readonly properties: {
654
+ readonly desktop_view: {
655
+ readonly "x-go-type": "Location";
656
+ readonly type: "object";
657
+ readonly required: readonly ["svg", "location"];
658
+ readonly properties: {
659
+ readonly svg: {
660
+ readonly type: "string";
661
+ };
662
+ readonly location: {
663
+ readonly type: "string";
664
+ };
665
+ };
666
+ };
667
+ readonly mobile_view: {
668
+ readonly "x-go-type": "Location";
669
+ readonly type: "object";
670
+ readonly required: readonly ["svg", "location"];
671
+ readonly properties: {
672
+ readonly svg: {
673
+ readonly type: "string";
674
+ };
675
+ readonly location: {
676
+ readonly type: "string";
677
+ };
678
+ };
679
+ };
680
+ readonly dark_desktop_view: {
681
+ readonly "x-go-type": "Location";
682
+ readonly type: "object";
683
+ readonly required: readonly ["svg", "location"];
684
+ readonly properties: {
685
+ readonly svg: {
686
+ readonly type: "string";
687
+ };
688
+ readonly location: {
689
+ readonly type: "string";
690
+ };
691
+ };
692
+ };
693
+ readonly dark_mobile_view: {
694
+ readonly "x-go-type": "Location";
695
+ readonly type: "object";
696
+ readonly required: readonly ["svg", "location"];
697
+ readonly properties: {
698
+ readonly svg: {
699
+ readonly type: "string";
700
+ };
701
+ readonly location: {
702
+ readonly type: "string";
703
+ };
704
+ };
705
+ };
706
+ };
707
+ };
708
+ readonly vars: {
709
+ readonly type: "object";
710
+ readonly additionalProperties: true;
711
+ };
712
+ };
713
+ };
714
+ readonly dashboard: {
715
+ readonly "x-go-type": "DashboardPrefs";
716
+ readonly type: "object";
717
+ readonly description: "Preferences specific to dashboard behavior";
718
+ readonly additionalProperties: true;
719
+ };
720
+ };
721
+ };
722
+ };
723
+ };
724
+ readonly created_at: {
725
+ readonly "x-oapi-codegen-extra-tags": {
726
+ readonly db: "created_at";
727
+ };
728
+ readonly type: "string";
729
+ readonly format: "date-time";
730
+ readonly "x-go-type-skip-optional-pointer": true;
731
+ };
732
+ readonly updated_at: {
733
+ readonly "x-oapi-codegen-extra-tags": {
734
+ readonly db: "updated_at";
735
+ };
736
+ readonly type: "string";
737
+ readonly format: "date-time";
738
+ readonly "x-go-type-skip-optional-pointer": true;
739
+ };
740
+ readonly deleted_at: {
741
+ readonly "x-oapi-codegen-extra-tags": {
742
+ readonly db: "deleted_at";
743
+ };
744
+ readonly type: "string";
745
+ readonly format: "date-time";
746
+ readonly "x-go-type": "sql.NullTime";
747
+ readonly "x-go-type-import": {
748
+ readonly path: "database/sql";
749
+ };
750
+ readonly "x-go-type-skip-optional-pointer": true;
751
+ };
752
+ readonly domain: {
753
+ readonly type: "string";
754
+ readonly nullable: true;
755
+ readonly "x-oapi-codegen-extra-tags": {
756
+ readonly db: "domain";
757
+ };
758
+ };
759
+ };
760
+ };
761
+ };
762
+ };
763
+ };
764
+
765
+ export { OrganizationSchema as default };