@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,253 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
interface paths {
|
|
6
|
+
"/api/organizations/badges/{id}": {
|
|
7
|
+
get: operations["getBadgeByID"];
|
|
8
|
+
delete: operations["deleteBadgeByID"];
|
|
9
|
+
};
|
|
10
|
+
"/api/organizations/badges": {
|
|
11
|
+
post: operations["createOrUpdateBadge"];
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
interface components {
|
|
15
|
+
schemas: {
|
|
16
|
+
Badge: {
|
|
17
|
+
/**
|
|
18
|
+
* Format: uuid
|
|
19
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
20
|
+
*/
|
|
21
|
+
id: string;
|
|
22
|
+
/**
|
|
23
|
+
* Format: uuid
|
|
24
|
+
* @description The ID of the organization in which this badge is available .
|
|
25
|
+
*/
|
|
26
|
+
org_id: string;
|
|
27
|
+
/**
|
|
28
|
+
* @description unique identifier for the badge ( auto generated )
|
|
29
|
+
* @example Kubernetes-Expert
|
|
30
|
+
*/
|
|
31
|
+
label: string;
|
|
32
|
+
/**
|
|
33
|
+
* @description Concise descriptor for the badge or certificate.
|
|
34
|
+
* @example Kubernetes Expert
|
|
35
|
+
*/
|
|
36
|
+
name: string;
|
|
37
|
+
/**
|
|
38
|
+
* @description A description of the milestone achieved, often including criteria for receiving this recognition.
|
|
39
|
+
* @example Awarded for mastering Kubernetes concepts and practices.
|
|
40
|
+
*/
|
|
41
|
+
description: string;
|
|
42
|
+
/**
|
|
43
|
+
* Format: uri
|
|
44
|
+
* @description URL to the badge image
|
|
45
|
+
* @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
|
|
46
|
+
*/
|
|
47
|
+
image_url: string;
|
|
48
|
+
/**
|
|
49
|
+
* Format: date-time
|
|
50
|
+
* @description Timestamp when the resource was created.
|
|
51
|
+
*/
|
|
52
|
+
created_at: string;
|
|
53
|
+
/**
|
|
54
|
+
* Format: date-time
|
|
55
|
+
* @description Timestamp when the resource was updated.
|
|
56
|
+
*/
|
|
57
|
+
updated_at: string;
|
|
58
|
+
/**
|
|
59
|
+
* Format: date-time
|
|
60
|
+
* @description Timestamp when the resource was deleted, if applicable
|
|
61
|
+
*/
|
|
62
|
+
deleted_at: string;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
interface operations {
|
|
67
|
+
getBadgeByID: {
|
|
68
|
+
parameters: {
|
|
69
|
+
path: {
|
|
70
|
+
/** Unique identifier */
|
|
71
|
+
id: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
responses: {
|
|
75
|
+
200: {
|
|
76
|
+
content: {
|
|
77
|
+
"application/json": {
|
|
78
|
+
/**
|
|
79
|
+
* Format: uuid
|
|
80
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
81
|
+
*/
|
|
82
|
+
id: string;
|
|
83
|
+
/**
|
|
84
|
+
* Format: uuid
|
|
85
|
+
* @description The ID of the organization in which this badge is available .
|
|
86
|
+
*/
|
|
87
|
+
org_id: string;
|
|
88
|
+
/**
|
|
89
|
+
* @description unique identifier for the badge ( auto generated )
|
|
90
|
+
* @example Kubernetes-Expert
|
|
91
|
+
*/
|
|
92
|
+
label: string;
|
|
93
|
+
/**
|
|
94
|
+
* @description Concise descriptor for the badge or certificate.
|
|
95
|
+
* @example Kubernetes Expert
|
|
96
|
+
*/
|
|
97
|
+
name: string;
|
|
98
|
+
/**
|
|
99
|
+
* @description A description of the milestone achieved, often including criteria for receiving this recognition.
|
|
100
|
+
* @example Awarded for mastering Kubernetes concepts and practices.
|
|
101
|
+
*/
|
|
102
|
+
description: string;
|
|
103
|
+
/**
|
|
104
|
+
* Format: uri
|
|
105
|
+
* @description URL to the badge image
|
|
106
|
+
* @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
|
|
107
|
+
*/
|
|
108
|
+
image_url: string;
|
|
109
|
+
/**
|
|
110
|
+
* Format: date-time
|
|
111
|
+
* @description Timestamp when the resource was created.
|
|
112
|
+
*/
|
|
113
|
+
created_at: string;
|
|
114
|
+
/**
|
|
115
|
+
* Format: date-time
|
|
116
|
+
* @description Timestamp when the resource was updated.
|
|
117
|
+
*/
|
|
118
|
+
updated_at: string;
|
|
119
|
+
/**
|
|
120
|
+
* Format: date-time
|
|
121
|
+
* @description Timestamp when the resource was deleted, if applicable
|
|
122
|
+
*/
|
|
123
|
+
deleted_at: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
deleteBadgeByID: {
|
|
130
|
+
parameters: {
|
|
131
|
+
path: {
|
|
132
|
+
/** Unique identifier */
|
|
133
|
+
id: string;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
responses: {
|
|
137
|
+
/** Badge deleted successfully */
|
|
138
|
+
204: never;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
createOrUpdateBadge: {
|
|
142
|
+
responses: {
|
|
143
|
+
201: {
|
|
144
|
+
content: {
|
|
145
|
+
"application/json": {
|
|
146
|
+
/**
|
|
147
|
+
* Format: uuid
|
|
148
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
149
|
+
*/
|
|
150
|
+
id: string;
|
|
151
|
+
/**
|
|
152
|
+
* Format: uuid
|
|
153
|
+
* @description The ID of the organization in which this badge is available .
|
|
154
|
+
*/
|
|
155
|
+
org_id: string;
|
|
156
|
+
/**
|
|
157
|
+
* @description unique identifier for the badge ( auto generated )
|
|
158
|
+
* @example Kubernetes-Expert
|
|
159
|
+
*/
|
|
160
|
+
label: string;
|
|
161
|
+
/**
|
|
162
|
+
* @description Concise descriptor for the badge or certificate.
|
|
163
|
+
* @example Kubernetes Expert
|
|
164
|
+
*/
|
|
165
|
+
name: string;
|
|
166
|
+
/**
|
|
167
|
+
* @description A description of the milestone achieved, often including criteria for receiving this recognition.
|
|
168
|
+
* @example Awarded for mastering Kubernetes concepts and practices.
|
|
169
|
+
*/
|
|
170
|
+
description: string;
|
|
171
|
+
/**
|
|
172
|
+
* Format: uri
|
|
173
|
+
* @description URL to the badge image
|
|
174
|
+
* @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
|
|
175
|
+
*/
|
|
176
|
+
image_url: string;
|
|
177
|
+
/**
|
|
178
|
+
* Format: date-time
|
|
179
|
+
* @description Timestamp when the resource was created.
|
|
180
|
+
*/
|
|
181
|
+
created_at: string;
|
|
182
|
+
/**
|
|
183
|
+
* Format: date-time
|
|
184
|
+
* @description Timestamp when the resource was updated.
|
|
185
|
+
*/
|
|
186
|
+
updated_at: string;
|
|
187
|
+
/**
|
|
188
|
+
* Format: date-time
|
|
189
|
+
* @description Timestamp when the resource was deleted, if applicable
|
|
190
|
+
*/
|
|
191
|
+
deleted_at: string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
requestBody: {
|
|
197
|
+
content: {
|
|
198
|
+
"application/json": {
|
|
199
|
+
/**
|
|
200
|
+
* Format: uuid
|
|
201
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
202
|
+
*/
|
|
203
|
+
id: string;
|
|
204
|
+
/**
|
|
205
|
+
* Format: uuid
|
|
206
|
+
* @description The ID of the organization in which this badge is available .
|
|
207
|
+
*/
|
|
208
|
+
org_id: string;
|
|
209
|
+
/**
|
|
210
|
+
* @description unique identifier for the badge ( auto generated )
|
|
211
|
+
* @example Kubernetes-Expert
|
|
212
|
+
*/
|
|
213
|
+
label: string;
|
|
214
|
+
/**
|
|
215
|
+
* @description Concise descriptor for the badge or certificate.
|
|
216
|
+
* @example Kubernetes Expert
|
|
217
|
+
*/
|
|
218
|
+
name: string;
|
|
219
|
+
/**
|
|
220
|
+
* @description A description of the milestone achieved, often including criteria for receiving this recognition.
|
|
221
|
+
* @example Awarded for mastering Kubernetes concepts and practices.
|
|
222
|
+
*/
|
|
223
|
+
description: string;
|
|
224
|
+
/**
|
|
225
|
+
* Format: uri
|
|
226
|
+
* @description URL to the badge image
|
|
227
|
+
* @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
|
|
228
|
+
*/
|
|
229
|
+
image_url: string;
|
|
230
|
+
/**
|
|
231
|
+
* Format: date-time
|
|
232
|
+
* @description Timestamp when the resource was created.
|
|
233
|
+
*/
|
|
234
|
+
created_at: string;
|
|
235
|
+
/**
|
|
236
|
+
* Format: date-time
|
|
237
|
+
* @description Timestamp when the resource was updated.
|
|
238
|
+
*/
|
|
239
|
+
updated_at: string;
|
|
240
|
+
/**
|
|
241
|
+
* Format: date-time
|
|
242
|
+
* @description Timestamp when the resource was deleted, if applicable
|
|
243
|
+
*/
|
|
244
|
+
deleted_at: string;
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
}
|
|
250
|
+
interface external {
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
export type { components, external, operations, paths };
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
interface paths {
|
|
6
|
+
"/api/organizations/badges/{id}": {
|
|
7
|
+
get: operations["getBadgeByID"];
|
|
8
|
+
delete: operations["deleteBadgeByID"];
|
|
9
|
+
};
|
|
10
|
+
"/api/organizations/badges": {
|
|
11
|
+
post: operations["createOrUpdateBadge"];
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
interface components {
|
|
15
|
+
schemas: {
|
|
16
|
+
Badge: {
|
|
17
|
+
/**
|
|
18
|
+
* Format: uuid
|
|
19
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
20
|
+
*/
|
|
21
|
+
id: string;
|
|
22
|
+
/**
|
|
23
|
+
* Format: uuid
|
|
24
|
+
* @description The ID of the organization in which this badge is available .
|
|
25
|
+
*/
|
|
26
|
+
org_id: string;
|
|
27
|
+
/**
|
|
28
|
+
* @description unique identifier for the badge ( auto generated )
|
|
29
|
+
* @example Kubernetes-Expert
|
|
30
|
+
*/
|
|
31
|
+
label: string;
|
|
32
|
+
/**
|
|
33
|
+
* @description Concise descriptor for the badge or certificate.
|
|
34
|
+
* @example Kubernetes Expert
|
|
35
|
+
*/
|
|
36
|
+
name: string;
|
|
37
|
+
/**
|
|
38
|
+
* @description A description of the milestone achieved, often including criteria for receiving this recognition.
|
|
39
|
+
* @example Awarded for mastering Kubernetes concepts and practices.
|
|
40
|
+
*/
|
|
41
|
+
description: string;
|
|
42
|
+
/**
|
|
43
|
+
* Format: uri
|
|
44
|
+
* @description URL to the badge image
|
|
45
|
+
* @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
|
|
46
|
+
*/
|
|
47
|
+
image_url: string;
|
|
48
|
+
/**
|
|
49
|
+
* Format: date-time
|
|
50
|
+
* @description Timestamp when the resource was created.
|
|
51
|
+
*/
|
|
52
|
+
created_at: string;
|
|
53
|
+
/**
|
|
54
|
+
* Format: date-time
|
|
55
|
+
* @description Timestamp when the resource was updated.
|
|
56
|
+
*/
|
|
57
|
+
updated_at: string;
|
|
58
|
+
/**
|
|
59
|
+
* Format: date-time
|
|
60
|
+
* @description Timestamp when the resource was deleted, if applicable
|
|
61
|
+
*/
|
|
62
|
+
deleted_at: string;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
interface operations {
|
|
67
|
+
getBadgeByID: {
|
|
68
|
+
parameters: {
|
|
69
|
+
path: {
|
|
70
|
+
/** Unique identifier */
|
|
71
|
+
id: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
responses: {
|
|
75
|
+
200: {
|
|
76
|
+
content: {
|
|
77
|
+
"application/json": {
|
|
78
|
+
/**
|
|
79
|
+
* Format: uuid
|
|
80
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
81
|
+
*/
|
|
82
|
+
id: string;
|
|
83
|
+
/**
|
|
84
|
+
* Format: uuid
|
|
85
|
+
* @description The ID of the organization in which this badge is available .
|
|
86
|
+
*/
|
|
87
|
+
org_id: string;
|
|
88
|
+
/**
|
|
89
|
+
* @description unique identifier for the badge ( auto generated )
|
|
90
|
+
* @example Kubernetes-Expert
|
|
91
|
+
*/
|
|
92
|
+
label: string;
|
|
93
|
+
/**
|
|
94
|
+
* @description Concise descriptor for the badge or certificate.
|
|
95
|
+
* @example Kubernetes Expert
|
|
96
|
+
*/
|
|
97
|
+
name: string;
|
|
98
|
+
/**
|
|
99
|
+
* @description A description of the milestone achieved, often including criteria for receiving this recognition.
|
|
100
|
+
* @example Awarded for mastering Kubernetes concepts and practices.
|
|
101
|
+
*/
|
|
102
|
+
description: string;
|
|
103
|
+
/**
|
|
104
|
+
* Format: uri
|
|
105
|
+
* @description URL to the badge image
|
|
106
|
+
* @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
|
|
107
|
+
*/
|
|
108
|
+
image_url: string;
|
|
109
|
+
/**
|
|
110
|
+
* Format: date-time
|
|
111
|
+
* @description Timestamp when the resource was created.
|
|
112
|
+
*/
|
|
113
|
+
created_at: string;
|
|
114
|
+
/**
|
|
115
|
+
* Format: date-time
|
|
116
|
+
* @description Timestamp when the resource was updated.
|
|
117
|
+
*/
|
|
118
|
+
updated_at: string;
|
|
119
|
+
/**
|
|
120
|
+
* Format: date-time
|
|
121
|
+
* @description Timestamp when the resource was deleted, if applicable
|
|
122
|
+
*/
|
|
123
|
+
deleted_at: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
deleteBadgeByID: {
|
|
130
|
+
parameters: {
|
|
131
|
+
path: {
|
|
132
|
+
/** Unique identifier */
|
|
133
|
+
id: string;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
responses: {
|
|
137
|
+
/** Badge deleted successfully */
|
|
138
|
+
204: never;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
createOrUpdateBadge: {
|
|
142
|
+
responses: {
|
|
143
|
+
201: {
|
|
144
|
+
content: {
|
|
145
|
+
"application/json": {
|
|
146
|
+
/**
|
|
147
|
+
* Format: uuid
|
|
148
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
149
|
+
*/
|
|
150
|
+
id: string;
|
|
151
|
+
/**
|
|
152
|
+
* Format: uuid
|
|
153
|
+
* @description The ID of the organization in which this badge is available .
|
|
154
|
+
*/
|
|
155
|
+
org_id: string;
|
|
156
|
+
/**
|
|
157
|
+
* @description unique identifier for the badge ( auto generated )
|
|
158
|
+
* @example Kubernetes-Expert
|
|
159
|
+
*/
|
|
160
|
+
label: string;
|
|
161
|
+
/**
|
|
162
|
+
* @description Concise descriptor for the badge or certificate.
|
|
163
|
+
* @example Kubernetes Expert
|
|
164
|
+
*/
|
|
165
|
+
name: string;
|
|
166
|
+
/**
|
|
167
|
+
* @description A description of the milestone achieved, often including criteria for receiving this recognition.
|
|
168
|
+
* @example Awarded for mastering Kubernetes concepts and practices.
|
|
169
|
+
*/
|
|
170
|
+
description: string;
|
|
171
|
+
/**
|
|
172
|
+
* Format: uri
|
|
173
|
+
* @description URL to the badge image
|
|
174
|
+
* @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
|
|
175
|
+
*/
|
|
176
|
+
image_url: string;
|
|
177
|
+
/**
|
|
178
|
+
* Format: date-time
|
|
179
|
+
* @description Timestamp when the resource was created.
|
|
180
|
+
*/
|
|
181
|
+
created_at: string;
|
|
182
|
+
/**
|
|
183
|
+
* Format: date-time
|
|
184
|
+
* @description Timestamp when the resource was updated.
|
|
185
|
+
*/
|
|
186
|
+
updated_at: string;
|
|
187
|
+
/**
|
|
188
|
+
* Format: date-time
|
|
189
|
+
* @description Timestamp when the resource was deleted, if applicable
|
|
190
|
+
*/
|
|
191
|
+
deleted_at: string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
requestBody: {
|
|
197
|
+
content: {
|
|
198
|
+
"application/json": {
|
|
199
|
+
/**
|
|
200
|
+
* Format: uuid
|
|
201
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
202
|
+
*/
|
|
203
|
+
id: string;
|
|
204
|
+
/**
|
|
205
|
+
* Format: uuid
|
|
206
|
+
* @description The ID of the organization in which this badge is available .
|
|
207
|
+
*/
|
|
208
|
+
org_id: string;
|
|
209
|
+
/**
|
|
210
|
+
* @description unique identifier for the badge ( auto generated )
|
|
211
|
+
* @example Kubernetes-Expert
|
|
212
|
+
*/
|
|
213
|
+
label: string;
|
|
214
|
+
/**
|
|
215
|
+
* @description Concise descriptor for the badge or certificate.
|
|
216
|
+
* @example Kubernetes Expert
|
|
217
|
+
*/
|
|
218
|
+
name: string;
|
|
219
|
+
/**
|
|
220
|
+
* @description A description of the milestone achieved, often including criteria for receiving this recognition.
|
|
221
|
+
* @example Awarded for mastering Kubernetes concepts and practices.
|
|
222
|
+
*/
|
|
223
|
+
description: string;
|
|
224
|
+
/**
|
|
225
|
+
* Format: uri
|
|
226
|
+
* @description URL to the badge image
|
|
227
|
+
* @example https://raw.githubusercontent.com/layer5io/layer5-academy/refs/heads/master/static/11111111-1111-1111-1111-111111111111/images/meshery-logo-light.webp
|
|
228
|
+
*/
|
|
229
|
+
image_url: string;
|
|
230
|
+
/**
|
|
231
|
+
* Format: date-time
|
|
232
|
+
* @description Timestamp when the resource was created.
|
|
233
|
+
*/
|
|
234
|
+
created_at: string;
|
|
235
|
+
/**
|
|
236
|
+
* Format: date-time
|
|
237
|
+
* @description Timestamp when the resource was updated.
|
|
238
|
+
*/
|
|
239
|
+
updated_at: string;
|
|
240
|
+
/**
|
|
241
|
+
* Format: date-time
|
|
242
|
+
* @description Timestamp when the resource was deleted, if applicable
|
|
243
|
+
*/
|
|
244
|
+
deleted_at: string;
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
}
|
|
250
|
+
interface external {
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
export type { components, external, operations, paths };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';
|
|
File without changes
|