@meshery/schemas 0.8.107 → 0.8.108
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/README.md +294 -23
- package/dist/Core-Wy_3jcVT.d.mts +736 -0
- package/dist/Core-Wy_3jcVT.d.ts +736 -0
- package/dist/cloudApi.d.mts +6873 -3592
- package/dist/cloudApi.d.ts +6873 -3592
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1alpha1/capability/Capability.d.mts +115 -0
- package/dist/constructs/v1alpha1/capability/Capability.d.ts +115 -0
- package/dist/constructs/v1alpha1/capability/Capability.js +1 -0
- package/dist/constructs/v1alpha1/capability/Capability.mjs +0 -0
- package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.mts +155 -0
- package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.ts +155 -0
- package/dist/constructs/v1alpha1/capability/CapabilitySchema.js +2 -0
- package/dist/constructs/v1alpha1/capability/CapabilitySchema.mjs +2 -0
- package/dist/constructs/v1alpha1/core/Core.d.mts +1 -0
- package/dist/constructs/v1alpha1/core/Core.d.ts +1 -0
- package/dist/constructs/v1alpha1/core/Core.js +1 -0
- package/dist/constructs/v1alpha1/core/Core.mjs +0 -0
- package/dist/constructs/v1alpha1/core/CoreSchema.d.mts +1649 -0
- package/dist/constructs/v1alpha1/core/CoreSchema.d.ts +1649 -0
- package/dist/constructs/v1alpha1/core/CoreSchema.js +2 -0
- package/dist/constructs/v1alpha1/core/CoreSchema.mjs +2 -0
- package/dist/constructs/v1alpha2/catalog/Catalog.d.mts +46 -0
- package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +46 -0
- package/dist/constructs/v1alpha2/catalog/Catalog.js +1 -0
- package/dist/constructs/v1alpha2/catalog/Catalog.mjs +0 -0
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.mts +80 -0
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.ts +80 -0
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.js +2 -0
- package/dist/constructs/v1alpha2/catalog/CatalogSchema.mjs +2 -0
- package/dist/constructs/v1beta1/academy/Academy.d.mts +5762 -0
- package/dist/constructs/v1beta1/academy/Academy.d.ts +5762 -0
- package/dist/constructs/v1beta1/academy/Academy.js +1 -0
- package/dist/constructs/v1beta1/academy/Academy.mjs +0 -0
- package/dist/constructs/v1beta1/academy/AcademySchema.d.mts +11838 -0
- package/dist/constructs/v1beta1/academy/AcademySchema.d.ts +11838 -0
- package/dist/constructs/v1beta1/academy/AcademySchema.js +2 -0
- package/dist/constructs/v1beta1/academy/AcademySchema.mjs +2 -0
- package/dist/constructs/v1beta1/badge/Badge.d.mts +253 -0
- package/dist/constructs/v1beta1/badge/Badge.d.ts +253 -0
- package/dist/constructs/v1beta1/badge/Badge.js +1 -0
- package/dist/constructs/v1beta1/badge/Badge.mjs +0 -0
- package/dist/constructs/v1beta1/badge/BadgeSchema.d.mts +519 -0
- package/dist/constructs/v1beta1/badge/BadgeSchema.d.ts +519 -0
- package/dist/constructs/v1beta1/badge/BadgeSchema.js +2 -0
- package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +2 -0
- package/dist/constructs/v1beta1/category/Category.d.mts +33 -0
- package/dist/constructs/v1beta1/category/Category.d.ts +33 -0
- package/dist/constructs/v1beta1/category/Category.js +1 -0
- package/dist/constructs/v1beta1/category/Category.mjs +0 -0
- package/dist/constructs/v1beta1/category/CategorySchema.d.mts +60 -0
- package/dist/constructs/v1beta1/category/CategorySchema.d.ts +60 -0
- package/dist/constructs/v1beta1/category/CategorySchema.js +2 -0
- package/dist/constructs/v1beta1/category/CategorySchema.mjs +2 -0
- package/dist/constructs/v1beta1/component/Component.d.mts +737 -0
- package/dist/constructs/v1beta1/component/Component.d.ts +737 -0
- package/dist/constructs/v1beta1/component/Component.js +1 -0
- package/dist/constructs/v1beta1/component/Component.mjs +0 -0
- package/dist/constructs/v1beta1/component/ComponentSchema.d.mts +1751 -0
- package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +1751 -0
- package/dist/constructs/v1beta1/component/ComponentSchema.js +10 -0
- package/dist/constructs/v1beta1/component/ComponentSchema.mjs +10 -0
- package/dist/constructs/v1beta1/connection/Connection.d.mts +186 -0
- package/dist/constructs/v1beta1/connection/Connection.d.ts +186 -0
- package/dist/constructs/v1beta1/connection/Connection.js +1 -0
- package/dist/constructs/v1beta1/connection/Connection.mjs +0 -0
- package/dist/constructs/v1beta1/connection/ConnectionSchema.d.mts +612 -0
- package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +612 -0
- package/dist/constructs/v1beta1/connection/ConnectionSchema.js +2 -0
- package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +2 -0
- package/dist/constructs/v1beta1/environment/Environment.d.mts +307 -0
- package/dist/constructs/v1beta1/environment/Environment.d.ts +307 -0
- package/dist/constructs/v1beta1/environment/Environment.js +1 -0
- package/dist/constructs/v1beta1/environment/Environment.mjs +0 -0
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.mts +904 -0
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.ts +904 -0
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.js +2 -0
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.mjs +2 -0
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +5729 -0
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +5729 -0
- package/dist/constructs/v1beta1/evaluation/Evaluation.js +1 -0
- package/dist/constructs/v1beta1/evaluation/Evaluation.mjs +0 -0
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.mts +15473 -0
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +15473 -0
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +210 -0
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +210 -0
- package/dist/constructs/v1beta1/event/Event.d.mts +177 -0
- package/dist/constructs/v1beta1/event/Event.d.ts +177 -0
- package/dist/constructs/v1beta1/event/Event.js +1 -0
- package/dist/constructs/v1beta1/event/Event.mjs +0 -0
- package/dist/constructs/v1beta1/event/EventSchema.d.mts +360 -0
- package/dist/constructs/v1beta1/event/EventSchema.d.ts +360 -0
- package/dist/constructs/v1beta1/event/EventSchema.js +1 -0
- package/dist/constructs/v1beta1/event/EventSchema.mjs +1 -0
- package/dist/constructs/v1beta1/feature/Feature.d.mts +287 -0
- package/dist/constructs/v1beta1/feature/Feature.d.ts +287 -0
- package/dist/constructs/v1beta1/feature/Feature.js +1 -0
- package/dist/constructs/v1beta1/feature/Feature.mjs +0 -0
- package/dist/constructs/v1beta1/feature/FeatureSchema.d.mts +773 -0
- package/dist/constructs/v1beta1/feature/FeatureSchema.d.ts +773 -0
- package/dist/constructs/v1beta1/feature/FeatureSchema.js +1 -0
- package/dist/constructs/v1beta1/feature/FeatureSchema.mjs +1 -0
- package/dist/constructs/v1beta1/invitation/Invitation.d.mts +644 -0
- package/dist/constructs/v1beta1/invitation/Invitation.d.ts +644 -0
- package/dist/constructs/v1beta1/invitation/Invitation.js +1 -0
- package/dist/constructs/v1beta1/invitation/Invitation.mjs +0 -0
- package/dist/constructs/v1beta1/invitation/InvitationSchema.d.mts +1652 -0
- package/dist/constructs/v1beta1/invitation/InvitationSchema.d.ts +1652 -0
- package/dist/constructs/v1beta1/invitation/InvitationSchema.js +1 -0
- package/dist/constructs/v1beta1/invitation/InvitationSchema.mjs +1 -0
- package/dist/constructs/v1beta1/key/Key.d.mts +409 -0
- package/dist/constructs/v1beta1/key/Key.d.ts +409 -0
- package/dist/constructs/v1beta1/key/Key.js +1 -0
- package/dist/constructs/v1beta1/key/Key.mjs +0 -0
- package/dist/constructs/v1beta1/key/KeySchema.d.mts +1029 -0
- package/dist/constructs/v1beta1/key/KeySchema.d.ts +1029 -0
- package/dist/constructs/v1beta1/key/KeySchema.js +1 -0
- package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -0
- package/dist/constructs/v1beta1/keychain/Keychain.d.mts +641 -0
- package/dist/constructs/v1beta1/keychain/Keychain.d.ts +641 -0
- package/dist/constructs/v1beta1/keychain/Keychain.js +1 -0
- package/dist/constructs/v1beta1/keychain/Keychain.mjs +0 -0
- package/dist/constructs/v1beta1/keychain/KeychainSchema.d.mts +1541 -0
- package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +1541 -0
- package/dist/constructs/v1beta1/keychain/KeychainSchema.js +1 -0
- package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +1 -0
- package/dist/constructs/v1beta1/model/Model.d.mts +474 -0
- package/dist/constructs/v1beta1/model/Model.d.ts +474 -0
- package/dist/constructs/v1beta1/model/Model.js +1 -0
- package/dist/constructs/v1beta1/model/Model.mjs +0 -0
- package/dist/constructs/v1beta1/model/ModelSchema.d.mts +1281 -0
- package/dist/constructs/v1beta1/model/ModelSchema.d.ts +1281 -0
- package/dist/constructs/v1beta1/model/ModelSchema.js +6 -0
- package/dist/constructs/v1beta1/model/ModelSchema.mjs +6 -0
- package/dist/constructs/v1beta1/organization/Organization.d.mts +268 -0
- package/dist/constructs/v1beta1/organization/Organization.d.ts +268 -0
- package/dist/constructs/v1beta1/organization/Organization.js +1 -0
- package/dist/constructs/v1beta1/organization/Organization.mjs +0 -0
- package/dist/constructs/v1beta1/organization/OrganizationSchema.d.mts +765 -0
- package/dist/constructs/v1beta1/organization/OrganizationSchema.d.ts +765 -0
- package/dist/constructs/v1beta1/organization/OrganizationSchema.js +1 -0
- package/dist/constructs/v1beta1/organization/OrganizationSchema.mjs +1 -0
- package/dist/constructs/v1beta1/pattern/Pattern.d.mts +5776 -0
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +5776 -0
- package/dist/constructs/v1beta1/pattern/Pattern.js +1 -0
- package/dist/constructs/v1beta1/pattern/Pattern.mjs +0 -0
- package/dist/constructs/v1beta1/pattern/PatternSchema.d.mts +15669 -0
- package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +15669 -0
- package/dist/constructs/v1beta1/pattern/PatternSchema.js +210 -0
- package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +210 -0
- package/dist/constructs/v1beta1/plan/Plan.d.mts +120 -0
- package/dist/constructs/v1beta1/plan/Plan.d.ts +120 -0
- package/dist/constructs/v1beta1/plan/Plan.js +1 -0
- package/dist/constructs/v1beta1/plan/Plan.mjs +0 -0
- package/dist/constructs/v1beta1/plan/PlanSchema.d.mts +322 -0
- package/dist/constructs/v1beta1/plan/PlanSchema.d.ts +322 -0
- package/dist/constructs/v1beta1/plan/PlanSchema.js +1 -0
- package/dist/constructs/v1beta1/plan/PlanSchema.mjs +1 -0
- package/dist/constructs/v1beta1/subcategory/Subcategory.d.mts +23 -0
- package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +23 -0
- package/dist/constructs/v1beta1/subcategory/Subcategory.js +1 -0
- package/dist/constructs/v1beta1/subcategory/Subcategory.mjs +0 -0
- package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.mts +33 -0
- package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.ts +33 -0
- package/dist/constructs/v1beta1/subcategory/SubcategorySchema.js +2 -0
- package/dist/constructs/v1beta1/subcategory/SubcategorySchema.mjs +2 -0
- package/dist/constructs/v1beta1/subscription/Subscription.d.mts +624 -0
- package/dist/constructs/v1beta1/subscription/Subscription.d.ts +624 -0
- package/dist/constructs/v1beta1/subscription/Subscription.js +1 -0
- package/dist/constructs/v1beta1/subscription/Subscription.mjs +0 -0
- package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.mts +1642 -0
- package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.ts +1642 -0
- package/dist/constructs/v1beta1/subscription/SubscriptionSchema.js +2 -0
- package/dist/constructs/v1beta1/subscription/SubscriptionSchema.mjs +2 -0
- package/dist/constructs/v1beta1/user/User.d.mts +473 -0
- package/dist/constructs/v1beta1/user/User.d.ts +473 -0
- package/dist/constructs/v1beta1/user/User.js +1 -0
- package/dist/constructs/v1beta1/user/User.mjs +0 -0
- package/dist/constructs/v1beta1/user/UserSchema.d.mts +1112 -0
- package/dist/constructs/v1beta1/user/UserSchema.d.ts +1112 -0
- package/dist/constructs/v1beta1/user/UserSchema.js +1 -0
- package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -0
- package/dist/constructs/v1beta1/workspace/Workspace.d.mts +303 -0
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +303 -0
- package/dist/constructs/v1beta1/workspace/Workspace.js +1 -0
- package/dist/constructs/v1beta1/workspace/Workspace.mjs +0 -0
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.mts +964 -0
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.ts +964 -0
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +2 -0
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +2 -0
- package/dist/index.d.mts +40 -34677
- package/dist/index.d.ts +40 -34677
- package/dist/index.js +29 -93
- package/dist/index.mjs +29 -93
- package/dist/mesheryApi.d.mts +1751 -653
- package/dist/mesheryApi.d.ts +1751 -653
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/dist/permissions.d.mts +422 -0
- package/dist/permissions.d.ts +422 -0
- package/dist/permissions.js +1 -0
- package/dist/permissions.mjs +1 -0
- package/package.json +52 -48
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated from OpenAPI schema.
|
|
3
|
+
* Do not manually modify this file.
|
|
4
|
+
*/
|
|
5
|
+
declare const PlanSchema: {
|
|
6
|
+
readonly openapi: "3.0.0";
|
|
7
|
+
readonly info: {
|
|
8
|
+
readonly title: "plan";
|
|
9
|
+
readonly version: "1.0.0";
|
|
10
|
+
};
|
|
11
|
+
readonly tags: readonly [{
|
|
12
|
+
readonly name: "Plans";
|
|
13
|
+
readonly description: "Operations related to plans";
|
|
14
|
+
}];
|
|
15
|
+
readonly paths: {
|
|
16
|
+
readonly "/api/entitlement/plans": {
|
|
17
|
+
readonly get: {
|
|
18
|
+
readonly "x-internal": readonly ["cloud"];
|
|
19
|
+
readonly operationId: "getPlans";
|
|
20
|
+
readonly tags: readonly ["Plans"];
|
|
21
|
+
readonly summary: "Get all plans supported by the system";
|
|
22
|
+
readonly responses: {
|
|
23
|
+
readonly "200": {
|
|
24
|
+
readonly description: "Plans fetched successfully";
|
|
25
|
+
readonly content: {
|
|
26
|
+
readonly "application/json": {
|
|
27
|
+
readonly schema: {
|
|
28
|
+
readonly type: "array";
|
|
29
|
+
readonly items: {
|
|
30
|
+
readonly type: "object";
|
|
31
|
+
readonly properties: {
|
|
32
|
+
readonly id: {
|
|
33
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
34
|
+
readonly db: "id";
|
|
35
|
+
readonly json: "id";
|
|
36
|
+
readonly csv: "id";
|
|
37
|
+
};
|
|
38
|
+
readonly type: "string";
|
|
39
|
+
readonly format: "uuid";
|
|
40
|
+
readonly description: "A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.";
|
|
41
|
+
readonly "x-go-type": "uuid.UUID";
|
|
42
|
+
readonly "x-go-type-import": {
|
|
43
|
+
readonly path: "github.com/gofrs/uuid";
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
readonly name: {
|
|
47
|
+
readonly type: "string";
|
|
48
|
+
readonly "x-go-type": "PlanName";
|
|
49
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
50
|
+
readonly db: "name";
|
|
51
|
+
readonly json: "name";
|
|
52
|
+
readonly csv: "name";
|
|
53
|
+
};
|
|
54
|
+
readonly description: "Name of the plan";
|
|
55
|
+
readonly enum: readonly ["Free", "Team Designer", "Team Operator", "Enterprise"];
|
|
56
|
+
};
|
|
57
|
+
readonly cadence: {
|
|
58
|
+
readonly "x-go-type": "PlanCadence";
|
|
59
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
60
|
+
readonly db: "cadence";
|
|
61
|
+
readonly json: "cadence";
|
|
62
|
+
readonly csv: "cadence";
|
|
63
|
+
};
|
|
64
|
+
readonly type: "string";
|
|
65
|
+
readonly enum: readonly ["monthly", "yearly"];
|
|
66
|
+
};
|
|
67
|
+
readonly unit: {
|
|
68
|
+
readonly "x-go-type": "PlanUnit";
|
|
69
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
70
|
+
readonly db: "unit";
|
|
71
|
+
readonly json: "unit";
|
|
72
|
+
readonly csv: "unit";
|
|
73
|
+
};
|
|
74
|
+
readonly type: "string";
|
|
75
|
+
readonly enum: readonly ["user", "free"];
|
|
76
|
+
};
|
|
77
|
+
readonly minimum_units: {
|
|
78
|
+
readonly type: "integer";
|
|
79
|
+
readonly description: "Minimum number of units required for the plan";
|
|
80
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
81
|
+
readonly db: "minimum_units";
|
|
82
|
+
readonly json: "minimum_units";
|
|
83
|
+
readonly csv: "minimum_units";
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
readonly price_per_unit: {
|
|
87
|
+
readonly type: "number";
|
|
88
|
+
readonly description: "Price per unit of the plan";
|
|
89
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
90
|
+
readonly db: "price_per_unit";
|
|
91
|
+
readonly json: "price_per_unit";
|
|
92
|
+
readonly csv: "price_per_unit";
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
readonly currency: {
|
|
96
|
+
readonly "x-go-type": "Currency";
|
|
97
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
98
|
+
readonly db: "currency";
|
|
99
|
+
readonly json: "currency";
|
|
100
|
+
readonly csv: "currency";
|
|
101
|
+
};
|
|
102
|
+
readonly type: "string";
|
|
103
|
+
readonly enum: readonly ["usd"];
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
readonly required: readonly ["id", "name", "cadence", "unit", "price_per_unit", "minimum_units", "price_id", "currency"];
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
readonly "400": {
|
|
113
|
+
readonly description: "Invalid request";
|
|
114
|
+
};
|
|
115
|
+
readonly "500": {
|
|
116
|
+
readonly description: "Internal server error";
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
readonly components: {
|
|
123
|
+
readonly schemas: {
|
|
124
|
+
readonly PlanPage: {
|
|
125
|
+
readonly type: "object";
|
|
126
|
+
readonly required: readonly ["page", "page_size", "total_count", "plans"];
|
|
127
|
+
readonly properties: {
|
|
128
|
+
readonly page: {
|
|
129
|
+
readonly type: "integer";
|
|
130
|
+
};
|
|
131
|
+
readonly page_size: {
|
|
132
|
+
readonly type: "integer";
|
|
133
|
+
};
|
|
134
|
+
readonly total_count: {
|
|
135
|
+
readonly type: "integer";
|
|
136
|
+
};
|
|
137
|
+
readonly plans: {
|
|
138
|
+
readonly type: "array";
|
|
139
|
+
readonly items: {
|
|
140
|
+
readonly type: "object";
|
|
141
|
+
readonly properties: {
|
|
142
|
+
readonly id: {
|
|
143
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
144
|
+
readonly db: "id";
|
|
145
|
+
readonly json: "id";
|
|
146
|
+
readonly csv: "id";
|
|
147
|
+
};
|
|
148
|
+
readonly type: "string";
|
|
149
|
+
readonly format: "uuid";
|
|
150
|
+
readonly description: "A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.";
|
|
151
|
+
readonly "x-go-type": "uuid.UUID";
|
|
152
|
+
readonly "x-go-type-import": {
|
|
153
|
+
readonly path: "github.com/gofrs/uuid";
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
readonly name: {
|
|
157
|
+
readonly type: "string";
|
|
158
|
+
readonly "x-go-type": "PlanName";
|
|
159
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
160
|
+
readonly db: "name";
|
|
161
|
+
readonly json: "name";
|
|
162
|
+
readonly csv: "name";
|
|
163
|
+
};
|
|
164
|
+
readonly description: "Name of the plan";
|
|
165
|
+
readonly enum: readonly ["Free", "Team Designer", "Team Operator", "Enterprise"];
|
|
166
|
+
};
|
|
167
|
+
readonly cadence: {
|
|
168
|
+
readonly "x-go-type": "PlanCadence";
|
|
169
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
170
|
+
readonly db: "cadence";
|
|
171
|
+
readonly json: "cadence";
|
|
172
|
+
readonly csv: "cadence";
|
|
173
|
+
};
|
|
174
|
+
readonly type: "string";
|
|
175
|
+
readonly enum: readonly ["monthly", "yearly"];
|
|
176
|
+
};
|
|
177
|
+
readonly unit: {
|
|
178
|
+
readonly "x-go-type": "PlanUnit";
|
|
179
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
180
|
+
readonly db: "unit";
|
|
181
|
+
readonly json: "unit";
|
|
182
|
+
readonly csv: "unit";
|
|
183
|
+
};
|
|
184
|
+
readonly type: "string";
|
|
185
|
+
readonly enum: readonly ["user", "free"];
|
|
186
|
+
};
|
|
187
|
+
readonly minimum_units: {
|
|
188
|
+
readonly type: "integer";
|
|
189
|
+
readonly description: "Minimum number of units required for the plan";
|
|
190
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
191
|
+
readonly db: "minimum_units";
|
|
192
|
+
readonly json: "minimum_units";
|
|
193
|
+
readonly csv: "minimum_units";
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
readonly price_per_unit: {
|
|
197
|
+
readonly type: "number";
|
|
198
|
+
readonly description: "Price per unit of the plan";
|
|
199
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
200
|
+
readonly db: "price_per_unit";
|
|
201
|
+
readonly json: "price_per_unit";
|
|
202
|
+
readonly csv: "price_per_unit";
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
readonly currency: {
|
|
206
|
+
readonly "x-go-type": "Currency";
|
|
207
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
208
|
+
readonly db: "currency";
|
|
209
|
+
readonly json: "currency";
|
|
210
|
+
readonly csv: "currency";
|
|
211
|
+
};
|
|
212
|
+
readonly type: "string";
|
|
213
|
+
readonly enum: readonly ["usd"];
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
readonly required: readonly ["id", "name", "cadence", "unit", "price_per_unit", "minimum_units", "price_id", "currency"];
|
|
217
|
+
readonly "x-go-type": "Plan";
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
readonly Plan: {
|
|
223
|
+
readonly type: "object";
|
|
224
|
+
readonly properties: {
|
|
225
|
+
readonly id: {
|
|
226
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
227
|
+
readonly db: "id";
|
|
228
|
+
readonly json: "id";
|
|
229
|
+
readonly csv: "id";
|
|
230
|
+
};
|
|
231
|
+
readonly type: "string";
|
|
232
|
+
readonly format: "uuid";
|
|
233
|
+
readonly description: "A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.";
|
|
234
|
+
readonly "x-go-type": "uuid.UUID";
|
|
235
|
+
readonly "x-go-type-import": {
|
|
236
|
+
readonly path: "github.com/gofrs/uuid";
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
readonly name: {
|
|
240
|
+
readonly type: "string";
|
|
241
|
+
readonly "x-go-type": "PlanName";
|
|
242
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
243
|
+
readonly db: "name";
|
|
244
|
+
readonly json: "name";
|
|
245
|
+
readonly csv: "name";
|
|
246
|
+
};
|
|
247
|
+
readonly description: "Name of the plan";
|
|
248
|
+
readonly enum: readonly ["Free", "Team Designer", "Team Operator", "Enterprise"];
|
|
249
|
+
};
|
|
250
|
+
readonly cadence: {
|
|
251
|
+
readonly "x-go-type": "PlanCadence";
|
|
252
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
253
|
+
readonly db: "cadence";
|
|
254
|
+
readonly json: "cadence";
|
|
255
|
+
readonly csv: "cadence";
|
|
256
|
+
};
|
|
257
|
+
readonly type: "string";
|
|
258
|
+
readonly enum: readonly ["monthly", "yearly"];
|
|
259
|
+
};
|
|
260
|
+
readonly unit: {
|
|
261
|
+
readonly "x-go-type": "PlanUnit";
|
|
262
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
263
|
+
readonly db: "unit";
|
|
264
|
+
readonly json: "unit";
|
|
265
|
+
readonly csv: "unit";
|
|
266
|
+
};
|
|
267
|
+
readonly type: "string";
|
|
268
|
+
readonly enum: readonly ["user", "free"];
|
|
269
|
+
};
|
|
270
|
+
readonly minimum_units: {
|
|
271
|
+
readonly type: "integer";
|
|
272
|
+
readonly description: "Minimum number of units required for the plan";
|
|
273
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
274
|
+
readonly db: "minimum_units";
|
|
275
|
+
readonly json: "minimum_units";
|
|
276
|
+
readonly csv: "minimum_units";
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
readonly price_per_unit: {
|
|
280
|
+
readonly type: "number";
|
|
281
|
+
readonly description: "Price per unit of the plan";
|
|
282
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
283
|
+
readonly db: "price_per_unit";
|
|
284
|
+
readonly json: "price_per_unit";
|
|
285
|
+
readonly csv: "price_per_unit";
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
readonly currency: {
|
|
289
|
+
readonly "x-go-type": "Currency";
|
|
290
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
291
|
+
readonly db: "currency";
|
|
292
|
+
readonly json: "currency";
|
|
293
|
+
readonly csv: "currency";
|
|
294
|
+
};
|
|
295
|
+
readonly type: "string";
|
|
296
|
+
readonly enum: readonly ["usd"];
|
|
297
|
+
};
|
|
298
|
+
};
|
|
299
|
+
readonly required: readonly ["id", "name", "cadence", "unit", "price_per_unit", "minimum_units", "price_id", "currency"];
|
|
300
|
+
};
|
|
301
|
+
readonly PlanName: {
|
|
302
|
+
readonly type: "string";
|
|
303
|
+
readonly description: "Name of the plan";
|
|
304
|
+
readonly enum: readonly ["Free", "Team Designer", "Team Operator", "Enterprise"];
|
|
305
|
+
};
|
|
306
|
+
readonly PlanCadence: {
|
|
307
|
+
readonly type: "string";
|
|
308
|
+
readonly enum: readonly ["monthly", "yearly"];
|
|
309
|
+
};
|
|
310
|
+
readonly PlanUnit: {
|
|
311
|
+
readonly type: "string";
|
|
312
|
+
readonly enum: readonly ["user", "free"];
|
|
313
|
+
};
|
|
314
|
+
readonly Currency: {
|
|
315
|
+
readonly type: "string";
|
|
316
|
+
readonly enum: readonly ["usd"];
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
|
|
322
|
+
export { PlanSchema as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var e={openapi:"3.0.0",info:{title:"plan",version:"1.0.0"},tags:[{name:"Plans",description:"Operations related to plans"}],paths:{"/api/entitlement/plans":{get:{"x-internal":["cloud"],operationId:"getPlans",tags:["Plans"],summary:"Get all plans supported by the system",responses:{200:{description:"Plans fetched successfully",content:{"application/json":{schema:{type:"array",items:{type:"object",properties:{id:{"x-oapi-codegen-extra-tags":{db:"id",json:"id",csv:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-go-type":"PlanName","x-oapi-codegen-extra-tags":{db:"name",json:"name",csv:"name"},description:"Name of the plan",enum:["Free","Team Designer","Team Operator","Enterprise"]},cadence:{"x-go-type":"PlanCadence","x-oapi-codegen-extra-tags":{db:"cadence",json:"cadence",csv:"cadence"},type:"string",enum:["monthly","yearly"]},unit:{"x-go-type":"PlanUnit","x-oapi-codegen-extra-tags":{db:"unit",json:"unit",csv:"unit"},type:"string",enum:["user","free"]},minimum_units:{type:"integer",description:"Minimum number of units required for the plan","x-oapi-codegen-extra-tags":{db:"minimum_units",json:"minimum_units",csv:"minimum_units"}},price_per_unit:{type:"number",description:"Price per unit of the plan","x-oapi-codegen-extra-tags":{db:"price_per_unit",json:"price_per_unit",csv:"price_per_unit"}},currency:{"x-go-type":"Currency","x-oapi-codegen-extra-tags":{db:"currency",json:"currency",csv:"currency"},type:"string",enum:["usd"]}},required:["id","name","cadence","unit","price_per_unit","minimum_units","price_id","currency"]}}}}},400:{description:"Invalid request"},500:{description:"Internal server error"}}}}},components:{schemas:{PlanPage:{type:"object",required:["page","page_size","total_count","plans"],properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},plans:{type:"array",items:{type:"object",properties:{id:{"x-oapi-codegen-extra-tags":{db:"id",json:"id",csv:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-go-type":"PlanName","x-oapi-codegen-extra-tags":{db:"name",json:"name",csv:"name"},description:"Name of the plan",enum:["Free","Team Designer","Team Operator","Enterprise"]},cadence:{"x-go-type":"PlanCadence","x-oapi-codegen-extra-tags":{db:"cadence",json:"cadence",csv:"cadence"},type:"string",enum:["monthly","yearly"]},unit:{"x-go-type":"PlanUnit","x-oapi-codegen-extra-tags":{db:"unit",json:"unit",csv:"unit"},type:"string",enum:["user","free"]},minimum_units:{type:"integer",description:"Minimum number of units required for the plan","x-oapi-codegen-extra-tags":{db:"minimum_units",json:"minimum_units",csv:"minimum_units"}},price_per_unit:{type:"number",description:"Price per unit of the plan","x-oapi-codegen-extra-tags":{db:"price_per_unit",json:"price_per_unit",csv:"price_per_unit"}},currency:{"x-go-type":"Currency","x-oapi-codegen-extra-tags":{db:"currency",json:"currency",csv:"currency"},type:"string",enum:["usd"]}},required:["id","name","cadence","unit","price_per_unit","minimum_units","price_id","currency"],"x-go-type":"Plan"}}}},Plan:{type:"object",properties:{id:{"x-oapi-codegen-extra-tags":{db:"id",json:"id",csv:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-go-type":"PlanName","x-oapi-codegen-extra-tags":{db:"name",json:"name",csv:"name"},description:"Name of the plan",enum:["Free","Team Designer","Team Operator","Enterprise"]},cadence:{"x-go-type":"PlanCadence","x-oapi-codegen-extra-tags":{db:"cadence",json:"cadence",csv:"cadence"},type:"string",enum:["monthly","yearly"]},unit:{"x-go-type":"PlanUnit","x-oapi-codegen-extra-tags":{db:"unit",json:"unit",csv:"unit"},type:"string",enum:["user","free"]},minimum_units:{type:"integer",description:"Minimum number of units required for the plan","x-oapi-codegen-extra-tags":{db:"minimum_units",json:"minimum_units",csv:"minimum_units"}},price_per_unit:{type:"number",description:"Price per unit of the plan","x-oapi-codegen-extra-tags":{db:"price_per_unit",json:"price_per_unit",csv:"price_per_unit"}},currency:{"x-go-type":"Currency","x-oapi-codegen-extra-tags":{db:"currency",json:"currency",csv:"currency"},type:"string",enum:["usd"]}},required:["id","name","cadence","unit","price_per_unit","minimum_units","price_id","currency"]},PlanName:{type:"string",description:"Name of the plan",enum:["Free","Team Designer","Team Operator","Enterprise"]},PlanCadence:{type:"string",enum:["monthly","yearly"]},PlanUnit:{type:"string",enum:["user","free"]},Currency:{type:"string",enum:["usd"]}}}},n=e;module.exports=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={openapi:"3.0.0",info:{title:"plan",version:"1.0.0"},tags:[{name:"Plans",description:"Operations related to plans"}],paths:{"/api/entitlement/plans":{get:{"x-internal":["cloud"],operationId:"getPlans",tags:["Plans"],summary:"Get all plans supported by the system",responses:{200:{description:"Plans fetched successfully",content:{"application/json":{schema:{type:"array",items:{type:"object",properties:{id:{"x-oapi-codegen-extra-tags":{db:"id",json:"id",csv:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-go-type":"PlanName","x-oapi-codegen-extra-tags":{db:"name",json:"name",csv:"name"},description:"Name of the plan",enum:["Free","Team Designer","Team Operator","Enterprise"]},cadence:{"x-go-type":"PlanCadence","x-oapi-codegen-extra-tags":{db:"cadence",json:"cadence",csv:"cadence"},type:"string",enum:["monthly","yearly"]},unit:{"x-go-type":"PlanUnit","x-oapi-codegen-extra-tags":{db:"unit",json:"unit",csv:"unit"},type:"string",enum:["user","free"]},minimum_units:{type:"integer",description:"Minimum number of units required for the plan","x-oapi-codegen-extra-tags":{db:"minimum_units",json:"minimum_units",csv:"minimum_units"}},price_per_unit:{type:"number",description:"Price per unit of the plan","x-oapi-codegen-extra-tags":{db:"price_per_unit",json:"price_per_unit",csv:"price_per_unit"}},currency:{"x-go-type":"Currency","x-oapi-codegen-extra-tags":{db:"currency",json:"currency",csv:"currency"},type:"string",enum:["usd"]}},required:["id","name","cadence","unit","price_per_unit","minimum_units","price_id","currency"]}}}}},400:{description:"Invalid request"},500:{description:"Internal server error"}}}}},components:{schemas:{PlanPage:{type:"object",required:["page","page_size","total_count","plans"],properties:{page:{type:"integer"},page_size:{type:"integer"},total_count:{type:"integer"},plans:{type:"array",items:{type:"object",properties:{id:{"x-oapi-codegen-extra-tags":{db:"id",json:"id",csv:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-go-type":"PlanName","x-oapi-codegen-extra-tags":{db:"name",json:"name",csv:"name"},description:"Name of the plan",enum:["Free","Team Designer","Team Operator","Enterprise"]},cadence:{"x-go-type":"PlanCadence","x-oapi-codegen-extra-tags":{db:"cadence",json:"cadence",csv:"cadence"},type:"string",enum:["monthly","yearly"]},unit:{"x-go-type":"PlanUnit","x-oapi-codegen-extra-tags":{db:"unit",json:"unit",csv:"unit"},type:"string",enum:["user","free"]},minimum_units:{type:"integer",description:"Minimum number of units required for the plan","x-oapi-codegen-extra-tags":{db:"minimum_units",json:"minimum_units",csv:"minimum_units"}},price_per_unit:{type:"number",description:"Price per unit of the plan","x-oapi-codegen-extra-tags":{db:"price_per_unit",json:"price_per_unit",csv:"price_per_unit"}},currency:{"x-go-type":"Currency","x-oapi-codegen-extra-tags":{db:"currency",json:"currency",csv:"currency"},type:"string",enum:["usd"]}},required:["id","name","cadence","unit","price_per_unit","minimum_units","price_id","currency"],"x-go-type":"Plan"}}}},Plan:{type:"object",properties:{id:{"x-oapi-codegen-extra-tags":{db:"id",json:"id",csv:"id"},type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},name:{type:"string","x-go-type":"PlanName","x-oapi-codegen-extra-tags":{db:"name",json:"name",csv:"name"},description:"Name of the plan",enum:["Free","Team Designer","Team Operator","Enterprise"]},cadence:{"x-go-type":"PlanCadence","x-oapi-codegen-extra-tags":{db:"cadence",json:"cadence",csv:"cadence"},type:"string",enum:["monthly","yearly"]},unit:{"x-go-type":"PlanUnit","x-oapi-codegen-extra-tags":{db:"unit",json:"unit",csv:"unit"},type:"string",enum:["user","free"]},minimum_units:{type:"integer",description:"Minimum number of units required for the plan","x-oapi-codegen-extra-tags":{db:"minimum_units",json:"minimum_units",csv:"minimum_units"}},price_per_unit:{type:"number",description:"Price per unit of the plan","x-oapi-codegen-extra-tags":{db:"price_per_unit",json:"price_per_unit",csv:"price_per_unit"}},currency:{"x-go-type":"Currency","x-oapi-codegen-extra-tags":{db:"currency",json:"currency",csv:"currency"},type:"string",enum:["usd"]}},required:["id","name","cadence","unit","price_per_unit","minimum_units","price_id","currency"]},PlanName:{type:"string",description:"Name of the plan",enum:["Free","Team Designer","Team Operator","Enterprise"]},PlanCadence:{type:"string",enum:["monthly","yearly"]},PlanUnit:{type:"string",enum:["user","free"]},Currency:{type:"string",enum:["usd"]}}}},n=e;export{n as default};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
interface paths {
|
|
6
|
+
}
|
|
7
|
+
interface components {
|
|
8
|
+
schemas: {
|
|
9
|
+
/**
|
|
10
|
+
* SubCategory
|
|
11
|
+
* @description Sub category of the model determines the secondary grouping.
|
|
12
|
+
* @default Uncategorized
|
|
13
|
+
* @enum {string}
|
|
14
|
+
*/
|
|
15
|
+
SubCategoryDefinition: "API Gateway" | "API Integration" | "Application Definition & Image Build" | "Automation & Configuration" | "Certified Kubernetes - Distribution" | "Chaos Engineering" | "Cloud Native Storage" | "Cloud Provider" | "CNI" | "Compute" | "Container Registry" | "Container Runtime" | "Container Security" | "Container" | "Content Delivery Network" | "Continuous Integration & Delivery" | "Coordination & Service Discovery" | "Database" | "Flowchart" | "Framework" | "Installable Platform" | "Key Management" | "Key Management Service" | "Kubernetes" | "Logging" | "Machine Learning" | "Management Governance" | "Metrics" | "Monitoring" | "Networking Content Delivery" | "Operating System" | "Query" | "Remote Procedure Call" | "Scheduling & Orchestration" | "Secrets Management" | "Security Identity & Compliance" | "Service Mesh" | "Service Proxy" | "Source Version Control" | "Storage" | "Specifications" | "Streaming & Messaging" | "Tools" | "Tracing" | "Uncategorized" | "Video Conferencing";
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
interface operations {
|
|
19
|
+
}
|
|
20
|
+
interface external {
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export type { components, external, operations, paths };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
interface paths {
|
|
6
|
+
}
|
|
7
|
+
interface components {
|
|
8
|
+
schemas: {
|
|
9
|
+
/**
|
|
10
|
+
* SubCategory
|
|
11
|
+
* @description Sub category of the model determines the secondary grouping.
|
|
12
|
+
* @default Uncategorized
|
|
13
|
+
* @enum {string}
|
|
14
|
+
*/
|
|
15
|
+
SubCategoryDefinition: "API Gateway" | "API Integration" | "Application Definition & Image Build" | "Automation & Configuration" | "Certified Kubernetes - Distribution" | "Chaos Engineering" | "Cloud Native Storage" | "Cloud Provider" | "CNI" | "Compute" | "Container Registry" | "Container Runtime" | "Container Security" | "Container" | "Content Delivery Network" | "Continuous Integration & Delivery" | "Coordination & Service Discovery" | "Database" | "Flowchart" | "Framework" | "Installable Platform" | "Key Management" | "Key Management Service" | "Kubernetes" | "Logging" | "Machine Learning" | "Management Governance" | "Metrics" | "Monitoring" | "Networking Content Delivery" | "Operating System" | "Query" | "Remote Procedure Call" | "Scheduling & Orchestration" | "Secrets Management" | "Security Identity & Compliance" | "Service Mesh" | "Service Proxy" | "Source Version Control" | "Storage" | "Specifications" | "Streaming & Messaging" | "Tools" | "Tracing" | "Uncategorized" | "Video Conferencing";
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
interface operations {
|
|
19
|
+
}
|
|
20
|
+
interface external {
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export type { components, external, operations, paths };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';
|
|
File without changes
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated from OpenAPI schema.
|
|
3
|
+
* Do not manually modify this file.
|
|
4
|
+
*/
|
|
5
|
+
declare const SubcategorySchema: {
|
|
6
|
+
readonly openapi: "3.0.0";
|
|
7
|
+
readonly info: {
|
|
8
|
+
readonly title: "SubCategory API";
|
|
9
|
+
readonly version: "1.0.0";
|
|
10
|
+
};
|
|
11
|
+
readonly paths: {};
|
|
12
|
+
readonly components: {
|
|
13
|
+
readonly schemas: {
|
|
14
|
+
readonly SubCategoryDefinition: {
|
|
15
|
+
readonly $id: "https://schemas.meshery.io/category.yaml";
|
|
16
|
+
readonly $schema: "http://json-schema.org/draft-07/schema#";
|
|
17
|
+
readonly type: "string";
|
|
18
|
+
readonly title: "SubCategory";
|
|
19
|
+
readonly description: "Sub category of the model determines the secondary grouping.";
|
|
20
|
+
readonly default: "Uncategorized";
|
|
21
|
+
readonly enum: readonly ["API Gateway", "API Integration", "Application Definition & Image Build", "Automation & Configuration", "Certified Kubernetes - Distribution", "Chaos Engineering", "Cloud Native Storage", "Cloud Provider", "CNI", "Compute", "Container Registry", "Container Runtime", "Container Security", "Container", "Content Delivery Network", "Continuous Integration & Delivery", "Coordination & Service Discovery", "Database", "Flowchart", "Framework", "Installable Platform", "Key Management", "Key Management Service", "Kubernetes", "Logging", "Machine Learning", "Management Governance", "Metrics", "Monitoring", "Networking Content Delivery", "Operating System", "Query", "Remote Procedure Call", "Scheduling & Orchestration", "Secrets Management", "Security Identity & Compliance", "Service Mesh", "Service Proxy", "Source Version Control", "Storage", "Specifications", "Streaming & Messaging", "Tools", "Tracing", "Uncategorized", "Video Conferencing"];
|
|
22
|
+
readonly minLength: 1;
|
|
23
|
+
readonly maxLength: 100;
|
|
24
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
25
|
+
readonly yaml: "subCategory";
|
|
26
|
+
readonly json: "subCategory";
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { SubcategorySchema as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated from OpenAPI schema.
|
|
3
|
+
* Do not manually modify this file.
|
|
4
|
+
*/
|
|
5
|
+
declare const SubcategorySchema: {
|
|
6
|
+
readonly openapi: "3.0.0";
|
|
7
|
+
readonly info: {
|
|
8
|
+
readonly title: "SubCategory API";
|
|
9
|
+
readonly version: "1.0.0";
|
|
10
|
+
};
|
|
11
|
+
readonly paths: {};
|
|
12
|
+
readonly components: {
|
|
13
|
+
readonly schemas: {
|
|
14
|
+
readonly SubCategoryDefinition: {
|
|
15
|
+
readonly $id: "https://schemas.meshery.io/category.yaml";
|
|
16
|
+
readonly $schema: "http://json-schema.org/draft-07/schema#";
|
|
17
|
+
readonly type: "string";
|
|
18
|
+
readonly title: "SubCategory";
|
|
19
|
+
readonly description: "Sub category of the model determines the secondary grouping.";
|
|
20
|
+
readonly default: "Uncategorized";
|
|
21
|
+
readonly enum: readonly ["API Gateway", "API Integration", "Application Definition & Image Build", "Automation & Configuration", "Certified Kubernetes - Distribution", "Chaos Engineering", "Cloud Native Storage", "Cloud Provider", "CNI", "Compute", "Container Registry", "Container Runtime", "Container Security", "Container", "Content Delivery Network", "Continuous Integration & Delivery", "Coordination & Service Discovery", "Database", "Flowchart", "Framework", "Installable Platform", "Key Management", "Key Management Service", "Kubernetes", "Logging", "Machine Learning", "Management Governance", "Metrics", "Monitoring", "Networking Content Delivery", "Operating System", "Query", "Remote Procedure Call", "Scheduling & Orchestration", "Secrets Management", "Security Identity & Compliance", "Service Mesh", "Service Proxy", "Source Version Control", "Storage", "Specifications", "Streaming & Messaging", "Tools", "Tracing", "Uncategorized", "Video Conferencing"];
|
|
22
|
+
readonly minLength: 1;
|
|
23
|
+
readonly maxLength: 100;
|
|
24
|
+
readonly "x-oapi-codegen-extra-tags": {
|
|
25
|
+
readonly yaml: "subCategory";
|
|
26
|
+
readonly json: "subCategory";
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { SubcategorySchema as default };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use strict';var e={openapi:"3.0.0",info:{title:"SubCategory API",version:"1.0.0"},paths:{},components:{schemas:{SubCategoryDefinition:{$id:"https://schemas.meshery.io/category.yaml",$schema:"http://json-schema.org/draft-07/schema#",type:"string",title:"SubCategory",description:"Sub category of the model determines the secondary grouping.",default:"Uncategorized",enum:["API Gateway","API Integration","Application Definition & Image Build","Automation & Configuration","Certified Kubernetes - Distribution","Chaos Engineering","Cloud Native Storage","Cloud Provider","CNI","Compute","Container Registry","Container Runtime","Container Security","Container","Content Delivery Network","Continuous Integration & Delivery","Coordination & Service Discovery","Database","Flowchart","Framework","Installable Platform","Key Management","Key Management Service","Kubernetes","Logging","Machine Learning","Management Governance","Metrics","Monitoring","Networking Content Delivery","Operating System","Query","Remote Procedure Call","Scheduling & Orchestration","Secrets Management","Security Identity & Compliance","Service Mesh","Service Proxy","Source Version Control","Storage","Specifications","Streaming & Messaging","Tools","Tracing","Uncategorized","Video Conferencing"],minLength:1,maxLength:100,"x-oapi-codegen-extra-tags":{yaml:"subCategory",json:"subCategory"}}}}},t=e;
|
|
2
|
+
module.exports=t;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var e={openapi:"3.0.0",info:{title:"SubCategory API",version:"1.0.0"},paths:{},components:{schemas:{SubCategoryDefinition:{$id:"https://schemas.meshery.io/category.yaml",$schema:"http://json-schema.org/draft-07/schema#",type:"string",title:"SubCategory",description:"Sub category of the model determines the secondary grouping.",default:"Uncategorized",enum:["API Gateway","API Integration","Application Definition & Image Build","Automation & Configuration","Certified Kubernetes - Distribution","Chaos Engineering","Cloud Native Storage","Cloud Provider","CNI","Compute","Container Registry","Container Runtime","Container Security","Container","Content Delivery Network","Continuous Integration & Delivery","Coordination & Service Discovery","Database","Flowchart","Framework","Installable Platform","Key Management","Key Management Service","Kubernetes","Logging","Machine Learning","Management Governance","Metrics","Monitoring","Networking Content Delivery","Operating System","Query","Remote Procedure Call","Scheduling & Orchestration","Secrets Management","Security Identity & Compliance","Service Mesh","Service Proxy","Source Version Control","Storage","Specifications","Streaming & Messaging","Tools","Tracing","Uncategorized","Video Conferencing"],minLength:1,maxLength:100,"x-oapi-codegen-extra-tags":{yaml:"subCategory",json:"subCategory"}}}}},t=e;
|
|
2
|
+
export{t as default};
|