@meshery/schemas 1.3.9 → 1.4.0

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 (101) hide show
  1. package/dist/cloudApi.d.mts +28 -28
  2. package/dist/cloudApi.d.ts +28 -28
  3. package/dist/constructs/v1alpha1/capability/Capability.d.ts +106 -111
  4. package/dist/constructs/v1alpha1/core/Core.d.ts +822 -734
  5. package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +45 -40
  6. package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1829 -1716
  7. package/dist/constructs/v1beta1/academy/Academy.d.ts +6023 -6642
  8. package/dist/constructs/v1beta1/badge/Badge.d.ts +439 -600
  9. package/dist/constructs/v1beta1/capability/Capability.d.ts +106 -111
  10. package/dist/constructs/v1beta1/catalog/Catalog.d.ts +45 -40
  11. package/dist/constructs/v1beta1/category/Category.d.ts +38 -26
  12. package/dist/constructs/v1beta1/component/Component.d.ts +833 -729
  13. package/dist/constructs/v1beta1/connection/Connection.d.ts +1170 -1357
  14. package/dist/constructs/v1beta1/core/Core.d.ts +822 -734
  15. package/dist/constructs/v1beta1/credential/Credential.d.ts +458 -593
  16. package/dist/constructs/v1beta1/environment/Environment.d.ts +666 -835
  17. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +6142 -5619
  18. package/dist/constructs/v1beta1/event/Event.d.ts +527 -898
  19. package/dist/constructs/v1beta1/feature/Feature.d.ts +343 -389
  20. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +877 -1244
  21. package/dist/constructs/v1beta1/key/Key.d.ts +444 -589
  22. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +575 -796
  23. package/dist/constructs/v1beta1/model/Model.d.ts +598 -572
  24. package/dist/constructs/v1beta1/organization/Organization.d.ts +1410 -1829
  25. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +17988 -17171
  26. package/dist/constructs/v1beta1/plan/Plan.d.ts +115 -159
  27. package/dist/constructs/v1beta1/role/Role.d.ts +688 -933
  28. package/dist/constructs/v1beta1/schedule/Schedule.d.ts +315 -425
  29. package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +61 -18
  30. package/dist/constructs/v1beta1/subscription/Subscription.d.ts +674 -839
  31. package/dist/constructs/v1beta1/support/Support.d.ts +74 -115
  32. package/dist/constructs/v1beta1/system/System.d.ts +250 -385
  33. package/dist/constructs/v1beta1/team/Team.d.ts +762 -1028
  34. package/dist/constructs/v1beta1/token/Token.d.ts +475 -612
  35. package/dist/constructs/v1beta1/user/User.d.ts +1553 -1722
  36. package/dist/constructs/v1beta1/view/View.d.ts +664 -833
  37. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4705 -4910
  38. package/dist/constructs/v1beta2/academy/Academy.d.ts +7246 -7864
  39. package/dist/constructs/v1beta2/badge/Badge.d.ts +453 -610
  40. package/dist/constructs/v1beta2/catalog/Catalog.d.ts +45 -40
  41. package/dist/constructs/v1beta2/component/Component.d.ts +851 -747
  42. package/dist/constructs/v1beta2/connection/Connection.d.ts +1189 -1376
  43. package/dist/constructs/v1beta2/core/Core.d.ts +856 -768
  44. package/dist/constructs/v1beta2/credential/Credential.d.ts +437 -572
  45. package/dist/constructs/v1beta2/design/Design.d.ts +18631 -17846
  46. package/dist/constructs/v1beta2/event/Event.d.ts +575 -946
  47. package/dist/constructs/v1beta2/invitation/Invitation.d.ts +901 -1268
  48. package/dist/constructs/v1beta2/key/Key.d.ts +454 -599
  49. package/dist/constructs/v1beta2/keychain/Keychain.d.ts +585 -806
  50. package/dist/constructs/v1beta2/model/Model.d.ts +636 -610
  51. package/dist/constructs/v1beta2/organization/Organization.d.ts +2017 -2458
  52. package/dist/constructs/v1beta2/plan/Plan.d.ts +128 -169
  53. package/dist/constructs/v1beta2/relationship/Relationship.d.ts +2013 -1844
  54. package/dist/constructs/v1beta2/role/Role.d.ts +695 -940
  55. package/dist/constructs/v1beta2/schedule/Schedule.d.ts +356 -466
  56. package/dist/constructs/v1beta2/subscription/Subscription.d.ts +701 -866
  57. package/dist/constructs/v1beta2/team/Team.d.ts +852 -1118
  58. package/dist/constructs/v1beta2/token/Token.d.ts +479 -616
  59. package/dist/constructs/v1beta2/user/User.d.ts +1553 -1722
  60. package/dist/constructs/v1beta2/view/View.d.ts +669 -838
  61. package/dist/constructs/v1beta3/academy/Academy.d.ts +7246 -7864
  62. package/dist/constructs/v1beta3/academy/AcademySchema.js +1 -1
  63. package/dist/constructs/v1beta3/academy/AcademySchema.mjs +1 -1
  64. package/dist/constructs/v1beta3/component/Component.d.ts +857 -753
  65. package/dist/constructs/v1beta3/connection/Connection.d.ts +5559 -5053
  66. package/dist/constructs/v1beta3/connection/ConnectionSchema.js +6 -6
  67. package/dist/constructs/v1beta3/connection/ConnectionSchema.mjs +6 -6
  68. package/dist/constructs/v1beta3/design/Design.d.ts +5297 -5719
  69. package/dist/constructs/v1beta3/design/DesignSchema.js +2 -2
  70. package/dist/constructs/v1beta3/design/DesignSchema.mjs +2 -2
  71. package/dist/constructs/v1beta3/environment/Environment.d.ts +689 -858
  72. package/dist/constructs/v1beta3/event/Event.d.ts +666 -1041
  73. package/dist/constructs/v1beta3/event/EventSchema.js +1 -1
  74. package/dist/constructs/v1beta3/event/EventSchema.mjs +1 -1
  75. package/dist/constructs/v1beta3/filter/Filter.d.ts +1300 -1438
  76. package/dist/constructs/v1beta3/filter/FilterSchema.js +7 -7
  77. package/dist/constructs/v1beta3/filter/FilterSchema.mjs +7 -7
  78. package/dist/constructs/v1beta3/invitation/Invitation.d.ts +911 -1278
  79. package/dist/constructs/v1beta3/invitation/InvitationSchema.js +1 -1
  80. package/dist/constructs/v1beta3/invitation/InvitationSchema.mjs +1 -1
  81. package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +1114 -1412
  82. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.js +1 -1
  83. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.mjs +1 -1
  84. package/dist/constructs/v1beta3/plan/Plan.d.ts +156 -197
  85. package/dist/constructs/v1beta3/relationship/Relationship.d.ts +2013 -1844
  86. package/dist/constructs/v1beta3/subscription/Subscription.d.ts +804 -969
  87. package/dist/constructs/v1beta3/token/Token.d.ts +480 -617
  88. package/dist/constructs/v1beta3/token/TokenSchema.js +1 -1
  89. package/dist/constructs/v1beta3/token/TokenSchema.mjs +1 -1
  90. package/dist/constructs/v1beta3/workspace/Workspace.d.ts +4825 -5033
  91. package/dist/index.d.mts +5032 -5501
  92. package/dist/index.d.ts +5032 -5501
  93. package/dist/mesheryApi.d.mts +8 -8
  94. package/dist/mesheryApi.d.ts +8 -8
  95. package/dist/mesheryApi.js +1 -1
  96. package/dist/mesheryApi.mjs +1 -1
  97. package/dist/permissions.d.mts +25 -1
  98. package/dist/permissions.d.ts +25 -1
  99. package/dist/permissions.js +1 -1
  100. package/dist/permissions.mjs +1 -1
  101. package/package.json +1 -1
@@ -4,70 +4,144 @@
4
4
  */
5
5
 
6
6
  export interface paths {
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;
23
- };
7
+ "/api/entitlement/plans": {
8
+ get: operations["getPlans"];
9
+ };
24
10
  }
25
- export type webhooks = Record<string, never>;
11
+
26
12
  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: {
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
+ };
126
+ };
127
+ };
128
+ }
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": {
71
145
  /**
72
146
  * Format: uuid
73
147
  * @description Unique identifier for the plan.
@@ -97,144 +171,29 @@ export interface components {
97
171
  * @enum {string}
98
172
  */
99
173
  currency: "usd";
174
+ }[];
100
175
  };
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
- };
176
+ };
177
+ /** Invalid request body or request param */
178
+ 400: {
179
+ content: {
180
+ "text/plain": string;
149
181
  };
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;
182
+ };
183
+ /** Expired JWT token used or insufficient privilege */
184
+ 401: {
185
+ content: {
186
+ "text/plain": string;
169
187
  };
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
- };
188
+ };
189
+ /** Internal server error */
190
+ 500: {
191
+ content: {
192
+ "text/plain": string;
238
193
  };
194
+ };
239
195
  };
196
+ };
240
197
  }
198
+
199
+ export interface external {}