@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,116 +4,60 @@
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
- PlanPage: {
15
- /** @description Current page number of the result set. */
16
- page: number;
17
- /** @description Number of items per page. */
18
- page_size: number;
19
- /** @description Total number of items available. */
20
- total_count: number;
21
- /** @description The plans of the planpage. */
22
- plans: {
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
- id: string;
28
- /**
29
- * @description Name of the plan
30
- * @enum {string}
31
- */
32
- name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
33
- /** @enum {string} */
34
- cadence: "none" | "monthly" | "annually";
35
- /** @enum {string} */
36
- unit: "user" | "free";
37
- /** @description Minimum number of units required for the plan */
38
- minimum_units: number;
39
- /** @description Price per unit of the plan */
40
- price_per_unit: number;
41
- /** @enum {string} */
42
- currency: "usd";
43
- }[];
44
- };
45
- /** @description Plan entity schema. */
46
- Plan: {
47
- /**
48
- * Format: uuid
49
- * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
50
- */
51
- id: string;
52
- /**
53
- * @description Name of the plan
54
- * @enum {string}
55
- */
56
- name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
57
- /** @enum {string} */
58
- cadence: "none" | "monthly" | "annually";
59
- /** @enum {string} */
60
- unit: "user" | "free";
61
- /** @description Minimum number of units required for the plan */
62
- minimum_units: number;
63
- /** @description Price per unit of the plan */
64
- price_per_unit: number;
65
- /** @enum {string} */
66
- currency: "usd";
67
- };
68
- /**
69
- * @description Name of the plan
70
- * @enum {string}
71
- */
72
- PlanName: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
73
- /** @enum {string} */
74
- PlanCadence: "none" | "monthly" | "annually";
75
- /** @enum {string} */
76
- PlanUnit: "user" | "free";
77
- /** @enum {string} */
78
- Currency: "usd";
79
- };
80
- responses: {
81
- /** Invalid request body or request param */
82
- 400: {
83
- content: {
84
- "text/plain": string;
85
- };
86
- };
87
- /** Expired JWT token used or insufficient privilege */
88
- 401: {
89
- content: {
90
- "text/plain": string;
91
- };
92
- };
93
- /** Internal server error */
94
- 500: {
95
- content: {
96
- "text/plain": string;
97
- };
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;
98
23
  };
99
- };
100
24
  }
101
-
102
- export interface operations {
103
- getPlans: {
104
- parameters: {
105
- query: {
106
- /** Get responses by page */
107
- page?: string;
108
- /** Get responses by pagesize */
109
- pagesize?: string;
110
- };
111
- };
112
- responses: {
113
- /** Plans response */
114
- 200: {
115
- content: {
116
- "application/json": {
25
+ export type webhooks = Record<string, never>;
26
+ export interface components {
27
+ schemas: {
28
+ PlanPage: {
29
+ /** @description Current page number of the result set. */
30
+ page: number;
31
+ /** @description Number of items per page. */
32
+ page_size: number;
33
+ /** @description Total number of items available. */
34
+ total_count: number;
35
+ /** @description The plans of the planpage. */
36
+ plans: {
37
+ /**
38
+ * Format: uuid
39
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
40
+ */
41
+ id: string;
42
+ /**
43
+ * @description Name of the plan
44
+ * @enum {string}
45
+ */
46
+ name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
47
+ /** @enum {string} */
48
+ cadence: "none" | "monthly" | "annually";
49
+ /** @enum {string} */
50
+ unit: "user" | "free";
51
+ /** @description Minimum number of units required for the plan */
52
+ minimum_units: number;
53
+ /** @description Price per unit of the plan */
54
+ price_per_unit: number;
55
+ /** @enum {string} */
56
+ currency: "usd";
57
+ }[];
58
+ };
59
+ /** @description Plan entity schema. */
60
+ Plan: {
117
61
  /**
118
62
  * Format: uuid
119
63
  * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
@@ -134,29 +78,126 @@ export interface operations {
134
78
  price_per_unit: number;
135
79
  /** @enum {string} */
136
80
  currency: "usd";
137
- }[];
138
81
  };
139
- };
140
- /** Invalid request body or request param */
141
- 400: {
142
- content: {
143
- "text/plain": string;
82
+ /**
83
+ * @description Name of the plan
84
+ * @enum {string}
85
+ */
86
+ PlanName: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
87
+ /** @enum {string} */
88
+ PlanCadence: "none" | "monthly" | "annually";
89
+ /** @enum {string} */
90
+ PlanUnit: "user" | "free";
91
+ /** @enum {string} */
92
+ Currency: "usd";
93
+ };
94
+ responses: {
95
+ /** @description Invalid request body or request param */
96
+ 400: {
97
+ headers: {
98
+ [name: string]: unknown;
99
+ };
100
+ content: {
101
+ "text/plain": string;
102
+ };
144
103
  };
145
- };
146
- /** Expired JWT token used or insufficient privilege */
147
- 401: {
148
- content: {
149
- "text/plain": string;
104
+ /** @description Expired JWT token used or insufficient privilege */
105
+ 401: {
106
+ headers: {
107
+ [name: string]: unknown;
108
+ };
109
+ content: {
110
+ "text/plain": string;
111
+ };
150
112
  };
151
- };
152
- /** Internal server error */
153
- 500: {
154
- content: {
155
- "text/plain": string;
113
+ /** @description Internal server error */
114
+ 500: {
115
+ headers: {
116
+ [name: string]: unknown;
117
+ };
118
+ content: {
119
+ "text/plain": string;
120
+ };
121
+ };
122
+ };
123
+ parameters: never;
124
+ requestBodies: never;
125
+ headers: never;
126
+ pathItems: never;
127
+ }
128
+ export type $defs = Record<string, never>;
129
+ export interface operations {
130
+ getPlans: {
131
+ parameters: {
132
+ query?: {
133
+ /** @description Get responses by page */
134
+ page?: string;
135
+ /** @description Get responses by pagesize */
136
+ pagesize?: string;
137
+ };
138
+ header?: never;
139
+ path?: never;
140
+ cookie?: never;
141
+ };
142
+ requestBody?: never;
143
+ responses: {
144
+ /** @description Plans response */
145
+ 200: {
146
+ headers: {
147
+ [name: string]: unknown;
148
+ };
149
+ content: {
150
+ "application/json": {
151
+ /**
152
+ * Format: uuid
153
+ * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
154
+ */
155
+ id: string;
156
+ /**
157
+ * @description Name of the plan
158
+ * @enum {string}
159
+ */
160
+ name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
161
+ /** @enum {string} */
162
+ cadence: "none" | "monthly" | "annually";
163
+ /** @enum {string} */
164
+ unit: "user" | "free";
165
+ /** @description Minimum number of units required for the plan */
166
+ minimum_units: number;
167
+ /** @description Price per unit of the plan */
168
+ price_per_unit: number;
169
+ /** @enum {string} */
170
+ currency: "usd";
171
+ }[];
172
+ };
173
+ };
174
+ /** @description Invalid request body or request param */
175
+ 400: {
176
+ headers: {
177
+ [name: string]: unknown;
178
+ };
179
+ content: {
180
+ "text/plain": string;
181
+ };
182
+ };
183
+ /** @description Expired JWT token used or insufficient privilege */
184
+ 401: {
185
+ headers: {
186
+ [name: string]: unknown;
187
+ };
188
+ content: {
189
+ "text/plain": string;
190
+ };
191
+ };
192
+ /** @description Internal server error */
193
+ 500: {
194
+ headers: {
195
+ [name: string]: unknown;
196
+ };
197
+ content: {
198
+ "text/plain": string;
199
+ };
200
+ };
156
201
  };
157
- };
158
202
  };
159
- };
160
203
  }
161
-
162
- export interface external {}