@meshery/schemas 1.3.9 → 1.4.0
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 +28 -28
- package/dist/cloudApi.d.ts +28 -28
- package/dist/constructs/v1alpha1/capability/Capability.d.ts +106 -111
- package/dist/constructs/v1alpha1/core/Core.d.ts +822 -734
- package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +45 -40
- package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1829 -1716
- package/dist/constructs/v1beta1/academy/Academy.d.ts +6023 -6642
- package/dist/constructs/v1beta1/badge/Badge.d.ts +439 -600
- package/dist/constructs/v1beta1/capability/Capability.d.ts +106 -111
- package/dist/constructs/v1beta1/catalog/Catalog.d.ts +45 -40
- package/dist/constructs/v1beta1/category/Category.d.ts +38 -26
- package/dist/constructs/v1beta1/component/Component.d.ts +833 -729
- package/dist/constructs/v1beta1/connection/Connection.d.ts +1170 -1357
- package/dist/constructs/v1beta1/core/Core.d.ts +822 -734
- package/dist/constructs/v1beta1/credential/Credential.d.ts +458 -593
- package/dist/constructs/v1beta1/environment/Environment.d.ts +666 -835
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +6142 -5619
- package/dist/constructs/v1beta1/event/Event.d.ts +527 -898
- package/dist/constructs/v1beta1/feature/Feature.d.ts +343 -389
- package/dist/constructs/v1beta1/invitation/Invitation.d.ts +877 -1244
- package/dist/constructs/v1beta1/key/Key.d.ts +444 -589
- package/dist/constructs/v1beta1/keychain/Keychain.d.ts +575 -796
- package/dist/constructs/v1beta1/model/Model.d.ts +598 -572
- package/dist/constructs/v1beta1/organization/Organization.d.ts +1410 -1829
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +17988 -17171
- package/dist/constructs/v1beta1/plan/Plan.d.ts +115 -159
- package/dist/constructs/v1beta1/role/Role.d.ts +688 -933
- package/dist/constructs/v1beta1/schedule/Schedule.d.ts +315 -425
- package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +61 -18
- package/dist/constructs/v1beta1/subscription/Subscription.d.ts +674 -839
- package/dist/constructs/v1beta1/support/Support.d.ts +74 -115
- package/dist/constructs/v1beta1/system/System.d.ts +250 -385
- package/dist/constructs/v1beta1/team/Team.d.ts +762 -1028
- package/dist/constructs/v1beta1/token/Token.d.ts +475 -612
- package/dist/constructs/v1beta1/user/User.d.ts +1553 -1722
- package/dist/constructs/v1beta1/view/View.d.ts +664 -833
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4705 -4910
- package/dist/constructs/v1beta2/academy/Academy.d.ts +7246 -7864
- package/dist/constructs/v1beta2/badge/Badge.d.ts +453 -610
- package/dist/constructs/v1beta2/catalog/Catalog.d.ts +45 -40
- package/dist/constructs/v1beta2/component/Component.d.ts +851 -747
- package/dist/constructs/v1beta2/connection/Connection.d.ts +1189 -1376
- package/dist/constructs/v1beta2/core/Core.d.ts +856 -768
- package/dist/constructs/v1beta2/credential/Credential.d.ts +437 -572
- package/dist/constructs/v1beta2/design/Design.d.ts +18631 -17846
- package/dist/constructs/v1beta2/event/Event.d.ts +575 -946
- package/dist/constructs/v1beta2/invitation/Invitation.d.ts +901 -1268
- package/dist/constructs/v1beta2/key/Key.d.ts +454 -599
- package/dist/constructs/v1beta2/keychain/Keychain.d.ts +585 -806
- package/dist/constructs/v1beta2/model/Model.d.ts +636 -610
- package/dist/constructs/v1beta2/organization/Organization.d.ts +2017 -2458
- package/dist/constructs/v1beta2/plan/Plan.d.ts +128 -169
- package/dist/constructs/v1beta2/relationship/Relationship.d.ts +2013 -1844
- package/dist/constructs/v1beta2/role/Role.d.ts +695 -940
- package/dist/constructs/v1beta2/schedule/Schedule.d.ts +356 -466
- package/dist/constructs/v1beta2/subscription/Subscription.d.ts +701 -866
- package/dist/constructs/v1beta2/team/Team.d.ts +852 -1118
- package/dist/constructs/v1beta2/token/Token.d.ts +479 -616
- package/dist/constructs/v1beta2/user/User.d.ts +1553 -1722
- package/dist/constructs/v1beta2/view/View.d.ts +669 -838
- package/dist/constructs/v1beta3/academy/Academy.d.ts +7246 -7864
- package/dist/constructs/v1beta3/academy/AcademySchema.js +1 -1
- package/dist/constructs/v1beta3/academy/AcademySchema.mjs +1 -1
- package/dist/constructs/v1beta3/component/Component.d.ts +857 -753
- package/dist/constructs/v1beta3/connection/Connection.d.ts +5559 -5053
- package/dist/constructs/v1beta3/connection/ConnectionSchema.js +6 -6
- package/dist/constructs/v1beta3/connection/ConnectionSchema.mjs +6 -6
- package/dist/constructs/v1beta3/design/Design.d.ts +5297 -5719
- package/dist/constructs/v1beta3/design/DesignSchema.js +2 -2
- package/dist/constructs/v1beta3/design/DesignSchema.mjs +2 -2
- package/dist/constructs/v1beta3/environment/Environment.d.ts +689 -858
- package/dist/constructs/v1beta3/event/Event.d.ts +666 -1041
- package/dist/constructs/v1beta3/event/EventSchema.js +1 -1
- package/dist/constructs/v1beta3/event/EventSchema.mjs +1 -1
- package/dist/constructs/v1beta3/filter/Filter.d.ts +1300 -1438
- package/dist/constructs/v1beta3/filter/FilterSchema.js +7 -7
- package/dist/constructs/v1beta3/filter/FilterSchema.mjs +7 -7
- package/dist/constructs/v1beta3/invitation/Invitation.d.ts +911 -1278
- package/dist/constructs/v1beta3/invitation/InvitationSchema.js +1 -1
- package/dist/constructs/v1beta3/invitation/InvitationSchema.mjs +1 -1
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +1114 -1412
- 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/Plan.d.ts +156 -197
- package/dist/constructs/v1beta3/relationship/Relationship.d.ts +2013 -1844
- package/dist/constructs/v1beta3/subscription/Subscription.d.ts +804 -969
- package/dist/constructs/v1beta3/token/Token.d.ts +480 -617
- package/dist/constructs/v1beta3/token/TokenSchema.js +1 -1
- package/dist/constructs/v1beta3/token/TokenSchema.mjs +1 -1
- package/dist/constructs/v1beta3/workspace/Workspace.d.ts +4825 -5033
- package/dist/index.d.mts +5032 -5501
- package/dist/index.d.ts +5032 -5501
- package/dist/mesheryApi.d.mts +8 -8
- package/dist/mesheryApi.d.ts +8 -8
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/dist/permissions.d.mts +25 -1
- package/dist/permissions.d.ts +25 -1
- package/dist/permissions.js +1 -1
- package/dist/permissions.mjs +1 -1
- package/package.json +1 -1
package/dist/cloudApi.d.mts
CHANGED
|
@@ -3562,7 +3562,7 @@ type UpdateAcademyCurriculaByIdApiResponse = /** status 200 updated the curricul
|
|
|
3562
3562
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3563
3563
|
id: string;
|
|
3564
3564
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3565
|
-
|
|
3565
|
+
owner: string;
|
|
3566
3566
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
3567
3567
|
isDefault?: boolean;
|
|
3568
3568
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -3777,7 +3777,7 @@ type GetAcademyCurriculaByIdApiResponse = /** status 200 A single curricula */ {
|
|
|
3777
3777
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3778
3778
|
id: string;
|
|
3779
3779
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3780
|
-
|
|
3780
|
+
owner: string;
|
|
3781
3781
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
3782
3782
|
isDefault?: boolean;
|
|
3783
3783
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -4965,7 +4965,7 @@ type GetConnectionsApiResponse = {
|
|
|
4965
4965
|
}[];
|
|
4966
4966
|
};
|
|
4967
4967
|
/** User ID who owns this connection */
|
|
4968
|
-
|
|
4968
|
+
owner?: string;
|
|
4969
4969
|
/** Timestamp when the connection was created. */
|
|
4970
4970
|
createdAt?: string;
|
|
4971
4971
|
/** Timestamp when the connection was last updated. */
|
|
@@ -5372,7 +5372,7 @@ type RegisterConnectionApiResponse = {
|
|
|
5372
5372
|
}[];
|
|
5373
5373
|
};
|
|
5374
5374
|
/** User ID who owns this connection */
|
|
5375
|
-
|
|
5375
|
+
owner?: string;
|
|
5376
5376
|
/** Timestamp when the connection was created. */
|
|
5377
5377
|
createdAt?: string;
|
|
5378
5378
|
/** Timestamp when the connection was last updated. */
|
|
@@ -5904,7 +5904,7 @@ type GetConnectionByIdApiResponse = {
|
|
|
5904
5904
|
}[];
|
|
5905
5905
|
};
|
|
5906
5906
|
/** User ID who owns this connection */
|
|
5907
|
-
|
|
5907
|
+
owner?: string;
|
|
5908
5908
|
/** Timestamp when the connection was created. */
|
|
5909
5909
|
createdAt?: string;
|
|
5910
5910
|
/** Timestamp when the connection was last updated. */
|
|
@@ -6282,7 +6282,7 @@ type UpdateConnectionApiResponse = {
|
|
|
6282
6282
|
}[];
|
|
6283
6283
|
};
|
|
6284
6284
|
/** User ID who owns this connection */
|
|
6285
|
-
|
|
6285
|
+
owner?: string;
|
|
6286
6286
|
/** Timestamp when the connection was created. */
|
|
6287
6287
|
createdAt?: string;
|
|
6288
6288
|
/** Timestamp when the connection was last updated. */
|
|
@@ -7685,7 +7685,7 @@ type GetCatalogContentApiResponse = {
|
|
|
7685
7685
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
7686
7686
|
name: string;
|
|
7687
7687
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
7688
|
-
|
|
7688
|
+
owner: string;
|
|
7689
7689
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
7690
7690
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
7691
7691
|
*/
|
|
@@ -8117,7 +8117,7 @@ type GetEventsOfWorkspaceApiResponse = {
|
|
|
8117
8117
|
/** The events returned on the current page. */
|
|
8118
8118
|
data?: {
|
|
8119
8119
|
/** UUID of the user associated with the event. */
|
|
8120
|
-
|
|
8120
|
+
owner: string;
|
|
8121
8121
|
/** System identifier of the event source. */
|
|
8122
8122
|
systemId?: string;
|
|
8123
8123
|
/** The category of the event. */
|
|
@@ -8169,7 +8169,7 @@ type GetEventsApiResponse = {
|
|
|
8169
8169
|
/** The events returned on the current page. */
|
|
8170
8170
|
data?: {
|
|
8171
8171
|
/** UUID of the user associated with the event. */
|
|
8172
|
-
|
|
8172
|
+
owner: string;
|
|
8173
8173
|
/** System identifier of the event source. */
|
|
8174
8174
|
systemId?: string;
|
|
8175
8175
|
/** The category of the event. */
|
|
@@ -8252,7 +8252,7 @@ type GetFiltersApiResponse = {
|
|
|
8252
8252
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
8253
8253
|
name: string;
|
|
8254
8254
|
/** Owning user ID. */
|
|
8255
|
-
|
|
8255
|
+
owner: string;
|
|
8256
8256
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
8257
8257
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
8258
8258
|
*/
|
|
@@ -8315,7 +8315,7 @@ type UpsertFilterApiResponse = {
|
|
|
8315
8315
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
8316
8316
|
name: string;
|
|
8317
8317
|
/** Owning user ID. */
|
|
8318
|
-
|
|
8318
|
+
owner: string;
|
|
8319
8319
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
8320
8320
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
8321
8321
|
*/
|
|
@@ -8440,7 +8440,7 @@ type GetFilterApiResponse = {
|
|
|
8440
8440
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
8441
8441
|
name: string;
|
|
8442
8442
|
/** Owning user ID. */
|
|
8443
|
-
|
|
8443
|
+
owner: string;
|
|
8444
8444
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
8445
8445
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
8446
8446
|
*/
|
|
@@ -8488,7 +8488,7 @@ type UpdateFilterApiResponse = {
|
|
|
8488
8488
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
8489
8489
|
name: string;
|
|
8490
8490
|
/** Owning user ID. */
|
|
8491
|
-
|
|
8491
|
+
owner: string;
|
|
8492
8492
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
8493
8493
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
8494
8494
|
*/
|
|
@@ -8587,7 +8587,7 @@ type CloneFilterApiResponse = {
|
|
|
8587
8587
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
8588
8588
|
name: string;
|
|
8589
8589
|
/** Owning user ID. */
|
|
8590
|
-
|
|
8590
|
+
owner: string;
|
|
8591
8591
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
8592
8592
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
8593
8593
|
*/
|
|
@@ -8644,7 +8644,7 @@ type GetInvitationApiResponse = {
|
|
|
8644
8644
|
/** Unique identifier for the invitation, also used as the invitation code. */
|
|
8645
8645
|
id: string;
|
|
8646
8646
|
/** ID of the user who created the invitation. Tracks who created the invitation for auditing purposes. */
|
|
8647
|
-
|
|
8647
|
+
owner: string;
|
|
8648
8648
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
8649
8649
|
isDefault?: boolean;
|
|
8650
8650
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -8687,7 +8687,7 @@ type UpdateInvitationApiResponse = {
|
|
|
8687
8687
|
/** Unique identifier for the invitation, also used as the invitation code. */
|
|
8688
8688
|
id: string;
|
|
8689
8689
|
/** ID of the user who created the invitation. Tracks who created the invitation for auditing purposes. */
|
|
8690
|
-
|
|
8690
|
+
owner: string;
|
|
8691
8691
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
8692
8692
|
isDefault?: boolean;
|
|
8693
8693
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -8753,7 +8753,7 @@ type GetInvitationsApiResponse = {
|
|
|
8753
8753
|
/** Unique identifier for the invitation, also used as the invitation code. */
|
|
8754
8754
|
id: string;
|
|
8755
8755
|
/** ID of the user who created the invitation. Tracks who created the invitation for auditing purposes. */
|
|
8756
|
-
|
|
8756
|
+
owner: string;
|
|
8757
8757
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
8758
8758
|
isDefault?: boolean;
|
|
8759
8759
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -8791,7 +8791,7 @@ type CreateInvitationApiResponse = {
|
|
|
8791
8791
|
/** Unique identifier for the invitation, also used as the invitation code. */
|
|
8792
8792
|
id: string;
|
|
8793
8793
|
/** ID of the user who created the invitation. Tracks who created the invitation for auditing purposes. */
|
|
8794
|
-
|
|
8794
|
+
owner: string;
|
|
8795
8795
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
8796
8796
|
isDefault?: boolean;
|
|
8797
8797
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -8853,7 +8853,7 @@ type AcceptInvitationApiResponse = {
|
|
|
8853
8853
|
/** Unique identifier for the invitation, also used as the invitation code. */
|
|
8854
8854
|
id: string;
|
|
8855
8855
|
/** ID of the user who created the invitation. Tracks who created the invitation for auditing purposes. */
|
|
8856
|
-
|
|
8856
|
+
owner: string;
|
|
8857
8857
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
8858
8858
|
isDefault?: boolean;
|
|
8859
8859
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -8955,7 +8955,7 @@ type GetPerformanceProfilesApiResponse = {
|
|
|
8955
8955
|
/** Human-readable name of the performance profile. */
|
|
8956
8956
|
name: string;
|
|
8957
8957
|
/** User ID of the profile owner. */
|
|
8958
|
-
|
|
8958
|
+
owner: string;
|
|
8959
8959
|
/** Optional schedule ID associated with this performance profile. Null when the profile is not bound to a recurring schedule. */
|
|
8960
8960
|
schedule?: string | null;
|
|
8961
8961
|
/** Load generators (e.g. fortio, wrk2, nighthawk) to drive the profile's load test. */
|
|
@@ -9008,7 +9008,7 @@ type UpsertPerformanceProfileApiResponse = {
|
|
|
9008
9008
|
/** Human-readable name of the performance profile. */
|
|
9009
9009
|
name: string;
|
|
9010
9010
|
/** User ID of the profile owner. */
|
|
9011
|
-
|
|
9011
|
+
owner: string;
|
|
9012
9012
|
/** Optional schedule ID associated with this performance profile. Null when the profile is not bound to a recurring schedule. */
|
|
9013
9013
|
schedule?: string | null;
|
|
9014
9014
|
/** Load generators (e.g. fortio, wrk2, nighthawk) to drive the profile's load test. */
|
|
@@ -9087,7 +9087,7 @@ type GetPerformanceProfileApiResponse = {
|
|
|
9087
9087
|
/** Human-readable name of the performance profile. */
|
|
9088
9088
|
name: string;
|
|
9089
9089
|
/** User ID of the profile owner. */
|
|
9090
|
-
|
|
9090
|
+
owner: string;
|
|
9091
9091
|
/** Optional schedule ID associated with this performance profile. Null when the profile is not bound to a recurring schedule. */
|
|
9092
9092
|
schedule?: string | null;
|
|
9093
9093
|
/** Load generators (e.g. fortio, wrk2, nighthawk) to drive the profile's load test. */
|
|
@@ -9133,7 +9133,7 @@ type UpdatePerformanceProfileApiResponse = {
|
|
|
9133
9133
|
/** Human-readable name of the performance profile. */
|
|
9134
9134
|
name: string;
|
|
9135
9135
|
/** User ID of the profile owner. */
|
|
9136
|
-
|
|
9136
|
+
owner: string;
|
|
9137
9137
|
/** Optional schedule ID associated with this performance profile. Null when the profile is not bound to a recurring schedule. */
|
|
9138
9138
|
schedule?: string | null;
|
|
9139
9139
|
/** Load generators (e.g. fortio, wrk2, nighthawk) to drive the profile's load test. */
|
|
@@ -9592,7 +9592,7 @@ type GetUserTokensApiResponse = {
|
|
|
9592
9592
|
/** Unique identifier for the token. */
|
|
9593
9593
|
id: string;
|
|
9594
9594
|
/** UUID of the user who owns the token. */
|
|
9595
|
-
|
|
9595
|
+
owner: string;
|
|
9596
9596
|
/** Authentication provider associated with the token. */
|
|
9597
9597
|
provider: string;
|
|
9598
9598
|
/** Access token value. */
|
|
@@ -9635,7 +9635,7 @@ type GenerateTokenApiResponse = {
|
|
|
9635
9635
|
/** Unique identifier for the token. */
|
|
9636
9636
|
id: string;
|
|
9637
9637
|
/** UUID of the user who owns the token. */
|
|
9638
|
-
|
|
9638
|
+
owner: string;
|
|
9639
9639
|
/** Authentication provider associated with the token. */
|
|
9640
9640
|
provider: string;
|
|
9641
9641
|
/** Access token value. */
|
|
@@ -9672,7 +9672,7 @@ type DeleteUserTokenApiResponse = {
|
|
|
9672
9672
|
/** Unique identifier for the token. */
|
|
9673
9673
|
id: string;
|
|
9674
9674
|
/** UUID of the user who owns the token. */
|
|
9675
|
-
|
|
9675
|
+
owner: string;
|
|
9676
9676
|
/** Authentication provider associated with the token. */
|
|
9677
9677
|
provider: string;
|
|
9678
9678
|
/** Access token value. */
|
|
@@ -9705,7 +9705,7 @@ type GetUserTokensByIdApiResponse = {
|
|
|
9705
9705
|
/** Unique identifier for the token. */
|
|
9706
9706
|
id: string;
|
|
9707
9707
|
/** UUID of the user who owns the token. */
|
|
9708
|
-
|
|
9708
|
+
owner: string;
|
|
9709
9709
|
/** Authentication provider associated with the token. */
|
|
9710
9710
|
provider: string;
|
|
9711
9711
|
/** Access token value. */
|
|
@@ -9733,7 +9733,7 @@ type IssueIndefiniteLifetimeTokenApiResponse = {
|
|
|
9733
9733
|
/** Unique identifier for the token. */
|
|
9734
9734
|
id: string;
|
|
9735
9735
|
/** UUID of the user who owns the token. */
|
|
9736
|
-
|
|
9736
|
+
owner: string;
|
|
9737
9737
|
/** Authentication provider associated with the token. */
|
|
9738
9738
|
provider: string;
|
|
9739
9739
|
/** Access token value. */
|
package/dist/cloudApi.d.ts
CHANGED
|
@@ -3562,7 +3562,7 @@ type UpdateAcademyCurriculaByIdApiResponse = /** status 200 updated the curricul
|
|
|
3562
3562
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3563
3563
|
id: string;
|
|
3564
3564
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3565
|
-
|
|
3565
|
+
owner: string;
|
|
3566
3566
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
3567
3567
|
isDefault?: boolean;
|
|
3568
3568
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -3777,7 +3777,7 @@ type GetAcademyCurriculaByIdApiResponse = /** status 200 A single curricula */ {
|
|
|
3777
3777
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3778
3778
|
id: string;
|
|
3779
3779
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
3780
|
-
|
|
3780
|
+
owner: string;
|
|
3781
3781
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
3782
3782
|
isDefault?: boolean;
|
|
3783
3783
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -4965,7 +4965,7 @@ type GetConnectionsApiResponse = {
|
|
|
4965
4965
|
}[];
|
|
4966
4966
|
};
|
|
4967
4967
|
/** User ID who owns this connection */
|
|
4968
|
-
|
|
4968
|
+
owner?: string;
|
|
4969
4969
|
/** Timestamp when the connection was created. */
|
|
4970
4970
|
createdAt?: string;
|
|
4971
4971
|
/** Timestamp when the connection was last updated. */
|
|
@@ -5372,7 +5372,7 @@ type RegisterConnectionApiResponse = {
|
|
|
5372
5372
|
}[];
|
|
5373
5373
|
};
|
|
5374
5374
|
/** User ID who owns this connection */
|
|
5375
|
-
|
|
5375
|
+
owner?: string;
|
|
5376
5376
|
/** Timestamp when the connection was created. */
|
|
5377
5377
|
createdAt?: string;
|
|
5378
5378
|
/** Timestamp when the connection was last updated. */
|
|
@@ -5904,7 +5904,7 @@ type GetConnectionByIdApiResponse = {
|
|
|
5904
5904
|
}[];
|
|
5905
5905
|
};
|
|
5906
5906
|
/** User ID who owns this connection */
|
|
5907
|
-
|
|
5907
|
+
owner?: string;
|
|
5908
5908
|
/** Timestamp when the connection was created. */
|
|
5909
5909
|
createdAt?: string;
|
|
5910
5910
|
/** Timestamp when the connection was last updated. */
|
|
@@ -6282,7 +6282,7 @@ type UpdateConnectionApiResponse = {
|
|
|
6282
6282
|
}[];
|
|
6283
6283
|
};
|
|
6284
6284
|
/** User ID who owns this connection */
|
|
6285
|
-
|
|
6285
|
+
owner?: string;
|
|
6286
6286
|
/** Timestamp when the connection was created. */
|
|
6287
6287
|
createdAt?: string;
|
|
6288
6288
|
/** Timestamp when the connection was last updated. */
|
|
@@ -7685,7 +7685,7 @@ type GetCatalogContentApiResponse = {
|
|
|
7685
7685
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
7686
7686
|
name: string;
|
|
7687
7687
|
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
7688
|
-
|
|
7688
|
+
owner: string;
|
|
7689
7689
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
7690
7690
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
7691
7691
|
*/
|
|
@@ -8117,7 +8117,7 @@ type GetEventsOfWorkspaceApiResponse = {
|
|
|
8117
8117
|
/** The events returned on the current page. */
|
|
8118
8118
|
data?: {
|
|
8119
8119
|
/** UUID of the user associated with the event. */
|
|
8120
|
-
|
|
8120
|
+
owner: string;
|
|
8121
8121
|
/** System identifier of the event source. */
|
|
8122
8122
|
systemId?: string;
|
|
8123
8123
|
/** The category of the event. */
|
|
@@ -8169,7 +8169,7 @@ type GetEventsApiResponse = {
|
|
|
8169
8169
|
/** The events returned on the current page. */
|
|
8170
8170
|
data?: {
|
|
8171
8171
|
/** UUID of the user associated with the event. */
|
|
8172
|
-
|
|
8172
|
+
owner: string;
|
|
8173
8173
|
/** System identifier of the event source. */
|
|
8174
8174
|
systemId?: string;
|
|
8175
8175
|
/** The category of the event. */
|
|
@@ -8252,7 +8252,7 @@ type GetFiltersApiResponse = {
|
|
|
8252
8252
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
8253
8253
|
name: string;
|
|
8254
8254
|
/** Owning user ID. */
|
|
8255
|
-
|
|
8255
|
+
owner: string;
|
|
8256
8256
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
8257
8257
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
8258
8258
|
*/
|
|
@@ -8315,7 +8315,7 @@ type UpsertFilterApiResponse = {
|
|
|
8315
8315
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
8316
8316
|
name: string;
|
|
8317
8317
|
/** Owning user ID. */
|
|
8318
|
-
|
|
8318
|
+
owner: string;
|
|
8319
8319
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
8320
8320
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
8321
8321
|
*/
|
|
@@ -8440,7 +8440,7 @@ type GetFilterApiResponse = {
|
|
|
8440
8440
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
8441
8441
|
name: string;
|
|
8442
8442
|
/** Owning user ID. */
|
|
8443
|
-
|
|
8443
|
+
owner: string;
|
|
8444
8444
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
8445
8445
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
8446
8446
|
*/
|
|
@@ -8488,7 +8488,7 @@ type UpdateFilterApiResponse = {
|
|
|
8488
8488
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
8489
8489
|
name: string;
|
|
8490
8490
|
/** Owning user ID. */
|
|
8491
|
-
|
|
8491
|
+
owner: string;
|
|
8492
8492
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
8493
8493
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
8494
8494
|
*/
|
|
@@ -8587,7 +8587,7 @@ type CloneFilterApiResponse = {
|
|
|
8587
8587
|
/** Human-readable filter name; required, used for catalog listings. */
|
|
8588
8588
|
name: string;
|
|
8589
8589
|
/** Owning user ID. */
|
|
8590
|
-
|
|
8590
|
+
owner: string;
|
|
8591
8591
|
/** Raw filter source persisted as a byte array (`bytea` column
|
|
8592
8592
|
`filter_file`). Wire form is base64 per OpenAPI `format: byte`.
|
|
8593
8593
|
*/
|
|
@@ -8644,7 +8644,7 @@ type GetInvitationApiResponse = {
|
|
|
8644
8644
|
/** Unique identifier for the invitation, also used as the invitation code. */
|
|
8645
8645
|
id: string;
|
|
8646
8646
|
/** ID of the user who created the invitation. Tracks who created the invitation for auditing purposes. */
|
|
8647
|
-
|
|
8647
|
+
owner: string;
|
|
8648
8648
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
8649
8649
|
isDefault?: boolean;
|
|
8650
8650
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -8687,7 +8687,7 @@ type UpdateInvitationApiResponse = {
|
|
|
8687
8687
|
/** Unique identifier for the invitation, also used as the invitation code. */
|
|
8688
8688
|
id: string;
|
|
8689
8689
|
/** ID of the user who created the invitation. Tracks who created the invitation for auditing purposes. */
|
|
8690
|
-
|
|
8690
|
+
owner: string;
|
|
8691
8691
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
8692
8692
|
isDefault?: boolean;
|
|
8693
8693
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -8753,7 +8753,7 @@ type GetInvitationsApiResponse = {
|
|
|
8753
8753
|
/** Unique identifier for the invitation, also used as the invitation code. */
|
|
8754
8754
|
id: string;
|
|
8755
8755
|
/** ID of the user who created the invitation. Tracks who created the invitation for auditing purposes. */
|
|
8756
|
-
|
|
8756
|
+
owner: string;
|
|
8757
8757
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
8758
8758
|
isDefault?: boolean;
|
|
8759
8759
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -8791,7 +8791,7 @@ type CreateInvitationApiResponse = {
|
|
|
8791
8791
|
/** Unique identifier for the invitation, also used as the invitation code. */
|
|
8792
8792
|
id: string;
|
|
8793
8793
|
/** ID of the user who created the invitation. Tracks who created the invitation for auditing purposes. */
|
|
8794
|
-
|
|
8794
|
+
owner: string;
|
|
8795
8795
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
8796
8796
|
isDefault?: boolean;
|
|
8797
8797
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -8853,7 +8853,7 @@ type AcceptInvitationApiResponse = {
|
|
|
8853
8853
|
/** Unique identifier for the invitation, also used as the invitation code. */
|
|
8854
8854
|
id: string;
|
|
8855
8855
|
/** ID of the user who created the invitation. Tracks who created the invitation for auditing purposes. */
|
|
8856
|
-
|
|
8856
|
+
owner: string;
|
|
8857
8857
|
/** Indicates whether the invitation is a default invitation (open invite), which can be used to assign users when signing up from fqdn or custom domain. An organization can only have one default invitation. */
|
|
8858
8858
|
isDefault?: boolean;
|
|
8859
8859
|
/** Name of the invitation, which can be used to identify it. Required; cannot be an empty string. */
|
|
@@ -8955,7 +8955,7 @@ type GetPerformanceProfilesApiResponse = {
|
|
|
8955
8955
|
/** Human-readable name of the performance profile. */
|
|
8956
8956
|
name: string;
|
|
8957
8957
|
/** User ID of the profile owner. */
|
|
8958
|
-
|
|
8958
|
+
owner: string;
|
|
8959
8959
|
/** Optional schedule ID associated with this performance profile. Null when the profile is not bound to a recurring schedule. */
|
|
8960
8960
|
schedule?: string | null;
|
|
8961
8961
|
/** Load generators (e.g. fortio, wrk2, nighthawk) to drive the profile's load test. */
|
|
@@ -9008,7 +9008,7 @@ type UpsertPerformanceProfileApiResponse = {
|
|
|
9008
9008
|
/** Human-readable name of the performance profile. */
|
|
9009
9009
|
name: string;
|
|
9010
9010
|
/** User ID of the profile owner. */
|
|
9011
|
-
|
|
9011
|
+
owner: string;
|
|
9012
9012
|
/** Optional schedule ID associated with this performance profile. Null when the profile is not bound to a recurring schedule. */
|
|
9013
9013
|
schedule?: string | null;
|
|
9014
9014
|
/** Load generators (e.g. fortio, wrk2, nighthawk) to drive the profile's load test. */
|
|
@@ -9087,7 +9087,7 @@ type GetPerformanceProfileApiResponse = {
|
|
|
9087
9087
|
/** Human-readable name of the performance profile. */
|
|
9088
9088
|
name: string;
|
|
9089
9089
|
/** User ID of the profile owner. */
|
|
9090
|
-
|
|
9090
|
+
owner: string;
|
|
9091
9091
|
/** Optional schedule ID associated with this performance profile. Null when the profile is not bound to a recurring schedule. */
|
|
9092
9092
|
schedule?: string | null;
|
|
9093
9093
|
/** Load generators (e.g. fortio, wrk2, nighthawk) to drive the profile's load test. */
|
|
@@ -9133,7 +9133,7 @@ type UpdatePerformanceProfileApiResponse = {
|
|
|
9133
9133
|
/** Human-readable name of the performance profile. */
|
|
9134
9134
|
name: string;
|
|
9135
9135
|
/** User ID of the profile owner. */
|
|
9136
|
-
|
|
9136
|
+
owner: string;
|
|
9137
9137
|
/** Optional schedule ID associated with this performance profile. Null when the profile is not bound to a recurring schedule. */
|
|
9138
9138
|
schedule?: string | null;
|
|
9139
9139
|
/** Load generators (e.g. fortio, wrk2, nighthawk) to drive the profile's load test. */
|
|
@@ -9592,7 +9592,7 @@ type GetUserTokensApiResponse = {
|
|
|
9592
9592
|
/** Unique identifier for the token. */
|
|
9593
9593
|
id: string;
|
|
9594
9594
|
/** UUID of the user who owns the token. */
|
|
9595
|
-
|
|
9595
|
+
owner: string;
|
|
9596
9596
|
/** Authentication provider associated with the token. */
|
|
9597
9597
|
provider: string;
|
|
9598
9598
|
/** Access token value. */
|
|
@@ -9635,7 +9635,7 @@ type GenerateTokenApiResponse = {
|
|
|
9635
9635
|
/** Unique identifier for the token. */
|
|
9636
9636
|
id: string;
|
|
9637
9637
|
/** UUID of the user who owns the token. */
|
|
9638
|
-
|
|
9638
|
+
owner: string;
|
|
9639
9639
|
/** Authentication provider associated with the token. */
|
|
9640
9640
|
provider: string;
|
|
9641
9641
|
/** Access token value. */
|
|
@@ -9672,7 +9672,7 @@ type DeleteUserTokenApiResponse = {
|
|
|
9672
9672
|
/** Unique identifier for the token. */
|
|
9673
9673
|
id: string;
|
|
9674
9674
|
/** UUID of the user who owns the token. */
|
|
9675
|
-
|
|
9675
|
+
owner: string;
|
|
9676
9676
|
/** Authentication provider associated with the token. */
|
|
9677
9677
|
provider: string;
|
|
9678
9678
|
/** Access token value. */
|
|
@@ -9705,7 +9705,7 @@ type GetUserTokensByIdApiResponse = {
|
|
|
9705
9705
|
/** Unique identifier for the token. */
|
|
9706
9706
|
id: string;
|
|
9707
9707
|
/** UUID of the user who owns the token. */
|
|
9708
|
-
|
|
9708
|
+
owner: string;
|
|
9709
9709
|
/** Authentication provider associated with the token. */
|
|
9710
9710
|
provider: string;
|
|
9711
9711
|
/** Access token value. */
|
|
@@ -9733,7 +9733,7 @@ type IssueIndefiniteLifetimeTokenApiResponse = {
|
|
|
9733
9733
|
/** Unique identifier for the token. */
|
|
9734
9734
|
id: string;
|
|
9735
9735
|
/** UUID of the user who owns the token. */
|
|
9736
|
-
|
|
9736
|
+
owner: string;
|
|
9737
9737
|
/** Authentication provider associated with the token. */
|
|
9738
9738
|
provider: string;
|
|
9739
9739
|
/** Access token value. */
|