@meshery/schemas 1.2.21 → 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 (106) hide show
  1. package/dist/cloudApi.d.mts +1728 -1527
  2. package/dist/cloudApi.d.ts +1728 -1527
  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 +6537 -5918
  10. package/dist/constructs/v1beta1/academy/AcademySchema.js +1 -1
  11. package/dist/constructs/v1beta1/academy/AcademySchema.mjs +1 -1
  12. package/dist/constructs/v1beta1/badge/Badge.d.ts +600 -439
  13. package/dist/constructs/v1beta1/capability/Capability.d.ts +111 -106
  14. package/dist/constructs/v1beta1/catalog/Catalog.d.ts +40 -45
  15. package/dist/constructs/v1beta1/category/Category.d.ts +26 -38
  16. package/dist/constructs/v1beta1/component/Component.d.ts +729 -833
  17. package/dist/constructs/v1beta1/connection/Connection.d.ts +1357 -1170
  18. package/dist/constructs/v1beta1/core/Core.d.ts +734 -822
  19. package/dist/constructs/v1beta1/credential/Credential.d.ts +593 -458
  20. package/dist/constructs/v1beta1/environment/Environment.d.ts +835 -666
  21. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +5508 -6030
  22. package/dist/constructs/v1beta1/event/Event.d.ts +898 -527
  23. package/dist/constructs/v1beta1/feature/Feature.d.ts +287 -249
  24. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +1244 -877
  25. package/dist/constructs/v1beta1/key/Key.d.ts +589 -444
  26. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +796 -575
  27. package/dist/constructs/v1beta1/model/Model.d.ts +572 -598
  28. package/dist/constructs/v1beta1/organization/Organization.d.ts +1829 -1410
  29. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +17093 -17910
  30. package/dist/constructs/v1beta1/plan/Plan.d.ts +159 -115
  31. package/dist/constructs/v1beta1/role/Role.d.ts +933 -688
  32. package/dist/constructs/v1beta1/role/RoleSchema.js +1 -1
  33. package/dist/constructs/v1beta1/role/RoleSchema.mjs +1 -1
  34. package/dist/constructs/v1beta1/schedule/Schedule.d.ts +425 -315
  35. package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +18 -61
  36. package/dist/constructs/v1beta1/subscription/Subscription.d.ts +839 -674
  37. package/dist/constructs/v1beta1/support/Support.d.ts +115 -74
  38. package/dist/constructs/v1beta1/system/System.d.ts +434 -0
  39. package/dist/constructs/v1beta1/system/System.js +1 -0
  40. package/dist/constructs/v1beta1/system/System.mjs +0 -0
  41. package/dist/constructs/v1beta1/system/SystemSchema.d.ts +2 -0
  42. package/dist/constructs/v1beta1/system/SystemSchema.js +2 -0
  43. package/dist/constructs/v1beta1/system/SystemSchema.mjs +2 -0
  44. package/dist/constructs/v1beta1/team/Team.d.ts +1028 -762
  45. package/dist/constructs/v1beta1/token/Token.d.ts +612 -475
  46. package/dist/constructs/v1beta1/user/User.d.ts +1723 -1554
  47. package/dist/constructs/v1beta1/user/UserSchema.js +1 -1
  48. package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -1
  49. package/dist/constructs/v1beta1/view/View.d.ts +833 -664
  50. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4900 -4695
  51. package/dist/constructs/v1beta2/academy/Academy.d.ts +7840 -7222
  52. package/dist/constructs/v1beta2/academy/AcademySchema.js +1 -1
  53. package/dist/constructs/v1beta2/academy/AcademySchema.mjs +1 -1
  54. package/dist/constructs/v1beta2/badge/Badge.d.ts +610 -453
  55. package/dist/constructs/v1beta2/catalog/Catalog.d.ts +40 -45
  56. package/dist/constructs/v1beta2/component/Component.d.ts +747 -851
  57. package/dist/constructs/v1beta2/connection/Connection.d.ts +1376 -1189
  58. package/dist/constructs/v1beta2/core/Core.d.ts +768 -856
  59. package/dist/constructs/v1beta2/credential/Credential.d.ts +572 -437
  60. package/dist/constructs/v1beta2/design/Design.d.ts +17682 -18467
  61. package/dist/constructs/v1beta2/event/Event.d.ts +946 -575
  62. package/dist/constructs/v1beta2/invitation/Invitation.d.ts +1268 -901
  63. package/dist/constructs/v1beta2/key/Key.d.ts +599 -454
  64. package/dist/constructs/v1beta2/keychain/Keychain.d.ts +806 -585
  65. package/dist/constructs/v1beta2/model/Model.d.ts +610 -636
  66. package/dist/constructs/v1beta2/organization/Organization.d.ts +2135 -1724
  67. package/dist/constructs/v1beta2/plan/Plan.d.ts +169 -128
  68. package/dist/constructs/v1beta2/relationship/Relationship.d.ts +1842 -2011
  69. package/dist/constructs/v1beta2/role/Role.d.ts +940 -695
  70. package/dist/constructs/v1beta2/role/RoleSchema.js +1 -1
  71. package/dist/constructs/v1beta2/role/RoleSchema.mjs +1 -1
  72. package/dist/constructs/v1beta2/schedule/Schedule.d.ts +466 -356
  73. package/dist/constructs/v1beta2/subscription/Subscription.d.ts +866 -701
  74. package/dist/constructs/v1beta2/team/Team.d.ts +1118 -852
  75. package/dist/constructs/v1beta2/token/Token.d.ts +616 -479
  76. package/dist/constructs/v1beta2/user/User.d.ts +1723 -1554
  77. package/dist/constructs/v1beta2/user/UserSchema.js +1 -1
  78. package/dist/constructs/v1beta2/user/UserSchema.mjs +1 -1
  79. package/dist/constructs/v1beta2/view/View.d.ts +838 -669
  80. package/dist/constructs/v1beta3/academy/Academy.d.ts +7844 -7226
  81. package/dist/constructs/v1beta3/academy/AcademySchema.js +1 -1
  82. package/dist/constructs/v1beta3/academy/AcademySchema.mjs +1 -1
  83. package/dist/constructs/v1beta3/component/Component.d.ts +753 -857
  84. package/dist/constructs/v1beta3/connection/Connection.d.ts +1447 -1260
  85. package/dist/constructs/v1beta3/design/Design.d.ts +5729 -5307
  86. package/dist/constructs/v1beta3/design/DesignSchema.js +8 -8
  87. package/dist/constructs/v1beta3/design/DesignSchema.mjs +8 -8
  88. package/dist/constructs/v1beta3/environment/Environment.d.ts +858 -689
  89. package/dist/constructs/v1beta3/event/Event.d.ts +1041 -666
  90. package/dist/constructs/v1beta3/filter/Filter.d.ts +1437 -1299
  91. package/dist/constructs/v1beta3/invitation/Invitation.d.ts +1277 -910
  92. package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +850 -690
  93. package/dist/constructs/v1beta3/plan/Plan.d.ts +197 -156
  94. package/dist/constructs/v1beta3/relationship/Relationship.d.ts +1842 -2011
  95. package/dist/constructs/v1beta3/subscription/Subscription.d.ts +969 -804
  96. package/dist/constructs/v1beta3/token/Token.d.ts +616 -479
  97. package/dist/constructs/v1beta3/workspace/Workspace.d.ts +5030 -4822
  98. package/dist/index.d.mts +5520 -5062
  99. package/dist/index.d.ts +5520 -5062
  100. package/dist/mesheryApi.d.mts +1318 -526
  101. package/dist/mesheryApi.d.ts +1318 -526
  102. package/dist/mesheryApi.js +1 -1
  103. package/dist/mesheryApi.mjs +1 -1
  104. package/dist/permissions.d.mts +1 -1
  105. package/dist/permissions.d.ts +1 -1
  106. 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 {}