@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,473 @@
|
|
|
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
|
+
/** @description Represents a user in Layer5 Cloud (Meshery) */
|
|
10
|
+
User: {
|
|
11
|
+
/**
|
|
12
|
+
* Format: uuid
|
|
13
|
+
* @description Unique identifier for the user
|
|
14
|
+
*/
|
|
15
|
+
id: string;
|
|
16
|
+
/** @description User identifier (username or external ID) */
|
|
17
|
+
user_id: string;
|
|
18
|
+
/**
|
|
19
|
+
* @description Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github)
|
|
20
|
+
* @example [
|
|
21
|
+
* "local",
|
|
22
|
+
* "github",
|
|
23
|
+
* "google",
|
|
24
|
+
* "twitter"
|
|
25
|
+
* ]
|
|
26
|
+
*/
|
|
27
|
+
provider: string;
|
|
28
|
+
/**
|
|
29
|
+
* Format: email
|
|
30
|
+
* @description User's email address
|
|
31
|
+
*/
|
|
32
|
+
email: string;
|
|
33
|
+
/** @description User's first name */
|
|
34
|
+
first_name: string;
|
|
35
|
+
/** @description User's last name */
|
|
36
|
+
last_name: string;
|
|
37
|
+
/**
|
|
38
|
+
* Format: uri
|
|
39
|
+
* @description URL to user's avatar image
|
|
40
|
+
*/
|
|
41
|
+
avatar_url?: string;
|
|
42
|
+
/**
|
|
43
|
+
* @description User account status
|
|
44
|
+
* @enum {string}
|
|
45
|
+
*/
|
|
46
|
+
status: "active" | "inactive" | "pending" | "anonymous";
|
|
47
|
+
/**
|
|
48
|
+
* @description User's biography or description
|
|
49
|
+
* @default
|
|
50
|
+
*/
|
|
51
|
+
bio?: string;
|
|
52
|
+
/** @description User's country information stored as JSONB */
|
|
53
|
+
country?: {
|
|
54
|
+
[key: string]: unknown;
|
|
55
|
+
};
|
|
56
|
+
/** @description User's region information stored as JSONB */
|
|
57
|
+
region?: {
|
|
58
|
+
[key: string]: unknown;
|
|
59
|
+
};
|
|
60
|
+
/** @description User preferences stored as JSONB */
|
|
61
|
+
preferences?: {
|
|
62
|
+
meshAdapters?: {
|
|
63
|
+
[key: string]: unknown;
|
|
64
|
+
}[];
|
|
65
|
+
grafana?: {
|
|
66
|
+
grafanaURL?: string;
|
|
67
|
+
grafanaAPIKey?: string;
|
|
68
|
+
selectedBoardsConfigs?: {
|
|
69
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
70
|
+
board?: {
|
|
71
|
+
[key: string]: unknown;
|
|
72
|
+
};
|
|
73
|
+
panels?: {
|
|
74
|
+
[key: string]: unknown;
|
|
75
|
+
}[];
|
|
76
|
+
templateVars?: string[];
|
|
77
|
+
}[];
|
|
78
|
+
};
|
|
79
|
+
prometheus?: {
|
|
80
|
+
prometheusURL?: string;
|
|
81
|
+
selectedPrometheusBoardsConfigs?: {
|
|
82
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
83
|
+
board?: {
|
|
84
|
+
[key: string]: unknown;
|
|
85
|
+
};
|
|
86
|
+
panels?: {
|
|
87
|
+
[key: string]: unknown;
|
|
88
|
+
}[];
|
|
89
|
+
templateVars?: string[];
|
|
90
|
+
}[];
|
|
91
|
+
};
|
|
92
|
+
loadTestPrefs?: {
|
|
93
|
+
/** @description Concurrent requests */
|
|
94
|
+
c?: number;
|
|
95
|
+
/** @description Queries per second */
|
|
96
|
+
qps?: number;
|
|
97
|
+
/** @description Duration */
|
|
98
|
+
t?: string;
|
|
99
|
+
/** @description Load generator */
|
|
100
|
+
gen?: string;
|
|
101
|
+
};
|
|
102
|
+
anonymousUsageStats: boolean;
|
|
103
|
+
anonymousPerfResults: boolean;
|
|
104
|
+
/** Format: date-time */
|
|
105
|
+
updated_at?: string;
|
|
106
|
+
dashboardPreferences: {
|
|
107
|
+
[key: string]: unknown;
|
|
108
|
+
};
|
|
109
|
+
selectedOrganizationID: string;
|
|
110
|
+
selectedWorkspaceForOrganizations: {
|
|
111
|
+
[key: string]: string;
|
|
112
|
+
};
|
|
113
|
+
usersExtensionPreferences: {
|
|
114
|
+
[key: string]: unknown;
|
|
115
|
+
};
|
|
116
|
+
remoteProviderPreferences?: {
|
|
117
|
+
[key: string]: unknown;
|
|
118
|
+
};
|
|
119
|
+
} & {
|
|
120
|
+
updatedAt: unknown;
|
|
121
|
+
RemoteProviderPreferences: unknown;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* Format: date-time
|
|
125
|
+
* @description Timestamp when user accepted terms and conditions
|
|
126
|
+
*/
|
|
127
|
+
accepted_terms_at?: string;
|
|
128
|
+
/**
|
|
129
|
+
* Format: date-time
|
|
130
|
+
* @description Timestamp of user's first login
|
|
131
|
+
*/
|
|
132
|
+
first_login_time?: string;
|
|
133
|
+
/**
|
|
134
|
+
* Format: date-time
|
|
135
|
+
* @description Timestamp of user's most recent login
|
|
136
|
+
*/
|
|
137
|
+
last_login_time: string;
|
|
138
|
+
/**
|
|
139
|
+
* Format: date-time
|
|
140
|
+
* @description Timestamp when the user record was created
|
|
141
|
+
*/
|
|
142
|
+
created_at: string;
|
|
143
|
+
/**
|
|
144
|
+
* Format: date-time
|
|
145
|
+
* @description Timestamp when the user record was last updated
|
|
146
|
+
*/
|
|
147
|
+
updated_at: string;
|
|
148
|
+
/** @description Various online profiles associated with the user account */
|
|
149
|
+
socials?: {
|
|
150
|
+
site: string;
|
|
151
|
+
/** Format: uri */
|
|
152
|
+
link: string;
|
|
153
|
+
}[];
|
|
154
|
+
/**
|
|
155
|
+
* Format: date-time
|
|
156
|
+
* @description Timestamp when the user record was soft-deleted (null if not deleted)
|
|
157
|
+
*/
|
|
158
|
+
deleted_at: string | null;
|
|
159
|
+
};
|
|
160
|
+
/** @description Response schema for getting user information, includes user data with roles, teams, and organizations */
|
|
161
|
+
GetUserResponse: {
|
|
162
|
+
/**
|
|
163
|
+
* Format: uuid
|
|
164
|
+
* @description Unique identifier for the user
|
|
165
|
+
*/
|
|
166
|
+
id: string;
|
|
167
|
+
/** @description User identifier (username or external ID) */
|
|
168
|
+
user_id: string;
|
|
169
|
+
/**
|
|
170
|
+
* @description Authentication provider (e.g., Layer5 Cloud, Twitter, Facebook, Github)
|
|
171
|
+
* @example [
|
|
172
|
+
* "local",
|
|
173
|
+
* "github",
|
|
174
|
+
* "google",
|
|
175
|
+
* "twitter"
|
|
176
|
+
* ]
|
|
177
|
+
*/
|
|
178
|
+
provider: string;
|
|
179
|
+
/**
|
|
180
|
+
* Format: email
|
|
181
|
+
* @description User's email address
|
|
182
|
+
*/
|
|
183
|
+
email: string;
|
|
184
|
+
/** @description User's first name */
|
|
185
|
+
first_name: string;
|
|
186
|
+
/** @description User's last name */
|
|
187
|
+
last_name: string;
|
|
188
|
+
/**
|
|
189
|
+
* Format: uri
|
|
190
|
+
* @description URL to user's avatar image
|
|
191
|
+
*/
|
|
192
|
+
avatar_url?: string;
|
|
193
|
+
/**
|
|
194
|
+
* @description User account status
|
|
195
|
+
* @enum {string}
|
|
196
|
+
*/
|
|
197
|
+
status: "active" | "inactive" | "pending" | "anonymous";
|
|
198
|
+
/**
|
|
199
|
+
* @description User's biography or description
|
|
200
|
+
* @default
|
|
201
|
+
*/
|
|
202
|
+
bio?: string;
|
|
203
|
+
/** @description User's country information stored as JSONB */
|
|
204
|
+
country?: {
|
|
205
|
+
[key: string]: unknown;
|
|
206
|
+
};
|
|
207
|
+
/** @description User's region information stored as JSONB */
|
|
208
|
+
region?: {
|
|
209
|
+
[key: string]: unknown;
|
|
210
|
+
};
|
|
211
|
+
/** @description User preferences stored as JSONB */
|
|
212
|
+
preferences?: {
|
|
213
|
+
meshAdapters?: {
|
|
214
|
+
[key: string]: unknown;
|
|
215
|
+
}[];
|
|
216
|
+
grafana?: {
|
|
217
|
+
grafanaURL?: string;
|
|
218
|
+
grafanaAPIKey?: string;
|
|
219
|
+
selectedBoardsConfigs?: {
|
|
220
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
221
|
+
board?: {
|
|
222
|
+
[key: string]: unknown;
|
|
223
|
+
};
|
|
224
|
+
panels?: {
|
|
225
|
+
[key: string]: unknown;
|
|
226
|
+
}[];
|
|
227
|
+
templateVars?: string[];
|
|
228
|
+
}[];
|
|
229
|
+
};
|
|
230
|
+
prometheus?: {
|
|
231
|
+
prometheusURL?: string;
|
|
232
|
+
selectedPrometheusBoardsConfigs?: {
|
|
233
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
234
|
+
board?: {
|
|
235
|
+
[key: string]: unknown;
|
|
236
|
+
};
|
|
237
|
+
panels?: {
|
|
238
|
+
[key: string]: unknown;
|
|
239
|
+
}[];
|
|
240
|
+
templateVars?: string[];
|
|
241
|
+
}[];
|
|
242
|
+
};
|
|
243
|
+
loadTestPrefs?: {
|
|
244
|
+
/** @description Concurrent requests */
|
|
245
|
+
c?: number;
|
|
246
|
+
/** @description Queries per second */
|
|
247
|
+
qps?: number;
|
|
248
|
+
/** @description Duration */
|
|
249
|
+
t?: string;
|
|
250
|
+
/** @description Load generator */
|
|
251
|
+
gen?: string;
|
|
252
|
+
};
|
|
253
|
+
anonymousUsageStats: boolean;
|
|
254
|
+
anonymousPerfResults: boolean;
|
|
255
|
+
/** Format: date-time */
|
|
256
|
+
updated_at?: string;
|
|
257
|
+
dashboardPreferences: {
|
|
258
|
+
[key: string]: unknown;
|
|
259
|
+
};
|
|
260
|
+
selectedOrganizationID: string;
|
|
261
|
+
selectedWorkspaceForOrganizations: {
|
|
262
|
+
[key: string]: string;
|
|
263
|
+
};
|
|
264
|
+
usersExtensionPreferences: {
|
|
265
|
+
[key: string]: unknown;
|
|
266
|
+
};
|
|
267
|
+
remoteProviderPreferences?: {
|
|
268
|
+
[key: string]: unknown;
|
|
269
|
+
};
|
|
270
|
+
} & {
|
|
271
|
+
updatedAt: unknown;
|
|
272
|
+
RemoteProviderPreferences: unknown;
|
|
273
|
+
};
|
|
274
|
+
/**
|
|
275
|
+
* Format: date-time
|
|
276
|
+
* @description Timestamp when user accepted terms and conditions
|
|
277
|
+
*/
|
|
278
|
+
accepted_terms_at?: string;
|
|
279
|
+
/**
|
|
280
|
+
* Format: date-time
|
|
281
|
+
* @description Timestamp of user's first login
|
|
282
|
+
*/
|
|
283
|
+
first_login_time?: string;
|
|
284
|
+
/**
|
|
285
|
+
* Format: date-time
|
|
286
|
+
* @description Timestamp of user's most recent login
|
|
287
|
+
*/
|
|
288
|
+
last_login_time: string;
|
|
289
|
+
/**
|
|
290
|
+
* Format: date-time
|
|
291
|
+
* @description Timestamp when the user record was created
|
|
292
|
+
*/
|
|
293
|
+
created_at: string;
|
|
294
|
+
/**
|
|
295
|
+
* Format: date-time
|
|
296
|
+
* @description Timestamp when the user record was last updated
|
|
297
|
+
*/
|
|
298
|
+
updated_at: string;
|
|
299
|
+
/** @description Various online profiles associated with the user account */
|
|
300
|
+
socials?: {
|
|
301
|
+
site: string;
|
|
302
|
+
/** Format: uri */
|
|
303
|
+
link: string;
|
|
304
|
+
}[];
|
|
305
|
+
/**
|
|
306
|
+
* Format: date-time
|
|
307
|
+
* @description Timestamp when the user record was soft-deleted (null if not deleted)
|
|
308
|
+
*/
|
|
309
|
+
deleted_at: string | null;
|
|
310
|
+
} & {
|
|
311
|
+
/**
|
|
312
|
+
* @description List of global roles assigned to the user
|
|
313
|
+
* @example [
|
|
314
|
+
* [
|
|
315
|
+
* "admin",
|
|
316
|
+
* "meshmap"
|
|
317
|
+
* ],
|
|
318
|
+
* [
|
|
319
|
+
* "user"
|
|
320
|
+
* ]
|
|
321
|
+
* ]
|
|
322
|
+
*/
|
|
323
|
+
role_names?: ("admin" | "meshmap" | "curator" | "team admin" | "workspace admin" | "workspace manager" | "organization admin" | "user")[];
|
|
324
|
+
/** @description Teams the user belongs to with role information */
|
|
325
|
+
teams?: {
|
|
326
|
+
teams_with_roles?: {
|
|
327
|
+
[key: string]: unknown;
|
|
328
|
+
}[];
|
|
329
|
+
total_count?: number;
|
|
330
|
+
};
|
|
331
|
+
/** @description Organizations the user belongs to with role information */
|
|
332
|
+
organizations?: {
|
|
333
|
+
organizations_with_roles?: {
|
|
334
|
+
[key: string]: unknown;
|
|
335
|
+
}[];
|
|
336
|
+
total_count?: number;
|
|
337
|
+
};
|
|
338
|
+
};
|
|
339
|
+
Preference: {
|
|
340
|
+
meshAdapters?: {
|
|
341
|
+
[key: string]: unknown;
|
|
342
|
+
}[];
|
|
343
|
+
grafana?: {
|
|
344
|
+
grafanaURL?: string;
|
|
345
|
+
grafanaAPIKey?: string;
|
|
346
|
+
selectedBoardsConfigs?: {
|
|
347
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
348
|
+
board?: {
|
|
349
|
+
[key: string]: unknown;
|
|
350
|
+
};
|
|
351
|
+
panels?: {
|
|
352
|
+
[key: string]: unknown;
|
|
353
|
+
}[];
|
|
354
|
+
templateVars?: string[];
|
|
355
|
+
}[];
|
|
356
|
+
};
|
|
357
|
+
prometheus?: {
|
|
358
|
+
prometheusURL?: string;
|
|
359
|
+
selectedPrometheusBoardsConfigs?: {
|
|
360
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
361
|
+
board?: {
|
|
362
|
+
[key: string]: unknown;
|
|
363
|
+
};
|
|
364
|
+
panels?: {
|
|
365
|
+
[key: string]: unknown;
|
|
366
|
+
}[];
|
|
367
|
+
templateVars?: string[];
|
|
368
|
+
}[];
|
|
369
|
+
};
|
|
370
|
+
loadTestPrefs?: {
|
|
371
|
+
/** @description Concurrent requests */
|
|
372
|
+
c?: number;
|
|
373
|
+
/** @description Queries per second */
|
|
374
|
+
qps?: number;
|
|
375
|
+
/** @description Duration */
|
|
376
|
+
t?: string;
|
|
377
|
+
/** @description Load generator */
|
|
378
|
+
gen?: string;
|
|
379
|
+
};
|
|
380
|
+
anonymousUsageStats: boolean;
|
|
381
|
+
anonymousPerfResults: boolean;
|
|
382
|
+
/** Format: date-time */
|
|
383
|
+
updated_at?: string;
|
|
384
|
+
dashboardPreferences: {
|
|
385
|
+
[key: string]: unknown;
|
|
386
|
+
};
|
|
387
|
+
selectedOrganizationID: string;
|
|
388
|
+
selectedWorkspaceForOrganizations: {
|
|
389
|
+
[key: string]: string;
|
|
390
|
+
};
|
|
391
|
+
usersExtensionPreferences: {
|
|
392
|
+
[key: string]: unknown;
|
|
393
|
+
};
|
|
394
|
+
remoteProviderPreferences?: {
|
|
395
|
+
[key: string]: unknown;
|
|
396
|
+
};
|
|
397
|
+
} & {
|
|
398
|
+
updatedAt: unknown;
|
|
399
|
+
RemoteProviderPreferences: unknown;
|
|
400
|
+
};
|
|
401
|
+
/** @description Placeholder for Adapter struct definition. */
|
|
402
|
+
Adapter: {
|
|
403
|
+
[key: string]: unknown;
|
|
404
|
+
};
|
|
405
|
+
Grafana: {
|
|
406
|
+
grafanaURL?: string;
|
|
407
|
+
grafanaAPIKey?: string;
|
|
408
|
+
selectedBoardsConfigs?: {
|
|
409
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
410
|
+
board?: {
|
|
411
|
+
[key: string]: unknown;
|
|
412
|
+
};
|
|
413
|
+
panels?: {
|
|
414
|
+
[key: string]: unknown;
|
|
415
|
+
}[];
|
|
416
|
+
templateVars?: string[];
|
|
417
|
+
}[];
|
|
418
|
+
};
|
|
419
|
+
SelectedGrafanaConfig: {
|
|
420
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
421
|
+
board?: {
|
|
422
|
+
[key: string]: unknown;
|
|
423
|
+
};
|
|
424
|
+
panels?: {
|
|
425
|
+
[key: string]: unknown;
|
|
426
|
+
}[];
|
|
427
|
+
templateVars?: string[];
|
|
428
|
+
};
|
|
429
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
430
|
+
GrafanaBoard: {
|
|
431
|
+
[key: string]: unknown;
|
|
432
|
+
};
|
|
433
|
+
/** @description Grafana panel structure imported from github.com/grafana-tools/sdk */
|
|
434
|
+
Panel: {
|
|
435
|
+
[key: string]: unknown;
|
|
436
|
+
};
|
|
437
|
+
Prometheus: {
|
|
438
|
+
prometheusURL?: string;
|
|
439
|
+
selectedPrometheusBoardsConfigs?: {
|
|
440
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
441
|
+
board?: {
|
|
442
|
+
[key: string]: unknown;
|
|
443
|
+
};
|
|
444
|
+
panels?: {
|
|
445
|
+
[key: string]: unknown;
|
|
446
|
+
}[];
|
|
447
|
+
templateVars?: string[];
|
|
448
|
+
}[];
|
|
449
|
+
};
|
|
450
|
+
LoadTestPreferences: {
|
|
451
|
+
/** @description Concurrent requests */
|
|
452
|
+
c?: number;
|
|
453
|
+
/** @description Queries per second */
|
|
454
|
+
qps?: number;
|
|
455
|
+
/** @description Duration */
|
|
456
|
+
t?: string;
|
|
457
|
+
/** @description Load generator */
|
|
458
|
+
gen?: string;
|
|
459
|
+
};
|
|
460
|
+
/** @description Various online profiles associated with the user account, like GitHub, LinkedIn, X, and so on. */
|
|
461
|
+
Social: {
|
|
462
|
+
site: string;
|
|
463
|
+
/** Format: uri */
|
|
464
|
+
link: string;
|
|
465
|
+
};
|
|
466
|
+
};
|
|
467
|
+
}
|
|
468
|
+
interface operations {
|
|
469
|
+
}
|
|
470
|
+
interface external {
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
export type { components, external, operations, paths };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';
|
|
File without changes
|