@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,268 @@
|
|
|
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/identity/orgs/by-domain": {
|
|
7
|
+
get: operations["getOrgByDomain"];
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
interface components {
|
|
11
|
+
schemas: {
|
|
12
|
+
/**
|
|
13
|
+
* Format: uuid
|
|
14
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
15
|
+
*/
|
|
16
|
+
UUID: string;
|
|
17
|
+
/** Format: date-time */
|
|
18
|
+
NullableTime: string;
|
|
19
|
+
/** Format: date-time */
|
|
20
|
+
Time: string;
|
|
21
|
+
Location: {
|
|
22
|
+
svg: string;
|
|
23
|
+
location: string;
|
|
24
|
+
};
|
|
25
|
+
Logo: {
|
|
26
|
+
desktop_view: {
|
|
27
|
+
svg: string;
|
|
28
|
+
location: string;
|
|
29
|
+
};
|
|
30
|
+
mobile_view: {
|
|
31
|
+
svg: string;
|
|
32
|
+
location: string;
|
|
33
|
+
};
|
|
34
|
+
dark_desktop_view: {
|
|
35
|
+
svg: string;
|
|
36
|
+
location: string;
|
|
37
|
+
};
|
|
38
|
+
dark_mobile_view: {
|
|
39
|
+
svg: string;
|
|
40
|
+
location: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
Theme: {
|
|
44
|
+
id: string;
|
|
45
|
+
logo: {
|
|
46
|
+
desktop_view: {
|
|
47
|
+
svg: string;
|
|
48
|
+
location: string;
|
|
49
|
+
};
|
|
50
|
+
mobile_view: {
|
|
51
|
+
svg: string;
|
|
52
|
+
location: string;
|
|
53
|
+
};
|
|
54
|
+
dark_desktop_view: {
|
|
55
|
+
svg: string;
|
|
56
|
+
location: string;
|
|
57
|
+
};
|
|
58
|
+
dark_mobile_view: {
|
|
59
|
+
svg: string;
|
|
60
|
+
location: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
vars?: {
|
|
64
|
+
[key: string]: unknown;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
/** @description Preferences specific to dashboard behavior */
|
|
68
|
+
DashboardPrefs: {
|
|
69
|
+
[key: string]: unknown;
|
|
70
|
+
};
|
|
71
|
+
Preferences: {
|
|
72
|
+
theme: {
|
|
73
|
+
id: string;
|
|
74
|
+
logo: {
|
|
75
|
+
desktop_view: {
|
|
76
|
+
svg: string;
|
|
77
|
+
location: string;
|
|
78
|
+
};
|
|
79
|
+
mobile_view: {
|
|
80
|
+
svg: string;
|
|
81
|
+
location: string;
|
|
82
|
+
};
|
|
83
|
+
dark_desktop_view: {
|
|
84
|
+
svg: string;
|
|
85
|
+
location: string;
|
|
86
|
+
};
|
|
87
|
+
dark_mobile_view: {
|
|
88
|
+
svg: string;
|
|
89
|
+
location: string;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
vars?: {
|
|
93
|
+
[key: string]: unknown;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
/** @description Preferences specific to dashboard behavior */
|
|
97
|
+
dashboard: {
|
|
98
|
+
[key: string]: unknown;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
OrgMetadata: {
|
|
102
|
+
preferences: {
|
|
103
|
+
theme: {
|
|
104
|
+
id: string;
|
|
105
|
+
logo: {
|
|
106
|
+
desktop_view: {
|
|
107
|
+
svg: string;
|
|
108
|
+
location: string;
|
|
109
|
+
};
|
|
110
|
+
mobile_view: {
|
|
111
|
+
svg: string;
|
|
112
|
+
location: string;
|
|
113
|
+
};
|
|
114
|
+
dark_desktop_view: {
|
|
115
|
+
svg: string;
|
|
116
|
+
location: string;
|
|
117
|
+
};
|
|
118
|
+
dark_mobile_view: {
|
|
119
|
+
svg: string;
|
|
120
|
+
location: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
vars?: {
|
|
124
|
+
[key: string]: unknown;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
/** @description Preferences specific to dashboard behavior */
|
|
128
|
+
dashboard: {
|
|
129
|
+
[key: string]: unknown;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
Organization: {
|
|
134
|
+
/**
|
|
135
|
+
* Format: uuid
|
|
136
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
137
|
+
*/
|
|
138
|
+
id: string;
|
|
139
|
+
name: string;
|
|
140
|
+
country: string;
|
|
141
|
+
region: string;
|
|
142
|
+
description: string;
|
|
143
|
+
/**
|
|
144
|
+
* Format: uuid
|
|
145
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
146
|
+
*/
|
|
147
|
+
owner: string;
|
|
148
|
+
metadata: {
|
|
149
|
+
preferences: {
|
|
150
|
+
theme: {
|
|
151
|
+
id: string;
|
|
152
|
+
logo: {
|
|
153
|
+
desktop_view: {
|
|
154
|
+
svg: string;
|
|
155
|
+
location: string;
|
|
156
|
+
};
|
|
157
|
+
mobile_view: {
|
|
158
|
+
svg: string;
|
|
159
|
+
location: string;
|
|
160
|
+
};
|
|
161
|
+
dark_desktop_view: {
|
|
162
|
+
svg: string;
|
|
163
|
+
location: string;
|
|
164
|
+
};
|
|
165
|
+
dark_mobile_view: {
|
|
166
|
+
svg: string;
|
|
167
|
+
location: string;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
vars?: {
|
|
171
|
+
[key: string]: unknown;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
/** @description Preferences specific to dashboard behavior */
|
|
175
|
+
dashboard: {
|
|
176
|
+
[key: string]: unknown;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
/** Format: date-time */
|
|
181
|
+
created_at: string;
|
|
182
|
+
/** Format: date-time */
|
|
183
|
+
updated_at: string;
|
|
184
|
+
/** Format: date-time */
|
|
185
|
+
deleted_at?: string;
|
|
186
|
+
domain?: string | null;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
}
|
|
190
|
+
interface operations {
|
|
191
|
+
getOrgByDomain: {
|
|
192
|
+
parameters: {
|
|
193
|
+
query: {
|
|
194
|
+
domain: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
responses: {
|
|
198
|
+
/** Successful response */
|
|
199
|
+
200: {
|
|
200
|
+
content: {
|
|
201
|
+
"application/json": {
|
|
202
|
+
/**
|
|
203
|
+
* Format: uuid
|
|
204
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
205
|
+
*/
|
|
206
|
+
id: string;
|
|
207
|
+
name: string;
|
|
208
|
+
country: string;
|
|
209
|
+
region: string;
|
|
210
|
+
description: string;
|
|
211
|
+
/**
|
|
212
|
+
* Format: uuid
|
|
213
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
214
|
+
*/
|
|
215
|
+
owner: string;
|
|
216
|
+
metadata: {
|
|
217
|
+
preferences: {
|
|
218
|
+
theme: {
|
|
219
|
+
id: string;
|
|
220
|
+
logo: {
|
|
221
|
+
desktop_view: {
|
|
222
|
+
svg: string;
|
|
223
|
+
location: string;
|
|
224
|
+
};
|
|
225
|
+
mobile_view: {
|
|
226
|
+
svg: string;
|
|
227
|
+
location: string;
|
|
228
|
+
};
|
|
229
|
+
dark_desktop_view: {
|
|
230
|
+
svg: string;
|
|
231
|
+
location: string;
|
|
232
|
+
};
|
|
233
|
+
dark_mobile_view: {
|
|
234
|
+
svg: string;
|
|
235
|
+
location: string;
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
vars?: {
|
|
239
|
+
[key: string]: unknown;
|
|
240
|
+
};
|
|
241
|
+
};
|
|
242
|
+
/** @description Preferences specific to dashboard behavior */
|
|
243
|
+
dashboard: {
|
|
244
|
+
[key: string]: unknown;
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
};
|
|
248
|
+
/** Format: date-time */
|
|
249
|
+
created_at: string;
|
|
250
|
+
/** Format: date-time */
|
|
251
|
+
updated_at: string;
|
|
252
|
+
/** Format: date-time */
|
|
253
|
+
deleted_at?: string;
|
|
254
|
+
domain?: string | null;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
/** Organization not found */
|
|
259
|
+
404: unknown;
|
|
260
|
+
/** Internal server error */
|
|
261
|
+
500: unknown;
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
}
|
|
265
|
+
interface external {
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
export type { components, external, operations, paths };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';
|
|
File without changes
|