@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,60 +4,116 @@
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
- /** @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: {
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
+ };
98
+ };
99
+ };
100
+ }
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": {
61
117
  /**
62
118
  * Format: uuid
63
119
  * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
@@ -78,126 +134,29 @@ export interface components {
78
134
  price_per_unit: number;
79
135
  /** @enum {string} */
80
136
  currency: "usd";
137
+ }[];
81
138
  };
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
- };
139
+ };
140
+ /** Invalid request body or request param */
141
+ 400: {
142
+ content: {
143
+ "text/plain": string;
103
144
  };
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
- };
145
+ };
146
+ /** Expired JWT token used or insufficient privilege */
147
+ 401: {
148
+ content: {
149
+ "text/plain": string;
112
150
  };
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
- };
151
+ };
152
+ /** Internal server error */
153
+ 500: {
154
+ content: {
155
+ "text/plain": string;
201
156
  };
157
+ };
202
158
  };
159
+ };
203
160
  }
161
+
162
+ export interface external {}