@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,55 +4,103 @@
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
- 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: {
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
+ };
93
+ };
94
+ };
95
+ }
96
+
97
+ export interface operations {
98
+ getPlans: {
99
+ responses: {
100
+ /** Plans response */
101
+ 200: {
102
+ content: {
103
+ "application/json": {
56
104
  /**
57
105
  * Format: uuid
58
106
  * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
@@ -73,121 +121,29 @@ export interface components {
73
121
  price_per_unit: number;
74
122
  /** @enum {string} */
75
123
  currency: "usd";
124
+ }[];
76
125
  };
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
- };
126
+ };
127
+ /** Invalid request body or request param */
128
+ 400: {
129
+ content: {
130
+ "text/plain": string;
107
131
  };
108
- /** @description Internal server error */
109
- 500: {
110
- headers: {
111
- [name: string]: unknown;
112
- };
113
- content: {
114
- "text/plain": string;
115
- };
132
+ };
133
+ /** Expired JWT token used or insufficient privilege */
134
+ 401: {
135
+ content: {
136
+ "text/plain": string;
116
137
  };
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
- };
138
+ };
139
+ /** Internal server error */
140
+ 500: {
141
+ content: {
142
+ "text/plain": string;
191
143
  };
144
+ };
192
145
  };
146
+ };
193
147
  }
148
+
149
+ export interface external {}