@meshery/schemas 1.3.30 → 1.3.31
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 +4312 -3653
- package/dist/cloudApi.d.ts +4312 -3653
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.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 +7 -7
- 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 +781 -75
- package/dist/index.d.ts +781 -75
- package/dist/index.js +7 -7
- package/dist/index.mjs +7 -7
- package/dist/mesheryApi.d.mts +3587 -3340
- package/dist/mesheryApi.d.ts +3587 -3340
- 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$A {
|
|
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$z {
|
|
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$y {
|
|
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$x {
|
|
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$w {
|
|
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$v {
|
|
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$u {
|
|
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$t {
|
|
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$s {
|
|
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$r {
|
|
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$q {
|
|
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$p {
|
|
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$o {
|
|
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$n {
|
|
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$m {
|
|
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$l {
|
|
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$k {
|
|
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$j {
|
|
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$i {
|
|
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,7 @@ interface components$h {
|
|
|
15352
15352
|
pathItems: never;
|
|
15353
15353
|
}
|
|
15354
15354
|
|
|
15355
|
-
interface components$
|
|
15355
|
+
interface components$h {
|
|
15356
15356
|
schemas: {
|
|
15357
15357
|
/** @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
15358
|
Team: {
|
|
@@ -15589,7 +15589,7 @@ interface components$g {
|
|
|
15589
15589
|
pathItems: never;
|
|
15590
15590
|
}
|
|
15591
15591
|
|
|
15592
|
-
interface components$
|
|
15592
|
+
interface components$g {
|
|
15593
15593
|
schemas: {
|
|
15594
15594
|
/** @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
15595
|
Workspace: {
|
|
@@ -17608,7 +17608,7 @@ interface components$f {
|
|
|
17608
17608
|
pathItems: never;
|
|
17609
17609
|
}
|
|
17610
17610
|
|
|
17611
|
-
interface components$
|
|
17611
|
+
interface components$f {
|
|
17612
17612
|
schemas: {
|
|
17613
17613
|
/**
|
|
17614
17614
|
* Format: uuid
|
|
@@ -17826,7 +17826,7 @@ interface components$e {
|
|
|
17826
17826
|
pathItems: never;
|
|
17827
17827
|
}
|
|
17828
17828
|
|
|
17829
|
-
interface components$
|
|
17829
|
+
interface components$e {
|
|
17830
17830
|
schemas: {
|
|
17831
17831
|
/** @description Payload for creating or updating a badge. */
|
|
17832
17832
|
BadgePayload: {
|
|
@@ -18019,7 +18019,7 @@ interface components$d {
|
|
|
18019
18019
|
pathItems: never;
|
|
18020
18020
|
}
|
|
18021
18021
|
|
|
18022
|
-
interface components$
|
|
18022
|
+
interface components$d {
|
|
18023
18023
|
schemas: {
|
|
18024
18024
|
/**
|
|
18025
18025
|
* @description Organization ID that owns this learning path
|
|
@@ -22056,7 +22056,7 @@ interface components$c {
|
|
|
22056
22056
|
pathItems: never;
|
|
22057
22057
|
}
|
|
22058
22058
|
|
|
22059
|
-
interface components$
|
|
22059
|
+
interface components$c {
|
|
22060
22060
|
schemas: {
|
|
22061
22061
|
CatalogData: {
|
|
22062
22062
|
/** @description Tracks the specific content version that has been made available in the Catalog. */
|
|
@@ -22096,7 +22096,7 @@ interface components$b {
|
|
|
22096
22096
|
pathItems: never;
|
|
22097
22097
|
}
|
|
22098
22098
|
|
|
22099
|
-
interface components$
|
|
22099
|
+
interface components$b {
|
|
22100
22100
|
schemas: {
|
|
22101
22101
|
/** @description Components are reusable building blocks for depicting capabilities defined within models. Learn more at https://docs.meshery.io/concepts/components */
|
|
22102
22102
|
ComponentDefinition: {
|
|
@@ -22871,7 +22871,7 @@ interface components$a {
|
|
|
22871
22871
|
pathItems: never;
|
|
22872
22872
|
}
|
|
22873
22873
|
|
|
22874
|
-
interface components$
|
|
22874
|
+
interface components$a {
|
|
22875
22875
|
schemas: {
|
|
22876
22876
|
/** @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
22877
|
Connection: {
|
|
@@ -22913,7 +22913,7 @@ interface components$9 {
|
|
|
22913
22913
|
* Format: date-time
|
|
22914
22914
|
* @description SQL null Timestamp to handle null values of time.
|
|
22915
22915
|
*/
|
|
22916
|
-
deleted_at?: string;
|
|
22916
|
+
deleted_at?: string | null;
|
|
22917
22917
|
/** @description Associated environments for this connection */
|
|
22918
22918
|
environments?: {
|
|
22919
22919
|
/**
|
|
@@ -23022,7 +23022,7 @@ interface components$9 {
|
|
|
23022
23022
|
* Format: date-time
|
|
23023
23023
|
* @description SQL null Timestamp to handle null values of time.
|
|
23024
23024
|
*/
|
|
23025
|
-
deleted_at?: string;
|
|
23025
|
+
deleted_at?: string | null;
|
|
23026
23026
|
/** @description Associated environments for this connection */
|
|
23027
23027
|
environments?: {
|
|
23028
23028
|
/**
|
|
@@ -23303,7 +23303,7 @@ interface components$9 {
|
|
|
23303
23303
|
pathItems: never;
|
|
23304
23304
|
}
|
|
23305
23305
|
|
|
23306
|
-
interface components$
|
|
23306
|
+
interface components$9 {
|
|
23307
23307
|
schemas: {
|
|
23308
23308
|
DeletePatternModel: {
|
|
23309
23309
|
/** Format: uuid */
|
|
@@ -30869,7 +30869,7 @@ interface components$8 {
|
|
|
30869
30869
|
pathItems: never;
|
|
30870
30870
|
}
|
|
30871
30871
|
|
|
30872
|
-
interface components$
|
|
30872
|
+
interface components$8 {
|
|
30873
30873
|
schemas: {
|
|
30874
30874
|
UpdateEventStatusRequest: {
|
|
30875
30875
|
/**
|
|
@@ -31046,7 +31046,7 @@ interface components$7 {
|
|
|
31046
31046
|
pathItems: never;
|
|
31047
31047
|
}
|
|
31048
31048
|
|
|
31049
|
-
interface components$
|
|
31049
|
+
interface components$7 {
|
|
31050
31050
|
schemas: {
|
|
31051
31051
|
/**
|
|
31052
31052
|
* Format: uuid
|
|
@@ -31287,7 +31287,7 @@ interface components$6 {
|
|
|
31287
31287
|
pathItems: never;
|
|
31288
31288
|
}
|
|
31289
31289
|
|
|
31290
|
-
interface components$
|
|
31290
|
+
interface components$6 {
|
|
31291
31291
|
schemas: {
|
|
31292
31292
|
/**
|
|
31293
31293
|
* Format: uuid
|
|
@@ -32614,7 +32614,7 @@ interface components$5 {
|
|
|
32614
32614
|
pathItems: never;
|
|
32615
32615
|
}
|
|
32616
32616
|
|
|
32617
|
-
interface components$
|
|
32617
|
+
interface components$5 {
|
|
32618
32618
|
schemas: {
|
|
32619
32619
|
PlanPage: {
|
|
32620
32620
|
/** @description Current page number of the result set. */
|
|
@@ -32717,7 +32717,7 @@ interface components$4 {
|
|
|
32717
32717
|
pathItems: never;
|
|
32718
32718
|
}
|
|
32719
32719
|
|
|
32720
|
-
interface components$
|
|
32720
|
+
interface components$4 {
|
|
32721
32721
|
schemas: {
|
|
32722
32722
|
/** @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
32723
|
RelationshipDefinition: {
|
|
@@ -34674,7 +34674,7 @@ interface components$3 {
|
|
|
34674
34674
|
pathItems: never;
|
|
34675
34675
|
}
|
|
34676
34676
|
|
|
34677
|
-
interface components$
|
|
34677
|
+
interface components$3 {
|
|
34678
34678
|
schemas: {
|
|
34679
34679
|
/**
|
|
34680
34680
|
* @description Supported payment processors
|
|
@@ -34929,7 +34929,7 @@ interface components$2 {
|
|
|
34929
34929
|
pathItems: never;
|
|
34930
34930
|
}
|
|
34931
34931
|
|
|
34932
|
-
interface components$
|
|
34932
|
+
interface components$2 {
|
|
34933
34933
|
schemas: {
|
|
34934
34934
|
/** @description Represents a user-owned API token or OAuth session. */
|
|
34935
34935
|
UserToken: {
|
|
@@ -35078,6 +35078,705 @@ interface components$1 {
|
|
|
35078
35078
|
pathItems: never;
|
|
35079
35079
|
}
|
|
35080
35080
|
|
|
35081
|
+
interface components$1 {
|
|
35082
|
+
schemas: {
|
|
35083
|
+
/** @description Represents a user */
|
|
35084
|
+
User: {
|
|
35085
|
+
/**
|
|
35086
|
+
* Format: uuid
|
|
35087
|
+
* @description Unique identifier for the user
|
|
35088
|
+
*/
|
|
35089
|
+
id: string;
|
|
35090
|
+
/**
|
|
35091
|
+
* @description Authentication provider (e.g., Google, Github)
|
|
35092
|
+
* @example [
|
|
35093
|
+
* "local",
|
|
35094
|
+
* "github",
|
|
35095
|
+
* "google",
|
|
35096
|
+
* "twitter"
|
|
35097
|
+
* ]
|
|
35098
|
+
*/
|
|
35099
|
+
provider: string;
|
|
35100
|
+
/**
|
|
35101
|
+
* Format: email
|
|
35102
|
+
* @description User's email address
|
|
35103
|
+
*/
|
|
35104
|
+
email: string;
|
|
35105
|
+
/** @description User's first name */
|
|
35106
|
+
firstName: string;
|
|
35107
|
+
/** @description User's last name */
|
|
35108
|
+
lastName: string;
|
|
35109
|
+
/**
|
|
35110
|
+
* Format: uri
|
|
35111
|
+
* @description URL to user's avatar image
|
|
35112
|
+
*/
|
|
35113
|
+
avatarUrl?: string;
|
|
35114
|
+
/**
|
|
35115
|
+
* @description User account status
|
|
35116
|
+
* @enum {string}
|
|
35117
|
+
*/
|
|
35118
|
+
status: "active" | "inactive" | "pending" | "anonymous";
|
|
35119
|
+
/**
|
|
35120
|
+
* @description User's biography or description
|
|
35121
|
+
* @default
|
|
35122
|
+
*/
|
|
35123
|
+
bio: string;
|
|
35124
|
+
/** @description User's country information stored as JSONB */
|
|
35125
|
+
country?: {
|
|
35126
|
+
[key: string]: unknown;
|
|
35127
|
+
};
|
|
35128
|
+
/** @description User's region information stored as JSONB */
|
|
35129
|
+
region?: {
|
|
35130
|
+
[key: string]: unknown;
|
|
35131
|
+
};
|
|
35132
|
+
/** @description User preferences stored as JSONB */
|
|
35133
|
+
preferences?: {
|
|
35134
|
+
/** @description The mesh adapters of the preference. */
|
|
35135
|
+
meshAdapters?: Record<string, never>[];
|
|
35136
|
+
grafana?: {
|
|
35137
|
+
/** @description Grafana URL for the user configuration. */
|
|
35138
|
+
grafanaUrl?: string;
|
|
35139
|
+
/** @description Grafana API key for the user configuration. */
|
|
35140
|
+
grafanaApiKey?: string;
|
|
35141
|
+
/** @description Selected Grafana board configurations for the user. */
|
|
35142
|
+
selectedBoardsConfigs?: {
|
|
35143
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
35144
|
+
board?: Record<string, never>;
|
|
35145
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
35146
|
+
panels?: Record<string, never>[];
|
|
35147
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
35148
|
+
templateVars?: string[];
|
|
35149
|
+
}[];
|
|
35150
|
+
};
|
|
35151
|
+
prometheus?: {
|
|
35152
|
+
/** @description The prometheus URL of the prometheus. */
|
|
35153
|
+
prometheusUrl?: string;
|
|
35154
|
+
/** @description The selected prometheus boards configs of the prometheus. */
|
|
35155
|
+
selectedPrometheusBoardsConfigs?: {
|
|
35156
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
35157
|
+
board?: Record<string, never>;
|
|
35158
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
35159
|
+
panels?: Record<string, never>[];
|
|
35160
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
35161
|
+
templateVars?: string[];
|
|
35162
|
+
}[];
|
|
35163
|
+
};
|
|
35164
|
+
loadTestPrefs?: {
|
|
35165
|
+
/** @description Concurrent requests */
|
|
35166
|
+
c?: number;
|
|
35167
|
+
/** @description Queries per second */
|
|
35168
|
+
qps?: number;
|
|
35169
|
+
/** @description Duration */
|
|
35170
|
+
t?: string;
|
|
35171
|
+
/** @description Load generator */
|
|
35172
|
+
gen?: string;
|
|
35173
|
+
};
|
|
35174
|
+
/** @description The anonymous usage stats of the preference. */
|
|
35175
|
+
anonymousUsageStats: boolean;
|
|
35176
|
+
/** @description The anonymous perf results of the preference. */
|
|
35177
|
+
anonymousPerfResults: boolean;
|
|
35178
|
+
/**
|
|
35179
|
+
* Format: date-time
|
|
35180
|
+
* @description Timestamp of when the resource was last updated.
|
|
35181
|
+
*/
|
|
35182
|
+
updatedAt: string;
|
|
35183
|
+
/** @description The dashboard preferences of the preference. */
|
|
35184
|
+
dashboardPreferences: {
|
|
35185
|
+
[key: string]: unknown;
|
|
35186
|
+
};
|
|
35187
|
+
/**
|
|
35188
|
+
* Format: uuid
|
|
35189
|
+
* @description ID of the associated selectedOrganization.
|
|
35190
|
+
*/
|
|
35191
|
+
selectedOrganizationId: string;
|
|
35192
|
+
/** @description The selected workspace for organizations of the preference. */
|
|
35193
|
+
selectedWorkspaceForOrganizations: {
|
|
35194
|
+
[key: string]: string;
|
|
35195
|
+
};
|
|
35196
|
+
/** @description The users extension preferences of the preference. */
|
|
35197
|
+
usersExtensionPreferences: {
|
|
35198
|
+
[key: string]: unknown;
|
|
35199
|
+
};
|
|
35200
|
+
/** @description The remote provider preferences of the preference. */
|
|
35201
|
+
remoteProviderPreferences: {
|
|
35202
|
+
[key: string]: unknown;
|
|
35203
|
+
};
|
|
35204
|
+
};
|
|
35205
|
+
/**
|
|
35206
|
+
* Format: date-time
|
|
35207
|
+
* @description Timestamp when user accepted terms and conditions
|
|
35208
|
+
*/
|
|
35209
|
+
acceptedTermsAt?: string;
|
|
35210
|
+
/**
|
|
35211
|
+
* Format: date-time
|
|
35212
|
+
* @description Timestamp of user's first login
|
|
35213
|
+
*/
|
|
35214
|
+
firstLoginTime?: string;
|
|
35215
|
+
/**
|
|
35216
|
+
* Format: date-time
|
|
35217
|
+
* @description Timestamp of user's most recent login
|
|
35218
|
+
*/
|
|
35219
|
+
lastLoginTime: string;
|
|
35220
|
+
/**
|
|
35221
|
+
* Format: date-time
|
|
35222
|
+
* @description Timestamp when the user record was created
|
|
35223
|
+
*/
|
|
35224
|
+
createdAt: string;
|
|
35225
|
+
/**
|
|
35226
|
+
* Format: date-time
|
|
35227
|
+
* @description Timestamp when the user record was last updated
|
|
35228
|
+
*/
|
|
35229
|
+
updatedAt: string;
|
|
35230
|
+
/** @description Various online profiles associated with the user account */
|
|
35231
|
+
socials?: {
|
|
35232
|
+
/** @description The site of the social. */
|
|
35233
|
+
site: string;
|
|
35234
|
+
/**
|
|
35235
|
+
* Format: uri
|
|
35236
|
+
* @description The link of the social.
|
|
35237
|
+
*/
|
|
35238
|
+
link: string;
|
|
35239
|
+
}[];
|
|
35240
|
+
/**
|
|
35241
|
+
* Format: date-time
|
|
35242
|
+
* @description Timestamp when the user record was soft-deleted (null if not deleted)
|
|
35243
|
+
*/
|
|
35244
|
+
deletedAt: string | null;
|
|
35245
|
+
/**
|
|
35246
|
+
* @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.
|
|
35247
|
+
* @example [
|
|
35248
|
+
* "organization admin",
|
|
35249
|
+
* "user"
|
|
35250
|
+
* ]
|
|
35251
|
+
*/
|
|
35252
|
+
roleNames?: string[];
|
|
35253
|
+
/** @description Teams the user belongs to with role information */
|
|
35254
|
+
teams?: {
|
|
35255
|
+
/** @description Team memberships for the user with their assigned roles. */
|
|
35256
|
+
teamsWithRoles?: {
|
|
35257
|
+
/**
|
|
35258
|
+
* Format: uuid
|
|
35259
|
+
* @description Unique identifier of the team.
|
|
35260
|
+
*/
|
|
35261
|
+
id: string;
|
|
35262
|
+
/** @description Name of the team. */
|
|
35263
|
+
name: string;
|
|
35264
|
+
/** @description Human readable description of the team. */
|
|
35265
|
+
description?: string;
|
|
35266
|
+
/**
|
|
35267
|
+
* Format: uuid
|
|
35268
|
+
* @description Identifier of the team owner.
|
|
35269
|
+
*/
|
|
35270
|
+
owner?: string;
|
|
35271
|
+
/** @description Free-form metadata associated with the team. */
|
|
35272
|
+
metadata?: {
|
|
35273
|
+
[key: string]: unknown;
|
|
35274
|
+
};
|
|
35275
|
+
/**
|
|
35276
|
+
* Format: date-time
|
|
35277
|
+
* @description Timestamp when the team was created.
|
|
35278
|
+
*/
|
|
35279
|
+
createdAt?: string;
|
|
35280
|
+
/**
|
|
35281
|
+
* Format: date-time
|
|
35282
|
+
* @description Timestamp when the team was last updated.
|
|
35283
|
+
*/
|
|
35284
|
+
updatedAt?: string;
|
|
35285
|
+
/**
|
|
35286
|
+
* Format: date-time
|
|
35287
|
+
* @description Timestamp when the team was soft-deleted (null if not deleted).
|
|
35288
|
+
*/
|
|
35289
|
+
deletedAt?: string | null;
|
|
35290
|
+
/** @description Names of the roles assigned to the user within this team. Free-form, user-generated role names; not a fixed enumeration. */
|
|
35291
|
+
roleNames: string[];
|
|
35292
|
+
}[];
|
|
35293
|
+
/** @description Total number of team memberships returned for the user. */
|
|
35294
|
+
totalCount?: number;
|
|
35295
|
+
};
|
|
35296
|
+
/** @description Organizations the user belongs to with role information */
|
|
35297
|
+
organizations?: {
|
|
35298
|
+
/** @description Organization memberships for the user with their assigned roles. */
|
|
35299
|
+
organizationsWithRoles?: {
|
|
35300
|
+
/**
|
|
35301
|
+
* Format: uuid
|
|
35302
|
+
* @description Unique identifier of the organization.
|
|
35303
|
+
*/
|
|
35304
|
+
id: string;
|
|
35305
|
+
/** @description Name of the organization. */
|
|
35306
|
+
name: string;
|
|
35307
|
+
/** @description Human readable description of the organization. */
|
|
35308
|
+
description?: string;
|
|
35309
|
+
/** @description Country associated with the organization. */
|
|
35310
|
+
country?: string;
|
|
35311
|
+
/** @description Region associated with the organization. */
|
|
35312
|
+
region?: string;
|
|
35313
|
+
/**
|
|
35314
|
+
* Format: uuid
|
|
35315
|
+
* @description Identifier of the organization owner.
|
|
35316
|
+
*/
|
|
35317
|
+
owner?: string;
|
|
35318
|
+
/**
|
|
35319
|
+
* Format: date-time
|
|
35320
|
+
* @description Timestamp when the organization was created.
|
|
35321
|
+
*/
|
|
35322
|
+
createdAt?: string;
|
|
35323
|
+
/**
|
|
35324
|
+
* Format: date-time
|
|
35325
|
+
* @description Timestamp when the organization was last updated.
|
|
35326
|
+
*/
|
|
35327
|
+
updatedAt?: string;
|
|
35328
|
+
/**
|
|
35329
|
+
* Format: date-time
|
|
35330
|
+
* @description Timestamp when the organization was soft-deleted (null if not deleted).
|
|
35331
|
+
*/
|
|
35332
|
+
deletedAt?: string | null;
|
|
35333
|
+
/** @description Names of the roles assigned to the user within this organization. Free-form, user-generated role names; not a fixed enumeration. */
|
|
35334
|
+
roleNames: string[];
|
|
35335
|
+
}[];
|
|
35336
|
+
/** @description Total number of organization memberships returned for the user. */
|
|
35337
|
+
totalCount?: number;
|
|
35338
|
+
};
|
|
35339
|
+
};
|
|
35340
|
+
/** @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. */
|
|
35341
|
+
PublicUser: {
|
|
35342
|
+
/**
|
|
35343
|
+
* Format: uuid
|
|
35344
|
+
* @description Unique identifier for the user
|
|
35345
|
+
*/
|
|
35346
|
+
id: string;
|
|
35347
|
+
/**
|
|
35348
|
+
* Format: uuid
|
|
35349
|
+
* @deprecated
|
|
35350
|
+
* @description Deprecated duplicate of id kept for consumers that predate the retirement of the legacy user_id column; always equals id.
|
|
35351
|
+
*/
|
|
35352
|
+
userId?: string;
|
|
35353
|
+
/** @description Public username of the user */
|
|
35354
|
+
username?: string;
|
|
35355
|
+
/**
|
|
35356
|
+
* Format: uri
|
|
35357
|
+
* @description URL to user's avatar image
|
|
35358
|
+
*/
|
|
35359
|
+
avatarUrl?: string;
|
|
35360
|
+
};
|
|
35361
|
+
/** @description Paginated list of publicly viewable user records */
|
|
35362
|
+
PublicUsersPage: {
|
|
35363
|
+
/** @description Current page number of the result set. */
|
|
35364
|
+
page: number;
|
|
35365
|
+
/** @description Number of items per page. */
|
|
35366
|
+
pageSize: number;
|
|
35367
|
+
/** @description Total number of items available. */
|
|
35368
|
+
totalCount: number;
|
|
35369
|
+
/** @description Public user records for the requested page. */
|
|
35370
|
+
data: {
|
|
35371
|
+
/**
|
|
35372
|
+
* Format: uuid
|
|
35373
|
+
* @description Unique identifier for the user
|
|
35374
|
+
*/
|
|
35375
|
+
id: string;
|
|
35376
|
+
/**
|
|
35377
|
+
* Format: uuid
|
|
35378
|
+
* @deprecated
|
|
35379
|
+
* @description Deprecated duplicate of id kept for consumers that predate the retirement of the legacy user_id column; always equals id.
|
|
35380
|
+
*/
|
|
35381
|
+
userId?: string;
|
|
35382
|
+
/** @description Public username of the user */
|
|
35383
|
+
username?: string;
|
|
35384
|
+
/**
|
|
35385
|
+
* Format: uri
|
|
35386
|
+
* @description URL to user's avatar image
|
|
35387
|
+
*/
|
|
35388
|
+
avatarUrl?: string;
|
|
35389
|
+
}[];
|
|
35390
|
+
};
|
|
35391
|
+
/** @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. */
|
|
35392
|
+
SearchableUser: {
|
|
35393
|
+
/**
|
|
35394
|
+
* Format: uuid
|
|
35395
|
+
* @description Unique identifier for the user
|
|
35396
|
+
*/
|
|
35397
|
+
id: string;
|
|
35398
|
+
/**
|
|
35399
|
+
* Format: uuid
|
|
35400
|
+
* @deprecated
|
|
35401
|
+
* @description Deprecated duplicate of id kept for consumers that predate the retirement of the legacy user_id column; always equals id.
|
|
35402
|
+
*/
|
|
35403
|
+
userId?: string;
|
|
35404
|
+
/** @description Public username of the user */
|
|
35405
|
+
username?: string;
|
|
35406
|
+
/** @description User's first name */
|
|
35407
|
+
firstName?: string;
|
|
35408
|
+
/** @description User's last name */
|
|
35409
|
+
lastName?: string;
|
|
35410
|
+
/**
|
|
35411
|
+
* Format: email
|
|
35412
|
+
* @description User's email address
|
|
35413
|
+
*/
|
|
35414
|
+
email?: string;
|
|
35415
|
+
/**
|
|
35416
|
+
* Format: uri
|
|
35417
|
+
* @description URL to user's avatar image
|
|
35418
|
+
*/
|
|
35419
|
+
avatarUrl?: string;
|
|
35420
|
+
/**
|
|
35421
|
+
* Format: date-time
|
|
35422
|
+
* @description Timestamp when the user record was soft-deleted (null if not deleted)
|
|
35423
|
+
*/
|
|
35424
|
+
deletedAt?: string | null;
|
|
35425
|
+
};
|
|
35426
|
+
/** @description Paginated list of users in the searchable collaboration projection */
|
|
35427
|
+
SearchableUsersPage: {
|
|
35428
|
+
/** @description Current page number of the result set. */
|
|
35429
|
+
page: number;
|
|
35430
|
+
/** @description Number of items per page. */
|
|
35431
|
+
pageSize: number;
|
|
35432
|
+
/** @description Total number of items available. */
|
|
35433
|
+
totalCount: number;
|
|
35434
|
+
/** @description Matching user records for the requested page. */
|
|
35435
|
+
data: {
|
|
35436
|
+
/**
|
|
35437
|
+
* Format: uuid
|
|
35438
|
+
* @description Unique identifier for the user
|
|
35439
|
+
*/
|
|
35440
|
+
id: string;
|
|
35441
|
+
/**
|
|
35442
|
+
* Format: uuid
|
|
35443
|
+
* @deprecated
|
|
35444
|
+
* @description Deprecated duplicate of id kept for consumers that predate the retirement of the legacy user_id column; always equals id.
|
|
35445
|
+
*/
|
|
35446
|
+
userId?: string;
|
|
35447
|
+
/** @description Public username of the user */
|
|
35448
|
+
username?: string;
|
|
35449
|
+
/** @description User's first name */
|
|
35450
|
+
firstName?: string;
|
|
35451
|
+
/** @description User's last name */
|
|
35452
|
+
lastName?: string;
|
|
35453
|
+
/**
|
|
35454
|
+
* Format: email
|
|
35455
|
+
* @description User's email address
|
|
35456
|
+
*/
|
|
35457
|
+
email?: string;
|
|
35458
|
+
/**
|
|
35459
|
+
* Format: uri
|
|
35460
|
+
* @description URL to user's avatar image
|
|
35461
|
+
*/
|
|
35462
|
+
avatarUrl?: string;
|
|
35463
|
+
/**
|
|
35464
|
+
* Format: date-time
|
|
35465
|
+
* @description Timestamp when the user record was soft-deleted (null if not deleted)
|
|
35466
|
+
*/
|
|
35467
|
+
deletedAt?: string | null;
|
|
35468
|
+
}[];
|
|
35469
|
+
};
|
|
35470
|
+
/** @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. */
|
|
35471
|
+
UserEmailAddress: {
|
|
35472
|
+
/**
|
|
35473
|
+
* Format: uuid
|
|
35474
|
+
* @description Unique identifier for this email-address record
|
|
35475
|
+
*/
|
|
35476
|
+
id: string;
|
|
35477
|
+
/**
|
|
35478
|
+
* Format: uuid
|
|
35479
|
+
* @description The user (users.id) this address belongs to
|
|
35480
|
+
*/
|
|
35481
|
+
userId: string;
|
|
35482
|
+
/**
|
|
35483
|
+
* Format: email
|
|
35484
|
+
* @description The email address
|
|
35485
|
+
*/
|
|
35486
|
+
email: string;
|
|
35487
|
+
/**
|
|
35488
|
+
* @description Whether the address was verified (per Kratos verifiable addresses) at record time
|
|
35489
|
+
* @default false
|
|
35490
|
+
*/
|
|
35491
|
+
verified: boolean;
|
|
35492
|
+
/**
|
|
35493
|
+
* @description Exactly one live primary address per user; mirrors users.email
|
|
35494
|
+
* @default false
|
|
35495
|
+
*/
|
|
35496
|
+
isPrimary: boolean;
|
|
35497
|
+
/**
|
|
35498
|
+
* @description How this address became associated with the account
|
|
35499
|
+
* @enum {string}
|
|
35500
|
+
*/
|
|
35501
|
+
source: "signup" | "consolidation" | "backfill" | "manual";
|
|
35502
|
+
/** Format: date-time */
|
|
35503
|
+
createdAt: string;
|
|
35504
|
+
/** Format: date-time */
|
|
35505
|
+
updatedAt: string;
|
|
35506
|
+
/**
|
|
35507
|
+
* Format: date-time
|
|
35508
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
35509
|
+
*/
|
|
35510
|
+
deletedAt?: string | null;
|
|
35511
|
+
};
|
|
35512
|
+
/** @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). */
|
|
35513
|
+
OrganizationWithRoles: {
|
|
35514
|
+
/**
|
|
35515
|
+
* Format: uuid
|
|
35516
|
+
* @description Unique identifier of the organization.
|
|
35517
|
+
*/
|
|
35518
|
+
id: string;
|
|
35519
|
+
/** @description Name of the organization. */
|
|
35520
|
+
name: string;
|
|
35521
|
+
/** @description Human readable description of the organization. */
|
|
35522
|
+
description?: string;
|
|
35523
|
+
/** @description Country associated with the organization. */
|
|
35524
|
+
country?: string;
|
|
35525
|
+
/** @description Region associated with the organization. */
|
|
35526
|
+
region?: string;
|
|
35527
|
+
/**
|
|
35528
|
+
* Format: uuid
|
|
35529
|
+
* @description Identifier of the organization owner.
|
|
35530
|
+
*/
|
|
35531
|
+
owner?: string;
|
|
35532
|
+
/**
|
|
35533
|
+
* Format: date-time
|
|
35534
|
+
* @description Timestamp when the organization was created.
|
|
35535
|
+
*/
|
|
35536
|
+
createdAt?: string;
|
|
35537
|
+
/**
|
|
35538
|
+
* Format: date-time
|
|
35539
|
+
* @description Timestamp when the organization was last updated.
|
|
35540
|
+
*/
|
|
35541
|
+
updatedAt?: string;
|
|
35542
|
+
/**
|
|
35543
|
+
* Format: date-time
|
|
35544
|
+
* @description Timestamp when the organization was soft-deleted (null if not deleted).
|
|
35545
|
+
*/
|
|
35546
|
+
deletedAt?: string | null;
|
|
35547
|
+
/** @description Names of the roles assigned to the user within this organization. Free-form, user-generated role names; not a fixed enumeration. */
|
|
35548
|
+
roleNames: string[];
|
|
35549
|
+
};
|
|
35550
|
+
/** @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). */
|
|
35551
|
+
TeamWithRoles: {
|
|
35552
|
+
/**
|
|
35553
|
+
* Format: uuid
|
|
35554
|
+
* @description Unique identifier of the team.
|
|
35555
|
+
*/
|
|
35556
|
+
id: string;
|
|
35557
|
+
/** @description Name of the team. */
|
|
35558
|
+
name: string;
|
|
35559
|
+
/** @description Human readable description of the team. */
|
|
35560
|
+
description?: string;
|
|
35561
|
+
/**
|
|
35562
|
+
* Format: uuid
|
|
35563
|
+
* @description Identifier of the team owner.
|
|
35564
|
+
*/
|
|
35565
|
+
owner?: string;
|
|
35566
|
+
/** @description Free-form metadata associated with the team. */
|
|
35567
|
+
metadata?: {
|
|
35568
|
+
[key: string]: unknown;
|
|
35569
|
+
};
|
|
35570
|
+
/**
|
|
35571
|
+
* Format: date-time
|
|
35572
|
+
* @description Timestamp when the team was created.
|
|
35573
|
+
*/
|
|
35574
|
+
createdAt?: string;
|
|
35575
|
+
/**
|
|
35576
|
+
* Format: date-time
|
|
35577
|
+
* @description Timestamp when the team was last updated.
|
|
35578
|
+
*/
|
|
35579
|
+
updatedAt?: string;
|
|
35580
|
+
/**
|
|
35581
|
+
* Format: date-time
|
|
35582
|
+
* @description Timestamp when the team was soft-deleted (null if not deleted).
|
|
35583
|
+
*/
|
|
35584
|
+
deletedAt?: string | null;
|
|
35585
|
+
/** @description Names of the roles assigned to the user within this team. Free-form, user-generated role names; not a fixed enumeration. */
|
|
35586
|
+
roleNames: string[];
|
|
35587
|
+
};
|
|
35588
|
+
Preference: {
|
|
35589
|
+
/** @description The mesh adapters of the preference. */
|
|
35590
|
+
meshAdapters?: Record<string, never>[];
|
|
35591
|
+
grafana?: {
|
|
35592
|
+
/** @description Grafana URL for the user configuration. */
|
|
35593
|
+
grafanaUrl?: string;
|
|
35594
|
+
/** @description Grafana API key for the user configuration. */
|
|
35595
|
+
grafanaApiKey?: string;
|
|
35596
|
+
/** @description Selected Grafana board configurations for the user. */
|
|
35597
|
+
selectedBoardsConfigs?: {
|
|
35598
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
35599
|
+
board?: Record<string, never>;
|
|
35600
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
35601
|
+
panels?: Record<string, never>[];
|
|
35602
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
35603
|
+
templateVars?: string[];
|
|
35604
|
+
}[];
|
|
35605
|
+
};
|
|
35606
|
+
prometheus?: {
|
|
35607
|
+
/** @description The prometheus URL of the prometheus. */
|
|
35608
|
+
prometheusUrl?: string;
|
|
35609
|
+
/** @description The selected prometheus boards configs of the prometheus. */
|
|
35610
|
+
selectedPrometheusBoardsConfigs?: {
|
|
35611
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
35612
|
+
board?: Record<string, never>;
|
|
35613
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
35614
|
+
panels?: Record<string, never>[];
|
|
35615
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
35616
|
+
templateVars?: string[];
|
|
35617
|
+
}[];
|
|
35618
|
+
};
|
|
35619
|
+
loadTestPrefs?: {
|
|
35620
|
+
/** @description Concurrent requests */
|
|
35621
|
+
c?: number;
|
|
35622
|
+
/** @description Queries per second */
|
|
35623
|
+
qps?: number;
|
|
35624
|
+
/** @description Duration */
|
|
35625
|
+
t?: string;
|
|
35626
|
+
/** @description Load generator */
|
|
35627
|
+
gen?: string;
|
|
35628
|
+
};
|
|
35629
|
+
/** @description The anonymous usage stats of the preference. */
|
|
35630
|
+
anonymousUsageStats: boolean;
|
|
35631
|
+
/** @description The anonymous perf results of the preference. */
|
|
35632
|
+
anonymousPerfResults: boolean;
|
|
35633
|
+
/**
|
|
35634
|
+
* Format: date-time
|
|
35635
|
+
* @description Timestamp of when the resource was last updated.
|
|
35636
|
+
*/
|
|
35637
|
+
updatedAt: string;
|
|
35638
|
+
/** @description The dashboard preferences of the preference. */
|
|
35639
|
+
dashboardPreferences: {
|
|
35640
|
+
[key: string]: unknown;
|
|
35641
|
+
};
|
|
35642
|
+
/**
|
|
35643
|
+
* Format: uuid
|
|
35644
|
+
* @description ID of the associated selectedOrganization.
|
|
35645
|
+
*/
|
|
35646
|
+
selectedOrganizationId: string;
|
|
35647
|
+
/** @description The selected workspace for organizations of the preference. */
|
|
35648
|
+
selectedWorkspaceForOrganizations: {
|
|
35649
|
+
[key: string]: string;
|
|
35650
|
+
};
|
|
35651
|
+
/** @description The users extension preferences of the preference. */
|
|
35652
|
+
usersExtensionPreferences: {
|
|
35653
|
+
[key: string]: unknown;
|
|
35654
|
+
};
|
|
35655
|
+
/** @description The remote provider preferences of the preference. */
|
|
35656
|
+
remoteProviderPreferences: {
|
|
35657
|
+
[key: string]: unknown;
|
|
35658
|
+
};
|
|
35659
|
+
};
|
|
35660
|
+
/** @description Placeholder for Adapter struct definition. */
|
|
35661
|
+
Adapter: Record<string, never>;
|
|
35662
|
+
Grafana: {
|
|
35663
|
+
/** @description Grafana URL for the user configuration. */
|
|
35664
|
+
grafanaUrl?: string;
|
|
35665
|
+
/** @description Grafana API key for the user configuration. */
|
|
35666
|
+
grafanaApiKey?: string;
|
|
35667
|
+
/** @description Selected Grafana board configurations for the user. */
|
|
35668
|
+
selectedBoardsConfigs?: {
|
|
35669
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
35670
|
+
board?: Record<string, never>;
|
|
35671
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
35672
|
+
panels?: Record<string, never>[];
|
|
35673
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
35674
|
+
templateVars?: string[];
|
|
35675
|
+
}[];
|
|
35676
|
+
};
|
|
35677
|
+
SelectedGrafanaConfig: {
|
|
35678
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
35679
|
+
board?: Record<string, never>;
|
|
35680
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
35681
|
+
panels?: Record<string, never>[];
|
|
35682
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
35683
|
+
templateVars?: string[];
|
|
35684
|
+
};
|
|
35685
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
35686
|
+
GrafanaBoard: Record<string, never>;
|
|
35687
|
+
/** @description Grafana panel structure imported from github.com/grafana-tools/sdk */
|
|
35688
|
+
Panel: Record<string, never>;
|
|
35689
|
+
Prometheus: {
|
|
35690
|
+
/** @description The prometheus URL of the prometheus. */
|
|
35691
|
+
prometheusUrl?: string;
|
|
35692
|
+
/** @description The selected prometheus boards configs of the prometheus. */
|
|
35693
|
+
selectedPrometheusBoardsConfigs?: {
|
|
35694
|
+
/** @description Placeholder for GrafanaBoard definition (define fields as needed) */
|
|
35695
|
+
board?: Record<string, never>;
|
|
35696
|
+
/** @description Panels selected for the Grafana board configuration. */
|
|
35697
|
+
panels?: Record<string, never>[];
|
|
35698
|
+
/** @description Template variables applied to the selected Grafana board configuration. */
|
|
35699
|
+
templateVars?: string[];
|
|
35700
|
+
}[];
|
|
35701
|
+
};
|
|
35702
|
+
LoadTestPreferences: {
|
|
35703
|
+
/** @description Concurrent requests */
|
|
35704
|
+
c?: number;
|
|
35705
|
+
/** @description Queries per second */
|
|
35706
|
+
qps?: number;
|
|
35707
|
+
/** @description Duration */
|
|
35708
|
+
t?: string;
|
|
35709
|
+
/** @description Load generator */
|
|
35710
|
+
gen?: string;
|
|
35711
|
+
};
|
|
35712
|
+
/** @description Various online profiles associated with the user account, like GitHub, LinkedIn, X, and so on. */
|
|
35713
|
+
Social: {
|
|
35714
|
+
/** @description The site of the social. */
|
|
35715
|
+
site: string;
|
|
35716
|
+
/**
|
|
35717
|
+
* Format: uri
|
|
35718
|
+
* @description The link of the social.
|
|
35719
|
+
*/
|
|
35720
|
+
link: string;
|
|
35721
|
+
};
|
|
35722
|
+
};
|
|
35723
|
+
responses: {
|
|
35724
|
+
/** @description Invalid request body or request param */
|
|
35725
|
+
400: {
|
|
35726
|
+
headers: {
|
|
35727
|
+
[name: string]: unknown;
|
|
35728
|
+
};
|
|
35729
|
+
content: {
|
|
35730
|
+
"text/plain": string;
|
|
35731
|
+
};
|
|
35732
|
+
};
|
|
35733
|
+
/** @description Expired JWT token used or insufficient privilege */
|
|
35734
|
+
401: {
|
|
35735
|
+
headers: {
|
|
35736
|
+
[name: string]: unknown;
|
|
35737
|
+
};
|
|
35738
|
+
content: {
|
|
35739
|
+
"text/plain": string;
|
|
35740
|
+
};
|
|
35741
|
+
};
|
|
35742
|
+
/** @description Result not found */
|
|
35743
|
+
404: {
|
|
35744
|
+
headers: {
|
|
35745
|
+
[name: string]: unknown;
|
|
35746
|
+
};
|
|
35747
|
+
content: {
|
|
35748
|
+
"text/plain": string;
|
|
35749
|
+
};
|
|
35750
|
+
};
|
|
35751
|
+
/** @description Internal server error */
|
|
35752
|
+
500: {
|
|
35753
|
+
headers: {
|
|
35754
|
+
[name: string]: unknown;
|
|
35755
|
+
};
|
|
35756
|
+
content: {
|
|
35757
|
+
"text/plain": string;
|
|
35758
|
+
};
|
|
35759
|
+
};
|
|
35760
|
+
};
|
|
35761
|
+
parameters: {
|
|
35762
|
+
/** @description Organization ID */
|
|
35763
|
+
orgId: string;
|
|
35764
|
+
/** @description Get responses by page */
|
|
35765
|
+
page: number;
|
|
35766
|
+
/** @description Number of responses to return per page. Canonical camelCase pagination parameter; prefer this over the deprecated all-lowercase `pagesize`. */
|
|
35767
|
+
pageSize: number;
|
|
35768
|
+
/** @description Get responses that match search param value */
|
|
35769
|
+
search: string;
|
|
35770
|
+
/** @description Get ordered responses */
|
|
35771
|
+
order: string;
|
|
35772
|
+
/** @description Get filtered reponses */
|
|
35773
|
+
filter: string;
|
|
35774
|
+
};
|
|
35775
|
+
requestBodies: never;
|
|
35776
|
+
headers: never;
|
|
35777
|
+
pathItems: never;
|
|
35778
|
+
}
|
|
35779
|
+
|
|
35081
35780
|
/**
|
|
35082
35781
|
* This file was automatically generated from OpenAPI schema.
|
|
35083
35782
|
* Do not manually modify this file.
|
|
@@ -36022,50 +36721,57 @@ declare const SupportRequestRjsfSchemaV1Beta1: RJSFSchema;
|
|
|
36022
36721
|
declare const SupportRequestRjsfUiSchemaV1Beta1: UiSchema;
|
|
36023
36722
|
|
|
36024
36723
|
declare namespace v1alpha1 {
|
|
36025
|
-
type CatalogData = components$
|
|
36026
|
-
type Capability = components$
|
|
36724
|
+
type CatalogData = components$z["schemas"]["CatalogData"];
|
|
36725
|
+
type Capability = components$A["schemas"];
|
|
36027
36726
|
}
|
|
36028
36727
|
declare namespace v1alpha2 {
|
|
36029
|
-
type CatalogData = components$
|
|
36728
|
+
type CatalogData = components$z["schemas"]["CatalogData"];
|
|
36030
36729
|
}
|
|
36031
36730
|
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 Credential = components$
|
|
36038
|
-
type Design = components$
|
|
36039
|
-
type Environment = components$
|
|
36040
|
-
type EvaluationRequest = components$
|
|
36041
|
-
type EvaluationResponse = components$
|
|
36042
|
-
type Feature = components$
|
|
36043
|
-
type Invitation = components$
|
|
36044
|
-
type Key = components$
|
|
36045
|
-
type Keychain = components$
|
|
36046
|
-
type Model = components$
|
|
36047
|
-
type Organization = components$
|
|
36048
|
-
type Role = components$
|
|
36049
|
-
type Schedule = components$
|
|
36050
|
-
type Subcategory = components$
|
|
36051
|
-
type Team = components$
|
|
36052
|
-
type User = components$
|
|
36053
|
-
type Workspace = components$
|
|
36731
|
+
type Badge = components$e["schemas"]["Badge"];
|
|
36732
|
+
type Capability = components$y["schemas"]["Capability"];
|
|
36733
|
+
type Category = components$r["schemas"]["CategoryDefinition"];
|
|
36734
|
+
type Component = components$x["schemas"]["ComponentDefinition"];
|
|
36735
|
+
type Connection = components$w["schemas"]["Connection"];
|
|
36736
|
+
type Credential = components$v["schemas"]["Credential"];
|
|
36737
|
+
type Design = components$s["schemas"]["PatternFile"];
|
|
36738
|
+
type Environment = components$p["schemas"]["Environment"];
|
|
36739
|
+
type EvaluationRequest = components$o["schemas"]["EvaluationRequest"];
|
|
36740
|
+
type EvaluationResponse = components$o["schemas"]["EvaluationResponse"];
|
|
36741
|
+
type Feature = components$n["schemas"]["Feature"];
|
|
36742
|
+
type Invitation = components$f["schemas"]["Invitation"];
|
|
36743
|
+
type Key = components$m["schemas"]["Key"];
|
|
36744
|
+
type Keychain = components$l["schemas"]["Keychain"];
|
|
36745
|
+
type Model = components$u["schemas"]["ModelDefinition"];
|
|
36746
|
+
type Organization = components$k["schemas"]["Organization"];
|
|
36747
|
+
type Role = components$j["schemas"]["Role"];
|
|
36748
|
+
type Schedule = components$i["schemas"]["Schedule"];
|
|
36749
|
+
type Subcategory = components$q["schemas"]["SubCategoryDefinition"];
|
|
36750
|
+
type Team = components$h["schemas"]["Team"];
|
|
36751
|
+
type User = components$t["schemas"]["User"];
|
|
36752
|
+
type Workspace = components$g["schemas"]["Workspace"];
|
|
36054
36753
|
}
|
|
36055
36754
|
|
|
36056
36755
|
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$
|
|
36756
|
+
type Academy = components$d["schemas"]["AcademyCurricula"];
|
|
36757
|
+
type CatalogData = components$c["schemas"]["CatalogData"];
|
|
36758
|
+
type Component = components$b["schemas"]["ComponentDefinition"];
|
|
36759
|
+
type Connection = components$a["schemas"]["Connection"];
|
|
36760
|
+
type Design = components$9["schemas"]["PatternFile"];
|
|
36761
|
+
type EventResult = components$8["schemas"]["EventResult"];
|
|
36762
|
+
type Invitation = components$7["schemas"]["Invitation"];
|
|
36763
|
+
type Organization = components$6["schemas"]["Organization"];
|
|
36764
|
+
type Plan = components$5["schemas"]["Plan"];
|
|
36765
|
+
type Relationship = components$4["schemas"]["RelationshipDefinition"];
|
|
36766
|
+
type Subscription = components$3["schemas"]["Subscription"];
|
|
36767
|
+
type Token = components$2["schemas"]["UserToken"];
|
|
36768
|
+
}
|
|
36769
|
+
declare namespace v1beta3 {
|
|
36770
|
+
type User = components$1["schemas"]["User"];
|
|
36771
|
+
type PublicUser = components$1["schemas"]["PublicUser"];
|
|
36772
|
+
type PublicUsersPage = components$1["schemas"]["PublicUsersPage"];
|
|
36773
|
+
type SearchableUser = components$1["schemas"]["SearchableUser"];
|
|
36774
|
+
type SearchableUsersPage = components$1["schemas"]["SearchableUsersPage"];
|
|
36069
36775
|
}
|
|
36070
36776
|
|
|
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 };
|
|
36777
|
+
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 };
|