@meshery/schemas 1.2.14 → 1.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/dist/cloudApi.d.mts +1516 -1516
  2. package/dist/cloudApi.d.ts +1516 -1516
  3. package/dist/constructs/v1alpha1/capability/Capability.d.ts +114 -0
  4. package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.ts +2 -0
  5. package/dist/constructs/v1alpha1/core/Core.d.ts +832 -0
  6. package/dist/constructs/v1alpha1/core/CoreSchema.d.ts +2 -0
  7. package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +53 -0
  8. package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.ts +2 -0
  9. package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1937 -0
  10. package/dist/constructs/v1alpha3/relationship/RelationshipSchema.d.ts +2 -0
  11. package/dist/constructs/v1beta1/academy/Academy.d.ts +6417 -0
  12. package/dist/constructs/v1beta1/academy/AcademySchema.d.ts +2 -0
  13. package/dist/constructs/v1beta1/badge/Badge.d.ts +546 -0
  14. package/dist/constructs/v1beta1/badge/BadgeSchema.d.ts +2 -0
  15. package/dist/constructs/v1beta1/capability/Capability.d.ts +114 -0
  16. package/dist/constructs/v1beta1/capability/CapabilitySchema.d.ts +2 -0
  17. package/dist/constructs/v1beta1/catalog/Catalog.d.ts +53 -0
  18. package/dist/constructs/v1beta1/catalog/CatalogSchema.d.ts +2 -0
  19. package/dist/constructs/v1beta1/category/Category.d.ts +46 -0
  20. package/dist/constructs/v1beta1/category/CategorySchema.d.ts +2 -0
  21. package/dist/constructs/v1beta1/component/Component.d.ts +869 -0
  22. package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +2 -0
  23. package/dist/constructs/v1beta1/connection/Connection.d.ts +1300 -0
  24. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +2 -0
  25. package/dist/constructs/v1beta1/core/Core.d.ts +832 -0
  26. package/dist/constructs/v1beta1/core/CoreSchema.d.ts +2 -0
  27. package/dist/constructs/v1beta1/credential/Credential.d.ts +530 -0
  28. package/dist/constructs/v1beta1/credential/CredentialSchema.d.ts +2 -0
  29. package/dist/constructs/v1beta1/environment/Environment.d.ts +759 -0
  30. package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.ts +2 -0
  31. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +6338 -0
  32. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +2 -0
  33. package/dist/constructs/v1beta1/event/Event.d.ts +570 -0
  34. package/dist/constructs/v1beta1/event/EventSchema.d.ts +2 -0
  35. package/dist/constructs/v1beta1/feature/Feature.d.ts +308 -0
  36. package/dist/constructs/v1beta1/feature/FeatureSchema.d.ts +2 -0
  37. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +983 -0
  38. package/dist/constructs/v1beta1/invitation/InvitationSchema.d.ts +2 -0
  39. package/dist/constructs/v1beta1/key/Key.d.ts +514 -0
  40. package/dist/constructs/v1beta1/key/KeySchema.d.ts +2 -0
  41. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +642 -0
  42. package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +2 -0
  43. package/dist/constructs/v1beta1/model/Model.d.ts +659 -0
  44. package/dist/constructs/v1beta1/model/ModelSchema.d.ts +2 -0
  45. package/dist/constructs/v1beta1/organization/Organization.d.ts +1598 -0
  46. package/dist/constructs/v1beta1/organization/OrganizationSchema.d.ts +2 -0
  47. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +18407 -0
  48. package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +2 -0
  49. package/dist/constructs/v1beta1/plan/Plan.d.ts +149 -0
  50. package/dist/constructs/v1beta1/plan/PlanSchema.d.ts +2 -0
  51. package/dist/constructs/v1beta1/relationship/Relationship.d.ts +1921 -0
  52. package/dist/constructs/v1beta1/relationship/RelationshipSchema.d.ts +2 -0
  53. package/dist/constructs/v1beta1/role/Role.d.ts +745 -0
  54. package/dist/constructs/v1beta1/role/RoleSchema.d.ts +2 -0
  55. package/dist/constructs/v1beta1/schedule/Schedule.d.ts +374 -0
  56. package/dist/constructs/v1beta1/schedule/ScheduleSchema.d.ts +2 -0
  57. package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +68 -0
  58. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.ts +2 -0
  59. package/dist/constructs/v1beta1/subscription/Subscription.d.ts +752 -0
  60. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.ts +2 -0
  61. package/dist/constructs/v1beta1/support/Support.d.ts +91 -0
  62. package/dist/constructs/v1beta1/support/SupportSchema.d.ts +2 -0
  63. package/dist/constructs/v1beta1/team/Team.d.ts +846 -0
  64. package/dist/constructs/v1beta1/team/TeamSchema.d.ts +2 -0
  65. package/dist/constructs/v1beta1/token/Token.d.ts +539 -0
  66. package/dist/constructs/v1beta1/token/TokenSchema.d.ts +2 -0
  67. package/dist/constructs/v1beta1/user/User.d.ts +1677 -0
  68. package/dist/constructs/v1beta1/user/UserSchema.d.ts +2 -0
  69. package/dist/constructs/v1beta1/view/View.d.ts +759 -0
  70. package/dist/constructs/v1beta1/view/ViewSchema.d.ts +2 -0
  71. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4947 -0
  72. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.ts +2 -0
  73. package/dist/constructs/v1beta2/academy/Academy.d.ts +7762 -0
  74. package/dist/constructs/v1beta2/academy/AcademySchema.d.ts +2 -0
  75. package/dist/constructs/v1beta2/badge/Badge.d.ts +563 -0
  76. package/dist/constructs/v1beta2/badge/BadgeSchema.d.ts +2 -0
  77. package/dist/constructs/v1beta2/catalog/Catalog.d.ts +53 -0
  78. package/dist/constructs/v1beta2/catalog/CatalogSchema.d.ts +2 -0
  79. package/dist/constructs/v1beta2/component/Component.d.ts +887 -0
  80. package/dist/constructs/v1beta2/component/ComponentSchema.d.ts +2 -0
  81. package/dist/constructs/v1beta2/connection/Connection.d.ts +1330 -0
  82. package/dist/constructs/v1beta2/connection/ConnectionSchema.d.ts +2 -0
  83. package/dist/constructs/v1beta2/core/Core.d.ts +866 -0
  84. package/dist/constructs/v1beta2/core/CoreSchema.d.ts +2 -0
  85. package/dist/constructs/v1beta2/credential/Credential.d.ts +519 -0
  86. package/dist/constructs/v1beta2/credential/CredentialSchema.d.ts +2 -0
  87. package/dist/constructs/v1beta2/design/Design.d.ts +19039 -0
  88. package/dist/constructs/v1beta2/design/DesignSchema.d.ts +2 -0
  89. package/dist/constructs/v1beta2/event/Event.d.ts +626 -0
  90. package/dist/constructs/v1beta2/event/EventSchema.d.ts +2 -0
  91. package/dist/constructs/v1beta2/invitation/Invitation.d.ts +1052 -0
  92. package/dist/constructs/v1beta2/invitation/InvitationSchema.d.ts +2 -0
  93. package/dist/constructs/v1beta2/key/Key.d.ts +524 -0
  94. package/dist/constructs/v1beta2/key/KeySchema.d.ts +2 -0
  95. package/dist/constructs/v1beta2/keychain/Keychain.d.ts +652 -0
  96. package/dist/constructs/v1beta2/keychain/KeychainSchema.d.ts +2 -0
  97. package/dist/constructs/v1beta2/model/Model.d.ts +697 -0
  98. package/dist/constructs/v1beta2/model/ModelSchema.d.ts +2 -0
  99. package/dist/constructs/v1beta2/organization/Organization.d.ts +1915 -0
  100. package/dist/constructs/v1beta2/organization/OrganizationSchema.d.ts +2 -0
  101. package/dist/constructs/v1beta2/plan/Plan.d.ts +162 -0
  102. package/dist/constructs/v1beta2/plan/PlanSchema.d.ts +2 -0
  103. package/dist/constructs/v1beta2/relationship/Relationship.d.ts +2134 -0
  104. package/dist/constructs/v1beta2/relationship/RelationshipSchema.d.ts +2 -0
  105. package/dist/constructs/v1beta2/role/Role.d.ts +752 -0
  106. package/dist/constructs/v1beta2/role/RoleSchema.d.ts +2 -0
  107. package/dist/constructs/v1beta2/schedule/Schedule.d.ts +431 -0
  108. package/dist/constructs/v1beta2/schedule/ScheduleSchema.d.ts +2 -0
  109. package/dist/constructs/v1beta2/subscription/Subscription.d.ts +785 -0
  110. package/dist/constructs/v1beta2/subscription/SubscriptionSchema.d.ts +2 -0
  111. package/dist/constructs/v1beta2/team/Team.d.ts +960 -0
  112. package/dist/constructs/v1beta2/team/TeamSchema.d.ts +2 -0
  113. package/dist/constructs/v1beta2/token/Token.d.ts +544 -0
  114. package/dist/constructs/v1beta2/token/TokenSchema.d.ts +2 -0
  115. package/dist/constructs/v1beta2/user/User.d.ts +1677 -0
  116. package/dist/constructs/v1beta2/user/UserSchema.d.ts +2 -0
  117. package/dist/constructs/v1beta2/view/View.d.ts +767 -0
  118. package/dist/constructs/v1beta2/view/ViewSchema.d.ts +2 -0
  119. package/dist/constructs/v1beta3/academy/Academy.d.ts +7762 -0
  120. package/dist/constructs/v1beta3/academy/AcademySchema.d.ts +2 -0
  121. package/dist/constructs/v1beta3/component/Component.d.ts +892 -0
  122. package/dist/constructs/v1beta3/component/ComponentSchema.d.ts +2 -0
  123. package/dist/constructs/v1beta3/connection/Connection.d.ts +1414 -0
  124. package/dist/constructs/v1beta3/connection/ConnectionSchema.d.ts +2 -0
  125. package/dist/constructs/v1beta3/design/Design.d.ts +5704 -0
  126. package/dist/constructs/v1beta3/design/DesignSchema.d.ts +2 -0
  127. package/dist/constructs/v1beta3/environment/Environment.d.ts +785 -0
  128. package/dist/constructs/v1beta3/environment/EnvironmentSchema.d.ts +2 -0
  129. package/dist/constructs/v1beta3/event/Event.d.ts +720 -0
  130. package/dist/constructs/v1beta3/event/EventSchema.d.ts +2 -0
  131. package/dist/constructs/v1beta3/filter/Filter.d.ts +1452 -0
  132. package/dist/constructs/v1beta3/filter/FilterSchema.d.ts +2 -0
  133. package/dist/constructs/v1beta3/invitation/Invitation.d.ts +1060 -0
  134. package/dist/constructs/v1beta3/invitation/InvitationSchema.d.ts +2 -0
  135. package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +813 -0
  136. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.d.ts +2 -0
  137. package/dist/constructs/v1beta3/plan/Plan.d.ts +199 -0
  138. package/dist/constructs/v1beta3/plan/PlanSchema.d.ts +2 -0
  139. package/dist/constructs/v1beta3/relationship/Relationship.d.ts +2134 -0
  140. package/dist/constructs/v1beta3/relationship/RelationshipSchema.d.ts +2 -0
  141. package/dist/constructs/v1beta3/subscription/Subscription.d.ts +915 -0
  142. package/dist/constructs/v1beta3/subscription/SubscriptionSchema.d.ts +2 -0
  143. package/dist/constructs/v1beta3/token/Token.d.ts +544 -0
  144. package/dist/constructs/v1beta3/token/TokenSchema.d.ts +2 -0
  145. package/dist/constructs/v1beta3/workspace/Workspace.d.ts +5086 -0
  146. package/dist/constructs/v1beta3/workspace/WorkspaceSchema.d.ts +2 -0
  147. package/dist/index.js +1 -1
  148. package/dist/index.mjs +1 -1
  149. package/dist/mesheryApi.d.mts +546 -546
  150. package/dist/mesheryApi.d.ts +546 -546
  151. package/package.json +2 -2
@@ -0,0 +1,308 @@
1
+ /**
2
+ * This file was auto-generated by openapi-typescript.
3
+ * Do not make direct changes to the file.
4
+ */
5
+
6
+ export interface paths {
7
+ "/api/entitlement/features": {
8
+ get: operations["getFeatures"];
9
+ };
10
+ "/api/entitlement/subscriptions/organizations/{organizationId}/features": {
11
+ get: operations["getFeaturesByOrganization"];
12
+ };
13
+ }
14
+
15
+ export interface components {
16
+ schemas: {
17
+ FeaturesPage: {
18
+ /**
19
+ * Format: uuid
20
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
21
+ */
22
+ id: string;
23
+ /**
24
+ * Format: uuid
25
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
26
+ */
27
+ plan_id: string;
28
+ plan?: {
29
+ /**
30
+ * Format: uuid
31
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
32
+ */
33
+ id: string;
34
+ /**
35
+ * @description Name of the plan
36
+ * @enum {string}
37
+ */
38
+ name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
39
+ /** @enum {string} */
40
+ cadence: "monthly" | "yearly";
41
+ /** @enum {string} */
42
+ unit: "user" | "free";
43
+ /** @description Minimum number of units required for the plan */
44
+ minimum_units: number;
45
+ /** @description Price per unit of the plan */
46
+ price_per_unit: number;
47
+ /** @enum {string} */
48
+ currency: "usd";
49
+ };
50
+ /**
51
+ * @description Enumeration of possible feature types
52
+ * @enum {string}
53
+ */
54
+ name:
55
+ | "ComponentsInDesign"
56
+ | "RelationshipsInDesign"
57
+ | "DesignsInWorkspace"
58
+ | "WorkspacesInOrganization"
59
+ | "ImageSizeInDesign"
60
+ | "SizePerDesign";
61
+ /** @description Quantity of the feature allowed, use 9999999999 for unlimited */
62
+ quantity: number;
63
+ /** Format: date-time */
64
+ created_at?: string;
65
+ /** Format: date-time */
66
+ updated_at?: string;
67
+ }[];
68
+ /**
69
+ * @description Enumeration of possible feature types
70
+ * @enum {string}
71
+ */
72
+ FeatureName:
73
+ | "ComponentsInDesign"
74
+ | "RelationshipsInDesign"
75
+ | "DesignsInWorkspace"
76
+ | "WorkspacesInOrganization"
77
+ | "ImageSizeInDesign"
78
+ | "SizePerDesign";
79
+ Feature: {
80
+ /**
81
+ * Format: uuid
82
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
83
+ */
84
+ id: string;
85
+ /**
86
+ * Format: uuid
87
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
88
+ */
89
+ plan_id: string;
90
+ plan?: {
91
+ /**
92
+ * Format: uuid
93
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
94
+ */
95
+ id: string;
96
+ /**
97
+ * @description Name of the plan
98
+ * @enum {string}
99
+ */
100
+ name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
101
+ /** @enum {string} */
102
+ cadence: "monthly" | "yearly";
103
+ /** @enum {string} */
104
+ unit: "user" | "free";
105
+ /** @description Minimum number of units required for the plan */
106
+ minimum_units: number;
107
+ /** @description Price per unit of the plan */
108
+ price_per_unit: number;
109
+ /** @enum {string} */
110
+ currency: "usd";
111
+ };
112
+ /**
113
+ * @description Enumeration of possible feature types
114
+ * @enum {string}
115
+ */
116
+ name:
117
+ | "ComponentsInDesign"
118
+ | "RelationshipsInDesign"
119
+ | "DesignsInWorkspace"
120
+ | "WorkspacesInOrganization"
121
+ | "ImageSizeInDesign"
122
+ | "SizePerDesign";
123
+ /** @description Quantity of the feature allowed, use 9999999999 for unlimited */
124
+ quantity: number;
125
+ /** Format: date-time */
126
+ created_at?: string;
127
+ /** Format: date-time */
128
+ updated_at?: string;
129
+ };
130
+ };
131
+ parameters: {
132
+ /** @description The ID of the organization */
133
+ organization_id: string;
134
+ };
135
+ }
136
+
137
+ export interface operations {
138
+ getFeatures: {
139
+ responses: {
140
+ /** Features response */
141
+ 200: {
142
+ content: {
143
+ "application/json": {
144
+ /**
145
+ * Format: uuid
146
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
147
+ */
148
+ id: string;
149
+ /**
150
+ * Format: uuid
151
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
152
+ */
153
+ plan_id: string;
154
+ plan?: {
155
+ /**
156
+ * Format: uuid
157
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
158
+ */
159
+ id: string;
160
+ /**
161
+ * @description Name of the plan
162
+ * @enum {string}
163
+ */
164
+ name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
165
+ /** @enum {string} */
166
+ cadence: "monthly" | "yearly";
167
+ /** @enum {string} */
168
+ unit: "user" | "free";
169
+ /** @description Minimum number of units required for the plan */
170
+ minimum_units: number;
171
+ /** @description Price per unit of the plan */
172
+ price_per_unit: number;
173
+ /** @enum {string} */
174
+ currency: "usd";
175
+ };
176
+ /**
177
+ * @description Enumeration of possible feature types
178
+ * @enum {string}
179
+ */
180
+ name:
181
+ | "ComponentsInDesign"
182
+ | "RelationshipsInDesign"
183
+ | "DesignsInWorkspace"
184
+ | "WorkspacesInOrganization"
185
+ | "ImageSizeInDesign"
186
+ | "SizePerDesign";
187
+ /** @description Quantity of the feature allowed, use 9999999999 for unlimited */
188
+ quantity: number;
189
+ /** Format: date-time */
190
+ created_at?: string;
191
+ /** Format: date-time */
192
+ updated_at?: string;
193
+ }[];
194
+ };
195
+ };
196
+ /** Invalid request body or request param */
197
+ 400: {
198
+ content: {
199
+ "text/plain": string;
200
+ };
201
+ };
202
+ /** Expired JWT token used or insufficient privilege */
203
+ 401: {
204
+ content: {
205
+ "text/plain": string;
206
+ };
207
+ };
208
+ /** Internal server error */
209
+ 500: {
210
+ content: {
211
+ "text/plain": string;
212
+ };
213
+ };
214
+ };
215
+ };
216
+ getFeaturesByOrganization: {
217
+ parameters: {
218
+ path: {
219
+ /** The ID of the organization */
220
+ organizationId: string;
221
+ };
222
+ };
223
+ responses: {
224
+ /** Features response */
225
+ 200: {
226
+ content: {
227
+ "application/json": {
228
+ /**
229
+ * Format: uuid
230
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
231
+ */
232
+ id: string;
233
+ /**
234
+ * Format: uuid
235
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
236
+ */
237
+ plan_id: string;
238
+ plan?: {
239
+ /**
240
+ * Format: uuid
241
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
242
+ */
243
+ id: string;
244
+ /**
245
+ * @description Name of the plan
246
+ * @enum {string}
247
+ */
248
+ name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
249
+ /** @enum {string} */
250
+ cadence: "monthly" | "yearly";
251
+ /** @enum {string} */
252
+ unit: "user" | "free";
253
+ /** @description Minimum number of units required for the plan */
254
+ minimum_units: number;
255
+ /** @description Price per unit of the plan */
256
+ price_per_unit: number;
257
+ /** @enum {string} */
258
+ currency: "usd";
259
+ };
260
+ /**
261
+ * @description Enumeration of possible feature types
262
+ * @enum {string}
263
+ */
264
+ name:
265
+ | "ComponentsInDesign"
266
+ | "RelationshipsInDesign"
267
+ | "DesignsInWorkspace"
268
+ | "WorkspacesInOrganization"
269
+ | "ImageSizeInDesign"
270
+ | "SizePerDesign";
271
+ /** @description Quantity of the feature allowed, use 9999999999 for unlimited */
272
+ quantity: number;
273
+ /** Format: date-time */
274
+ created_at?: string;
275
+ /** Format: date-time */
276
+ updated_at?: string;
277
+ }[];
278
+ };
279
+ };
280
+ /** Invalid request body or request param */
281
+ 400: {
282
+ content: {
283
+ "text/plain": string;
284
+ };
285
+ };
286
+ /** Expired JWT token used or insufficient privilege */
287
+ 401: {
288
+ content: {
289
+ "text/plain": string;
290
+ };
291
+ };
292
+ /** Result not found */
293
+ 404: {
294
+ content: {
295
+ "text/plain": string;
296
+ };
297
+ };
298
+ /** Internal server error */
299
+ 500: {
300
+ content: {
301
+ "text/plain": string;
302
+ };
303
+ };
304
+ };
305
+ };
306
+ }
307
+
308
+ export interface external {}
@@ -0,0 +1,2 @@
1
+ declare const FeatureSchema: Record<string, unknown>;
2
+ export default FeatureSchema;