@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.
- package/dist/cloudApi.d.mts +1719 -1518
- package/dist/cloudApi.d.ts +1719 -1518
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1alpha1/capability/Capability.d.ts +111 -106
- package/dist/constructs/v1alpha1/core/Core.d.ts +734 -822
- package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +40 -45
- package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1716 -1829
- package/dist/constructs/v1beta1/academy/Academy.d.ts +6648 -6029
- package/dist/constructs/v1beta1/badge/Badge.d.ts +600 -439
- package/dist/constructs/v1beta1/capability/Capability.d.ts +111 -106
- package/dist/constructs/v1beta1/catalog/Catalog.d.ts +40 -45
- package/dist/constructs/v1beta1/category/Category.d.ts +26 -38
- package/dist/constructs/v1beta1/component/Component.d.ts +729 -833
- package/dist/constructs/v1beta1/connection/Connection.d.ts +1357 -1170
- package/dist/constructs/v1beta1/core/Core.d.ts +734 -822
- package/dist/constructs/v1beta1/credential/Credential.d.ts +593 -458
- package/dist/constructs/v1beta1/environment/Environment.d.ts +835 -666
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +5508 -6030
- package/dist/constructs/v1beta1/event/Event.d.ts +898 -527
- package/dist/constructs/v1beta1/feature/Feature.d.ts +287 -249
- package/dist/constructs/v1beta1/invitation/Invitation.d.ts +1244 -877
- package/dist/constructs/v1beta1/key/Key.d.ts +589 -444
- package/dist/constructs/v1beta1/keychain/Keychain.d.ts +796 -575
- package/dist/constructs/v1beta1/model/Model.d.ts +572 -598
- package/dist/constructs/v1beta1/organization/Organization.d.ts +1829 -1410
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +17093 -17910
- package/dist/constructs/v1beta1/plan/Plan.d.ts +159 -115
- package/dist/constructs/v1beta1/role/Role.d.ts +933 -688
- package/dist/constructs/v1beta1/schedule/Schedule.d.ts +425 -315
- package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +18 -61
- package/dist/constructs/v1beta1/subscription/Subscription.d.ts +839 -674
- package/dist/constructs/v1beta1/support/Support.d.ts +115 -74
- package/dist/constructs/v1beta1/system/System.d.ts +434 -0
- package/dist/constructs/v1beta1/system/System.js +1 -0
- package/dist/constructs/v1beta1/system/System.mjs +0 -0
- package/dist/constructs/v1beta1/system/SystemSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/system/SystemSchema.js +2 -0
- package/dist/constructs/v1beta1/system/SystemSchema.mjs +2 -0
- package/dist/constructs/v1beta1/team/Team.d.ts +1028 -762
- package/dist/constructs/v1beta1/token/Token.d.ts +612 -475
- package/dist/constructs/v1beta1/user/User.d.ts +1723 -1554
- package/dist/constructs/v1beta1/view/View.d.ts +833 -664
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4900 -4695
- package/dist/constructs/v1beta2/academy/Academy.d.ts +7840 -7222
- package/dist/constructs/v1beta2/badge/Badge.d.ts +610 -453
- package/dist/constructs/v1beta2/catalog/Catalog.d.ts +40 -45
- package/dist/constructs/v1beta2/component/Component.d.ts +747 -851
- package/dist/constructs/v1beta2/connection/Connection.d.ts +1376 -1189
- package/dist/constructs/v1beta2/core/Core.d.ts +768 -856
- package/dist/constructs/v1beta2/credential/Credential.d.ts +572 -437
- package/dist/constructs/v1beta2/design/Design.d.ts +17682 -18467
- package/dist/constructs/v1beta2/event/Event.d.ts +946 -575
- package/dist/constructs/v1beta2/invitation/Invitation.d.ts +1268 -901
- package/dist/constructs/v1beta2/key/Key.d.ts +599 -454
- package/dist/constructs/v1beta2/keychain/Keychain.d.ts +806 -585
- package/dist/constructs/v1beta2/model/Model.d.ts +610 -636
- package/dist/constructs/v1beta2/organization/Organization.d.ts +2135 -1724
- package/dist/constructs/v1beta2/plan/Plan.d.ts +169 -128
- package/dist/constructs/v1beta2/relationship/Relationship.d.ts +1842 -2011
- package/dist/constructs/v1beta2/role/Role.d.ts +940 -695
- package/dist/constructs/v1beta2/schedule/Schedule.d.ts +466 -356
- package/dist/constructs/v1beta2/subscription/Subscription.d.ts +866 -701
- package/dist/constructs/v1beta2/team/Team.d.ts +1118 -852
- package/dist/constructs/v1beta2/token/Token.d.ts +616 -479
- package/dist/constructs/v1beta2/user/User.d.ts +1723 -1554
- package/dist/constructs/v1beta2/view/View.d.ts +838 -669
- package/dist/constructs/v1beta3/academy/Academy.d.ts +7836 -7218
- package/dist/constructs/v1beta3/component/Component.d.ts +753 -857
- package/dist/constructs/v1beta3/connection/Connection.d.ts +1447 -1260
- package/dist/constructs/v1beta3/design/Design.d.ts +5727 -5305
- package/dist/constructs/v1beta3/environment/Environment.d.ts +858 -689
- package/dist/constructs/v1beta3/event/Event.d.ts +1041 -666
- package/dist/constructs/v1beta3/filter/Filter.d.ts +1437 -1299
- package/dist/constructs/v1beta3/invitation/Invitation.d.ts +1277 -910
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +850 -690
- package/dist/constructs/v1beta3/plan/Plan.d.ts +197 -156
- package/dist/constructs/v1beta3/relationship/Relationship.d.ts +1842 -2011
- package/dist/constructs/v1beta3/subscription/Subscription.d.ts +969 -804
- package/dist/constructs/v1beta3/token/Token.d.ts +616 -479
- package/dist/constructs/v1beta3/workspace/Workspace.d.ts +5030 -4822
- package/dist/index.d.mts +5480 -5022
- package/dist/index.d.ts +5480 -5022
- package/dist/mesheryApi.d.mts +1314 -522
- package/dist/mesheryApi.d.ts +1314 -522
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -2
|
@@ -4,103 +4,55 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export interface paths {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
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
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
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
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
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
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
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 {}
|