@meshery/schemas 0.8.126 → 0.8.128

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 (133) hide show
  1. package/dist/{Core-Wy_3jcVT.d.mts → Core-vaTzd8cz.d.mts} +4 -2
  2. package/dist/{Core-Wy_3jcVT.d.ts → Core-vaTzd8cz.d.ts} +4 -2
  3. package/dist/cloudApi.d.mts +643 -631
  4. package/dist/cloudApi.d.ts +643 -631
  5. package/dist/cloudApi.js +1 -1
  6. package/dist/cloudApi.mjs +1 -1
  7. package/dist/constructs/v1alpha1/capability/Capability.d.mts +3 -1
  8. package/dist/constructs/v1alpha1/capability/Capability.d.ts +3 -1
  9. package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.mts +14 -4
  10. package/dist/constructs/v1alpha1/capability/CapabilitySchema.d.ts +14 -4
  11. package/dist/constructs/v1alpha1/capability/CapabilitySchema.js +1 -1
  12. package/dist/constructs/v1alpha1/capability/CapabilitySchema.mjs +1 -1
  13. package/dist/constructs/v1alpha1/core/Core.d.mts +1 -1
  14. package/dist/constructs/v1alpha1/core/Core.d.ts +1 -1
  15. package/dist/constructs/v1alpha1/core/CoreSchema.d.mts +14 -5
  16. package/dist/constructs/v1alpha1/core/CoreSchema.d.ts +14 -5
  17. package/dist/constructs/v1alpha1/core/CoreSchema.js +1 -1
  18. package/dist/constructs/v1alpha1/core/CoreSchema.mjs +1 -1
  19. package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.mts +12 -2
  20. package/dist/constructs/v1alpha2/catalog/CatalogSchema.d.ts +12 -2
  21. package/dist/constructs/v1alpha2/catalog/CatalogSchema.js +1 -1
  22. package/dist/constructs/v1alpha2/catalog/CatalogSchema.mjs +1 -1
  23. package/dist/constructs/v1alpha3/relationship/Relationship.d.mts +6 -2
  24. package/dist/constructs/v1alpha3/relationship/Relationship.d.ts +6 -2
  25. package/dist/constructs/v1alpha3/relationship/RelationshipSchema.d.mts +16 -6
  26. package/dist/constructs/v1alpha3/relationship/RelationshipSchema.d.ts +16 -6
  27. package/dist/constructs/v1alpha3/relationship/RelationshipSchema.js +1 -1
  28. package/dist/constructs/v1alpha3/relationship/RelationshipSchema.mjs +1 -1
  29. package/dist/constructs/v1beta1/academy/AcademySchema.d.mts +11 -1
  30. package/dist/constructs/v1beta1/academy/AcademySchema.d.ts +11 -1
  31. package/dist/constructs/v1beta1/academy/AcademySchema.js +1 -1
  32. package/dist/constructs/v1beta1/academy/AcademySchema.mjs +1 -1
  33. package/dist/constructs/v1beta1/badge/BadgeSchema.d.mts +11 -2
  34. package/dist/constructs/v1beta1/badge/BadgeSchema.d.ts +11 -2
  35. package/dist/constructs/v1beta1/badge/BadgeSchema.js +1 -1
  36. package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +1 -1
  37. package/dist/constructs/v1beta1/category/CategorySchema.d.mts +12 -2
  38. package/dist/constructs/v1beta1/category/CategorySchema.d.ts +12 -2
  39. package/dist/constructs/v1beta1/category/CategorySchema.js +1 -1
  40. package/dist/constructs/v1beta1/category/CategorySchema.mjs +1 -1
  41. package/dist/constructs/v1beta1/component/Component.d.mts +28 -5
  42. package/dist/constructs/v1beta1/component/Component.d.ts +28 -5
  43. package/dist/constructs/v1beta1/component/ComponentSchema.d.mts +46 -21
  44. package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +46 -21
  45. package/dist/constructs/v1beta1/component/ComponentSchema.js +2 -2
  46. package/dist/constructs/v1beta1/component/ComponentSchema.mjs +2 -2
  47. package/dist/constructs/v1beta1/connection/Connection.d.mts +96 -6
  48. package/dist/constructs/v1beta1/connection/Connection.d.ts +96 -6
  49. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.mts +166 -76
  50. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +166 -76
  51. package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
  52. package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
  53. package/dist/constructs/v1beta1/environment/Environment.d.mts +52 -0
  54. package/dist/constructs/v1beta1/environment/Environment.d.ts +52 -0
  55. package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.mts +107 -47
  56. package/dist/constructs/v1beta1/environment/EnvironmentSchema.d.ts +107 -47
  57. package/dist/constructs/v1beta1/environment/EnvironmentSchema.js +1 -1
  58. package/dist/constructs/v1beta1/environment/EnvironmentSchema.mjs +1 -1
  59. package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +148 -32
  60. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +148 -32
  61. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.mts +172 -103
  62. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +172 -103
  63. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +12 -12
  64. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +12 -12
  65. package/dist/constructs/v1beta1/event/EventSchema.d.mts +12 -2
  66. package/dist/constructs/v1beta1/event/EventSchema.d.ts +12 -2
  67. package/dist/constructs/v1beta1/event/EventSchema.js +2 -1
  68. package/dist/constructs/v1beta1/event/EventSchema.mjs +2 -1
  69. package/dist/constructs/v1beta1/feature/FeatureSchema.d.mts +11 -2
  70. package/dist/constructs/v1beta1/feature/FeatureSchema.d.ts +11 -2
  71. package/dist/constructs/v1beta1/feature/FeatureSchema.js +2 -1
  72. package/dist/constructs/v1beta1/feature/FeatureSchema.mjs +2 -1
  73. package/dist/constructs/v1beta1/invitation/InvitationSchema.d.mts +11 -2
  74. package/dist/constructs/v1beta1/invitation/InvitationSchema.d.ts +11 -2
  75. package/dist/constructs/v1beta1/invitation/InvitationSchema.js +2 -1
  76. package/dist/constructs/v1beta1/invitation/InvitationSchema.mjs +2 -1
  77. package/dist/constructs/v1beta1/key/KeySchema.d.mts +12 -2
  78. package/dist/constructs/v1beta1/key/KeySchema.d.ts +12 -2
  79. package/dist/constructs/v1beta1/key/KeySchema.js +2 -1
  80. package/dist/constructs/v1beta1/key/KeySchema.mjs +2 -1
  81. package/dist/constructs/v1beta1/keychain/KeychainSchema.d.mts +12 -2
  82. package/dist/constructs/v1beta1/keychain/KeychainSchema.d.ts +12 -2
  83. package/dist/constructs/v1beta1/keychain/KeychainSchema.js +2 -1
  84. package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +2 -1
  85. package/dist/constructs/v1beta1/model/Model.d.mts +22 -3
  86. package/dist/constructs/v1beta1/model/Model.d.ts +22 -3
  87. package/dist/constructs/v1beta1/model/ModelSchema.d.mts +42 -17
  88. package/dist/constructs/v1beta1/model/ModelSchema.d.ts +42 -17
  89. package/dist/constructs/v1beta1/model/ModelSchema.js +2 -2
  90. package/dist/constructs/v1beta1/model/ModelSchema.mjs +2 -2
  91. package/dist/constructs/v1beta1/organization/OrganizationSchema.d.mts +11 -1
  92. package/dist/constructs/v1beta1/organization/OrganizationSchema.d.ts +11 -1
  93. package/dist/constructs/v1beta1/organization/OrganizationSchema.js +2 -1
  94. package/dist/constructs/v1beta1/organization/OrganizationSchema.mjs +2 -1
  95. package/dist/constructs/v1beta1/pattern/Pattern.d.mts +148 -32
  96. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +148 -32
  97. package/dist/constructs/v1beta1/pattern/PatternSchema.d.mts +172 -102
  98. package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +172 -102
  99. package/dist/constructs/v1beta1/pattern/PatternSchema.js +12 -12
  100. package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +12 -12
  101. package/dist/constructs/v1beta1/plan/PlanSchema.d.mts +12 -2
  102. package/dist/constructs/v1beta1/plan/PlanSchema.d.ts +12 -2
  103. package/dist/constructs/v1beta1/plan/PlanSchema.js +2 -1
  104. package/dist/constructs/v1beta1/plan/PlanSchema.mjs +2 -1
  105. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.mts +11 -1
  106. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.d.ts +11 -1
  107. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.js +1 -1
  108. package/dist/constructs/v1beta1/subcategory/SubcategorySchema.mjs +1 -1
  109. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.mts +11 -2
  110. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.d.ts +11 -2
  111. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.js +1 -1
  112. package/dist/constructs/v1beta1/subscription/SubscriptionSchema.mjs +1 -1
  113. package/dist/constructs/v1beta1/team/TeamSchema.d.mts +9 -3
  114. package/dist/constructs/v1beta1/team/TeamSchema.d.ts +9 -3
  115. package/dist/constructs/v1beta1/team/TeamSchema.js +1 -1
  116. package/dist/constructs/v1beta1/team/TeamSchema.mjs +1 -1
  117. package/dist/constructs/v1beta1/user/UserSchema.d.mts +12 -2
  118. package/dist/constructs/v1beta1/user/UserSchema.d.ts +12 -2
  119. package/dist/constructs/v1beta1/user/UserSchema.js +2 -1
  120. package/dist/constructs/v1beta1/user/UserSchema.mjs +2 -1
  121. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.mts +9 -3
  122. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.d.ts +9 -3
  123. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +1 -1
  124. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +1 -1
  125. package/dist/index.d.mts +1 -1
  126. package/dist/index.d.ts +1 -1
  127. package/dist/index.js +17 -17
  128. package/dist/index.mjs +17 -17
  129. package/dist/mesheryApi.d.mts +1996 -170
  130. package/dist/mesheryApi.d.ts +1996 -170
  131. package/dist/mesheryApi.js +1 -1
  132. package/dist/mesheryApi.mjs +1 -1
  133. package/package.json +1 -1
@@ -31,7 +31,9 @@ interface paths {
31
31
  * "v1",
32
32
  * "v1alpha1",
33
33
  * "v2beta3",
34
- * "v1.custom-suffix"
34
+ * "v1.custom-suffix",
35
+ * "models.meshery.io/v1beta1",
36
+ * "capability.meshery.io/v1alpha1"
35
37
  * ]
36
38
  */
37
39
  schemaVersion: string;
@@ -86,7 +88,9 @@ interface paths {
86
88
  * "v1",
87
89
  * "v1alpha1",
88
90
  * "v2beta3",
89
- * "v1.custom-suffix"
91
+ * "v1.custom-suffix",
92
+ * "models.meshery.io/v1beta1",
93
+ * "capability.meshery.io/v1alpha1"
90
94
  * ]
91
95
  */
92
96
  schemaVersion: string;
@@ -116,7 +120,9 @@ interface paths {
116
120
  * "v1",
117
121
  * "v1alpha1",
118
122
  * "v2beta3",
119
- * "v1.custom-suffix"
123
+ * "v1.custom-suffix",
124
+ * "models.meshery.io/v1beta1",
125
+ * "capability.meshery.io/v1alpha1"
120
126
  * ]
121
127
  */
122
128
  schemaVersion: string;
@@ -194,6 +200,19 @@ interface paths {
194
200
  * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
195
201
  */
196
202
  id: string;
203
+ /**
204
+ * @description Specifies the version of the schema to which the environment conforms.
205
+ * @default environments.meshery.io/v1beta1
206
+ * @example [
207
+ * "v1",
208
+ * "v1alpha1",
209
+ * "v2beta3",
210
+ * "v1.custom-suffix",
211
+ * "models.meshery.io/v1beta1",
212
+ * "capability.meshery.io/v1alpha1"
213
+ * ]
214
+ */
215
+ schemaVersion: string;
197
216
  /** @description Environment name */
198
217
  name: string;
199
218
  /** @description Environment description */
@@ -225,7 +244,9 @@ interface paths {
225
244
  * "v1",
226
245
  * "v1alpha1",
227
246
  * "v2beta3",
228
- * "v1.custom-suffix"
247
+ * "v1.custom-suffix",
248
+ * "models.meshery.io/v1beta1",
249
+ * "capability.meshery.io/v1alpha1"
229
250
  * ]
230
251
  */
231
252
  schemaVersion: string;
@@ -274,7 +295,9 @@ interface paths {
274
295
  * "v1",
275
296
  * "v1alpha1",
276
297
  * "v2beta3",
277
- * "v1.custom-suffix"
298
+ * "v1.custom-suffix",
299
+ * "models.meshery.io/v1beta1",
300
+ * "capability.meshery.io/v1alpha1"
278
301
  * ]
279
302
  */
280
303
  schemaVersion: string;
@@ -699,7 +722,9 @@ interface paths {
699
722
  * "v1",
700
723
  * "v1alpha1",
701
724
  * "v2beta3",
702
- * "v1.custom-suffix"
725
+ * "v1.custom-suffix",
726
+ * "models.meshery.io/v1beta1",
727
+ * "capability.meshery.io/v1alpha1"
703
728
  * ]
704
729
  */
705
730
  schemaVersion: string;
@@ -806,7 +831,9 @@ interface paths {
806
831
  * "v1",
807
832
  * "v1alpha1",
808
833
  * "v2beta3",
809
- * "v1.custom-suffix"
834
+ * "v1.custom-suffix",
835
+ * "models.meshery.io/v1beta1",
836
+ * "capability.meshery.io/v1alpha1"
810
837
  * ]
811
838
  */
812
839
  schemaVersion: string;
@@ -834,7 +861,9 @@ interface paths {
834
861
  * "v1",
835
862
  * "v1alpha1",
836
863
  * "v2beta3",
837
- * "v1.custom-suffix"
864
+ * "v1.custom-suffix",
865
+ * "models.meshery.io/v1beta1",
866
+ * "capability.meshery.io/v1alpha1"
838
867
  * ]
839
868
  */
840
869
  schemaVersion: string;
@@ -1403,7 +1432,9 @@ interface paths {
1403
1432
  * "v1",
1404
1433
  * "v1alpha1",
1405
1434
  * "v2beta3",
1406
- * "v1.custom-suffix"
1435
+ * "v1.custom-suffix",
1436
+ * "models.meshery.io/v1beta1",
1437
+ * "capability.meshery.io/v1alpha1"
1407
1438
  * ]
1408
1439
  */
1409
1440
  schemaVersion: string;
@@ -1458,7 +1489,9 @@ interface paths {
1458
1489
  * "v1",
1459
1490
  * "v1alpha1",
1460
1491
  * "v2beta3",
1461
- * "v1.custom-suffix"
1492
+ * "v1.custom-suffix",
1493
+ * "models.meshery.io/v1beta1",
1494
+ * "capability.meshery.io/v1alpha1"
1462
1495
  * ]
1463
1496
  */
1464
1497
  schemaVersion: string;
@@ -1488,7 +1521,9 @@ interface paths {
1488
1521
  * "v1",
1489
1522
  * "v1alpha1",
1490
1523
  * "v2beta3",
1491
- * "v1.custom-suffix"
1524
+ * "v1.custom-suffix",
1525
+ * "models.meshery.io/v1beta1",
1526
+ * "capability.meshery.io/v1alpha1"
1492
1527
  * ]
1493
1528
  */
1494
1529
  schemaVersion: string;
@@ -1566,6 +1601,19 @@ interface paths {
1566
1601
  * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
1567
1602
  */
1568
1603
  id: string;
1604
+ /**
1605
+ * @description Specifies the version of the schema to which the environment conforms.
1606
+ * @default environments.meshery.io/v1beta1
1607
+ * @example [
1608
+ * "v1",
1609
+ * "v1alpha1",
1610
+ * "v2beta3",
1611
+ * "v1.custom-suffix",
1612
+ * "models.meshery.io/v1beta1",
1613
+ * "capability.meshery.io/v1alpha1"
1614
+ * ]
1615
+ */
1616
+ schemaVersion: string;
1569
1617
  /** @description Environment name */
1570
1618
  name: string;
1571
1619
  /** @description Environment description */
@@ -1597,7 +1645,9 @@ interface paths {
1597
1645
  * "v1",
1598
1646
  * "v1alpha1",
1599
1647
  * "v2beta3",
1600
- * "v1.custom-suffix"
1648
+ * "v1.custom-suffix",
1649
+ * "models.meshery.io/v1beta1",
1650
+ * "capability.meshery.io/v1alpha1"
1601
1651
  * ]
1602
1652
  */
1603
1653
  schemaVersion: string;
@@ -1646,7 +1696,9 @@ interface paths {
1646
1696
  * "v1",
1647
1697
  * "v1alpha1",
1648
1698
  * "v2beta3",
1649
- * "v1.custom-suffix"
1699
+ * "v1.custom-suffix",
1700
+ * "models.meshery.io/v1beta1",
1701
+ * "capability.meshery.io/v1alpha1"
1650
1702
  * ]
1651
1703
  */
1652
1704
  schemaVersion: string;
@@ -2071,7 +2123,9 @@ interface paths {
2071
2123
  * "v1",
2072
2124
  * "v1alpha1",
2073
2125
  * "v2beta3",
2074
- * "v1.custom-suffix"
2126
+ * "v1.custom-suffix",
2127
+ * "models.meshery.io/v1beta1",
2128
+ * "capability.meshery.io/v1alpha1"
2075
2129
  * ]
2076
2130
  */
2077
2131
  schemaVersion: string;
@@ -2178,7 +2232,9 @@ interface paths {
2178
2232
  * "v1",
2179
2233
  * "v1alpha1",
2180
2234
  * "v2beta3",
2181
- * "v1.custom-suffix"
2235
+ * "v1.custom-suffix",
2236
+ * "models.meshery.io/v1beta1",
2237
+ * "capability.meshery.io/v1alpha1"
2182
2238
  * ]
2183
2239
  */
2184
2240
  schemaVersion: string;
@@ -2206,7 +2262,9 @@ interface paths {
2206
2262
  * "v1",
2207
2263
  * "v1alpha1",
2208
2264
  * "v2beta3",
2209
- * "v1.custom-suffix"
2265
+ * "v1.custom-suffix",
2266
+ * "models.meshery.io/v1beta1",
2267
+ * "capability.meshery.io/v1alpha1"
2210
2268
  * ]
2211
2269
  */
2212
2270
  schemaVersion: string;
@@ -2768,7 +2826,9 @@ interface components {
2768
2826
  * "v1",
2769
2827
  * "v1alpha1",
2770
2828
  * "v2beta3",
2771
- * "v1.custom-suffix"
2829
+ * "v1.custom-suffix",
2830
+ * "models.meshery.io/v1beta1",
2831
+ * "capability.meshery.io/v1alpha1"
2772
2832
  * ]
2773
2833
  */
2774
2834
  schemaVersion: string;
@@ -2823,7 +2883,9 @@ interface components {
2823
2883
  * "v1",
2824
2884
  * "v1alpha1",
2825
2885
  * "v2beta3",
2826
- * "v1.custom-suffix"
2886
+ * "v1.custom-suffix",
2887
+ * "models.meshery.io/v1beta1",
2888
+ * "capability.meshery.io/v1alpha1"
2827
2889
  * ]
2828
2890
  */
2829
2891
  schemaVersion: string;
@@ -2853,7 +2915,9 @@ interface components {
2853
2915
  * "v1",
2854
2916
  * "v1alpha1",
2855
2917
  * "v2beta3",
2856
- * "v1.custom-suffix"
2918
+ * "v1.custom-suffix",
2919
+ * "models.meshery.io/v1beta1",
2920
+ * "capability.meshery.io/v1alpha1"
2857
2921
  * ]
2858
2922
  */
2859
2923
  schemaVersion: string;
@@ -2931,6 +2995,19 @@ interface components {
2931
2995
  * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
2932
2996
  */
2933
2997
  id: string;
2998
+ /**
2999
+ * @description Specifies the version of the schema to which the environment conforms.
3000
+ * @default environments.meshery.io/v1beta1
3001
+ * @example [
3002
+ * "v1",
3003
+ * "v1alpha1",
3004
+ * "v2beta3",
3005
+ * "v1.custom-suffix",
3006
+ * "models.meshery.io/v1beta1",
3007
+ * "capability.meshery.io/v1alpha1"
3008
+ * ]
3009
+ */
3010
+ schemaVersion: string;
2934
3011
  /** @description Environment name */
2935
3012
  name: string;
2936
3013
  /** @description Environment description */
@@ -2962,7 +3039,9 @@ interface components {
2962
3039
  * "v1",
2963
3040
  * "v1alpha1",
2964
3041
  * "v2beta3",
2965
- * "v1.custom-suffix"
3042
+ * "v1.custom-suffix",
3043
+ * "models.meshery.io/v1beta1",
3044
+ * "capability.meshery.io/v1alpha1"
2966
3045
  * ]
2967
3046
  */
2968
3047
  schemaVersion: string;
@@ -3011,7 +3090,9 @@ interface components {
3011
3090
  * "v1",
3012
3091
  * "v1alpha1",
3013
3092
  * "v2beta3",
3014
- * "v1.custom-suffix"
3093
+ * "v1.custom-suffix",
3094
+ * "models.meshery.io/v1beta1",
3095
+ * "capability.meshery.io/v1alpha1"
3015
3096
  * ]
3016
3097
  */
3017
3098
  schemaVersion: string;
@@ -3436,7 +3517,9 @@ interface components {
3436
3517
  * "v1",
3437
3518
  * "v1alpha1",
3438
3519
  * "v2beta3",
3439
- * "v1.custom-suffix"
3520
+ * "v1.custom-suffix",
3521
+ * "models.meshery.io/v1beta1",
3522
+ * "capability.meshery.io/v1alpha1"
3440
3523
  * ]
3441
3524
  */
3442
3525
  schemaVersion: string;
@@ -3543,7 +3626,9 @@ interface components {
3543
3626
  * "v1",
3544
3627
  * "v1alpha1",
3545
3628
  * "v2beta3",
3546
- * "v1.custom-suffix"
3629
+ * "v1.custom-suffix",
3630
+ * "models.meshery.io/v1beta1",
3631
+ * "capability.meshery.io/v1alpha1"
3547
3632
  * ]
3548
3633
  */
3549
3634
  schemaVersion: string;
@@ -3571,7 +3656,9 @@ interface components {
3571
3656
  * "v1",
3572
3657
  * "v1alpha1",
3573
3658
  * "v2beta3",
3574
- * "v1.custom-suffix"
3659
+ * "v1.custom-suffix",
3660
+ * "models.meshery.io/v1beta1",
3661
+ * "capability.meshery.io/v1alpha1"
3575
3662
  * ]
3576
3663
  */
3577
3664
  schemaVersion: string;
@@ -4129,7 +4216,9 @@ interface components {
4129
4216
  * "v1",
4130
4217
  * "v1alpha1",
4131
4218
  * "v2beta3",
4132
- * "v1.custom-suffix"
4219
+ * "v1.custom-suffix",
4220
+ * "models.meshery.io/v1beta1",
4221
+ * "capability.meshery.io/v1alpha1"
4133
4222
  * ]
4134
4223
  */
4135
4224
  schemaVersion: string;
@@ -4184,7 +4273,9 @@ interface components {
4184
4273
  * "v1",
4185
4274
  * "v1alpha1",
4186
4275
  * "v2beta3",
4187
- * "v1.custom-suffix"
4276
+ * "v1.custom-suffix",
4277
+ * "models.meshery.io/v1beta1",
4278
+ * "capability.meshery.io/v1alpha1"
4188
4279
  * ]
4189
4280
  */
4190
4281
  schemaVersion: string;
@@ -4214,7 +4305,9 @@ interface components {
4214
4305
  * "v1",
4215
4306
  * "v1alpha1",
4216
4307
  * "v2beta3",
4217
- * "v1.custom-suffix"
4308
+ * "v1.custom-suffix",
4309
+ * "models.meshery.io/v1beta1",
4310
+ * "capability.meshery.io/v1alpha1"
4218
4311
  * ]
4219
4312
  */
4220
4313
  schemaVersion: string;
@@ -4292,6 +4385,19 @@ interface components {
4292
4385
  * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
4293
4386
  */
4294
4387
  id: string;
4388
+ /**
4389
+ * @description Specifies the version of the schema to which the environment conforms.
4390
+ * @default environments.meshery.io/v1beta1
4391
+ * @example [
4392
+ * "v1",
4393
+ * "v1alpha1",
4394
+ * "v2beta3",
4395
+ * "v1.custom-suffix",
4396
+ * "models.meshery.io/v1beta1",
4397
+ * "capability.meshery.io/v1alpha1"
4398
+ * ]
4399
+ */
4400
+ schemaVersion: string;
4295
4401
  /** @description Environment name */
4296
4402
  name: string;
4297
4403
  /** @description Environment description */
@@ -4323,7 +4429,9 @@ interface components {
4323
4429
  * "v1",
4324
4430
  * "v1alpha1",
4325
4431
  * "v2beta3",
4326
- * "v1.custom-suffix"
4432
+ * "v1.custom-suffix",
4433
+ * "models.meshery.io/v1beta1",
4434
+ * "capability.meshery.io/v1alpha1"
4327
4435
  * ]
4328
4436
  */
4329
4437
  schemaVersion: string;
@@ -4372,7 +4480,9 @@ interface components {
4372
4480
  * "v1",
4373
4481
  * "v1alpha1",
4374
4482
  * "v2beta3",
4375
- * "v1.custom-suffix"
4483
+ * "v1.custom-suffix",
4484
+ * "models.meshery.io/v1beta1",
4485
+ * "capability.meshery.io/v1alpha1"
4376
4486
  * ]
4377
4487
  */
4378
4488
  schemaVersion: string;
@@ -4797,7 +4907,9 @@ interface components {
4797
4907
  * "v1",
4798
4908
  * "v1alpha1",
4799
4909
  * "v2beta3",
4800
- * "v1.custom-suffix"
4910
+ * "v1.custom-suffix",
4911
+ * "models.meshery.io/v1beta1",
4912
+ * "capability.meshery.io/v1alpha1"
4801
4913
  * ]
4802
4914
  */
4803
4915
  schemaVersion: string;
@@ -4904,7 +5016,9 @@ interface components {
4904
5016
  * "v1",
4905
5017
  * "v1alpha1",
4906
5018
  * "v2beta3",
4907
- * "v1.custom-suffix"
5019
+ * "v1.custom-suffix",
5020
+ * "models.meshery.io/v1beta1",
5021
+ * "capability.meshery.io/v1alpha1"
4908
5022
  * ]
4909
5023
  */
4910
5024
  schemaVersion: string;
@@ -4932,7 +5046,9 @@ interface components {
4932
5046
  * "v1",
4933
5047
  * "v1alpha1",
4934
5048
  * "v2beta3",
4935
- * "v1.custom-suffix"
5049
+ * "v1.custom-suffix",
5050
+ * "models.meshery.io/v1beta1",
5051
+ * "capability.meshery.io/v1alpha1"
4936
5052
  * ]
4937
5053
  */
4938
5054
  schemaVersion: string;