@meshery/schemas 1.2.14 → 1.2.16
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 +1516 -1516
- package/dist/cloudApi.d.ts +1516 -1516
- package/dist/constructs/v1alpha1/capability/Capability.d.ts +114 -0
- package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.ts +2 -0
- package/dist/constructs/v1alpha1/core/Core.d.ts +832 -0
- package/dist/constructs/v1alpha1/core/CoreSchema.d.ts +2 -0
- package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +53 -0
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.ts +2 -0
- package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1937 -0
- package/dist/constructs/v1alpha3/relationship/RelationshipSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/academy/Academy.d.ts +6417 -0
- package/dist/constructs/v1beta1/academy/AcademySchema.d.ts +2 -0
- package/dist/constructs/v1beta1/badge/Badge.d.ts +546 -0
- package/dist/constructs/v1beta1/badge/BadgeSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/capability/Capability.d.ts +114 -0
- package/dist/constructs/v1beta1/capability/CapabilitySchema.d.ts +2 -0
- package/dist/constructs/v1beta1/catalog/Catalog.d.ts +53 -0
- package/dist/constructs/v1beta1/catalog/CatalogSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/category/Category.d.ts +46 -0
- package/dist/constructs/v1beta1/category/CategorySchema.d.ts +2 -0
- package/dist/constructs/v1beta1/component/Component.d.ts +869 -0
- package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/connection/Connection.d.ts +1300 -0
- package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/core/Core.d.ts +832 -0
- package/dist/constructs/v1beta1/core/CoreSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/credential/Credential.d.ts +530 -0
- package/dist/constructs/v1beta1/credential/CredentialSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/environment/Environment.d.ts +759 -0
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +6338 -0
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/event/Event.d.ts +570 -0
- package/dist/constructs/v1beta1/event/EventSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/feature/Feature.d.ts +308 -0
- package/dist/constructs/v1beta1/feature/FeatureSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/invitation/Invitation.d.ts +983 -0
- package/dist/constructs/v1beta1/invitation/InvitationSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/key/Key.d.ts +514 -0
- package/dist/constructs/v1beta1/key/KeySchema.d.ts +2 -0
- package/dist/constructs/v1beta1/keychain/Keychain.d.ts +642 -0
- package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/model/Model.d.ts +659 -0
- package/dist/constructs/v1beta1/model/ModelSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/organization/Organization.d.ts +1598 -0
- package/dist/constructs/v1beta1/organization/OrganizationSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +18407 -0
- package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/plan/Plan.d.ts +149 -0
- package/dist/constructs/v1beta1/plan/PlanSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/relationship/Relationship.d.ts +1921 -0
- package/dist/constructs/v1beta1/relationship/RelationshipSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/role/Role.d.ts +745 -0
- package/dist/constructs/v1beta1/role/RoleSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/schedule/Schedule.d.ts +374 -0
- package/dist/constructs/v1beta1/schedule/ScheduleSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +68 -0
- package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.ts +2 -0
- package/dist/constructs/v1beta1/subscription/Subscription.d.ts +752 -0
- package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/support/Support.d.ts +91 -0
- package/dist/constructs/v1beta1/support/SupportSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/team/Team.d.ts +846 -0
- package/dist/constructs/v1beta1/team/TeamSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/token/Token.d.ts +539 -0
- package/dist/constructs/v1beta1/token/TokenSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/user/User.d.ts +1677 -0
- package/dist/constructs/v1beta1/user/UserSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/view/View.d.ts +759 -0
- package/dist/constructs/v1beta1/view/ViewSchema.d.ts +2 -0
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4947 -0
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/academy/Academy.d.ts +7762 -0
- package/dist/constructs/v1beta2/academy/AcademySchema.d.ts +2 -0
- package/dist/constructs/v1beta2/badge/Badge.d.ts +563 -0
- package/dist/constructs/v1beta2/badge/BadgeSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/catalog/Catalog.d.ts +53 -0
- package/dist/constructs/v1beta2/catalog/CatalogSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/component/Component.d.ts +887 -0
- package/dist/constructs/v1beta2/component/ComponentSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/connection/Connection.d.ts +1330 -0
- package/dist/constructs/v1beta2/connection/ConnectionSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/core/Core.d.ts +866 -0
- package/dist/constructs/v1beta2/core/CoreSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/credential/Credential.d.ts +519 -0
- package/dist/constructs/v1beta2/credential/CredentialSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/design/Design.d.ts +19039 -0
- package/dist/constructs/v1beta2/design/DesignSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/event/Event.d.ts +626 -0
- package/dist/constructs/v1beta2/event/EventSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/invitation/Invitation.d.ts +1052 -0
- package/dist/constructs/v1beta2/invitation/InvitationSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/key/Key.d.ts +524 -0
- package/dist/constructs/v1beta2/key/KeySchema.d.ts +2 -0
- package/dist/constructs/v1beta2/keychain/Keychain.d.ts +652 -0
- package/dist/constructs/v1beta2/keychain/KeychainSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/model/Model.d.ts +697 -0
- package/dist/constructs/v1beta2/model/ModelSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/organization/Organization.d.ts +1915 -0
- package/dist/constructs/v1beta2/organization/OrganizationSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/plan/Plan.d.ts +162 -0
- package/dist/constructs/v1beta2/plan/PlanSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/relationship/Relationship.d.ts +2134 -0
- package/dist/constructs/v1beta2/relationship/RelationshipSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/role/Role.d.ts +752 -0
- package/dist/constructs/v1beta2/role/RoleSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/schedule/Schedule.d.ts +431 -0
- package/dist/constructs/v1beta2/schedule/ScheduleSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/subscription/Subscription.d.ts +785 -0
- package/dist/constructs/v1beta2/subscription/SubscriptionSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/team/Team.d.ts +960 -0
- package/dist/constructs/v1beta2/team/TeamSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/token/Token.d.ts +544 -0
- package/dist/constructs/v1beta2/token/TokenSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/user/User.d.ts +1677 -0
- package/dist/constructs/v1beta2/user/UserSchema.d.ts +2 -0
- package/dist/constructs/v1beta2/view/View.d.ts +767 -0
- package/dist/constructs/v1beta2/view/ViewSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/academy/Academy.d.ts +7762 -0
- package/dist/constructs/v1beta3/academy/AcademySchema.d.ts +2 -0
- package/dist/constructs/v1beta3/component/Component.d.ts +892 -0
- package/dist/constructs/v1beta3/component/ComponentSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/connection/Connection.d.ts +1414 -0
- package/dist/constructs/v1beta3/connection/ConnectionSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/design/Design.d.ts +5704 -0
- package/dist/constructs/v1beta3/design/DesignSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/environment/Environment.d.ts +785 -0
- package/dist/constructs/v1beta3/environment/EnvironmentSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/event/Event.d.ts +720 -0
- package/dist/constructs/v1beta3/event/EventSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/filter/Filter.d.ts +1452 -0
- package/dist/constructs/v1beta3/filter/FilterSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/invitation/Invitation.d.ts +1060 -0
- package/dist/constructs/v1beta3/invitation/InvitationSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +813 -0
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/plan/Plan.d.ts +199 -0
- package/dist/constructs/v1beta3/plan/PlanSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/relationship/Relationship.d.ts +2134 -0
- package/dist/constructs/v1beta3/relationship/RelationshipSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/subscription/Subscription.d.ts +915 -0
- package/dist/constructs/v1beta3/subscription/SubscriptionSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/token/Token.d.ts +544 -0
- package/dist/constructs/v1beta3/token/TokenSchema.d.ts +2 -0
- package/dist/constructs/v1beta3/workspace/Workspace.d.ts +5086 -0
- package/dist/constructs/v1beta3/workspace/WorkspaceSchema.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/mesheryApi.d.mts +546 -546
- package/dist/mesheryApi.d.ts +546 -546
- package/package.json +2 -2
|
@@ -0,0 +1,308 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export interface paths {
|
|
7
|
+
"/api/entitlement/features": {
|
|
8
|
+
get: operations["getFeatures"];
|
|
9
|
+
};
|
|
10
|
+
"/api/entitlement/subscriptions/organizations/{organizationId}/features": {
|
|
11
|
+
get: operations["getFeaturesByOrganization"];
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface components {
|
|
16
|
+
schemas: {
|
|
17
|
+
FeaturesPage: {
|
|
18
|
+
/**
|
|
19
|
+
* Format: uuid
|
|
20
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
21
|
+
*/
|
|
22
|
+
id: string;
|
|
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
|
+
plan_id: string;
|
|
28
|
+
plan?: {
|
|
29
|
+
/**
|
|
30
|
+
* Format: uuid
|
|
31
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
32
|
+
*/
|
|
33
|
+
id: string;
|
|
34
|
+
/**
|
|
35
|
+
* @description Name of the plan
|
|
36
|
+
* @enum {string}
|
|
37
|
+
*/
|
|
38
|
+
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
39
|
+
/** @enum {string} */
|
|
40
|
+
cadence: "monthly" | "yearly";
|
|
41
|
+
/** @enum {string} */
|
|
42
|
+
unit: "user" | "free";
|
|
43
|
+
/** @description Minimum number of units required for the plan */
|
|
44
|
+
minimum_units: number;
|
|
45
|
+
/** @description Price per unit of the plan */
|
|
46
|
+
price_per_unit: number;
|
|
47
|
+
/** @enum {string} */
|
|
48
|
+
currency: "usd";
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* @description Enumeration of possible feature types
|
|
52
|
+
* @enum {string}
|
|
53
|
+
*/
|
|
54
|
+
name:
|
|
55
|
+
| "ComponentsInDesign"
|
|
56
|
+
| "RelationshipsInDesign"
|
|
57
|
+
| "DesignsInWorkspace"
|
|
58
|
+
| "WorkspacesInOrganization"
|
|
59
|
+
| "ImageSizeInDesign"
|
|
60
|
+
| "SizePerDesign";
|
|
61
|
+
/** @description Quantity of the feature allowed, use 9999999999 for unlimited */
|
|
62
|
+
quantity: number;
|
|
63
|
+
/** Format: date-time */
|
|
64
|
+
created_at?: string;
|
|
65
|
+
/** Format: date-time */
|
|
66
|
+
updated_at?: string;
|
|
67
|
+
}[];
|
|
68
|
+
/**
|
|
69
|
+
* @description Enumeration of possible feature types
|
|
70
|
+
* @enum {string}
|
|
71
|
+
*/
|
|
72
|
+
FeatureName:
|
|
73
|
+
| "ComponentsInDesign"
|
|
74
|
+
| "RelationshipsInDesign"
|
|
75
|
+
| "DesignsInWorkspace"
|
|
76
|
+
| "WorkspacesInOrganization"
|
|
77
|
+
| "ImageSizeInDesign"
|
|
78
|
+
| "SizePerDesign";
|
|
79
|
+
Feature: {
|
|
80
|
+
/**
|
|
81
|
+
* Format: uuid
|
|
82
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
83
|
+
*/
|
|
84
|
+
id: string;
|
|
85
|
+
/**
|
|
86
|
+
* Format: uuid
|
|
87
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
88
|
+
*/
|
|
89
|
+
plan_id: string;
|
|
90
|
+
plan?: {
|
|
91
|
+
/**
|
|
92
|
+
* Format: uuid
|
|
93
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
94
|
+
*/
|
|
95
|
+
id: string;
|
|
96
|
+
/**
|
|
97
|
+
* @description Name of the plan
|
|
98
|
+
* @enum {string}
|
|
99
|
+
*/
|
|
100
|
+
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
101
|
+
/** @enum {string} */
|
|
102
|
+
cadence: "monthly" | "yearly";
|
|
103
|
+
/** @enum {string} */
|
|
104
|
+
unit: "user" | "free";
|
|
105
|
+
/** @description Minimum number of units required for the plan */
|
|
106
|
+
minimum_units: number;
|
|
107
|
+
/** @description Price per unit of the plan */
|
|
108
|
+
price_per_unit: number;
|
|
109
|
+
/** @enum {string} */
|
|
110
|
+
currency: "usd";
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* @description Enumeration of possible feature types
|
|
114
|
+
* @enum {string}
|
|
115
|
+
*/
|
|
116
|
+
name:
|
|
117
|
+
| "ComponentsInDesign"
|
|
118
|
+
| "RelationshipsInDesign"
|
|
119
|
+
| "DesignsInWorkspace"
|
|
120
|
+
| "WorkspacesInOrganization"
|
|
121
|
+
| "ImageSizeInDesign"
|
|
122
|
+
| "SizePerDesign";
|
|
123
|
+
/** @description Quantity of the feature allowed, use 9999999999 for unlimited */
|
|
124
|
+
quantity: number;
|
|
125
|
+
/** Format: date-time */
|
|
126
|
+
created_at?: string;
|
|
127
|
+
/** Format: date-time */
|
|
128
|
+
updated_at?: string;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
parameters: {
|
|
132
|
+
/** @description The ID of the organization */
|
|
133
|
+
organization_id: string;
|
|
134
|
+
};
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
export interface operations {
|
|
138
|
+
getFeatures: {
|
|
139
|
+
responses: {
|
|
140
|
+
/** Features response */
|
|
141
|
+
200: {
|
|
142
|
+
content: {
|
|
143
|
+
"application/json": {
|
|
144
|
+
/**
|
|
145
|
+
* Format: uuid
|
|
146
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
147
|
+
*/
|
|
148
|
+
id: string;
|
|
149
|
+
/**
|
|
150
|
+
* Format: uuid
|
|
151
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
152
|
+
*/
|
|
153
|
+
plan_id: string;
|
|
154
|
+
plan?: {
|
|
155
|
+
/**
|
|
156
|
+
* Format: uuid
|
|
157
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
158
|
+
*/
|
|
159
|
+
id: string;
|
|
160
|
+
/**
|
|
161
|
+
* @description Name of the plan
|
|
162
|
+
* @enum {string}
|
|
163
|
+
*/
|
|
164
|
+
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
165
|
+
/** @enum {string} */
|
|
166
|
+
cadence: "monthly" | "yearly";
|
|
167
|
+
/** @enum {string} */
|
|
168
|
+
unit: "user" | "free";
|
|
169
|
+
/** @description Minimum number of units required for the plan */
|
|
170
|
+
minimum_units: number;
|
|
171
|
+
/** @description Price per unit of the plan */
|
|
172
|
+
price_per_unit: number;
|
|
173
|
+
/** @enum {string} */
|
|
174
|
+
currency: "usd";
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* @description Enumeration of possible feature types
|
|
178
|
+
* @enum {string}
|
|
179
|
+
*/
|
|
180
|
+
name:
|
|
181
|
+
| "ComponentsInDesign"
|
|
182
|
+
| "RelationshipsInDesign"
|
|
183
|
+
| "DesignsInWorkspace"
|
|
184
|
+
| "WorkspacesInOrganization"
|
|
185
|
+
| "ImageSizeInDesign"
|
|
186
|
+
| "SizePerDesign";
|
|
187
|
+
/** @description Quantity of the feature allowed, use 9999999999 for unlimited */
|
|
188
|
+
quantity: number;
|
|
189
|
+
/** Format: date-time */
|
|
190
|
+
created_at?: string;
|
|
191
|
+
/** Format: date-time */
|
|
192
|
+
updated_at?: string;
|
|
193
|
+
}[];
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
/** Invalid request body or request param */
|
|
197
|
+
400: {
|
|
198
|
+
content: {
|
|
199
|
+
"text/plain": string;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
/** Expired JWT token used or insufficient privilege */
|
|
203
|
+
401: {
|
|
204
|
+
content: {
|
|
205
|
+
"text/plain": string;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
/** Internal server error */
|
|
209
|
+
500: {
|
|
210
|
+
content: {
|
|
211
|
+
"text/plain": string;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
getFeaturesByOrganization: {
|
|
217
|
+
parameters: {
|
|
218
|
+
path: {
|
|
219
|
+
/** The ID of the organization */
|
|
220
|
+
organizationId: string;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
responses: {
|
|
224
|
+
/** Features response */
|
|
225
|
+
200: {
|
|
226
|
+
content: {
|
|
227
|
+
"application/json": {
|
|
228
|
+
/**
|
|
229
|
+
* Format: uuid
|
|
230
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
231
|
+
*/
|
|
232
|
+
id: string;
|
|
233
|
+
/**
|
|
234
|
+
* Format: uuid
|
|
235
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
236
|
+
*/
|
|
237
|
+
plan_id: string;
|
|
238
|
+
plan?: {
|
|
239
|
+
/**
|
|
240
|
+
* Format: uuid
|
|
241
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
242
|
+
*/
|
|
243
|
+
id: string;
|
|
244
|
+
/**
|
|
245
|
+
* @description Name of the plan
|
|
246
|
+
* @enum {string}
|
|
247
|
+
*/
|
|
248
|
+
name: "Free" | "Team Designer" | "Team Operator" | "Enterprise";
|
|
249
|
+
/** @enum {string} */
|
|
250
|
+
cadence: "monthly" | "yearly";
|
|
251
|
+
/** @enum {string} */
|
|
252
|
+
unit: "user" | "free";
|
|
253
|
+
/** @description Minimum number of units required for the plan */
|
|
254
|
+
minimum_units: number;
|
|
255
|
+
/** @description Price per unit of the plan */
|
|
256
|
+
price_per_unit: number;
|
|
257
|
+
/** @enum {string} */
|
|
258
|
+
currency: "usd";
|
|
259
|
+
};
|
|
260
|
+
/**
|
|
261
|
+
* @description Enumeration of possible feature types
|
|
262
|
+
* @enum {string}
|
|
263
|
+
*/
|
|
264
|
+
name:
|
|
265
|
+
| "ComponentsInDesign"
|
|
266
|
+
| "RelationshipsInDesign"
|
|
267
|
+
| "DesignsInWorkspace"
|
|
268
|
+
| "WorkspacesInOrganization"
|
|
269
|
+
| "ImageSizeInDesign"
|
|
270
|
+
| "SizePerDesign";
|
|
271
|
+
/** @description Quantity of the feature allowed, use 9999999999 for unlimited */
|
|
272
|
+
quantity: number;
|
|
273
|
+
/** Format: date-time */
|
|
274
|
+
created_at?: string;
|
|
275
|
+
/** Format: date-time */
|
|
276
|
+
updated_at?: string;
|
|
277
|
+
}[];
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
/** Invalid request body or request param */
|
|
281
|
+
400: {
|
|
282
|
+
content: {
|
|
283
|
+
"text/plain": string;
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
/** Expired JWT token used or insufficient privilege */
|
|
287
|
+
401: {
|
|
288
|
+
content: {
|
|
289
|
+
"text/plain": string;
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
/** Result not found */
|
|
293
|
+
404: {
|
|
294
|
+
content: {
|
|
295
|
+
"text/plain": string;
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
/** Internal server error */
|
|
299
|
+
500: {
|
|
300
|
+
content: {
|
|
301
|
+
"text/plain": string;
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
export interface external {}
|