@meshery/schemas 1.3.30 → 1.3.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cloudApi.d.mts +4319 -3658
- package/dist/cloudApi.d.ts +4319 -3658
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1beta1/system/System.d.ts +764 -14
- package/dist/constructs/v1beta1/system/SystemSchema.js +1 -1
- package/dist/constructs/v1beta1/system/SystemSchema.mjs +1 -1
- package/dist/constructs/v1beta2/academy/AcademySchema.js +1 -1
- package/dist/constructs/v1beta2/academy/AcademySchema.mjs +1 -1
- package/dist/constructs/v1beta2/connection/Connection.d.ts +6 -6
- package/dist/constructs/v1beta2/connection/ConnectionSchema.js +1 -1
- package/dist/constructs/v1beta2/connection/ConnectionSchema.mjs +1 -1
- package/dist/constructs/v1beta2/core/Core.d.ts +1 -1
- package/dist/constructs/v1beta2/core/CoreSchema.js +1 -1
- package/dist/constructs/v1beta2/core/CoreSchema.mjs +1 -1
- package/dist/constructs/v1beta2/credential/CredentialSchema.js +2 -2
- package/dist/constructs/v1beta2/credential/CredentialSchema.mjs +2 -2
- package/dist/constructs/v1beta2/design/DesignSchema.js +5 -5
- package/dist/constructs/v1beta2/design/DesignSchema.mjs +5 -5
- package/dist/constructs/v1beta2/event/EventSchema.js +1 -1
- package/dist/constructs/v1beta2/event/EventSchema.mjs +1 -1
- package/dist/constructs/v1beta2/invitation/InvitationSchema.js +1 -1
- package/dist/constructs/v1beta2/invitation/InvitationSchema.mjs +1 -1
- package/dist/constructs/v1beta2/key/KeySchema.js +1 -1
- package/dist/constructs/v1beta2/key/KeySchema.mjs +1 -1
- package/dist/constructs/v1beta2/keychain/KeychainSchema.js +1 -1
- package/dist/constructs/v1beta2/keychain/KeychainSchema.mjs +1 -1
- package/dist/constructs/v1beta2/plan/PlanSchema.js +1 -1
- package/dist/constructs/v1beta2/plan/PlanSchema.mjs +1 -1
- package/dist/constructs/v1beta2/role/RoleSchema.js +1 -1
- package/dist/constructs/v1beta2/role/RoleSchema.mjs +1 -1
- package/dist/constructs/v1beta2/schedule/ScheduleSchema.js +2 -2
- package/dist/constructs/v1beta2/schedule/ScheduleSchema.mjs +2 -2
- package/dist/constructs/v1beta2/subscription/SubscriptionSchema.js +1 -1
- package/dist/constructs/v1beta2/subscription/SubscriptionSchema.mjs +1 -1
- package/dist/constructs/v1beta2/team/TeamSchema.js +1 -1
- package/dist/constructs/v1beta2/team/TeamSchema.mjs +1 -1
- package/dist/constructs/v1beta2/token/TokenSchema.js +1 -1
- package/dist/constructs/v1beta2/token/TokenSchema.mjs +1 -1
- package/dist/constructs/v1beta2/user/User.d.ts +6 -350
- package/dist/constructs/v1beta2/user/UserSchema.js +1 -1
- package/dist/constructs/v1beta2/user/UserSchema.mjs +1 -1
- package/dist/constructs/v1beta2/view/ViewSchema.js +2 -2
- package/dist/constructs/v1beta2/view/ViewSchema.mjs +2 -2
- package/dist/constructs/v1beta3/academy/AcademySchema.js +1 -1
- package/dist/constructs/v1beta3/academy/AcademySchema.mjs +1 -1
- package/dist/constructs/v1beta3/connection/Connection.d.ts +242 -22
- package/dist/constructs/v1beta3/connection/ConnectionSchema.js +1 -1
- package/dist/constructs/v1beta3/connection/ConnectionSchema.mjs +1 -1
- package/dist/constructs/v1beta3/design/DesignSchema.js +5 -5
- package/dist/constructs/v1beta3/design/DesignSchema.mjs +5 -5
- package/dist/constructs/v1beta3/environment/EnvironmentSchema.js +1 -1
- package/dist/constructs/v1beta3/environment/EnvironmentSchema.mjs +1 -1
- package/dist/constructs/v1beta3/event/EventSchema.js +1 -1
- package/dist/constructs/v1beta3/event/EventSchema.mjs +1 -1
- package/dist/constructs/v1beta3/filter/FilterSchema.js +2 -2
- package/dist/constructs/v1beta3/filter/FilterSchema.mjs +2 -2
- package/dist/constructs/v1beta3/invitation/InvitationSchema.js +1 -1
- package/dist/constructs/v1beta3/invitation/InvitationSchema.mjs +1 -1
- package/dist/constructs/v1beta3/pattern_resource/PatternResourceSchema.js +2 -2
- package/dist/constructs/v1beta3/pattern_resource/PatternResourceSchema.mjs +2 -2
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.js +1 -1
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.mjs +1 -1
- package/dist/constructs/v1beta3/plan/PlanSchema.js +1 -1
- package/dist/constructs/v1beta3/plan/PlanSchema.mjs +1 -1
- package/dist/constructs/v1beta3/subscription/SubscriptionSchema.js +1 -1
- package/dist/constructs/v1beta3/subscription/SubscriptionSchema.mjs +1 -1
- package/dist/constructs/v1beta3/token/TokenSchema.js +1 -1
- package/dist/constructs/v1beta3/token/TokenSchema.mjs +1 -1
- package/dist/constructs/v1beta3/user/User.d.ts +536 -5
- package/dist/constructs/v1beta3/user/UserSchema.js +1 -1
- package/dist/constructs/v1beta3/user/UserSchema.mjs +1 -1
- package/dist/constructs/v1beta3/workspace/WorkspaceSchema.js +2 -2
- package/dist/constructs/v1beta3/workspace/WorkspaceSchema.mjs +2 -2
- package/dist/index.d.mts +1278 -75
- package/dist/index.d.ts +1278 -75
- package/dist/index.js +7 -7
- package/dist/index.mjs +7 -7
- package/dist/mesheryApi.d.mts +5059 -3562
- package/dist/mesheryApi.d.ts +5059 -3562
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
interface components$
|
|
1
|
+
interface components$B {
|
|
2
2
|
schemas: {
|
|
3
3
|
/**
|
|
4
4
|
* @description Meshery manages entities in accordance with their specific capabilities. This field explicitly identifies those capabilities largely by what actions a given component supports; e.g. metric-scrape, sub-interface, and so on. This field is extensible. Entities may define a broad array of capabilities, which are in-turn dynamically interpretted by Meshery for full lifecycle management.
|
|
@@ -109,7 +109,7 @@ interface components$z {
|
|
|
109
109
|
pathItems: never;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
interface components$
|
|
112
|
+
interface components$A {
|
|
113
113
|
schemas: {
|
|
114
114
|
CatalogData: {
|
|
115
115
|
/** @description Tracks the specific content version that has been made available in the Catalog. */
|
|
@@ -149,7 +149,7 @@ interface components$y {
|
|
|
149
149
|
pathItems: never;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
interface components$
|
|
152
|
+
interface components$z {
|
|
153
153
|
schemas: {
|
|
154
154
|
/**
|
|
155
155
|
* @description Meshery manages entities in accordance with their specific capabilities. This field explicitly identifies those capabilities largely by what actions a given component supports; e.g. metric-scrape, sub-interface, and so on. This field is extensible. Entities may define a broad array of capabilities, which are in-turn dynamically interpretted by Meshery for full lifecycle management.
|
|
@@ -260,7 +260,7 @@ interface components$x {
|
|
|
260
260
|
pathItems: never;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
interface components$
|
|
263
|
+
interface components$y {
|
|
264
264
|
schemas: {
|
|
265
265
|
/** @description Components are reusable building blocks for depicting capabilities defined within models. Learn more at https://docs.meshery.io/concepts/components */
|
|
266
266
|
ComponentDefinition: {
|
|
@@ -1017,7 +1017,7 @@ interface components$w {
|
|
|
1017
1017
|
pathItems: never;
|
|
1018
1018
|
}
|
|
1019
1019
|
|
|
1020
|
-
interface components$
|
|
1020
|
+
interface components$x {
|
|
1021
1021
|
schemas: {
|
|
1022
1022
|
/** @description Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections */
|
|
1023
1023
|
Connection: {
|
|
@@ -1419,7 +1419,7 @@ interface components$v {
|
|
|
1419
1419
|
pathItems: never;
|
|
1420
1420
|
}
|
|
1421
1421
|
|
|
1422
|
-
interface components$
|
|
1422
|
+
interface components$w {
|
|
1423
1423
|
schemas: {
|
|
1424
1424
|
/** @description Meshery Credentials store sensitive information such as API keys, tokens, and passwords used by connections to external systems. */
|
|
1425
1425
|
Credential: {
|
|
@@ -1556,7 +1556,7 @@ interface components$u {
|
|
|
1556
1556
|
pathItems: never;
|
|
1557
1557
|
}
|
|
1558
1558
|
|
|
1559
|
-
interface components$
|
|
1559
|
+
interface components$v {
|
|
1560
1560
|
schemas: {
|
|
1561
1561
|
/** @description Registrant-defined data associated with the model. Properties pertain to the software being managed (e.g. Kubernetes v1.31). */
|
|
1562
1562
|
Model: {
|
|
@@ -2294,7 +2294,7 @@ interface components$t {
|
|
|
2294
2294
|
pathItems: never;
|
|
2295
2295
|
}
|
|
2296
2296
|
|
|
2297
|
-
interface components$
|
|
2297
|
+
interface components$u {
|
|
2298
2298
|
schemas: {
|
|
2299
2299
|
/** @description Represents a user */
|
|
2300
2300
|
User: {
|
|
@@ -3291,7 +3291,7 @@ interface components$s {
|
|
|
3291
3291
|
pathItems: never;
|
|
3292
3292
|
}
|
|
3293
3293
|
|
|
3294
|
-
interface components$
|
|
3294
|
+
interface components$t {
|
|
3295
3295
|
schemas: {
|
|
3296
3296
|
DeletePatternModel: {
|
|
3297
3297
|
/** Format: uuid */
|
|
@@ -10574,7 +10574,7 @@ interface components$r {
|
|
|
10574
10574
|
pathItems: never;
|
|
10575
10575
|
}
|
|
10576
10576
|
|
|
10577
|
-
interface components$
|
|
10577
|
+
interface components$s {
|
|
10578
10578
|
schemas: {
|
|
10579
10579
|
/** @description Category of the model. */
|
|
10580
10580
|
CategoryDefinition: {
|
|
@@ -10600,7 +10600,7 @@ interface components$q {
|
|
|
10600
10600
|
pathItems: never;
|
|
10601
10601
|
}
|
|
10602
10602
|
|
|
10603
|
-
interface components$
|
|
10603
|
+
interface components$r {
|
|
10604
10604
|
schemas: {
|
|
10605
10605
|
/**
|
|
10606
10606
|
* SubCategory
|
|
@@ -10617,7 +10617,7 @@ interface components$p {
|
|
|
10617
10617
|
pathItems: never;
|
|
10618
10618
|
}
|
|
10619
10619
|
|
|
10620
|
-
interface components$
|
|
10620
|
+
interface components$q {
|
|
10621
10621
|
schemas: {
|
|
10622
10622
|
/**
|
|
10623
10623
|
* Environment
|
|
@@ -10873,7 +10873,7 @@ interface components$o {
|
|
|
10873
10873
|
pathItems: never;
|
|
10874
10874
|
}
|
|
10875
10875
|
|
|
10876
|
-
interface components$
|
|
10876
|
+
interface components$p {
|
|
10877
10877
|
schemas: {
|
|
10878
10878
|
EvaluationRequest: {
|
|
10879
10879
|
/**
|
|
@@ -13825,7 +13825,7 @@ interface components$n {
|
|
|
13825
13825
|
pathItems: never;
|
|
13826
13826
|
}
|
|
13827
13827
|
|
|
13828
|
-
interface components$
|
|
13828
|
+
interface components$o {
|
|
13829
13829
|
schemas: {
|
|
13830
13830
|
/** @description A feature is a quantified entitlement granted to an organization through its subscription plan, such as the number of components allowed in a design. */
|
|
13831
13831
|
Feature: {
|
|
@@ -14014,7 +14014,7 @@ interface components$m {
|
|
|
14014
14014
|
pathItems: never;
|
|
14015
14015
|
}
|
|
14016
14016
|
|
|
14017
|
-
interface components$
|
|
14017
|
+
interface components$n {
|
|
14018
14018
|
schemas: {
|
|
14019
14019
|
/** @description Represents an authorization key used for access control. */
|
|
14020
14020
|
Key: {
|
|
@@ -14167,7 +14167,7 @@ interface components$l {
|
|
|
14167
14167
|
pathItems: never;
|
|
14168
14168
|
}
|
|
14169
14169
|
|
|
14170
|
-
interface components$
|
|
14170
|
+
interface components$m {
|
|
14171
14171
|
schemas: {
|
|
14172
14172
|
/** @description Represents a collection of keys. */
|
|
14173
14173
|
Keychain: {
|
|
@@ -14302,7 +14302,7 @@ interface components$k {
|
|
|
14302
14302
|
pathItems: never;
|
|
14303
14303
|
}
|
|
14304
14304
|
|
|
14305
|
-
interface components$
|
|
14305
|
+
interface components$l {
|
|
14306
14306
|
schemas: {
|
|
14307
14307
|
/**
|
|
14308
14308
|
* Format: uuid
|
|
@@ -15011,7 +15011,7 @@ interface components$j {
|
|
|
15011
15011
|
pathItems: never;
|
|
15012
15012
|
}
|
|
15013
15013
|
|
|
15014
|
-
interface components$
|
|
15014
|
+
interface components$k {
|
|
15015
15015
|
schemas: {
|
|
15016
15016
|
/** @description Role definition */
|
|
15017
15017
|
Role: {
|
|
@@ -15231,7 +15231,7 @@ interface components$i {
|
|
|
15231
15231
|
pathItems: never;
|
|
15232
15232
|
}
|
|
15233
15233
|
|
|
15234
|
-
interface components$
|
|
15234
|
+
interface components$j {
|
|
15235
15235
|
schemas: {
|
|
15236
15236
|
/** @description A schedule defines a recurring cron-based trigger for performance tests or other automated tasks. */
|
|
15237
15237
|
Schedule: {
|
|
@@ -15352,7 +15352,502 @@ interface components$h {
|
|
|
15352
15352
|
pathItems: never;
|
|
15353
15353
|
}
|
|
15354
15354
|
|
|
15355
|
-
interface components$
|
|
15355
|
+
interface components$i {
|
|
15356
|
+
schemas: {
|
|
15357
|
+
/** @description Request body for sending a test email through the configured SMTP provider. */
|
|
15358
|
+
EmailTestRequest: {
|
|
15359
|
+
/**
|
|
15360
|
+
* Format: email
|
|
15361
|
+
* @description Recipient email address for the test message.
|
|
15362
|
+
*/
|
|
15363
|
+
to: string;
|
|
15364
|
+
/** @description Subject line for the test message. A default subject is used when omitted. */
|
|
15365
|
+
subject?: string;
|
|
15366
|
+
};
|
|
15367
|
+
/** @description Result of a test email send attempt. */
|
|
15368
|
+
EmailTestResponse: {
|
|
15369
|
+
/** @description Outcome status of the send attempt (e.g. `success`). */
|
|
15370
|
+
status: string;
|
|
15371
|
+
/** @description Human-readable result message. */
|
|
15372
|
+
message: string;
|
|
15373
|
+
/** @description Unix-epoch seconds, as a decimal string, when the test email was sent. */
|
|
15374
|
+
timestamp: string;
|
|
15375
|
+
/**
|
|
15376
|
+
* Format: email
|
|
15377
|
+
* @description Recipient address the test email was sent to.
|
|
15378
|
+
*/
|
|
15379
|
+
sentTo: string;
|
|
15380
|
+
};
|
|
15381
|
+
/** @description Status message response. */
|
|
15382
|
+
SystemMessageResponse: {
|
|
15383
|
+
/** @description Human-readable status message. */
|
|
15384
|
+
message: string;
|
|
15385
|
+
};
|
|
15386
|
+
/**
|
|
15387
|
+
* @description Current status of a single Meshery controller (operator, MeshSync, or broker). Mirrors the MesheryControllerStatus GraphQL enum (server/internal/graphql/schema/schema.graphql) during the ongoing migration of controller-status consumers from GraphQL to this REST API; the literal values (including the published "UNKOWN" spelling) are load-bearing and must not be changed independently of that enum.
|
|
15388
|
+
* @enum {string}
|
|
15389
|
+
*/
|
|
15390
|
+
ControllerStatusValue: "DEPLOYED" | "NOTDEPLOYED" | "DEPLOYING" | "UNKOWN" | "UNDEPLOYED" | "ENABLED" | "RUNNING" | "CONNECTED";
|
|
15391
|
+
/** @description Status of a single Meshery controller (operator, MeshSync, or broker) for a kubernetes connection. Element type of the controller-status SSE stream and the operator status response. */
|
|
15392
|
+
ControllerStatus: {
|
|
15393
|
+
/**
|
|
15394
|
+
* Format: uuid
|
|
15395
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
15396
|
+
*/
|
|
15397
|
+
connectionId: string;
|
|
15398
|
+
/**
|
|
15399
|
+
* @description The controller this status describes.
|
|
15400
|
+
* @enum {string}
|
|
15401
|
+
*/
|
|
15402
|
+
controller: "OPERATOR" | "MESHSYNC" | "BROKER";
|
|
15403
|
+
/**
|
|
15404
|
+
* @description Current controller status.
|
|
15405
|
+
* @enum {string}
|
|
15406
|
+
*/
|
|
15407
|
+
status: "DEPLOYED" | "NOTDEPLOYED" | "DEPLOYING" | "UNKOWN" | "UNDEPLOYED" | "ENABLED" | "RUNNING" | "CONNECTED";
|
|
15408
|
+
/** @description Deployed controller version, when known. */
|
|
15409
|
+
version: string;
|
|
15410
|
+
};
|
|
15411
|
+
/** @description Detailed status of a named Meshery controller (MeshSync or Broker) for a kubernetes connection. */
|
|
15412
|
+
ControllerInfo: {
|
|
15413
|
+
/** @description Controller name (e.g. MeshSync, MesheryBroker). */
|
|
15414
|
+
name: string;
|
|
15415
|
+
/** @description Deployed controller version, when known. */
|
|
15416
|
+
version: string;
|
|
15417
|
+
/** @description Current controller status. May be composed, e.g. "Connected <endpoint>". */
|
|
15418
|
+
status: string;
|
|
15419
|
+
/**
|
|
15420
|
+
* Format: uuid
|
|
15421
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
15422
|
+
*/
|
|
15423
|
+
connectionId: string;
|
|
15424
|
+
};
|
|
15425
|
+
/** @description A single human-actionable diagnostic about a kubernetes connection's Meshery controllers, with an explanation and remediation steps. */
|
|
15426
|
+
ControllerDiagnostic: {
|
|
15427
|
+
/**
|
|
15428
|
+
* @description How serious the diagnostic is.
|
|
15429
|
+
* @enum {string}
|
|
15430
|
+
*/
|
|
15431
|
+
severity: "info" | "warning" | "error";
|
|
15432
|
+
/**
|
|
15433
|
+
* @description The controller this diagnostic concerns, when applicable.
|
|
15434
|
+
* @enum {string}
|
|
15435
|
+
*/
|
|
15436
|
+
controller?: "OPERATOR" | "MESHSYNC" | "BROKER";
|
|
15437
|
+
/** @description Stable machine-readable code for this diagnostic (e.g. `broker_unreachable`), for the UI to key on. */
|
|
15438
|
+
code: string;
|
|
15439
|
+
/** @description Short, human-readable title for the diagnostic. */
|
|
15440
|
+
summary: string;
|
|
15441
|
+
/** @description A fuller explanation of what is wrong and why. */
|
|
15442
|
+
description?: string;
|
|
15443
|
+
/** @description Ordered, concrete steps the user can take to resolve the issue. */
|
|
15444
|
+
remediation?: string[];
|
|
15445
|
+
/** @description A relevant endpoint for the diagnostic, when applicable (e.g. the broker's published address the user needs to make reachable). */
|
|
15446
|
+
endpoint?: string;
|
|
15447
|
+
};
|
|
15448
|
+
/** @description Diagnostics for a kubernetes connection's Meshery controllers, for rendering a "Diagnostics" section in the connection detail view. */
|
|
15449
|
+
ConnectionDiagnostics: {
|
|
15450
|
+
/**
|
|
15451
|
+
* Format: uuid
|
|
15452
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
15453
|
+
*/
|
|
15454
|
+
connectionId: string;
|
|
15455
|
+
/** @description True when no warning/error diagnostics were detected (informational diagnostics do not affect health). */
|
|
15456
|
+
healthy: boolean;
|
|
15457
|
+
/** @description The diagnostics detected for this connection (possibly empty). */
|
|
15458
|
+
diagnostics: {
|
|
15459
|
+
/**
|
|
15460
|
+
* @description How serious the diagnostic is.
|
|
15461
|
+
* @enum {string}
|
|
15462
|
+
*/
|
|
15463
|
+
severity: "info" | "warning" | "error";
|
|
15464
|
+
/**
|
|
15465
|
+
* @description The controller this diagnostic concerns, when applicable.
|
|
15466
|
+
* @enum {string}
|
|
15467
|
+
*/
|
|
15468
|
+
controller?: "OPERATOR" | "MESHSYNC" | "BROKER";
|
|
15469
|
+
/** @description Stable machine-readable code for this diagnostic (e.g. `broker_unreachable`), for the UI to key on. */
|
|
15470
|
+
code: string;
|
|
15471
|
+
/** @description Short, human-readable title for the diagnostic. */
|
|
15472
|
+
summary: string;
|
|
15473
|
+
/** @description A fuller explanation of what is wrong and why. */
|
|
15474
|
+
description?: string;
|
|
15475
|
+
/** @description Ordered, concrete steps the user can take to resolve the issue. */
|
|
15476
|
+
remediation?: string[];
|
|
15477
|
+
/** @description A relevant endpoint for the diagnostic, when applicable (e.g. the broker's published address the user needs to make reachable). */
|
|
15478
|
+
endpoint?: string;
|
|
15479
|
+
}[];
|
|
15480
|
+
};
|
|
15481
|
+
/** @description Database table summary. */
|
|
15482
|
+
SystemDatabaseTable: {
|
|
15483
|
+
/** @description Name of the table. */
|
|
15484
|
+
name: string;
|
|
15485
|
+
/** @description SQLite object type (e.g. `table`). */
|
|
15486
|
+
type: string;
|
|
15487
|
+
/**
|
|
15488
|
+
* Format: int64
|
|
15489
|
+
* @description Number of rows currently in the table.
|
|
15490
|
+
*/
|
|
15491
|
+
count: number;
|
|
15492
|
+
};
|
|
15493
|
+
/** @description Paginated summary of the Meshery server's embedded database. */
|
|
15494
|
+
SystemDatabaseSummary: {
|
|
15495
|
+
/** @description Zero-based page index of the returned table slice. */
|
|
15496
|
+
page: number;
|
|
15497
|
+
/** @description Number of tables included in this page. */
|
|
15498
|
+
pageSize: number;
|
|
15499
|
+
/** @description Total number of tables in the database matching the search filter. */
|
|
15500
|
+
totalTables: number;
|
|
15501
|
+
/** @description Aggregate row count across the tables returned in this page. */
|
|
15502
|
+
recordCount: number;
|
|
15503
|
+
/** @description Tables included in this page, with per-table row counts. */
|
|
15504
|
+
tables: {
|
|
15505
|
+
/** @description Name of the table. */
|
|
15506
|
+
name: string;
|
|
15507
|
+
/** @description SQLite object type (e.g. `table`). */
|
|
15508
|
+
type: string;
|
|
15509
|
+
/**
|
|
15510
|
+
* Format: int64
|
|
15511
|
+
* @description Number of rows currently in the table.
|
|
15512
|
+
*/
|
|
15513
|
+
count: number;
|
|
15514
|
+
}[];
|
|
15515
|
+
};
|
|
15516
|
+
/** @description Version metadata for a running Meshery service. */
|
|
15517
|
+
SystemVersion: {
|
|
15518
|
+
/** @description Meshery Cloud deployment version. */
|
|
15519
|
+
version?: string;
|
|
15520
|
+
/** @description Build identifier (typically the git tag of the running binary). */
|
|
15521
|
+
build?: string;
|
|
15522
|
+
/** @description Latest available Meshery release tag fetched from GitHub. */
|
|
15523
|
+
latest?: string;
|
|
15524
|
+
/** @description True when the running build is older than the latest available release. */
|
|
15525
|
+
outdated?: boolean;
|
|
15526
|
+
/** @description Git commit SHA of the running service. The wire field is `commitsha`. */
|
|
15527
|
+
commitsha?: string;
|
|
15528
|
+
/** @description Release channel of the running binary (e.g. `stable`, `edge`). */
|
|
15529
|
+
releaseChannel?: string;
|
|
15530
|
+
};
|
|
15531
|
+
/** @description Kubernetes context tracked by Meshery. */
|
|
15532
|
+
SystemSessionSyncK8sContext: {
|
|
15533
|
+
/** @description Stable identifier for the Kubernetes context. */
|
|
15534
|
+
id?: string;
|
|
15535
|
+
/** @description Human-readable name of the Kubernetes context. */
|
|
15536
|
+
name?: string;
|
|
15537
|
+
/** @description True when Meshery has a usable kubeconfig for this context. */
|
|
15538
|
+
clusterConfigured?: boolean;
|
|
15539
|
+
/** @description API server URL for the Kubernetes context. */
|
|
15540
|
+
server?: string;
|
|
15541
|
+
/**
|
|
15542
|
+
* Format: uuid
|
|
15543
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
15544
|
+
*/
|
|
15545
|
+
clusterId?: string;
|
|
15546
|
+
/**
|
|
15547
|
+
* Format: date-time
|
|
15548
|
+
* @description When the context was first registered with Meshery.
|
|
15549
|
+
*/
|
|
15550
|
+
createdAt?: string;
|
|
15551
|
+
/**
|
|
15552
|
+
* Format: date-time
|
|
15553
|
+
* @description When the context was last updated.
|
|
15554
|
+
*/
|
|
15555
|
+
updatedAt?: string;
|
|
15556
|
+
};
|
|
15557
|
+
/** @description Session bootstrap payload for the authenticated user. */
|
|
15558
|
+
SystemSessionSync: {
|
|
15559
|
+
/** @description Kubernetes contexts currently tracked by the Meshery server. */
|
|
15560
|
+
k8sConfig?: {
|
|
15561
|
+
/** @description Stable identifier for the Kubernetes context. */
|
|
15562
|
+
id?: string;
|
|
15563
|
+
/** @description Human-readable name of the Kubernetes context. */
|
|
15564
|
+
name?: string;
|
|
15565
|
+
/** @description True when Meshery has a usable kubeconfig for this context. */
|
|
15566
|
+
clusterConfigured?: boolean;
|
|
15567
|
+
/** @description API server URL for the Kubernetes context. */
|
|
15568
|
+
server?: string;
|
|
15569
|
+
/**
|
|
15570
|
+
* Format: uuid
|
|
15571
|
+
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
15572
|
+
*/
|
|
15573
|
+
clusterId?: string;
|
|
15574
|
+
/**
|
|
15575
|
+
* Format: date-time
|
|
15576
|
+
* @description When the context was first registered with Meshery.
|
|
15577
|
+
*/
|
|
15578
|
+
createdAt?: string;
|
|
15579
|
+
/**
|
|
15580
|
+
* Format: date-time
|
|
15581
|
+
* @description When the context was last updated.
|
|
15582
|
+
*/
|
|
15583
|
+
updatedAt?: string;
|
|
15584
|
+
}[];
|
|
15585
|
+
} & {
|
|
15586
|
+
[key: string]: unknown;
|
|
15587
|
+
};
|
|
15588
|
+
/** @description Multipart form payload for importing a kubeconfig. `contexts` and `selectedContexts` are JSON-encoded strings because they travel as multipart form fields alongside the file. */
|
|
15589
|
+
AddKubernetesConfigPayload: {
|
|
15590
|
+
/**
|
|
15591
|
+
* Format: binary
|
|
15592
|
+
* @description Kubeconfig file contents.
|
|
15593
|
+
*/
|
|
15594
|
+
k8sfile: string;
|
|
15595
|
+
/** @description JSON-encoded object mapping a discovered context ID to per-context import options, e.g. `{"<contextId>": {"meshsyncDeploymentMode": "operator", "name": "my-cluster"}}`. `meshsyncDeploymentMode` selects how MeshSync runs for the resulting connection; `name` overrides the connection name. */
|
|
15596
|
+
contexts?: string;
|
|
15597
|
+
/** @description JSON-encoded array of discovered context IDs to import. When absent, every context discovered in the kubeconfig is imported. */
|
|
15598
|
+
selectedContexts?: string;
|
|
15599
|
+
};
|
|
15600
|
+
/** @description Multipart form payload for kubeconfig context discovery. */
|
|
15601
|
+
DiscoverKubernetesContextsPayload: {
|
|
15602
|
+
/**
|
|
15603
|
+
* Format: binary
|
|
15604
|
+
* @description Kubeconfig file contents.
|
|
15605
|
+
*/
|
|
15606
|
+
k8sfile: string;
|
|
15607
|
+
};
|
|
15608
|
+
/** @description Discovered kubeconfig contexts bucketed by import outcome. Every bucket is always present (empty when no context landed in it). */
|
|
15609
|
+
AddKubernetesConfigResponse: {
|
|
15610
|
+
/** @description Contexts newly registered as discovered connections. */
|
|
15611
|
+
registeredContexts: {
|
|
15612
|
+
/** @description Stable identifier of the Kubernetes context, assigned when the context is registered. Not a UUID; carried in connection metadata. */
|
|
15613
|
+
id?: string;
|
|
15614
|
+
/** @description Human-readable name of the Kubernetes context. */
|
|
15615
|
+
name?: string;
|
|
15616
|
+
/** @description Authentication material for the context (token or kubeconfig reference), sourced from the connection's credential secret. */
|
|
15617
|
+
auth?: Record<string, never>;
|
|
15618
|
+
/** @description Cluster definition for the context (certificate authority and server details), sourced from the connection's credential secret. */
|
|
15619
|
+
cluster?: Record<string, never>;
|
|
15620
|
+
/** @description API server URL of the Kubernetes cluster. */
|
|
15621
|
+
server?: string;
|
|
15622
|
+
/**
|
|
15623
|
+
* Format: uuid
|
|
15624
|
+
* @description ID of the user who owns the underlying connection.
|
|
15625
|
+
*/
|
|
15626
|
+
owner?: string;
|
|
15627
|
+
/**
|
|
15628
|
+
* Format: uuid
|
|
15629
|
+
* @description ID of the user who registered the context.
|
|
15630
|
+
*/
|
|
15631
|
+
createdBy?: string;
|
|
15632
|
+
/**
|
|
15633
|
+
* Format: uuid
|
|
15634
|
+
* @description ID of the Meshery instance the context is registered with.
|
|
15635
|
+
*/
|
|
15636
|
+
mesheryInstanceId?: string;
|
|
15637
|
+
/**
|
|
15638
|
+
* Format: uuid
|
|
15639
|
+
* @description ID of the Kubernetes server associated with the context.
|
|
15640
|
+
*/
|
|
15641
|
+
kubernetesServerId?: string;
|
|
15642
|
+
/** @description How Meshery is deployed relative to the cluster (e.g. in_cluster, out_of_cluster). */
|
|
15643
|
+
deploymentType?: string;
|
|
15644
|
+
/** @description Kubernetes server version of the cluster. */
|
|
15645
|
+
version?: string;
|
|
15646
|
+
/**
|
|
15647
|
+
* Format: date-time
|
|
15648
|
+
* @description Timestamp when the underlying connection was created.
|
|
15649
|
+
*/
|
|
15650
|
+
createdAt?: string;
|
|
15651
|
+
/**
|
|
15652
|
+
* Format: date-time
|
|
15653
|
+
* @description Timestamp when the underlying connection was last updated.
|
|
15654
|
+
*/
|
|
15655
|
+
updatedAt?: string;
|
|
15656
|
+
/**
|
|
15657
|
+
* Format: uuid
|
|
15658
|
+
* @description ID of the connection this context was projected from.
|
|
15659
|
+
*/
|
|
15660
|
+
connectionId?: string;
|
|
15661
|
+
/** @description Whether this context's API server answered the probe run while its kubeconfig was processed. Discovery and import surface unreachable contexts too, so they can still be registered; reachability only gates the connected transition. */
|
|
15662
|
+
reachable?: boolean;
|
|
15663
|
+
}[];
|
|
15664
|
+
/** @description Contexts whose connection already exists in (or transitioned to) the connected state. */
|
|
15665
|
+
connectedContexts: {
|
|
15666
|
+
/** @description Stable identifier of the Kubernetes context, assigned when the context is registered. Not a UUID; carried in connection metadata. */
|
|
15667
|
+
id?: string;
|
|
15668
|
+
/** @description Human-readable name of the Kubernetes context. */
|
|
15669
|
+
name?: string;
|
|
15670
|
+
/** @description Authentication material for the context (token or kubeconfig reference), sourced from the connection's credential secret. */
|
|
15671
|
+
auth?: Record<string, never>;
|
|
15672
|
+
/** @description Cluster definition for the context (certificate authority and server details), sourced from the connection's credential secret. */
|
|
15673
|
+
cluster?: Record<string, never>;
|
|
15674
|
+
/** @description API server URL of the Kubernetes cluster. */
|
|
15675
|
+
server?: string;
|
|
15676
|
+
/**
|
|
15677
|
+
* Format: uuid
|
|
15678
|
+
* @description ID of the user who owns the underlying connection.
|
|
15679
|
+
*/
|
|
15680
|
+
owner?: string;
|
|
15681
|
+
/**
|
|
15682
|
+
* Format: uuid
|
|
15683
|
+
* @description ID of the user who registered the context.
|
|
15684
|
+
*/
|
|
15685
|
+
createdBy?: string;
|
|
15686
|
+
/**
|
|
15687
|
+
* Format: uuid
|
|
15688
|
+
* @description ID of the Meshery instance the context is registered with.
|
|
15689
|
+
*/
|
|
15690
|
+
mesheryInstanceId?: string;
|
|
15691
|
+
/**
|
|
15692
|
+
* Format: uuid
|
|
15693
|
+
* @description ID of the Kubernetes server associated with the context.
|
|
15694
|
+
*/
|
|
15695
|
+
kubernetesServerId?: string;
|
|
15696
|
+
/** @description How Meshery is deployed relative to the cluster (e.g. in_cluster, out_of_cluster). */
|
|
15697
|
+
deploymentType?: string;
|
|
15698
|
+
/** @description Kubernetes server version of the cluster. */
|
|
15699
|
+
version?: string;
|
|
15700
|
+
/**
|
|
15701
|
+
* Format: date-time
|
|
15702
|
+
* @description Timestamp when the underlying connection was created.
|
|
15703
|
+
*/
|
|
15704
|
+
createdAt?: string;
|
|
15705
|
+
/**
|
|
15706
|
+
* Format: date-time
|
|
15707
|
+
* @description Timestamp when the underlying connection was last updated.
|
|
15708
|
+
*/
|
|
15709
|
+
updatedAt?: string;
|
|
15710
|
+
/**
|
|
15711
|
+
* Format: uuid
|
|
15712
|
+
* @description ID of the connection this context was projected from.
|
|
15713
|
+
*/
|
|
15714
|
+
connectionId?: string;
|
|
15715
|
+
/** @description Whether this context's API server answered the probe run while its kubeconfig was processed. Discovery and import surface unreachable contexts too, so they can still be registered; reachability only gates the connected transition. */
|
|
15716
|
+
reachable?: boolean;
|
|
15717
|
+
}[];
|
|
15718
|
+
/** @description Contexts whose connection is in the ignored state. */
|
|
15719
|
+
ignoredContexts: {
|
|
15720
|
+
/** @description Stable identifier of the Kubernetes context, assigned when the context is registered. Not a UUID; carried in connection metadata. */
|
|
15721
|
+
id?: string;
|
|
15722
|
+
/** @description Human-readable name of the Kubernetes context. */
|
|
15723
|
+
name?: string;
|
|
15724
|
+
/** @description Authentication material for the context (token or kubeconfig reference), sourced from the connection's credential secret. */
|
|
15725
|
+
auth?: Record<string, never>;
|
|
15726
|
+
/** @description Cluster definition for the context (certificate authority and server details), sourced from the connection's credential secret. */
|
|
15727
|
+
cluster?: Record<string, never>;
|
|
15728
|
+
/** @description API server URL of the Kubernetes cluster. */
|
|
15729
|
+
server?: string;
|
|
15730
|
+
/**
|
|
15731
|
+
* Format: uuid
|
|
15732
|
+
* @description ID of the user who owns the underlying connection.
|
|
15733
|
+
*/
|
|
15734
|
+
owner?: string;
|
|
15735
|
+
/**
|
|
15736
|
+
* Format: uuid
|
|
15737
|
+
* @description ID of the user who registered the context.
|
|
15738
|
+
*/
|
|
15739
|
+
createdBy?: string;
|
|
15740
|
+
/**
|
|
15741
|
+
* Format: uuid
|
|
15742
|
+
* @description ID of the Meshery instance the context is registered with.
|
|
15743
|
+
*/
|
|
15744
|
+
mesheryInstanceId?: string;
|
|
15745
|
+
/**
|
|
15746
|
+
* Format: uuid
|
|
15747
|
+
* @description ID of the Kubernetes server associated with the context.
|
|
15748
|
+
*/
|
|
15749
|
+
kubernetesServerId?: string;
|
|
15750
|
+
/** @description How Meshery is deployed relative to the cluster (e.g. in_cluster, out_of_cluster). */
|
|
15751
|
+
deploymentType?: string;
|
|
15752
|
+
/** @description Kubernetes server version of the cluster. */
|
|
15753
|
+
version?: string;
|
|
15754
|
+
/**
|
|
15755
|
+
* Format: date-time
|
|
15756
|
+
* @description Timestamp when the underlying connection was created.
|
|
15757
|
+
*/
|
|
15758
|
+
createdAt?: string;
|
|
15759
|
+
/**
|
|
15760
|
+
* Format: date-time
|
|
15761
|
+
* @description Timestamp when the underlying connection was last updated.
|
|
15762
|
+
*/
|
|
15763
|
+
updatedAt?: string;
|
|
15764
|
+
/**
|
|
15765
|
+
* Format: uuid
|
|
15766
|
+
* @description ID of the connection this context was projected from.
|
|
15767
|
+
*/
|
|
15768
|
+
connectionId?: string;
|
|
15769
|
+
/** @description Whether this context's API server answered the probe run while its kubeconfig was processed. Discovery and import surface unreachable contexts too, so they can still be registered; reachability only gates the connected transition. */
|
|
15770
|
+
reachable?: boolean;
|
|
15771
|
+
}[];
|
|
15772
|
+
/** @description Contexts that could not be saved as connections. The failure detail is recorded in the emitted event's metadata, not on the context object. */
|
|
15773
|
+
erroredContexts: {
|
|
15774
|
+
/** @description Stable identifier of the Kubernetes context, assigned when the context is registered. Not a UUID; carried in connection metadata. */
|
|
15775
|
+
id?: string;
|
|
15776
|
+
/** @description Human-readable name of the Kubernetes context. */
|
|
15777
|
+
name?: string;
|
|
15778
|
+
/** @description Authentication material for the context (token or kubeconfig reference), sourced from the connection's credential secret. */
|
|
15779
|
+
auth?: Record<string, never>;
|
|
15780
|
+
/** @description Cluster definition for the context (certificate authority and server details), sourced from the connection's credential secret. */
|
|
15781
|
+
cluster?: Record<string, never>;
|
|
15782
|
+
/** @description API server URL of the Kubernetes cluster. */
|
|
15783
|
+
server?: string;
|
|
15784
|
+
/**
|
|
15785
|
+
* Format: uuid
|
|
15786
|
+
* @description ID of the user who owns the underlying connection.
|
|
15787
|
+
*/
|
|
15788
|
+
owner?: string;
|
|
15789
|
+
/**
|
|
15790
|
+
* Format: uuid
|
|
15791
|
+
* @description ID of the user who registered the context.
|
|
15792
|
+
*/
|
|
15793
|
+
createdBy?: string;
|
|
15794
|
+
/**
|
|
15795
|
+
* Format: uuid
|
|
15796
|
+
* @description ID of the Meshery instance the context is registered with.
|
|
15797
|
+
*/
|
|
15798
|
+
mesheryInstanceId?: string;
|
|
15799
|
+
/**
|
|
15800
|
+
* Format: uuid
|
|
15801
|
+
* @description ID of the Kubernetes server associated with the context.
|
|
15802
|
+
*/
|
|
15803
|
+
kubernetesServerId?: string;
|
|
15804
|
+
/** @description How Meshery is deployed relative to the cluster (e.g. in_cluster, out_of_cluster). */
|
|
15805
|
+
deploymentType?: string;
|
|
15806
|
+
/** @description Kubernetes server version of the cluster. */
|
|
15807
|
+
version?: string;
|
|
15808
|
+
/**
|
|
15809
|
+
* Format: date-time
|
|
15810
|
+
* @description Timestamp when the underlying connection was created.
|
|
15811
|
+
*/
|
|
15812
|
+
createdAt?: string;
|
|
15813
|
+
/**
|
|
15814
|
+
* Format: date-time
|
|
15815
|
+
* @description Timestamp when the underlying connection was last updated.
|
|
15816
|
+
*/
|
|
15817
|
+
updatedAt?: string;
|
|
15818
|
+
/**
|
|
15819
|
+
* Format: uuid
|
|
15820
|
+
* @description ID of the connection this context was projected from.
|
|
15821
|
+
*/
|
|
15822
|
+
connectionId?: string;
|
|
15823
|
+
/** @description Whether this context's API server answered the probe run while its kubeconfig was processed. Discovery and import surface unreachable contexts too, so they can still be registered; reachability only gates the connected transition. */
|
|
15824
|
+
reachable?: boolean;
|
|
15825
|
+
}[];
|
|
15826
|
+
};
|
|
15827
|
+
/** @description Result of pinging a Kubernetes connection's API server. */
|
|
15828
|
+
KubernetesPingResponse: {
|
|
15829
|
+
/** @description Version string reported by the cluster's API server. The wire field is `server_version` - this endpoint's published wire casing predates the camelCase convention and is preserved within this API version. */
|
|
15830
|
+
server_version: string;
|
|
15831
|
+
};
|
|
15832
|
+
};
|
|
15833
|
+
responses: {
|
|
15834
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
15835
|
+
401: {
|
|
15836
|
+
headers: {
|
|
15837
|
+
[name: string]: unknown;
|
|
15838
|
+
};
|
|
15839
|
+
content: {
|
|
15840
|
+
"text/plain": string;
|
|
15841
|
+
};
|
|
15842
|
+
};
|
|
15843
|
+
};
|
|
15844
|
+
parameters: never;
|
|
15845
|
+
requestBodies: never;
|
|
15846
|
+
headers: never;
|
|
15847
|
+
pathItems: never;
|
|
15848
|
+
}
|
|
15849
|
+
|
|
15850
|
+
interface components$h {
|
|
15356
15851
|
schemas: {
|
|
15357
15852
|
/** @description A Team is a group of one or more users. Teams are often used as a grouping mechanism for assigning permissions, whether in the context of an organization, a workspace, or some other domain within Meshery. Learn more at https://docs.meshery.io/concepts/logical/teams */
|
|
15358
15853
|
Team: {
|
|
@@ -15589,7 +16084,7 @@ interface components$g {
|
|
|
15589
16084
|
pathItems: never;
|
|
15590
16085
|
}
|
|
15591
16086
|
|
|
15592
|
-
interface components$
|
|
16087
|
+
interface components$g {
|
|
15593
16088
|
schemas: {
|
|
15594
16089
|
/** @description A workspace is a logical grouping of resources within an organization. Workspaces provide a way to organize environments, designs, teams, and views. Learn more at https://docs.meshery.io/concepts/logical/workspaces */
|
|
15595
16090
|
Workspace: {
|
|
@@ -17608,7 +18103,7 @@ interface components$f {
|
|
|
17608
18103
|
pathItems: never;
|
|
17609
18104
|
}
|
|
17610
18105
|
|
|
17611
|
-
interface components$
|
|
18106
|
+
interface components$f {
|
|
17612
18107
|
schemas: {
|
|
17613
18108
|
/**
|
|
17614
18109
|
* Format: uuid
|
|
@@ -17826,7 +18321,7 @@ interface components$e {
|
|
|
17826
18321
|
pathItems: never;
|
|
17827
18322
|
}
|
|
17828
18323
|
|
|
17829
|
-
interface components$
|
|
18324
|
+
interface components$e {
|
|
17830
18325
|
schemas: {
|
|
17831
18326
|
/** @description Payload for creating or updating a badge. */
|
|
17832
18327
|
BadgePayload: {
|
|
@@ -18019,7 +18514,7 @@ interface components$d {
|
|
|
18019
18514
|
pathItems: never;
|
|
18020
18515
|
}
|
|
18021
18516
|
|
|
18022
|
-
interface components$
|
|
18517
|
+
interface components$d {
|
|
18023
18518
|
schemas: {
|
|
18024
18519
|
/**
|
|
18025
18520
|
* @description Organization ID that owns this learning path
|
|
@@ -22056,7 +22551,7 @@ interface components$c {
|
|
|
22056
22551
|
pathItems: never;
|
|
22057
22552
|
}
|
|
22058
22553
|
|
|
22059
|
-
interface components$
|
|
22554
|
+
interface components$c {
|
|
22060
22555
|
schemas: {
|
|
22061
22556
|
CatalogData: {
|
|
22062
22557
|
/** @description Tracks the specific content version that has been made available in the Catalog. */
|
|
@@ -22096,7 +22591,7 @@ interface components$b {
|
|
|
22096
22591
|
pathItems: never;
|
|
22097
22592
|
}
|
|
22098
22593
|
|
|
22099
|
-
interface components$
|
|
22594
|
+
interface components$b {
|
|
22100
22595
|
schemas: {
|
|
22101
22596
|
/** @description Components are reusable building blocks for depicting capabilities defined within models. Learn more at https://docs.meshery.io/concepts/components */
|
|
22102
22597
|
ComponentDefinition: {
|
|
@@ -22871,7 +23366,7 @@ interface components$a {
|
|
|
22871
23366
|
pathItems: never;
|
|
22872
23367
|
}
|
|
22873
23368
|
|
|
22874
|
-
interface components$
|
|
23369
|
+
interface components$a {
|
|
22875
23370
|
schemas: {
|
|
22876
23371
|
/** @description Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections */
|
|
22877
23372
|
Connection: {
|
|
@@ -22913,7 +23408,7 @@ interface components$9 {
|
|
|
22913
23408
|
* Format: date-time
|
|
22914
23409
|
* @description SQL null Timestamp to handle null values of time.
|
|
22915
23410
|
*/
|
|
22916
|
-
deleted_at?: string;
|
|
23411
|
+
deleted_at?: string | null;
|
|
22917
23412
|
/** @description Associated environments for this connection */
|
|
22918
23413
|
environments?: {
|
|
22919
23414
|
/**
|
|
@@ -23022,7 +23517,7 @@ interface components$9 {
|
|
|
23022
23517
|
* Format: date-time
|
|
23023
23518
|
* @description SQL null Timestamp to handle null values of time.
|
|
23024
23519
|
*/
|
|
23025
|
-
deleted_at?: string;
|
|
23520
|
+
deleted_at?: string | null;
|
|
23026
23521
|
/** @description Associated environments for this connection */
|
|
23027
23522
|
environments?: {
|
|
23028
23523
|
/**
|
|
@@ -23303,7 +23798,7 @@ interface components$9 {
|
|
|
23303
23798
|
pathItems: never;
|
|
23304
23799
|
}
|
|
23305
23800
|
|
|
23306
|
-
interface components$
|
|
23801
|
+
interface components$9 {
|
|
23307
23802
|
schemas: {
|
|
23308
23803
|
DeletePatternModel: {
|
|
23309
23804
|
/** Format: uuid */
|
|
@@ -30869,7 +31364,7 @@ interface components$8 {
|
|
|
30869
31364
|
pathItems: never;
|
|
30870
31365
|
}
|
|
30871
31366
|
|
|
30872
|
-
interface components$
|
|
31367
|
+
interface components$8 {
|
|
30873
31368
|
schemas: {
|
|
30874
31369
|
UpdateEventStatusRequest: {
|
|
30875
31370
|
/**
|
|
@@ -31046,7 +31541,7 @@ interface components$7 {
|
|
|
31046
31541
|
pathItems: never;
|
|
31047
31542
|
}
|
|
31048
31543
|
|
|
31049
|
-
interface components$
|
|
31544
|
+
interface components$7 {
|
|
31050
31545
|
schemas: {
|
|
31051
31546
|
/**
|
|
31052
31547
|
* Format: uuid
|
|
@@ -31287,7 +31782,7 @@ interface components$6 {
|
|
|
31287
31782
|
pathItems: never;
|
|
31288
31783
|
}
|
|
31289
31784
|
|
|
31290
|
-
interface components$
|
|
31785
|
+
interface components$6 {
|
|
31291
31786
|
schemas: {
|
|
31292
31787
|
/**
|
|
31293
31788
|
* Format: uuid
|
|
@@ -32614,7 +33109,7 @@ interface components$5 {
|
|
|
32614
33109
|
pathItems: never;
|
|
32615
33110
|
}
|
|
32616
33111
|
|
|
32617
|
-
interface components$
|
|
33112
|
+
interface components$5 {
|
|
32618
33113
|
schemas: {
|
|
32619
33114
|
PlanPage: {
|
|
32620
33115
|
/** @description Current page number of the result set. */
|
|
@@ -32717,7 +33212,7 @@ interface components$4 {
|
|
|
32717
33212
|
pathItems: never;
|
|
32718
33213
|
}
|
|
32719
33214
|
|
|
32720
|
-
interface components$
|
|
33215
|
+
interface components$4 {
|
|
32721
33216
|
schemas: {
|
|
32722
33217
|
/** @description Relationships define the nature of interaction between interconnected components in Meshery. The combination of relationship properties kind, type, and subtype characterize various genealogical relations among and between components. Relationships have selectors, selector sets, metadata, and optional parameters. Learn more at https://docs.meshery.io/concepts/logical/relationships. */
|
|
32723
33218
|
RelationshipDefinition: {
|
|
@@ -34674,7 +35169,7 @@ interface components$3 {
|
|
|
34674
35169
|
pathItems: never;
|
|
34675
35170
|
}
|
|
34676
35171
|
|
|
34677
|
-
interface components$
|
|
35172
|
+
interface components$3 {
|
|
34678
35173
|
schemas: {
|
|
34679
35174
|
/**
|
|
34680
35175
|
* @description Supported payment processors
|
|
@@ -34929,7 +35424,7 @@ interface components$2 {
|
|
|
34929
35424
|
pathItems: never;
|
|
34930
35425
|
}
|
|
34931
35426
|
|
|
34932
|
-
interface components$
|
|
35427
|
+
interface components$2 {
|
|
34933
35428
|
schemas: {
|
|
34934
35429
|
/** @description Represents a user-owned API token or OAuth session. */
|
|
34935
35430
|
UserToken: {
|
|
@@ -35078,6 +35573,705 @@ interface components$1 {
|
|
|
35078
35573
|
pathItems: never;
|
|
35079
35574
|
}
|
|
35080
35575
|
|
|
35576
|
+
interface components$1 {
|
|
35577
|
+
schemas: {
|
|
35578
|
+
/** @description Represents a user */
|
|
35579
|
+
User: {
|
|
35580
|
+
/**
|
|
35581
|
+
* Format: uuid
|
|
35582
|
+
* @description Unique identifier for the user
|
|
35583
|
+
*/
|
|
35584
|
+
id: string;
|
|
35585
|
+
/**
|
|
35586
|
+
* @description Authentication provider (e.g., Google, Github)
|
|
35587
|
+
* @example [
|
|
35588
|
+
* "local",
|
|
35589
|
+
* "github",
|
|
35590
|
+
* "google",
|
|
35591
|
+
* "twitter"
|
|
35592
|
+
* ]
|
|
35593
|
+
*/
|
|
35594
|
+
provider: string;
|
|
35595
|
+
/**
|
|
35596
|
+
* Format: email
|
|
35597
|
+
* @description User's email address
|
|
35598
|
+
*/
|
|
35599
|
+
email: string;
|
|
35600
|
+
/** @description User's first name */
|
|
35601
|
+
firstName: string;
|
|
35602
|
+
/** @description User's last name */
|
|
35603
|
+
lastName: string;
|
|
35604
|
+
/**
|
|
35605
|
+
* Format: uri
|
|
35606
|
+
* @description URL to user's avatar image
|
|
35607
|
+
*/
|
|
35608
|
+
avatarUrl?: string;
|
|
35609
|
+
/**
|
|
35610
|
+
* @description User account status
|
|
35611
|
+
* @enum {string}
|
|
35612
|
+
*/
|
|
35613
|
+
status: "active" | "inactive" | "pending" | "anonymous";
|
|
35614
|
+
/**
|
|
35615
|
+
* @description User's biography or description
|
|
35616
|
+
* @default
|
|
35617
|
+
*/
|
|
35618
|
+
bio: string;
|
|
35619
|
+
/** @description User's country information stored as JSONB */
|
|
35620
|
+
country?: {
|
|
35621
|
+
[key: string]: unknown;
|
|
35622
|
+
};
|
|
35623
|
+
/** @description User's region information stored as JSONB */
|
|
35624
|
+
region?: {
|
|
35625
|
+
[key: string]: unknown;
|
|
35626
|
+
};
|
|
35627
|
+
/** @description User preferences stored as JSONB */
|
|
35628
|
+
preferences?: {
|
|
35629
|
+
/** @description The mesh adapters of the preference. */
|
|
35630
|
+
meshAdapters?: Record<string, never>[];
|
|
35631
|
+
grafana?: {
|
|
35632
|
+
/** @description Grafana URL for the user configuration. */
|
|
35633
|
+
grafanaUrl?: string;
|
|
35634
|
+
/** @description Grafana API key for the user configuration. */
|
|
35635
|
+
grafanaApiKey?: string;
|
|
35636
|
+
/** @description Selected Grafana board configurations for the user. */
|
|
35637
|
+
selectedBoardsConfigs?: {
|
|
35638
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
35639
|
+
board?: Record<string, never>;
|
|
35640
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
35641
|
+
panels?: Record<string, never>[];
|
|
35642
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
35643
|
+
templateVars?: string[];
|
|
35644
|
+
}[];
|
|
35645
|
+
};
|
|
35646
|
+
prometheus?: {
|
|
35647
|
+
/** @description The prometheus URL of the prometheus. */
|
|
35648
|
+
prometheusUrl?: string;
|
|
35649
|
+
/** @description The selected prometheus boards configs of the prometheus. */
|
|
35650
|
+
selectedPrometheusBoardsConfigs?: {
|
|
35651
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
35652
|
+
board?: Record<string, never>;
|
|
35653
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
35654
|
+
panels?: Record<string, never>[];
|
|
35655
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
35656
|
+
templateVars?: string[];
|
|
35657
|
+
}[];
|
|
35658
|
+
};
|
|
35659
|
+
loadTestPrefs?: {
|
|
35660
|
+
/** @description Concurrent requests */
|
|
35661
|
+
c?: number;
|
|
35662
|
+
/** @description Queries per second */
|
|
35663
|
+
qps?: number;
|
|
35664
|
+
/** @description Duration */
|
|
35665
|
+
t?: string;
|
|
35666
|
+
/** @description Load generator */
|
|
35667
|
+
gen?: string;
|
|
35668
|
+
};
|
|
35669
|
+
/** @description The anonymous usage stats of the preference. */
|
|
35670
|
+
anonymousUsageStats: boolean;
|
|
35671
|
+
/** @description The anonymous perf results of the preference. */
|
|
35672
|
+
anonymousPerfResults: boolean;
|
|
35673
|
+
/**
|
|
35674
|
+
* Format: date-time
|
|
35675
|
+
* @description Timestamp of when the resource was last updated.
|
|
35676
|
+
*/
|
|
35677
|
+
updatedAt: string;
|
|
35678
|
+
/** @description The dashboard preferences of the preference. */
|
|
35679
|
+
dashboardPreferences: {
|
|
35680
|
+
[key: string]: unknown;
|
|
35681
|
+
};
|
|
35682
|
+
/**
|
|
35683
|
+
* Format: uuid
|
|
35684
|
+
* @description ID of the associated selectedOrganization.
|
|
35685
|
+
*/
|
|
35686
|
+
selectedOrganizationId: string;
|
|
35687
|
+
/** @description The selected workspace for organizations of the preference. */
|
|
35688
|
+
selectedWorkspaceForOrganizations: {
|
|
35689
|
+
[key: string]: string;
|
|
35690
|
+
};
|
|
35691
|
+
/** @description The users extension preferences of the preference. */
|
|
35692
|
+
usersExtensionPreferences: {
|
|
35693
|
+
[key: string]: unknown;
|
|
35694
|
+
};
|
|
35695
|
+
/** @description The remote provider preferences of the preference. */
|
|
35696
|
+
remoteProviderPreferences: {
|
|
35697
|
+
[key: string]: unknown;
|
|
35698
|
+
};
|
|
35699
|
+
};
|
|
35700
|
+
/**
|
|
35701
|
+
* Format: date-time
|
|
35702
|
+
* @description Timestamp when user accepted terms and conditions
|
|
35703
|
+
*/
|
|
35704
|
+
acceptedTermsAt?: string;
|
|
35705
|
+
/**
|
|
35706
|
+
* Format: date-time
|
|
35707
|
+
* @description Timestamp of user's first login
|
|
35708
|
+
*/
|
|
35709
|
+
firstLoginTime?: string;
|
|
35710
|
+
/**
|
|
35711
|
+
* Format: date-time
|
|
35712
|
+
* @description Timestamp of user's most recent login
|
|
35713
|
+
*/
|
|
35714
|
+
lastLoginTime: string;
|
|
35715
|
+
/**
|
|
35716
|
+
* Format: date-time
|
|
35717
|
+
* @description Timestamp when the user record was created
|
|
35718
|
+
*/
|
|
35719
|
+
createdAt: string;
|
|
35720
|
+
/**
|
|
35721
|
+
* Format: date-time
|
|
35722
|
+
* @description Timestamp when the user record was last updated
|
|
35723
|
+
*/
|
|
35724
|
+
updatedAt: string;
|
|
35725
|
+
/** @description Various online profiles associated with the user account */
|
|
35726
|
+
socials?: {
|
|
35727
|
+
/** @description The site of the social. */
|
|
35728
|
+
site: string;
|
|
35729
|
+
/**
|
|
35730
|
+
* Format: uri
|
|
35731
|
+
* @description The link of the social.
|
|
35732
|
+
*/
|
|
35733
|
+
link: string;
|
|
35734
|
+
}[];
|
|
35735
|
+
/**
|
|
35736
|
+
* Format: date-time
|
|
35737
|
+
* @description Timestamp when the user record was soft-deleted (null if not deleted)
|
|
35738
|
+
*/
|
|
35739
|
+
deletedAt: string | null;
|
|
35740
|
+
/**
|
|
35741
|
+
* @description Names of the global roles assigned to the user. Free-form, user-generated values sourced from the roles table (role_name is a varchar, not a fixed enumeration); the seeded system roles such as "admin", "organization admin" and "user" are a subset, not the whole set.
|
|
35742
|
+
* @example [
|
|
35743
|
+
* "organization admin",
|
|
35744
|
+
* "user"
|
|
35745
|
+
* ]
|
|
35746
|
+
*/
|
|
35747
|
+
roleNames?: string[];
|
|
35748
|
+
/** @description Teams the user belongs to with role information */
|
|
35749
|
+
teams?: {
|
|
35750
|
+
/** @description Team memberships for the user with their assigned roles. */
|
|
35751
|
+
teamsWithRoles?: {
|
|
35752
|
+
/**
|
|
35753
|
+
* Format: uuid
|
|
35754
|
+
* @description Unique identifier of the team.
|
|
35755
|
+
*/
|
|
35756
|
+
id: string;
|
|
35757
|
+
/** @description Name of the team. */
|
|
35758
|
+
name: string;
|
|
35759
|
+
/** @description Human readable description of the team. */
|
|
35760
|
+
description?: string;
|
|
35761
|
+
/**
|
|
35762
|
+
* Format: uuid
|
|
35763
|
+
* @description Identifier of the team owner.
|
|
35764
|
+
*/
|
|
35765
|
+
owner?: string;
|
|
35766
|
+
/** @description Free-form metadata associated with the team. */
|
|
35767
|
+
metadata?: {
|
|
35768
|
+
[key: string]: unknown;
|
|
35769
|
+
};
|
|
35770
|
+
/**
|
|
35771
|
+
* Format: date-time
|
|
35772
|
+
* @description Timestamp when the team was created.
|
|
35773
|
+
*/
|
|
35774
|
+
createdAt?: string;
|
|
35775
|
+
/**
|
|
35776
|
+
* Format: date-time
|
|
35777
|
+
* @description Timestamp when the team was last updated.
|
|
35778
|
+
*/
|
|
35779
|
+
updatedAt?: string;
|
|
35780
|
+
/**
|
|
35781
|
+
* Format: date-time
|
|
35782
|
+
* @description Timestamp when the team was soft-deleted (null if not deleted).
|
|
35783
|
+
*/
|
|
35784
|
+
deletedAt?: string | null;
|
|
35785
|
+
/** @description Names of the roles assigned to the user within this team. Free-form, user-generated role names; not a fixed enumeration. */
|
|
35786
|
+
roleNames: string[];
|
|
35787
|
+
}[];
|
|
35788
|
+
/** @description Total number of team memberships returned for the user. */
|
|
35789
|
+
totalCount?: number;
|
|
35790
|
+
};
|
|
35791
|
+
/** @description Organizations the user belongs to with role information */
|
|
35792
|
+
organizations?: {
|
|
35793
|
+
/** @description Organization memberships for the user with their assigned roles. */
|
|
35794
|
+
organizationsWithRoles?: {
|
|
35795
|
+
/**
|
|
35796
|
+
* Format: uuid
|
|
35797
|
+
* @description Unique identifier of the organization.
|
|
35798
|
+
*/
|
|
35799
|
+
id: string;
|
|
35800
|
+
/** @description Name of the organization. */
|
|
35801
|
+
name: string;
|
|
35802
|
+
/** @description Human readable description of the organization. */
|
|
35803
|
+
description?: string;
|
|
35804
|
+
/** @description Country associated with the organization. */
|
|
35805
|
+
country?: string;
|
|
35806
|
+
/** @description Region associated with the organization. */
|
|
35807
|
+
region?: string;
|
|
35808
|
+
/**
|
|
35809
|
+
* Format: uuid
|
|
35810
|
+
* @description Identifier of the organization owner.
|
|
35811
|
+
*/
|
|
35812
|
+
owner?: string;
|
|
35813
|
+
/**
|
|
35814
|
+
* Format: date-time
|
|
35815
|
+
* @description Timestamp when the organization was created.
|
|
35816
|
+
*/
|
|
35817
|
+
createdAt?: string;
|
|
35818
|
+
/**
|
|
35819
|
+
* Format: date-time
|
|
35820
|
+
* @description Timestamp when the organization was last updated.
|
|
35821
|
+
*/
|
|
35822
|
+
updatedAt?: string;
|
|
35823
|
+
/**
|
|
35824
|
+
* Format: date-time
|
|
35825
|
+
* @description Timestamp when the organization was soft-deleted (null if not deleted).
|
|
35826
|
+
*/
|
|
35827
|
+
deletedAt?: string | null;
|
|
35828
|
+
/** @description Names of the roles assigned to the user within this organization. Free-form, user-generated role names; not a fixed enumeration. */
|
|
35829
|
+
roleNames: string[];
|
|
35830
|
+
}[];
|
|
35831
|
+
/** @description Total number of organization memberships returned for the user. */
|
|
35832
|
+
totalCount?: number;
|
|
35833
|
+
};
|
|
35834
|
+
};
|
|
35835
|
+
/** @description Publicly viewable projection of User served by the unauthenticated public users directory. Deliberately excludes email, real names, and every other personally identifying or account-internal field. */
|
|
35836
|
+
PublicUser: {
|
|
35837
|
+
/**
|
|
35838
|
+
* Format: uuid
|
|
35839
|
+
* @description Unique identifier for the user
|
|
35840
|
+
*/
|
|
35841
|
+
id: string;
|
|
35842
|
+
/**
|
|
35843
|
+
* Format: uuid
|
|
35844
|
+
* @deprecated
|
|
35845
|
+
* @description Deprecated duplicate of id kept for consumers that predate the retirement of the legacy user_id column; always equals id.
|
|
35846
|
+
*/
|
|
35847
|
+
userId?: string;
|
|
35848
|
+
/** @description Public username of the user */
|
|
35849
|
+
username?: string;
|
|
35850
|
+
/**
|
|
35851
|
+
* Format: uri
|
|
35852
|
+
* @description URL to user's avatar image
|
|
35853
|
+
*/
|
|
35854
|
+
avatarUrl?: string;
|
|
35855
|
+
};
|
|
35856
|
+
/** @description Paginated list of publicly viewable user records */
|
|
35857
|
+
PublicUsersPage: {
|
|
35858
|
+
/** @description Current page number of the result set. */
|
|
35859
|
+
page: number;
|
|
35860
|
+
/** @description Number of items per page. */
|
|
35861
|
+
pageSize: number;
|
|
35862
|
+
/** @description Total number of items available. */
|
|
35863
|
+
totalCount: number;
|
|
35864
|
+
/** @description Public user records for the requested page. */
|
|
35865
|
+
data: {
|
|
35866
|
+
/**
|
|
35867
|
+
* Format: uuid
|
|
35868
|
+
* @description Unique identifier for the user
|
|
35869
|
+
*/
|
|
35870
|
+
id: string;
|
|
35871
|
+
/**
|
|
35872
|
+
* Format: uuid
|
|
35873
|
+
* @deprecated
|
|
35874
|
+
* @description Deprecated duplicate of id kept for consumers that predate the retirement of the legacy user_id column; always equals id.
|
|
35875
|
+
*/
|
|
35876
|
+
userId?: string;
|
|
35877
|
+
/** @description Public username of the user */
|
|
35878
|
+
username?: string;
|
|
35879
|
+
/**
|
|
35880
|
+
* Format: uri
|
|
35881
|
+
* @description URL to user's avatar image
|
|
35882
|
+
*/
|
|
35883
|
+
avatarUrl?: string;
|
|
35884
|
+
}[];
|
|
35885
|
+
};
|
|
35886
|
+
/** @description Minimal collaboration projection of User served by the authenticated user-search endpoints (people-picker flows such as sharing a design). Carries just enough to identify and display a person - name, username, email, avatar - and deliberately excludes roles, organization and team membership, preferences, and login metadata. */
|
|
35887
|
+
SearchableUser: {
|
|
35888
|
+
/**
|
|
35889
|
+
* Format: uuid
|
|
35890
|
+
* @description Unique identifier for the user
|
|
35891
|
+
*/
|
|
35892
|
+
id: string;
|
|
35893
|
+
/**
|
|
35894
|
+
* Format: uuid
|
|
35895
|
+
* @deprecated
|
|
35896
|
+
* @description Deprecated duplicate of id kept for consumers that predate the retirement of the legacy user_id column; always equals id.
|
|
35897
|
+
*/
|
|
35898
|
+
userId?: string;
|
|
35899
|
+
/** @description Public username of the user */
|
|
35900
|
+
username?: string;
|
|
35901
|
+
/** @description User's first name */
|
|
35902
|
+
firstName?: string;
|
|
35903
|
+
/** @description User's last name */
|
|
35904
|
+
lastName?: string;
|
|
35905
|
+
/**
|
|
35906
|
+
* Format: email
|
|
35907
|
+
* @description User's email address
|
|
35908
|
+
*/
|
|
35909
|
+
email?: string;
|
|
35910
|
+
/**
|
|
35911
|
+
* Format: uri
|
|
35912
|
+
* @description URL to user's avatar image
|
|
35913
|
+
*/
|
|
35914
|
+
avatarUrl?: string;
|
|
35915
|
+
/**
|
|
35916
|
+
* Format: date-time
|
|
35917
|
+
* @description Timestamp when the user record was soft-deleted (null if not deleted)
|
|
35918
|
+
*/
|
|
35919
|
+
deletedAt?: string | null;
|
|
35920
|
+
};
|
|
35921
|
+
/** @description Paginated list of users in the searchable collaboration projection */
|
|
35922
|
+
SearchableUsersPage: {
|
|
35923
|
+
/** @description Current page number of the result set. */
|
|
35924
|
+
page: number;
|
|
35925
|
+
/** @description Number of items per page. */
|
|
35926
|
+
pageSize: number;
|
|
35927
|
+
/** @description Total number of items available. */
|
|
35928
|
+
totalCount: number;
|
|
35929
|
+
/** @description Matching user records for the requested page. */
|
|
35930
|
+
data: {
|
|
35931
|
+
/**
|
|
35932
|
+
* Format: uuid
|
|
35933
|
+
* @description Unique identifier for the user
|
|
35934
|
+
*/
|
|
35935
|
+
id: string;
|
|
35936
|
+
/**
|
|
35937
|
+
* Format: uuid
|
|
35938
|
+
* @deprecated
|
|
35939
|
+
* @description Deprecated duplicate of id kept for consumers that predate the retirement of the legacy user_id column; always equals id.
|
|
35940
|
+
*/
|
|
35941
|
+
userId?: string;
|
|
35942
|
+
/** @description Public username of the user */
|
|
35943
|
+
username?: string;
|
|
35944
|
+
/** @description User's first name */
|
|
35945
|
+
firstName?: string;
|
|
35946
|
+
/** @description User's last name */
|
|
35947
|
+
lastName?: string;
|
|
35948
|
+
/**
|
|
35949
|
+
* Format: email
|
|
35950
|
+
* @description User's email address
|
|
35951
|
+
*/
|
|
35952
|
+
email?: string;
|
|
35953
|
+
/**
|
|
35954
|
+
* Format: uri
|
|
35955
|
+
* @description URL to user's avatar image
|
|
35956
|
+
*/
|
|
35957
|
+
avatarUrl?: string;
|
|
35958
|
+
/**
|
|
35959
|
+
* Format: date-time
|
|
35960
|
+
* @description Timestamp when the user record was soft-deleted (null if not deleted)
|
|
35961
|
+
*/
|
|
35962
|
+
deletedAt?: string | null;
|
|
35963
|
+
}[];
|
|
35964
|
+
};
|
|
35965
|
+
/** @description One email address associated with a user account. A user has exactly one primary address (mirrored in users.email) and any number of secondary addresses accumulated from account consolidation or explicit addition. Uniqueness across live addresses is enforced case-insensitively. */
|
|
35966
|
+
UserEmailAddress: {
|
|
35967
|
+
/**
|
|
35968
|
+
* Format: uuid
|
|
35969
|
+
* @description Unique identifier for this email-address record
|
|
35970
|
+
*/
|
|
35971
|
+
id: string;
|
|
35972
|
+
/**
|
|
35973
|
+
* Format: uuid
|
|
35974
|
+
* @description The user (users.id) this address belongs to
|
|
35975
|
+
*/
|
|
35976
|
+
userId: string;
|
|
35977
|
+
/**
|
|
35978
|
+
* Format: email
|
|
35979
|
+
* @description The email address
|
|
35980
|
+
*/
|
|
35981
|
+
email: string;
|
|
35982
|
+
/**
|
|
35983
|
+
* @description Whether the address was verified (per Kratos verifiable addresses) at record time
|
|
35984
|
+
* @default false
|
|
35985
|
+
*/
|
|
35986
|
+
verified: boolean;
|
|
35987
|
+
/**
|
|
35988
|
+
* @description Exactly one live primary address per user; mirrors users.email
|
|
35989
|
+
* @default false
|
|
35990
|
+
*/
|
|
35991
|
+
isPrimary: boolean;
|
|
35992
|
+
/**
|
|
35993
|
+
* @description How this address became associated with the account
|
|
35994
|
+
* @enum {string}
|
|
35995
|
+
*/
|
|
35996
|
+
source: "signup" | "consolidation" | "backfill" | "manual";
|
|
35997
|
+
/** Format: date-time */
|
|
35998
|
+
createdAt: string;
|
|
35999
|
+
/** Format: date-time */
|
|
36000
|
+
updatedAt: string;
|
|
36001
|
+
/**
|
|
36002
|
+
* Format: date-time
|
|
36003
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
36004
|
+
*/
|
|
36005
|
+
deletedAt?: string | null;
|
|
36006
|
+
};
|
|
36007
|
+
/** @description An organization the user is a member of, together with the names of the roles assigned to that user within the organization. Returned as an item of User.organizations.organizationsWithRoles. The role names are dynamic, user-generated values (no fixed enumeration). */
|
|
36008
|
+
OrganizationWithRoles: {
|
|
36009
|
+
/**
|
|
36010
|
+
* Format: uuid
|
|
36011
|
+
* @description Unique identifier of the organization.
|
|
36012
|
+
*/
|
|
36013
|
+
id: string;
|
|
36014
|
+
/** @description Name of the organization. */
|
|
36015
|
+
name: string;
|
|
36016
|
+
/** @description Human readable description of the organization. */
|
|
36017
|
+
description?: string;
|
|
36018
|
+
/** @description Country associated with the organization. */
|
|
36019
|
+
country?: string;
|
|
36020
|
+
/** @description Region associated with the organization. */
|
|
36021
|
+
region?: string;
|
|
36022
|
+
/**
|
|
36023
|
+
* Format: uuid
|
|
36024
|
+
* @description Identifier of the organization owner.
|
|
36025
|
+
*/
|
|
36026
|
+
owner?: string;
|
|
36027
|
+
/**
|
|
36028
|
+
* Format: date-time
|
|
36029
|
+
* @description Timestamp when the organization was created.
|
|
36030
|
+
*/
|
|
36031
|
+
createdAt?: string;
|
|
36032
|
+
/**
|
|
36033
|
+
* Format: date-time
|
|
36034
|
+
* @description Timestamp when the organization was last updated.
|
|
36035
|
+
*/
|
|
36036
|
+
updatedAt?: string;
|
|
36037
|
+
/**
|
|
36038
|
+
* Format: date-time
|
|
36039
|
+
* @description Timestamp when the organization was soft-deleted (null if not deleted).
|
|
36040
|
+
*/
|
|
36041
|
+
deletedAt?: string | null;
|
|
36042
|
+
/** @description Names of the roles assigned to the user within this organization. Free-form, user-generated role names; not a fixed enumeration. */
|
|
36043
|
+
roleNames: string[];
|
|
36044
|
+
};
|
|
36045
|
+
/** @description A team the user is a member of, together with the names of the roles assigned to that user within the team. Returned as an item of User.teams.teamsWithRoles. The role names are dynamic, user-generated values (no fixed enumeration). */
|
|
36046
|
+
TeamWithRoles: {
|
|
36047
|
+
/**
|
|
36048
|
+
* Format: uuid
|
|
36049
|
+
* @description Unique identifier of the team.
|
|
36050
|
+
*/
|
|
36051
|
+
id: string;
|
|
36052
|
+
/** @description Name of the team. */
|
|
36053
|
+
name: string;
|
|
36054
|
+
/** @description Human readable description of the team. */
|
|
36055
|
+
description?: string;
|
|
36056
|
+
/**
|
|
36057
|
+
* Format: uuid
|
|
36058
|
+
* @description Identifier of the team owner.
|
|
36059
|
+
*/
|
|
36060
|
+
owner?: string;
|
|
36061
|
+
/** @description Free-form metadata associated with the team. */
|
|
36062
|
+
metadata?: {
|
|
36063
|
+
[key: string]: unknown;
|
|
36064
|
+
};
|
|
36065
|
+
/**
|
|
36066
|
+
* Format: date-time
|
|
36067
|
+
* @description Timestamp when the team was created.
|
|
36068
|
+
*/
|
|
36069
|
+
createdAt?: string;
|
|
36070
|
+
/**
|
|
36071
|
+
* Format: date-time
|
|
36072
|
+
* @description Timestamp when the team was last updated.
|
|
36073
|
+
*/
|
|
36074
|
+
updatedAt?: string;
|
|
36075
|
+
/**
|
|
36076
|
+
* Format: date-time
|
|
36077
|
+
* @description Timestamp when the team was soft-deleted (null if not deleted).
|
|
36078
|
+
*/
|
|
36079
|
+
deletedAt?: string | null;
|
|
36080
|
+
/** @description Names of the roles assigned to the user within this team. Free-form, user-generated role names; not a fixed enumeration. */
|
|
36081
|
+
roleNames: string[];
|
|
36082
|
+
};
|
|
36083
|
+
Preference: {
|
|
36084
|
+
/** @description The mesh adapters of the preference. */
|
|
36085
|
+
meshAdapters?: Record<string, never>[];
|
|
36086
|
+
grafana?: {
|
|
36087
|
+
/** @description Grafana URL for the user configuration. */
|
|
36088
|
+
grafanaUrl?: string;
|
|
36089
|
+
/** @description Grafana API key for the user configuration. */
|
|
36090
|
+
grafanaApiKey?: string;
|
|
36091
|
+
/** @description Selected Grafana board configurations for the user. */
|
|
36092
|
+
selectedBoardsConfigs?: {
|
|
36093
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
36094
|
+
board?: Record<string, never>;
|
|
36095
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
36096
|
+
panels?: Record<string, never>[];
|
|
36097
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
36098
|
+
templateVars?: string[];
|
|
36099
|
+
}[];
|
|
36100
|
+
};
|
|
36101
|
+
prometheus?: {
|
|
36102
|
+
/** @description The prometheus URL of the prometheus. */
|
|
36103
|
+
prometheusUrl?: string;
|
|
36104
|
+
/** @description The selected prometheus boards configs of the prometheus. */
|
|
36105
|
+
selectedPrometheusBoardsConfigs?: {
|
|
36106
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
36107
|
+
board?: Record<string, never>;
|
|
36108
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
36109
|
+
panels?: Record<string, never>[];
|
|
36110
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
36111
|
+
templateVars?: string[];
|
|
36112
|
+
}[];
|
|
36113
|
+
};
|
|
36114
|
+
loadTestPrefs?: {
|
|
36115
|
+
/** @description Concurrent requests */
|
|
36116
|
+
c?: number;
|
|
36117
|
+
/** @description Queries per second */
|
|
36118
|
+
qps?: number;
|
|
36119
|
+
/** @description Duration */
|
|
36120
|
+
t?: string;
|
|
36121
|
+
/** @description Load generator */
|
|
36122
|
+
gen?: string;
|
|
36123
|
+
};
|
|
36124
|
+
/** @description The anonymous usage stats of the preference. */
|
|
36125
|
+
anonymousUsageStats: boolean;
|
|
36126
|
+
/** @description The anonymous perf results of the preference. */
|
|
36127
|
+
anonymousPerfResults: boolean;
|
|
36128
|
+
/**
|
|
36129
|
+
* Format: date-time
|
|
36130
|
+
* @description Timestamp of when the resource was last updated.
|
|
36131
|
+
*/
|
|
36132
|
+
updatedAt: string;
|
|
36133
|
+
/** @description The dashboard preferences of the preference. */
|
|
36134
|
+
dashboardPreferences: {
|
|
36135
|
+
[key: string]: unknown;
|
|
36136
|
+
};
|
|
36137
|
+
/**
|
|
36138
|
+
* Format: uuid
|
|
36139
|
+
* @description ID of the associated selectedOrganization.
|
|
36140
|
+
*/
|
|
36141
|
+
selectedOrganizationId: string;
|
|
36142
|
+
/** @description The selected workspace for organizations of the preference. */
|
|
36143
|
+
selectedWorkspaceForOrganizations: {
|
|
36144
|
+
[key: string]: string;
|
|
36145
|
+
};
|
|
36146
|
+
/** @description The users extension preferences of the preference. */
|
|
36147
|
+
usersExtensionPreferences: {
|
|
36148
|
+
[key: string]: unknown;
|
|
36149
|
+
};
|
|
36150
|
+
/** @description The remote provider preferences of the preference. */
|
|
36151
|
+
remoteProviderPreferences: {
|
|
36152
|
+
[key: string]: unknown;
|
|
36153
|
+
};
|
|
36154
|
+
};
|
|
36155
|
+
/** @description Placeholder for Adapter struct definition. */
|
|
36156
|
+
Adapter: Record<string, never>;
|
|
36157
|
+
Grafana: {
|
|
36158
|
+
/** @description Grafana URL for the user configuration. */
|
|
36159
|
+
grafanaUrl?: string;
|
|
36160
|
+
/** @description Grafana API key for the user configuration. */
|
|
36161
|
+
grafanaApiKey?: string;
|
|
36162
|
+
/** @description Selected Grafana board configurations for the user. */
|
|
36163
|
+
selectedBoardsConfigs?: {
|
|
36164
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
36165
|
+
board?: Record<string, never>;
|
|
36166
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
36167
|
+
panels?: Record<string, never>[];
|
|
36168
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
36169
|
+
templateVars?: string[];
|
|
36170
|
+
}[];
|
|
36171
|
+
};
|
|
36172
|
+
SelectedGrafanaConfig: {
|
|
36173
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
36174
|
+
board?: Record<string, never>;
|
|
36175
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
36176
|
+
panels?: Record<string, never>[];
|
|
36177
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
36178
|
+
templateVars?: string[];
|
|
36179
|
+
};
|
|
36180
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
36181
|
+
GrafanaBoard: Record<string, never>;
|
|
36182
|
+
/** @description Grafana panel structure imported from github.com/grafana-tools/sdk */
|
|
36183
|
+
Panel: Record<string, never>;
|
|
36184
|
+
Prometheus: {
|
|
36185
|
+
/** @description The prometheus URL of the prometheus. */
|
|
36186
|
+
prometheusUrl?: string;
|
|
36187
|
+
/** @description The selected prometheus boards configs of the prometheus. */
|
|
36188
|
+
selectedPrometheusBoardsConfigs?: {
|
|
36189
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
36190
|
+
board?: Record<string, never>;
|
|
36191
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
36192
|
+
panels?: Record<string, never>[];
|
|
36193
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
36194
|
+
templateVars?: string[];
|
|
36195
|
+
}[];
|
|
36196
|
+
};
|
|
36197
|
+
LoadTestPreferences: {
|
|
36198
|
+
/** @description Concurrent requests */
|
|
36199
|
+
c?: number;
|
|
36200
|
+
/** @description Queries per second */
|
|
36201
|
+
qps?: number;
|
|
36202
|
+
/** @description Duration */
|
|
36203
|
+
t?: string;
|
|
36204
|
+
/** @description Load generator */
|
|
36205
|
+
gen?: string;
|
|
36206
|
+
};
|
|
36207
|
+
/** @description Various online profiles associated with the user account, like GitHub, LinkedIn, X, and so on. */
|
|
36208
|
+
Social: {
|
|
36209
|
+
/** @description The site of the social. */
|
|
36210
|
+
site: string;
|
|
36211
|
+
/**
|
|
36212
|
+
* Format: uri
|
|
36213
|
+
* @description The link of the social.
|
|
36214
|
+
*/
|
|
36215
|
+
link: string;
|
|
36216
|
+
};
|
|
36217
|
+
};
|
|
36218
|
+
responses: {
|
|
36219
|
+
/** @description Invalid request body or request param */
|
|
36220
|
+
400: {
|
|
36221
|
+
headers: {
|
|
36222
|
+
[name: string]: unknown;
|
|
36223
|
+
};
|
|
36224
|
+
content: {
|
|
36225
|
+
"text/plain": string;
|
|
36226
|
+
};
|
|
36227
|
+
};
|
|
36228
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
36229
|
+
401: {
|
|
36230
|
+
headers: {
|
|
36231
|
+
[name: string]: unknown;
|
|
36232
|
+
};
|
|
36233
|
+
content: {
|
|
36234
|
+
"text/plain": string;
|
|
36235
|
+
};
|
|
36236
|
+
};
|
|
36237
|
+
/** @description Result not found */
|
|
36238
|
+
404: {
|
|
36239
|
+
headers: {
|
|
36240
|
+
[name: string]: unknown;
|
|
36241
|
+
};
|
|
36242
|
+
content: {
|
|
36243
|
+
"text/plain": string;
|
|
36244
|
+
};
|
|
36245
|
+
};
|
|
36246
|
+
/** @description Internal server error */
|
|
36247
|
+
500: {
|
|
36248
|
+
headers: {
|
|
36249
|
+
[name: string]: unknown;
|
|
36250
|
+
};
|
|
36251
|
+
content: {
|
|
36252
|
+
"text/plain": string;
|
|
36253
|
+
};
|
|
36254
|
+
};
|
|
36255
|
+
};
|
|
36256
|
+
parameters: {
|
|
36257
|
+
/** @description Organization ID */
|
|
36258
|
+
orgId: string;
|
|
36259
|
+
/** @description Get responses by page */
|
|
36260
|
+
page: number;
|
|
36261
|
+
/** @description Number of responses to return per page. Canonical camelCase pagination parameter; prefer this over the deprecated all-lowercase `pagesize`. */
|
|
36262
|
+
pageSize: number;
|
|
36263
|
+
/** @description Get responses that match search param value */
|
|
36264
|
+
search: string;
|
|
36265
|
+
/** @description Get ordered responses */
|
|
36266
|
+
order: string;
|
|
36267
|
+
/** @description Get filtered reponses */
|
|
36268
|
+
filter: string;
|
|
36269
|
+
};
|
|
36270
|
+
requestBodies: never;
|
|
36271
|
+
headers: never;
|
|
36272
|
+
pathItems: never;
|
|
36273
|
+
}
|
|
36274
|
+
|
|
35081
36275
|
/**
|
|
35082
36276
|
* This file was automatically generated from OpenAPI schema.
|
|
35083
36277
|
* Do not manually modify this file.
|
|
@@ -36022,50 +37216,59 @@ declare const SupportRequestRjsfSchemaV1Beta1: RJSFSchema;
|
|
|
36022
37216
|
declare const SupportRequestRjsfUiSchemaV1Beta1: UiSchema;
|
|
36023
37217
|
|
|
36024
37218
|
declare namespace v1alpha1 {
|
|
36025
|
-
type CatalogData = components$
|
|
36026
|
-
type Capability = components$
|
|
37219
|
+
type CatalogData = components$A["schemas"]["CatalogData"];
|
|
37220
|
+
type Capability = components$B["schemas"];
|
|
36027
37221
|
}
|
|
36028
37222
|
declare namespace v1alpha2 {
|
|
36029
|
-
type CatalogData = components$
|
|
37223
|
+
type CatalogData = components$A["schemas"]["CatalogData"];
|
|
36030
37224
|
}
|
|
36031
37225
|
declare namespace v1beta1 {
|
|
36032
|
-
type Badge = components$
|
|
36033
|
-
type Capability = components$
|
|
36034
|
-
type Category = components$
|
|
36035
|
-
type Component = components$
|
|
36036
|
-
type Connection = components$
|
|
36037
|
-
type
|
|
36038
|
-
type
|
|
36039
|
-
type
|
|
36040
|
-
type
|
|
36041
|
-
type
|
|
36042
|
-
type
|
|
36043
|
-
type
|
|
36044
|
-
type
|
|
36045
|
-
type
|
|
36046
|
-
type
|
|
36047
|
-
type
|
|
36048
|
-
type
|
|
36049
|
-
type
|
|
36050
|
-
type
|
|
36051
|
-
type
|
|
36052
|
-
type
|
|
36053
|
-
type
|
|
37226
|
+
type Badge = components$e["schemas"]["Badge"];
|
|
37227
|
+
type Capability = components$z["schemas"]["Capability"];
|
|
37228
|
+
type Category = components$s["schemas"]["CategoryDefinition"];
|
|
37229
|
+
type Component = components$y["schemas"]["ComponentDefinition"];
|
|
37230
|
+
type Connection = components$x["schemas"]["Connection"];
|
|
37231
|
+
type ConnectionStatusValue = components$x["schemas"]["ConnectionStatusValue"];
|
|
37232
|
+
type ControllerStatusValue = components$i["schemas"]["ControllerStatusValue"];
|
|
37233
|
+
type Credential = components$w["schemas"]["Credential"];
|
|
37234
|
+
type Design = components$t["schemas"]["PatternFile"];
|
|
37235
|
+
type Environment = components$q["schemas"]["Environment"];
|
|
37236
|
+
type EvaluationRequest = components$p["schemas"]["EvaluationRequest"];
|
|
37237
|
+
type EvaluationResponse = components$p["schemas"]["EvaluationResponse"];
|
|
37238
|
+
type Feature = components$o["schemas"]["Feature"];
|
|
37239
|
+
type Invitation = components$f["schemas"]["Invitation"];
|
|
37240
|
+
type Key = components$n["schemas"]["Key"];
|
|
37241
|
+
type Keychain = components$m["schemas"]["Keychain"];
|
|
37242
|
+
type Model = components$v["schemas"]["ModelDefinition"];
|
|
37243
|
+
type Organization = components$l["schemas"]["Organization"];
|
|
37244
|
+
type Role = components$k["schemas"]["Role"];
|
|
37245
|
+
type Schedule = components$j["schemas"]["Schedule"];
|
|
37246
|
+
type Subcategory = components$r["schemas"]["SubCategoryDefinition"];
|
|
37247
|
+
type Team = components$h["schemas"]["Team"];
|
|
37248
|
+
type User = components$u["schemas"]["User"];
|
|
37249
|
+
type Workspace = components$g["schemas"]["Workspace"];
|
|
36054
37250
|
}
|
|
36055
37251
|
|
|
36056
37252
|
declare namespace v1beta2 {
|
|
36057
|
-
type Academy = components$
|
|
36058
|
-
type CatalogData = components$
|
|
36059
|
-
type Component = components$
|
|
36060
|
-
type Connection = components$
|
|
36061
|
-
type Design = components$
|
|
36062
|
-
type EventResult = components$
|
|
36063
|
-
type Invitation = components$
|
|
36064
|
-
type Organization = components$
|
|
36065
|
-
type Plan = components$
|
|
36066
|
-
type Relationship = components$
|
|
36067
|
-
type Subscription = components$
|
|
36068
|
-
type Token = components$
|
|
37253
|
+
type Academy = components$d["schemas"]["AcademyCurricula"];
|
|
37254
|
+
type CatalogData = components$c["schemas"]["CatalogData"];
|
|
37255
|
+
type Component = components$b["schemas"]["ComponentDefinition"];
|
|
37256
|
+
type Connection = components$a["schemas"]["Connection"];
|
|
37257
|
+
type Design = components$9["schemas"]["PatternFile"];
|
|
37258
|
+
type EventResult = components$8["schemas"]["EventResult"];
|
|
37259
|
+
type Invitation = components$7["schemas"]["Invitation"];
|
|
37260
|
+
type Organization = components$6["schemas"]["Organization"];
|
|
37261
|
+
type Plan = components$5["schemas"]["Plan"];
|
|
37262
|
+
type Relationship = components$4["schemas"]["RelationshipDefinition"];
|
|
37263
|
+
type Subscription = components$3["schemas"]["Subscription"];
|
|
37264
|
+
type Token = components$2["schemas"]["UserToken"];
|
|
37265
|
+
}
|
|
37266
|
+
declare namespace v1beta3 {
|
|
37267
|
+
type User = components$1["schemas"]["User"];
|
|
37268
|
+
type PublicUser = components$1["schemas"]["PublicUser"];
|
|
37269
|
+
type PublicUsersPage = components$1["schemas"]["PublicUsersPage"];
|
|
37270
|
+
type SearchableUser = components$1["schemas"]["SearchableUser"];
|
|
37271
|
+
type SearchableUsersPage = components$1["schemas"]["SearchableUsersPage"];
|
|
36069
37272
|
}
|
|
36070
37273
|
|
|
36071
|
-
export { BadgeSchema, CatalogPublishRjsfSchemaV1Beta2, CatalogPublishRjsfUiSchemaV1Beta2, CategorySchema as CategoryDefinitionV1Beta1OpenApiSchema, ComponentSchema$1 as ComponentDefinitionV1Beta1OpenApiSchema, ComponentSchema as ComponentDefinitionV1Beta2OpenApiSchema, ConnectionSchema as ConnectionDefinitionV1Beta2OpenApiSchema, ConnectionHelmCreateRjsfSchemaV1Beta3, ConnectionHelmCreateRjsfUiSchemaV1Beta3, PatternSchema as DesignDefinitionV1Beta1OpenApiSchema, DesignSchema as DesignDefinitionV1Beta2OpenApiSchema, DesignImportRjsfSchemaV1Beta3, DesignImportRjsfUiSchemaV1Beta3, EnvironmentCreateOrEditRjsfSchemaV1Beta3, EnvironmentCreateOrEditRjsfUiSchemaV1Beta3, EnvironmentSchema as EnvironmentDefinitionV1Beta1OpenApiSchema, FilterImportRjsfSchemaV1Beta3, FilterImportRjsfUiSchemaV1Beta3, GrafanaCredentialRjsfSchemaV1Beta1, GrafanaCredentialRjsfUiSchemaV1Beta1, InvitationSchema as InvitationDefinitionV1Beta2OpenApiSchema, InvitationSchema$1 as InvitationSchema, KubernetesCredentialRjsfSchemaV1Beta1, KubernetesCredentialRjsfUiSchemaV1Beta1, ModelSchema as ModelDefinitionV1Beta1OpenApiSchema, ModelImportRjsfSchemaV1Beta2, ModelImportRjsfUiSchemaV1Beta2, PrometheusCredentialRjsfSchemaV1Beta1, PrometheusCredentialRjsfUiSchemaV1Beta1, type RJSFSchema, RelationshipSchema as RelationshipDefinitionV1Alpha3OpenApiSchema, RelationshipSchema$1 as RelationshipDefinitionV1Beta2OpenApiSchema, SubcategorySchema as SubCategoryDefinitionV1Beta1OpenApiSchema, SupportRequestRjsfSchemaV1Beta1, SupportRequestRjsfUiSchemaV1Beta1, type UiSchema, WorkspaceCreateOrEditRjsfSchemaV1Beta3, WorkspaceCreateOrEditRjsfUiSchemaV1Beta3, WorkspaceSchema as WorkspaceDefinitionV1Beta1OpenApiSchema, Core as core, v1alpha1, v1alpha2, v1beta1, v1beta2 };
|
|
37274
|
+
export { BadgeSchema, CatalogPublishRjsfSchemaV1Beta2, CatalogPublishRjsfUiSchemaV1Beta2, CategorySchema as CategoryDefinitionV1Beta1OpenApiSchema, ComponentSchema$1 as ComponentDefinitionV1Beta1OpenApiSchema, ComponentSchema as ComponentDefinitionV1Beta2OpenApiSchema, ConnectionSchema as ConnectionDefinitionV1Beta2OpenApiSchema, ConnectionHelmCreateRjsfSchemaV1Beta3, ConnectionHelmCreateRjsfUiSchemaV1Beta3, PatternSchema as DesignDefinitionV1Beta1OpenApiSchema, DesignSchema as DesignDefinitionV1Beta2OpenApiSchema, DesignImportRjsfSchemaV1Beta3, DesignImportRjsfUiSchemaV1Beta3, EnvironmentCreateOrEditRjsfSchemaV1Beta3, EnvironmentCreateOrEditRjsfUiSchemaV1Beta3, EnvironmentSchema as EnvironmentDefinitionV1Beta1OpenApiSchema, FilterImportRjsfSchemaV1Beta3, FilterImportRjsfUiSchemaV1Beta3, GrafanaCredentialRjsfSchemaV1Beta1, GrafanaCredentialRjsfUiSchemaV1Beta1, InvitationSchema as InvitationDefinitionV1Beta2OpenApiSchema, InvitationSchema$1 as InvitationSchema, KubernetesCredentialRjsfSchemaV1Beta1, KubernetesCredentialRjsfUiSchemaV1Beta1, ModelSchema as ModelDefinitionV1Beta1OpenApiSchema, ModelImportRjsfSchemaV1Beta2, ModelImportRjsfUiSchemaV1Beta2, PrometheusCredentialRjsfSchemaV1Beta1, PrometheusCredentialRjsfUiSchemaV1Beta1, type RJSFSchema, RelationshipSchema as RelationshipDefinitionV1Alpha3OpenApiSchema, RelationshipSchema$1 as RelationshipDefinitionV1Beta2OpenApiSchema, SubcategorySchema as SubCategoryDefinitionV1Beta1OpenApiSchema, SupportRequestRjsfSchemaV1Beta1, SupportRequestRjsfUiSchemaV1Beta1, type UiSchema, WorkspaceCreateOrEditRjsfSchemaV1Beta3, WorkspaceCreateOrEditRjsfUiSchemaV1Beta3, WorkspaceSchema as WorkspaceDefinitionV1Beta1OpenApiSchema, Core as core, v1alpha1, v1alpha2, v1beta1, v1beta2, v1beta3 };
|