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