@meshery/schemas 1.2.22 → 1.2.23

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 (88) hide show
  1. package/dist/cloudApi.d.mts +1719 -1518
  2. package/dist/cloudApi.d.ts +1719 -1518
  3. package/dist/cloudApi.js +1 -1
  4. package/dist/cloudApi.mjs +1 -1
  5. package/dist/constructs/v1alpha1/capability/Capability.d.ts +111 -106
  6. package/dist/constructs/v1alpha1/core/Core.d.ts +734 -822
  7. package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +40 -45
  8. package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1716 -1829
  9. package/dist/constructs/v1beta1/academy/Academy.d.ts +6648 -6029
  10. package/dist/constructs/v1beta1/badge/Badge.d.ts +600 -439
  11. package/dist/constructs/v1beta1/capability/Capability.d.ts +111 -106
  12. package/dist/constructs/v1beta1/catalog/Catalog.d.ts +40 -45
  13. package/dist/constructs/v1beta1/category/Category.d.ts +26 -38
  14. package/dist/constructs/v1beta1/component/Component.d.ts +729 -833
  15. package/dist/constructs/v1beta1/connection/Connection.d.ts +1357 -1170
  16. package/dist/constructs/v1beta1/core/Core.d.ts +734 -822
  17. package/dist/constructs/v1beta1/credential/Credential.d.ts +593 -458
  18. package/dist/constructs/v1beta1/environment/Environment.d.ts +835 -666
  19. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +5508 -6030
  20. package/dist/constructs/v1beta1/event/Event.d.ts +898 -527
  21. package/dist/constructs/v1beta1/feature/Feature.d.ts +287 -249
  22. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +1244 -877
  23. package/dist/constructs/v1beta1/key/Key.d.ts +589 -444
  24. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +796 -575
  25. package/dist/constructs/v1beta1/model/Model.d.ts +572 -598
  26. package/dist/constructs/v1beta1/organization/Organization.d.ts +1829 -1410
  27. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +17093 -17910
  28. package/dist/constructs/v1beta1/plan/Plan.d.ts +159 -115
  29. package/dist/constructs/v1beta1/role/Role.d.ts +933 -688
  30. package/dist/constructs/v1beta1/schedule/Schedule.d.ts +425 -315
  31. package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +18 -61
  32. package/dist/constructs/v1beta1/subscription/Subscription.d.ts +839 -674
  33. package/dist/constructs/v1beta1/support/Support.d.ts +115 -74
  34. package/dist/constructs/v1beta1/system/System.d.ts +434 -0
  35. package/dist/constructs/v1beta1/system/System.js +1 -0
  36. package/dist/constructs/v1beta1/system/System.mjs +0 -0
  37. package/dist/constructs/v1beta1/system/SystemSchema.d.ts +2 -0
  38. package/dist/constructs/v1beta1/system/SystemSchema.js +2 -0
  39. package/dist/constructs/v1beta1/system/SystemSchema.mjs +2 -0
  40. package/dist/constructs/v1beta1/team/Team.d.ts +1028 -762
  41. package/dist/constructs/v1beta1/token/Token.d.ts +612 -475
  42. package/dist/constructs/v1beta1/user/User.d.ts +1723 -1554
  43. package/dist/constructs/v1beta1/view/View.d.ts +833 -664
  44. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4900 -4695
  45. package/dist/constructs/v1beta2/academy/Academy.d.ts +7840 -7222
  46. package/dist/constructs/v1beta2/badge/Badge.d.ts +610 -453
  47. package/dist/constructs/v1beta2/catalog/Catalog.d.ts +40 -45
  48. package/dist/constructs/v1beta2/component/Component.d.ts +747 -851
  49. package/dist/constructs/v1beta2/connection/Connection.d.ts +1376 -1189
  50. package/dist/constructs/v1beta2/core/Core.d.ts +768 -856
  51. package/dist/constructs/v1beta2/credential/Credential.d.ts +572 -437
  52. package/dist/constructs/v1beta2/design/Design.d.ts +17682 -18467
  53. package/dist/constructs/v1beta2/event/Event.d.ts +946 -575
  54. package/dist/constructs/v1beta2/invitation/Invitation.d.ts +1268 -901
  55. package/dist/constructs/v1beta2/key/Key.d.ts +599 -454
  56. package/dist/constructs/v1beta2/keychain/Keychain.d.ts +806 -585
  57. package/dist/constructs/v1beta2/model/Model.d.ts +610 -636
  58. package/dist/constructs/v1beta2/organization/Organization.d.ts +2135 -1724
  59. package/dist/constructs/v1beta2/plan/Plan.d.ts +169 -128
  60. package/dist/constructs/v1beta2/relationship/Relationship.d.ts +1842 -2011
  61. package/dist/constructs/v1beta2/role/Role.d.ts +940 -695
  62. package/dist/constructs/v1beta2/schedule/Schedule.d.ts +466 -356
  63. package/dist/constructs/v1beta2/subscription/Subscription.d.ts +866 -701
  64. package/dist/constructs/v1beta2/team/Team.d.ts +1118 -852
  65. package/dist/constructs/v1beta2/token/Token.d.ts +616 -479
  66. package/dist/constructs/v1beta2/user/User.d.ts +1723 -1554
  67. package/dist/constructs/v1beta2/view/View.d.ts +838 -669
  68. package/dist/constructs/v1beta3/academy/Academy.d.ts +7836 -7218
  69. package/dist/constructs/v1beta3/component/Component.d.ts +753 -857
  70. package/dist/constructs/v1beta3/connection/Connection.d.ts +1447 -1260
  71. package/dist/constructs/v1beta3/design/Design.d.ts +5727 -5305
  72. package/dist/constructs/v1beta3/environment/Environment.d.ts +858 -689
  73. package/dist/constructs/v1beta3/event/Event.d.ts +1041 -666
  74. package/dist/constructs/v1beta3/filter/Filter.d.ts +1437 -1299
  75. package/dist/constructs/v1beta3/invitation/Invitation.d.ts +1277 -910
  76. package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +850 -690
  77. package/dist/constructs/v1beta3/plan/Plan.d.ts +197 -156
  78. package/dist/constructs/v1beta3/relationship/Relationship.d.ts +1842 -2011
  79. package/dist/constructs/v1beta3/subscription/Subscription.d.ts +969 -804
  80. package/dist/constructs/v1beta3/token/Token.d.ts +616 -479
  81. package/dist/constructs/v1beta3/workspace/Workspace.d.ts +5030 -4822
  82. package/dist/index.d.mts +5480 -5022
  83. package/dist/index.d.ts +5480 -5022
  84. package/dist/mesheryApi.d.mts +1314 -522
  85. package/dist/mesheryApi.d.ts +1314 -522
  86. package/dist/mesheryApi.js +1 -1
  87. package/dist/mesheryApi.mjs +1 -1
  88. package/package.json +1 -2
@@ -4,144 +4,70 @@
4
4
  */
5
5
 
6
6
  export interface paths {
7
- "/api/entitlement/plans": {
8
- get: operations["getPlans"];
9
- };
10
- }
11
-
12
- export interface components {
13
- schemas: {
14
- /** @description Paginated list of plans supported by the system. */
15
- PlanPage: {
16
- /** @description Current page number of the result set. */
17
- page: number;
18
- /** @description Number of items per page. */
19
- pageSize: number;
20
- /** @description Total number of items available. */
21
- totalCount: number;
22
- /** @description Plans returned on the current page. */
23
- plans: {
24
- /**
25
- * Format: uuid
26
- * @description Unique identifier for the plan.
27
- */
28
- id: string;
29
- /**
30
- * @description Display name of the plan.
31
- * @enum {string}
32
- */
33
- name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
34
- /**
35
- * @description Billing cadence for the plan (monthly, annually, or none).
36
- * @enum {string}
37
- */
38
- cadence: "none" | "monthly" | "annually";
39
- /**
40
- * @description Unit of consumption this plan charges against (e.g. user).
41
- * @enum {string}
42
- */
43
- unit: "user" | "free";
44
- /** @description Minimum number of units required for the plan. */
45
- minimumUnits: number;
46
- /** @description Price per unit of the plan. */
47
- pricePerUnit: number;
48
- /**
49
- * @description Currency in which the plan is priced.
50
- * @enum {string}
51
- */
52
- currency: "usd";
53
- }[];
54
- };
55
- /** @description Plan entity schema. */
56
- Plan: {
57
- /**
58
- * Format: uuid
59
- * @description Unique identifier for the plan.
60
- */
61
- id: string;
62
- /**
63
- * @description Display name of the plan.
64
- * @enum {string}
65
- */
66
- name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
67
- /**
68
- * @description Billing cadence for the plan (monthly, annually, or none).
69
- * @enum {string}
70
- */
71
- cadence: "none" | "monthly" | "annually";
72
- /**
73
- * @description Unit of consumption this plan charges against (e.g. user).
74
- * @enum {string}
75
- */
76
- unit: "user" | "free";
77
- /** @description Minimum number of units required for the plan. */
78
- minimumUnits: number;
79
- /** @description Price per unit of the plan. */
80
- pricePerUnit: number;
81
- /**
82
- * @description Currency in which the plan is priced.
83
- * @enum {string}
84
- */
85
- currency: "usd";
86
- };
87
- /**
88
- * @description Display name of the subscription plan.
89
- * @enum {string}
90
- */
91
- PlanName: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
92
- /**
93
- * @description Billing cadence of the subscription plan.
94
- * @enum {string}
95
- */
96
- PlanCadence: "none" | "monthly" | "annually";
97
- /**
98
- * @description Unit of consumption the plan charges against.
99
- * @enum {string}
100
- */
101
- PlanUnit: "user" | "free";
102
- /**
103
- * @description Currency code for the plan pricing.
104
- * @enum {string}
105
- */
106
- Currency: "usd";
107
- };
108
- responses: {
109
- /** Invalid request body or request param */
110
- 400: {
111
- content: {
112
- "text/plain": string;
113
- };
114
- };
115
- /** Expired JWT token used or insufficient privilege */
116
- 401: {
117
- content: {
118
- "text/plain": string;
119
- };
120
- };
121
- /** Internal server error */
122
- 500: {
123
- content: {
124
- "text/plain": string;
125
- };
7
+ "/api/entitlement/plans": {
8
+ parameters: {
9
+ query?: never;
10
+ header?: never;
11
+ path?: never;
12
+ cookie?: never;
13
+ };
14
+ /** Get all plans supported by the system */
15
+ get: operations["getPlans"];
16
+ put?: never;
17
+ post?: never;
18
+ delete?: never;
19
+ options?: never;
20
+ head?: never;
21
+ patch?: never;
22
+ trace?: never;
126
23
  };
127
- };
128
24
  }
129
-
130
- export interface operations {
131
- getPlans: {
132
- parameters: {
133
- query: {
134
- /** Get responses by page */
135
- page?: string;
136
- /** Get responses by pagesize */
137
- pagesize?: string;
138
- };
139
- };
140
- responses: {
141
- /** Plans response */
142
- 200: {
143
- content: {
144
- "application/json": {
25
+ export type webhooks = Record<string, never>;
26
+ export interface components {
27
+ schemas: {
28
+ /** @description Paginated list of plans supported by the system. */
29
+ PlanPage: {
30
+ /** @description Current page number of the result set. */
31
+ page: number;
32
+ /** @description Number of items per page. */
33
+ pageSize: number;
34
+ /** @description Total number of items available. */
35
+ totalCount: number;
36
+ /** @description Plans returned on the current page. */
37
+ plans: {
38
+ /**
39
+ * Format: uuid
40
+ * @description Unique identifier for the plan.
41
+ */
42
+ id: string;
43
+ /**
44
+ * @description Display name of the plan.
45
+ * @enum {string}
46
+ */
47
+ name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
48
+ /**
49
+ * @description Billing cadence for the plan (monthly, annually, or none).
50
+ * @enum {string}
51
+ */
52
+ cadence: "none" | "monthly" | "annually";
53
+ /**
54
+ * @description Unit of consumption this plan charges against (e.g. user).
55
+ * @enum {string}
56
+ */
57
+ unit: "user" | "free";
58
+ /** @description Minimum number of units required for the plan. */
59
+ minimumUnits: number;
60
+ /** @description Price per unit of the plan. */
61
+ pricePerUnit: number;
62
+ /**
63
+ * @description Currency in which the plan is priced.
64
+ * @enum {string}
65
+ */
66
+ currency: "usd";
67
+ }[];
68
+ };
69
+ /** @description Plan entity schema. */
70
+ Plan: {
145
71
  /**
146
72
  * Format: uuid
147
73
  * @description Unique identifier for the plan.
@@ -171,29 +97,144 @@ export interface operations {
171
97
  * @enum {string}
172
98
  */
173
99
  currency: "usd";
174
- }[];
175
100
  };
176
- };
177
- /** Invalid request body or request param */
178
- 400: {
179
- content: {
180
- "text/plain": string;
101
+ /**
102
+ * @description Display name of the subscription plan.
103
+ * @enum {string}
104
+ */
105
+ PlanName: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
106
+ /**
107
+ * @description Billing cadence of the subscription plan.
108
+ * @enum {string}
109
+ */
110
+ PlanCadence: "none" | "monthly" | "annually";
111
+ /**
112
+ * @description Unit of consumption the plan charges against.
113
+ * @enum {string}
114
+ */
115
+ PlanUnit: "user" | "free";
116
+ /**
117
+ * @description Currency code for the plan pricing.
118
+ * @enum {string}
119
+ */
120
+ Currency: "usd";
121
+ };
122
+ responses: {
123
+ /** @description Invalid request body or request param */
124
+ 400: {
125
+ headers: {
126
+ [name: string]: unknown;
127
+ };
128
+ content: {
129
+ "text/plain": string;
130
+ };
131
+ };
132
+ /** @description Expired JWT token used or insufficient privilege */
133
+ 401: {
134
+ headers: {
135
+ [name: string]: unknown;
136
+ };
137
+ content: {
138
+ "text/plain": string;
139
+ };
140
+ };
141
+ /** @description Internal server error */
142
+ 500: {
143
+ headers: {
144
+ [name: string]: unknown;
145
+ };
146
+ content: {
147
+ "text/plain": string;
148
+ };
181
149
  };
182
- };
183
- /** Expired JWT token used or insufficient privilege */
184
- 401: {
185
- content: {
186
- "text/plain": string;
150
+ };
151
+ parameters: never;
152
+ requestBodies: never;
153
+ headers: never;
154
+ pathItems: never;
155
+ }
156
+ export type $defs = Record<string, never>;
157
+ export interface operations {
158
+ getPlans: {
159
+ parameters: {
160
+ query?: {
161
+ /** @description Get responses by page */
162
+ page?: string;
163
+ /** @description Get responses by pagesize */
164
+ pagesize?: string;
165
+ };
166
+ header?: never;
167
+ path?: never;
168
+ cookie?: never;
187
169
  };
188
- };
189
- /** Internal server error */
190
- 500: {
191
- content: {
192
- "text/plain": string;
170
+ requestBody?: never;
171
+ responses: {
172
+ /** @description Plans response */
173
+ 200: {
174
+ headers: {
175
+ [name: string]: unknown;
176
+ };
177
+ content: {
178
+ "application/json": {
179
+ /**
180
+ * Format: uuid
181
+ * @description Unique identifier for the plan.
182
+ */
183
+ id: string;
184
+ /**
185
+ * @description Display name of the plan.
186
+ * @enum {string}
187
+ */
188
+ name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
189
+ /**
190
+ * @description Billing cadence for the plan (monthly, annually, or none).
191
+ * @enum {string}
192
+ */
193
+ cadence: "none" | "monthly" | "annually";
194
+ /**
195
+ * @description Unit of consumption this plan charges against (e.g. user).
196
+ * @enum {string}
197
+ */
198
+ unit: "user" | "free";
199
+ /** @description Minimum number of units required for the plan. */
200
+ minimumUnits: number;
201
+ /** @description Price per unit of the plan. */
202
+ pricePerUnit: number;
203
+ /**
204
+ * @description Currency in which the plan is priced.
205
+ * @enum {string}
206
+ */
207
+ currency: "usd";
208
+ }[];
209
+ };
210
+ };
211
+ /** @description Invalid request body or request param */
212
+ 400: {
213
+ headers: {
214
+ [name: string]: unknown;
215
+ };
216
+ content: {
217
+ "text/plain": string;
218
+ };
219
+ };
220
+ /** @description Expired JWT token used or insufficient privilege */
221
+ 401: {
222
+ headers: {
223
+ [name: string]: unknown;
224
+ };
225
+ content: {
226
+ "text/plain": string;
227
+ };
228
+ };
229
+ /** @description Internal server error */
230
+ 500: {
231
+ headers: {
232
+ [name: string]: unknown;
233
+ };
234
+ content: {
235
+ "text/plain": string;
236
+ };
237
+ };
193
238
  };
194
- };
195
239
  };
196
- };
197
240
  }
198
-
199
- export interface external {}