@meshery/schemas 1.2.21 → 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.
- package/dist/cloudApi.d.mts +1728 -1527
- package/dist/cloudApi.d.ts +1728 -1527
- 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 +6537 -5918
- package/dist/constructs/v1beta1/academy/AcademySchema.js +1 -1
- package/dist/constructs/v1beta1/academy/AcademySchema.mjs +1 -1
- 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/role/RoleSchema.js +1 -1
- package/dist/constructs/v1beta1/role/RoleSchema.mjs +1 -1
- 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/user/UserSchema.js +1 -1
- package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -1
- 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/academy/AcademySchema.js +1 -1
- package/dist/constructs/v1beta2/academy/AcademySchema.mjs +1 -1
- 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/role/RoleSchema.js +1 -1
- package/dist/constructs/v1beta2/role/RoleSchema.mjs +1 -1
- 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/user/UserSchema.js +1 -1
- package/dist/constructs/v1beta2/user/UserSchema.mjs +1 -1
- package/dist/constructs/v1beta2/view/View.d.ts +838 -669
- package/dist/constructs/v1beta3/academy/Academy.d.ts +7844 -7226
- package/dist/constructs/v1beta3/academy/AcademySchema.js +1 -1
- package/dist/constructs/v1beta3/academy/AcademySchema.mjs +1 -1
- 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 +5729 -5307
- package/dist/constructs/v1beta3/design/DesignSchema.js +8 -8
- package/dist/constructs/v1beta3/design/DesignSchema.mjs +8 -8
- 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 +5520 -5062
- package/dist/index.d.ts +5520 -5062
- package/dist/mesheryApi.d.mts +1318 -526
- package/dist/mesheryApi.d.ts +1318 -526
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/dist/permissions.d.mts +1 -1
- package/dist/permissions.d.ts +1 -1
- package/package.json +1 -2
|
@@ -4,144 +4,70 @@
|
|
|
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
|
-
plans: {
|
|
24
|
-
/**
|
|
25
|
-
* Format: uuid
|
|
26
|
-
* @description Unique identifier for the plan.
|
|
27
|
-
*/
|
|
28
|
-
id: string;
|
|
29
|
-
/**
|
|
30
|
-
* @description Display name of the plan.
|
|
31
|
-
* @enum {string}
|
|
32
|
-
*/
|
|
33
|
-
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
34
|
-
/**
|
|
35
|
-
* @description Billing cadence for the plan (monthly, annually, or none).
|
|
36
|
-
* @enum {string}
|
|
37
|
-
*/
|
|
38
|
-
cadence: "none" | "monthly" | "annually";
|
|
39
|
-
/**
|
|
40
|
-
* @description Unit of consumption this plan charges against (e.g. user).
|
|
41
|
-
* @enum {string}
|
|
42
|
-
*/
|
|
43
|
-
unit: "user" | "free";
|
|
44
|
-
/** @description Minimum number of units required for the plan. */
|
|
45
|
-
minimumUnits: number;
|
|
46
|
-
/** @description Price per unit of the plan. */
|
|
47
|
-
pricePerUnit: number;
|
|
48
|
-
/**
|
|
49
|
-
* @description Currency in which the plan is priced.
|
|
50
|
-
* @enum {string}
|
|
51
|
-
*/
|
|
52
|
-
currency: "usd";
|
|
53
|
-
}[];
|
|
54
|
-
};
|
|
55
|
-
/** @description Plan entity schema. */
|
|
56
|
-
Plan: {
|
|
57
|
-
/**
|
|
58
|
-
* Format: uuid
|
|
59
|
-
* @description Unique identifier for the plan.
|
|
60
|
-
*/
|
|
61
|
-
id: string;
|
|
62
|
-
/**
|
|
63
|
-
* @description Display name of the plan.
|
|
64
|
-
* @enum {string}
|
|
65
|
-
*/
|
|
66
|
-
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
67
|
-
/**
|
|
68
|
-
* @description Billing cadence for the plan (monthly, annually, or none).
|
|
69
|
-
* @enum {string}
|
|
70
|
-
*/
|
|
71
|
-
cadence: "none" | "monthly" | "annually";
|
|
72
|
-
/**
|
|
73
|
-
* @description Unit of consumption this plan charges against (e.g. user).
|
|
74
|
-
* @enum {string}
|
|
75
|
-
*/
|
|
76
|
-
unit: "user" | "free";
|
|
77
|
-
/** @description Minimum number of units required for the plan. */
|
|
78
|
-
minimumUnits: number;
|
|
79
|
-
/** @description Price per unit of the plan. */
|
|
80
|
-
pricePerUnit: number;
|
|
81
|
-
/**
|
|
82
|
-
* @description Currency in which the plan is priced.
|
|
83
|
-
* @enum {string}
|
|
84
|
-
*/
|
|
85
|
-
currency: "usd";
|
|
86
|
-
};
|
|
87
|
-
/**
|
|
88
|
-
* @description Display name of the subscription plan.
|
|
89
|
-
* @enum {string}
|
|
90
|
-
*/
|
|
91
|
-
PlanName: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
92
|
-
/**
|
|
93
|
-
* @description Billing cadence of the subscription plan.
|
|
94
|
-
* @enum {string}
|
|
95
|
-
*/
|
|
96
|
-
PlanCadence: "none" | "monthly" | "annually";
|
|
97
|
-
/**
|
|
98
|
-
* @description Unit of consumption the plan charges against.
|
|
99
|
-
* @enum {string}
|
|
100
|
-
*/
|
|
101
|
-
PlanUnit: "user" | "free";
|
|
102
|
-
/**
|
|
103
|
-
* @description Currency code for the plan pricing.
|
|
104
|
-
* @enum {string}
|
|
105
|
-
*/
|
|
106
|
-
Currency: "usd";
|
|
107
|
-
};
|
|
108
|
-
responses: {
|
|
109
|
-
/** Invalid request body or request param */
|
|
110
|
-
400: {
|
|
111
|
-
content: {
|
|
112
|
-
"text/plain": string;
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
/** Expired JWT token used or insufficient privilege */
|
|
116
|
-
401: {
|
|
117
|
-
content: {
|
|
118
|
-
"text/plain": string;
|
|
119
|
-
};
|
|
120
|
-
};
|
|
121
|
-
/** Internal server error */
|
|
122
|
-
500: {
|
|
123
|
-
content: {
|
|
124
|
-
"text/plain": string;
|
|
125
|
-
};
|
|
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;
|
|
126
23
|
};
|
|
127
|
-
};
|
|
128
24
|
}
|
|
129
|
-
|
|
130
|
-
export interface
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
25
|
+
export type webhooks = Record<string, never>;
|
|
26
|
+
export interface components {
|
|
27
|
+
schemas: {
|
|
28
|
+
/** @description Paginated list of plans supported by the system. */
|
|
29
|
+
PlanPage: {
|
|
30
|
+
/** @description Current page number of the result set. */
|
|
31
|
+
page: number;
|
|
32
|
+
/** @description Number of items per page. */
|
|
33
|
+
pageSize: number;
|
|
34
|
+
/** @description Total number of items available. */
|
|
35
|
+
totalCount: number;
|
|
36
|
+
/** @description Plans returned on the current page. */
|
|
37
|
+
plans: {
|
|
38
|
+
/**
|
|
39
|
+
* Format: uuid
|
|
40
|
+
* @description Unique identifier for the plan.
|
|
41
|
+
*/
|
|
42
|
+
id: string;
|
|
43
|
+
/**
|
|
44
|
+
* @description Display name of the plan.
|
|
45
|
+
* @enum {string}
|
|
46
|
+
*/
|
|
47
|
+
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
48
|
+
/**
|
|
49
|
+
* @description Billing cadence for the plan (monthly, annually, or none).
|
|
50
|
+
* @enum {string}
|
|
51
|
+
*/
|
|
52
|
+
cadence: "none" | "monthly" | "annually";
|
|
53
|
+
/**
|
|
54
|
+
* @description Unit of consumption this plan charges against (e.g. user).
|
|
55
|
+
* @enum {string}
|
|
56
|
+
*/
|
|
57
|
+
unit: "user" | "free";
|
|
58
|
+
/** @description Minimum number of units required for the plan. */
|
|
59
|
+
minimumUnits: number;
|
|
60
|
+
/** @description Price per unit of the plan. */
|
|
61
|
+
pricePerUnit: number;
|
|
62
|
+
/**
|
|
63
|
+
* @description Currency in which the plan is priced.
|
|
64
|
+
* @enum {string}
|
|
65
|
+
*/
|
|
66
|
+
currency: "usd";
|
|
67
|
+
}[];
|
|
68
|
+
};
|
|
69
|
+
/** @description Plan entity schema. */
|
|
70
|
+
Plan: {
|
|
145
71
|
/**
|
|
146
72
|
* Format: uuid
|
|
147
73
|
* @description Unique identifier for the plan.
|
|
@@ -171,29 +97,144 @@ export interface operations {
|
|
|
171
97
|
* @enum {string}
|
|
172
98
|
*/
|
|
173
99
|
currency: "usd";
|
|
174
|
-
}[];
|
|
175
100
|
};
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
101
|
+
/**
|
|
102
|
+
* @description Display name of the subscription plan.
|
|
103
|
+
* @enum {string}
|
|
104
|
+
*/
|
|
105
|
+
PlanName: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
106
|
+
/**
|
|
107
|
+
* @description Billing cadence of the subscription plan.
|
|
108
|
+
* @enum {string}
|
|
109
|
+
*/
|
|
110
|
+
PlanCadence: "none" | "monthly" | "annually";
|
|
111
|
+
/**
|
|
112
|
+
* @description Unit of consumption the plan charges against.
|
|
113
|
+
* @enum {string}
|
|
114
|
+
*/
|
|
115
|
+
PlanUnit: "user" | "free";
|
|
116
|
+
/**
|
|
117
|
+
* @description Currency code for the plan pricing.
|
|
118
|
+
* @enum {string}
|
|
119
|
+
*/
|
|
120
|
+
Currency: "usd";
|
|
121
|
+
};
|
|
122
|
+
responses: {
|
|
123
|
+
/** @description Invalid request body or request param */
|
|
124
|
+
400: {
|
|
125
|
+
headers: {
|
|
126
|
+
[name: string]: unknown;
|
|
127
|
+
};
|
|
128
|
+
content: {
|
|
129
|
+
"text/plain": string;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
133
|
+
401: {
|
|
134
|
+
headers: {
|
|
135
|
+
[name: string]: unknown;
|
|
136
|
+
};
|
|
137
|
+
content: {
|
|
138
|
+
"text/plain": string;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
/** @description Internal server error */
|
|
142
|
+
500: {
|
|
143
|
+
headers: {
|
|
144
|
+
[name: string]: unknown;
|
|
145
|
+
};
|
|
146
|
+
content: {
|
|
147
|
+
"text/plain": string;
|
|
148
|
+
};
|
|
181
149
|
};
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
150
|
+
};
|
|
151
|
+
parameters: never;
|
|
152
|
+
requestBodies: never;
|
|
153
|
+
headers: never;
|
|
154
|
+
pathItems: never;
|
|
155
|
+
}
|
|
156
|
+
export type $defs = Record<string, never>;
|
|
157
|
+
export interface operations {
|
|
158
|
+
getPlans: {
|
|
159
|
+
parameters: {
|
|
160
|
+
query?: {
|
|
161
|
+
/** @description Get responses by page */
|
|
162
|
+
page?: string;
|
|
163
|
+
/** @description Get responses by pagesize */
|
|
164
|
+
pagesize?: string;
|
|
165
|
+
};
|
|
166
|
+
header?: never;
|
|
167
|
+
path?: never;
|
|
168
|
+
cookie?: never;
|
|
187
169
|
};
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
170
|
+
requestBody?: never;
|
|
171
|
+
responses: {
|
|
172
|
+
/** @description Plans response */
|
|
173
|
+
200: {
|
|
174
|
+
headers: {
|
|
175
|
+
[name: string]: unknown;
|
|
176
|
+
};
|
|
177
|
+
content: {
|
|
178
|
+
"application/json": {
|
|
179
|
+
/**
|
|
180
|
+
* Format: uuid
|
|
181
|
+
* @description Unique identifier for the plan.
|
|
182
|
+
*/
|
|
183
|
+
id: string;
|
|
184
|
+
/**
|
|
185
|
+
* @description Display name of the plan.
|
|
186
|
+
* @enum {string}
|
|
187
|
+
*/
|
|
188
|
+
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
189
|
+
/**
|
|
190
|
+
* @description Billing cadence for the plan (monthly, annually, or none).
|
|
191
|
+
* @enum {string}
|
|
192
|
+
*/
|
|
193
|
+
cadence: "none" | "monthly" | "annually";
|
|
194
|
+
/**
|
|
195
|
+
* @description Unit of consumption this plan charges against (e.g. user).
|
|
196
|
+
* @enum {string}
|
|
197
|
+
*/
|
|
198
|
+
unit: "user" | "free";
|
|
199
|
+
/** @description Minimum number of units required for the plan. */
|
|
200
|
+
minimumUnits: number;
|
|
201
|
+
/** @description Price per unit of the plan. */
|
|
202
|
+
pricePerUnit: number;
|
|
203
|
+
/**
|
|
204
|
+
* @description Currency in which the plan is priced.
|
|
205
|
+
* @enum {string}
|
|
206
|
+
*/
|
|
207
|
+
currency: "usd";
|
|
208
|
+
}[];
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
/** @description Invalid request body or request param */
|
|
212
|
+
400: {
|
|
213
|
+
headers: {
|
|
214
|
+
[name: string]: unknown;
|
|
215
|
+
};
|
|
216
|
+
content: {
|
|
217
|
+
"text/plain": string;
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
221
|
+
401: {
|
|
222
|
+
headers: {
|
|
223
|
+
[name: string]: unknown;
|
|
224
|
+
};
|
|
225
|
+
content: {
|
|
226
|
+
"text/plain": string;
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
/** @description Internal server error */
|
|
230
|
+
500: {
|
|
231
|
+
headers: {
|
|
232
|
+
[name: string]: unknown;
|
|
233
|
+
};
|
|
234
|
+
content: {
|
|
235
|
+
"text/plain": string;
|
|
236
|
+
};
|
|
237
|
+
};
|
|
193
238
|
};
|
|
194
|
-
};
|
|
195
239
|
};
|
|
196
|
-
};
|
|
197
240
|
}
|
|
198
|
-
|
|
199
|
-
export interface external {}
|