@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.
Files changed (101) hide show
  1. package/dist/cloudApi.d.mts +28 -28
  2. package/dist/cloudApi.d.ts +28 -28
  3. package/dist/constructs/v1alpha1/capability/Capability.d.ts +106 -111
  4. package/dist/constructs/v1alpha1/core/Core.d.ts +822 -734
  5. package/dist/constructs/v1alpha2/catalog/Catalog.d.ts +45 -40
  6. package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +1829 -1716
  7. package/dist/constructs/v1beta1/academy/Academy.d.ts +6023 -6642
  8. package/dist/constructs/v1beta1/badge/Badge.d.ts +439 -600
  9. package/dist/constructs/v1beta1/capability/Capability.d.ts +106 -111
  10. package/dist/constructs/v1beta1/catalog/Catalog.d.ts +45 -40
  11. package/dist/constructs/v1beta1/category/Category.d.ts +38 -26
  12. package/dist/constructs/v1beta1/component/Component.d.ts +833 -729
  13. package/dist/constructs/v1beta1/connection/Connection.d.ts +1170 -1357
  14. package/dist/constructs/v1beta1/core/Core.d.ts +822 -734
  15. package/dist/constructs/v1beta1/credential/Credential.d.ts +458 -593
  16. package/dist/constructs/v1beta1/environment/Environment.d.ts +666 -835
  17. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +6142 -5619
  18. package/dist/constructs/v1beta1/event/Event.d.ts +527 -898
  19. package/dist/constructs/v1beta1/feature/Feature.d.ts +343 -389
  20. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +877 -1244
  21. package/dist/constructs/v1beta1/key/Key.d.ts +444 -589
  22. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +575 -796
  23. package/dist/constructs/v1beta1/model/Model.d.ts +598 -572
  24. package/dist/constructs/v1beta1/organization/Organization.d.ts +1410 -1829
  25. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +17988 -17171
  26. package/dist/constructs/v1beta1/plan/Plan.d.ts +115 -159
  27. package/dist/constructs/v1beta1/role/Role.d.ts +688 -933
  28. package/dist/constructs/v1beta1/schedule/Schedule.d.ts +315 -425
  29. package/dist/constructs/v1beta1/subcategory/Subcategory.d.ts +61 -18
  30. package/dist/constructs/v1beta1/subscription/Subscription.d.ts +674 -839
  31. package/dist/constructs/v1beta1/support/Support.d.ts +74 -115
  32. package/dist/constructs/v1beta1/system/System.d.ts +250 -385
  33. package/dist/constructs/v1beta1/team/Team.d.ts +762 -1028
  34. package/dist/constructs/v1beta1/token/Token.d.ts +475 -612
  35. package/dist/constructs/v1beta1/user/User.d.ts +1553 -1722
  36. package/dist/constructs/v1beta1/view/View.d.ts +664 -833
  37. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4705 -4910
  38. package/dist/constructs/v1beta2/academy/Academy.d.ts +7246 -7864
  39. package/dist/constructs/v1beta2/badge/Badge.d.ts +453 -610
  40. package/dist/constructs/v1beta2/catalog/Catalog.d.ts +45 -40
  41. package/dist/constructs/v1beta2/component/Component.d.ts +851 -747
  42. package/dist/constructs/v1beta2/connection/Connection.d.ts +1189 -1376
  43. package/dist/constructs/v1beta2/core/Core.d.ts +856 -768
  44. package/dist/constructs/v1beta2/credential/Credential.d.ts +437 -572
  45. package/dist/constructs/v1beta2/design/Design.d.ts +18631 -17846
  46. package/dist/constructs/v1beta2/event/Event.d.ts +575 -946
  47. package/dist/constructs/v1beta2/invitation/Invitation.d.ts +901 -1268
  48. package/dist/constructs/v1beta2/key/Key.d.ts +454 -599
  49. package/dist/constructs/v1beta2/keychain/Keychain.d.ts +585 -806
  50. package/dist/constructs/v1beta2/model/Model.d.ts +636 -610
  51. package/dist/constructs/v1beta2/organization/Organization.d.ts +2017 -2458
  52. package/dist/constructs/v1beta2/plan/Plan.d.ts +128 -169
  53. package/dist/constructs/v1beta2/relationship/Relationship.d.ts +2013 -1844
  54. package/dist/constructs/v1beta2/role/Role.d.ts +695 -940
  55. package/dist/constructs/v1beta2/schedule/Schedule.d.ts +356 -466
  56. package/dist/constructs/v1beta2/subscription/Subscription.d.ts +701 -866
  57. package/dist/constructs/v1beta2/team/Team.d.ts +852 -1118
  58. package/dist/constructs/v1beta2/token/Token.d.ts +479 -616
  59. package/dist/constructs/v1beta2/user/User.d.ts +1553 -1722
  60. package/dist/constructs/v1beta2/view/View.d.ts +669 -838
  61. package/dist/constructs/v1beta3/academy/Academy.d.ts +7246 -7864
  62. package/dist/constructs/v1beta3/academy/AcademySchema.js +1 -1
  63. package/dist/constructs/v1beta3/academy/AcademySchema.mjs +1 -1
  64. package/dist/constructs/v1beta3/component/Component.d.ts +857 -753
  65. package/dist/constructs/v1beta3/connection/Connection.d.ts +5559 -5053
  66. package/dist/constructs/v1beta3/connection/ConnectionSchema.js +6 -6
  67. package/dist/constructs/v1beta3/connection/ConnectionSchema.mjs +6 -6
  68. package/dist/constructs/v1beta3/design/Design.d.ts +5297 -5719
  69. package/dist/constructs/v1beta3/design/DesignSchema.js +2 -2
  70. package/dist/constructs/v1beta3/design/DesignSchema.mjs +2 -2
  71. package/dist/constructs/v1beta3/environment/Environment.d.ts +689 -858
  72. package/dist/constructs/v1beta3/event/Event.d.ts +666 -1041
  73. package/dist/constructs/v1beta3/event/EventSchema.js +1 -1
  74. package/dist/constructs/v1beta3/event/EventSchema.mjs +1 -1
  75. package/dist/constructs/v1beta3/filter/Filter.d.ts +1300 -1438
  76. package/dist/constructs/v1beta3/filter/FilterSchema.js +7 -7
  77. package/dist/constructs/v1beta3/filter/FilterSchema.mjs +7 -7
  78. package/dist/constructs/v1beta3/invitation/Invitation.d.ts +911 -1278
  79. package/dist/constructs/v1beta3/invitation/InvitationSchema.js +1 -1
  80. package/dist/constructs/v1beta3/invitation/InvitationSchema.mjs +1 -1
  81. package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +1114 -1412
  82. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.js +1 -1
  83. package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.mjs +1 -1
  84. package/dist/constructs/v1beta3/plan/Plan.d.ts +156 -197
  85. package/dist/constructs/v1beta3/relationship/Relationship.d.ts +2013 -1844
  86. package/dist/constructs/v1beta3/subscription/Subscription.d.ts +804 -969
  87. package/dist/constructs/v1beta3/token/Token.d.ts +480 -617
  88. package/dist/constructs/v1beta3/token/TokenSchema.js +1 -1
  89. package/dist/constructs/v1beta3/token/TokenSchema.mjs +1 -1
  90. package/dist/constructs/v1beta3/workspace/Workspace.d.ts +4825 -5033
  91. package/dist/index.d.mts +5032 -5501
  92. package/dist/index.d.ts +5032 -5501
  93. package/dist/mesheryApi.d.mts +8 -8
  94. package/dist/mesheryApi.d.ts +8 -8
  95. package/dist/mesheryApi.js +1 -1
  96. package/dist/mesheryApi.mjs +1 -1
  97. package/dist/permissions.d.mts +25 -1
  98. package/dist/permissions.d.ts +25 -1
  99. package/dist/permissions.js +1 -1
  100. package/dist/permissions.mjs +1 -1
  101. package/package.json +1 -1
@@ -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
- ownerId: string;
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
- ownerId: string;
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
- userId?: string;
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
- userId?: string;
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
- userId?: string;
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
- userId?: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- ownerId: string;
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
- ownerId: string;
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
- ownerId: string;
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
- ownerId: string;
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
- ownerId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
9736
+ owner: string;
9737
9737
  /** Authentication provider associated with the token. */
9738
9738
  provider: string;
9739
9739
  /** Access token value. */
@@ -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
- ownerId: string;
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
- ownerId: string;
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
- userId?: string;
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
- userId?: string;
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
- userId?: string;
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
- userId?: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- ownerId: string;
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
- ownerId: string;
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
- ownerId: string;
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
- ownerId: string;
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
- ownerId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
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
- userId: string;
9736
+ owner: string;
9737
9737
  /** Authentication provider associated with the token. */
9738
9738
  provider: string;
9739
9739
  /** Access token value. */