@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
@@ -6,13 +6,21 @@ declare const ConnectionSchema: {
6
6
  readonly openapi: "3.0.0";
7
7
  readonly info: {
8
8
  readonly title: "Connection API";
9
+ readonly description: "API for managing Meshery connections - managed and unmanaged resources tracked by Meshery.";
9
10
  readonly version: "v1beta1";
10
- readonly description: "API for managing Meshery connections - managed and unmanaged resources tracked by Meshery";
11
+ readonly contact: {
12
+ readonly name: "Meshery Maintainers";
13
+ readonly email: "maintainers@meshery.io";
14
+ readonly url: "https://meshery.io";
15
+ };
16
+ readonly license: {
17
+ readonly name: "Apache 2.0";
18
+ readonly url: "https://www.apache.org/licenses/LICENSE-2.0.html";
19
+ };
11
20
  };
12
21
  readonly paths: {
13
22
  readonly "/api/integrations/connections": {
14
23
  readonly get: {
15
- readonly "x-internal": readonly ["cloud"];
16
24
  readonly tags: readonly ["Connections"];
17
25
  readonly operationId: "GetConnections";
18
26
  readonly summary: "Get all connections";
@@ -281,7 +289,7 @@ declare const ConnectionSchema: {
281
289
  readonly description: "Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments";
282
290
  readonly additionalProperties: false;
283
291
  readonly type: "object";
284
- readonly required: readonly ["id", "name", "description", "organization_id"];
292
+ readonly required: readonly ["id", "schemaVersion", "name", "description", "organization_id"];
285
293
  readonly properties: {
286
294
  readonly id: {
287
295
  readonly description: "ID";
@@ -298,12 +306,27 @@ declare const ConnectionSchema: {
298
306
  readonly path: "github.com/gofrs/uuid";
299
307
  };
300
308
  };
309
+ readonly schemaVersion: {
310
+ readonly description: "Specifies the version of the schema to which the environment conforms.";
311
+ readonly "x-order": 2;
312
+ readonly "x-oapi-codegen-extra-tags": {
313
+ readonly yaml: "schemaVersion";
314
+ readonly db: "-";
315
+ readonly gorm: "-";
316
+ };
317
+ readonly default: "environments.meshery.io/v1beta1";
318
+ readonly type: "string";
319
+ readonly minLength: 2;
320
+ readonly maxLength: 100;
321
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
322
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
323
+ };
301
324
  readonly name: {
302
325
  readonly "x-oapi-codegen-extra-tags": {
303
326
  readonly db: "name";
304
327
  readonly yaml: "name";
305
328
  };
306
- readonly "x-order": 2;
329
+ readonly "x-order": 3;
307
330
  readonly type: "string";
308
331
  readonly description: "Environment name";
309
332
  };
@@ -312,7 +335,7 @@ declare const ConnectionSchema: {
312
335
  readonly db: "description";
313
336
  readonly yaml: "description";
314
337
  };
315
- readonly "x-order": 3;
338
+ readonly "x-order": 4;
316
339
  readonly type: "string";
317
340
  readonly description: "Environment description";
318
341
  };
@@ -322,7 +345,7 @@ declare const ConnectionSchema: {
322
345
  readonly db: "organization_id";
323
346
  readonly yaml: "organization_id";
324
347
  };
325
- readonly "x-order": 4;
348
+ readonly "x-order": 5;
326
349
  readonly description: "Environment organization ID";
327
350
  readonly type: "string";
328
351
  readonly format: "uuid";
@@ -336,7 +359,7 @@ declare const ConnectionSchema: {
336
359
  readonly db: "owner";
337
360
  readonly yaml: "owner";
338
361
  };
339
- readonly "x-order": 5;
362
+ readonly "x-order": 6;
340
363
  readonly description: "Environment owner";
341
364
  readonly type: "string";
342
365
  readonly format: "uuid";
@@ -350,7 +373,7 @@ declare const ConnectionSchema: {
350
373
  readonly db: "created_at";
351
374
  readonly yaml: "created_at";
352
375
  };
353
- readonly "x-order": 6;
376
+ readonly "x-order": 7;
354
377
  readonly type: "string";
355
378
  readonly format: "date-time";
356
379
  readonly "x-go-type-skip-optional-pointer": true;
@@ -360,7 +383,7 @@ declare const ConnectionSchema: {
360
383
  readonly db: "metadata";
361
384
  readonly yaml: "metadata";
362
385
  };
363
- readonly "x-order": 7;
386
+ readonly "x-order": 8;
364
387
  readonly "x-go-type": "core.Map";
365
388
  readonly "x-go-type-skip-optional-pointer": true;
366
389
  readonly type: "object";
@@ -370,7 +393,7 @@ declare const ConnectionSchema: {
370
393
  readonly db: "updated_at";
371
394
  readonly yaml: "updated_at";
372
395
  };
373
- readonly "x-order": 8;
396
+ readonly "x-order": 9;
374
397
  readonly type: "string";
375
398
  readonly format: "date-time";
376
399
  readonly "x-go-type-skip-optional-pointer": true;
@@ -382,7 +405,7 @@ declare const ConnectionSchema: {
382
405
  };
383
406
  readonly "x-go-type": "core.NullTime";
384
407
  readonly "x-go-import": "database/sql";
385
- readonly "x-order": 9;
408
+ readonly "x-order": 10;
386
409
  readonly type: "string";
387
410
  readonly format: "date-time";
388
411
  readonly "x-go-type-skip-optional-pointer": true;
@@ -409,8 +432,8 @@ declare const ConnectionSchema: {
409
432
  readonly type: "string";
410
433
  readonly minLength: 2;
411
434
  readonly maxLength: 100;
412
- readonly pattern: "([a-z.])*(?!^/)v(alpha|beta|[0-9]+)([.-]*[a-z0-9]+)*$";
413
- readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix"];
435
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
436
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
414
437
  };
415
438
  };
416
439
  };
@@ -467,7 +490,6 @@ declare const ConnectionSchema: {
467
490
  };
468
491
  };
469
492
  readonly post: {
470
- readonly "x-internal": readonly ["cloud"];
471
493
  readonly tags: readonly ["Connections"];
472
494
  readonly operationId: "RegisterConnection";
473
495
  readonly summary: "Register a new connection";
@@ -728,7 +750,7 @@ declare const ConnectionSchema: {
728
750
  readonly description: "Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments";
729
751
  readonly additionalProperties: false;
730
752
  readonly type: "object";
731
- readonly required: readonly ["id", "name", "description", "organization_id"];
753
+ readonly required: readonly ["id", "schemaVersion", "name", "description", "organization_id"];
732
754
  readonly properties: {
733
755
  readonly id: {
734
756
  readonly description: "ID";
@@ -745,12 +767,27 @@ declare const ConnectionSchema: {
745
767
  readonly path: "github.com/gofrs/uuid";
746
768
  };
747
769
  };
770
+ readonly schemaVersion: {
771
+ readonly description: "Specifies the version of the schema to which the environment conforms.";
772
+ readonly "x-order": 2;
773
+ readonly "x-oapi-codegen-extra-tags": {
774
+ readonly yaml: "schemaVersion";
775
+ readonly db: "-";
776
+ readonly gorm: "-";
777
+ };
778
+ readonly default: "environments.meshery.io/v1beta1";
779
+ readonly type: "string";
780
+ readonly minLength: 2;
781
+ readonly maxLength: 100;
782
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
783
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
784
+ };
748
785
  readonly name: {
749
786
  readonly "x-oapi-codegen-extra-tags": {
750
787
  readonly db: "name";
751
788
  readonly yaml: "name";
752
789
  };
753
- readonly "x-order": 2;
790
+ readonly "x-order": 3;
754
791
  readonly type: "string";
755
792
  readonly description: "Environment name";
756
793
  };
@@ -759,7 +796,7 @@ declare const ConnectionSchema: {
759
796
  readonly db: "description";
760
797
  readonly yaml: "description";
761
798
  };
762
- readonly "x-order": 3;
799
+ readonly "x-order": 4;
763
800
  readonly type: "string";
764
801
  readonly description: "Environment description";
765
802
  };
@@ -769,7 +806,7 @@ declare const ConnectionSchema: {
769
806
  readonly db: "organization_id";
770
807
  readonly yaml: "organization_id";
771
808
  };
772
- readonly "x-order": 4;
809
+ readonly "x-order": 5;
773
810
  readonly description: "Environment organization ID";
774
811
  readonly type: "string";
775
812
  readonly format: "uuid";
@@ -783,7 +820,7 @@ declare const ConnectionSchema: {
783
820
  readonly db: "owner";
784
821
  readonly yaml: "owner";
785
822
  };
786
- readonly "x-order": 5;
823
+ readonly "x-order": 6;
787
824
  readonly description: "Environment owner";
788
825
  readonly type: "string";
789
826
  readonly format: "uuid";
@@ -797,7 +834,7 @@ declare const ConnectionSchema: {
797
834
  readonly db: "created_at";
798
835
  readonly yaml: "created_at";
799
836
  };
800
- readonly "x-order": 6;
837
+ readonly "x-order": 7;
801
838
  readonly type: "string";
802
839
  readonly format: "date-time";
803
840
  readonly "x-go-type-skip-optional-pointer": true;
@@ -807,7 +844,7 @@ declare const ConnectionSchema: {
807
844
  readonly db: "metadata";
808
845
  readonly yaml: "metadata";
809
846
  };
810
- readonly "x-order": 7;
847
+ readonly "x-order": 8;
811
848
  readonly "x-go-type": "core.Map";
812
849
  readonly "x-go-type-skip-optional-pointer": true;
813
850
  readonly type: "object";
@@ -817,7 +854,7 @@ declare const ConnectionSchema: {
817
854
  readonly db: "updated_at";
818
855
  readonly yaml: "updated_at";
819
856
  };
820
- readonly "x-order": 8;
857
+ readonly "x-order": 9;
821
858
  readonly type: "string";
822
859
  readonly format: "date-time";
823
860
  readonly "x-go-type-skip-optional-pointer": true;
@@ -829,7 +866,7 @@ declare const ConnectionSchema: {
829
866
  };
830
867
  readonly "x-go-type": "core.NullTime";
831
868
  readonly "x-go-import": "database/sql";
832
- readonly "x-order": 9;
869
+ readonly "x-order": 10;
833
870
  readonly type: "string";
834
871
  readonly format: "date-time";
835
872
  readonly "x-go-type-skip-optional-pointer": true;
@@ -856,8 +893,8 @@ declare const ConnectionSchema: {
856
893
  readonly type: "string";
857
894
  readonly minLength: 2;
858
895
  readonly maxLength: 100;
859
- readonly pattern: "([a-z.])*(?!^/)v(alpha|beta|[0-9]+)([.-]*[a-z0-9]+)*$";
860
- readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix"];
896
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
897
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
861
898
  };
862
899
  };
863
900
  };
@@ -875,7 +912,6 @@ declare const ConnectionSchema: {
875
912
  };
876
913
  readonly "/api/integrations/connections/{connectionId}": {
877
914
  readonly get: {
878
- readonly "x-internal": readonly ["cloud"];
879
915
  readonly tags: readonly ["Connections"];
880
916
  readonly operationId: "GetConnectionById";
881
917
  readonly summary: "Get connection by ID";
@@ -1055,7 +1091,7 @@ declare const ConnectionSchema: {
1055
1091
  readonly description: "Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments";
1056
1092
  readonly additionalProperties: false;
1057
1093
  readonly type: "object";
1058
- readonly required: readonly ["id", "name", "description", "organization_id"];
1094
+ readonly required: readonly ["id", "schemaVersion", "name", "description", "organization_id"];
1059
1095
  readonly properties: {
1060
1096
  readonly id: {
1061
1097
  readonly description: "ID";
@@ -1072,12 +1108,27 @@ declare const ConnectionSchema: {
1072
1108
  readonly path: "github.com/gofrs/uuid";
1073
1109
  };
1074
1110
  };
1111
+ readonly schemaVersion: {
1112
+ readonly description: "Specifies the version of the schema to which the environment conforms.";
1113
+ readonly "x-order": 2;
1114
+ readonly "x-oapi-codegen-extra-tags": {
1115
+ readonly yaml: "schemaVersion";
1116
+ readonly db: "-";
1117
+ readonly gorm: "-";
1118
+ };
1119
+ readonly default: "environments.meshery.io/v1beta1";
1120
+ readonly type: "string";
1121
+ readonly minLength: 2;
1122
+ readonly maxLength: 100;
1123
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
1124
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
1125
+ };
1075
1126
  readonly name: {
1076
1127
  readonly "x-oapi-codegen-extra-tags": {
1077
1128
  readonly db: "name";
1078
1129
  readonly yaml: "name";
1079
1130
  };
1080
- readonly "x-order": 2;
1131
+ readonly "x-order": 3;
1081
1132
  readonly type: "string";
1082
1133
  readonly description: "Environment name";
1083
1134
  };
@@ -1086,7 +1137,7 @@ declare const ConnectionSchema: {
1086
1137
  readonly db: "description";
1087
1138
  readonly yaml: "description";
1088
1139
  };
1089
- readonly "x-order": 3;
1140
+ readonly "x-order": 4;
1090
1141
  readonly type: "string";
1091
1142
  readonly description: "Environment description";
1092
1143
  };
@@ -1096,7 +1147,7 @@ declare const ConnectionSchema: {
1096
1147
  readonly db: "organization_id";
1097
1148
  readonly yaml: "organization_id";
1098
1149
  };
1099
- readonly "x-order": 4;
1150
+ readonly "x-order": 5;
1100
1151
  readonly description: "Environment organization ID";
1101
1152
  readonly type: "string";
1102
1153
  readonly format: "uuid";
@@ -1110,7 +1161,7 @@ declare const ConnectionSchema: {
1110
1161
  readonly db: "owner";
1111
1162
  readonly yaml: "owner";
1112
1163
  };
1113
- readonly "x-order": 5;
1164
+ readonly "x-order": 6;
1114
1165
  readonly description: "Environment owner";
1115
1166
  readonly type: "string";
1116
1167
  readonly format: "uuid";
@@ -1124,7 +1175,7 @@ declare const ConnectionSchema: {
1124
1175
  readonly db: "created_at";
1125
1176
  readonly yaml: "created_at";
1126
1177
  };
1127
- readonly "x-order": 6;
1178
+ readonly "x-order": 7;
1128
1179
  readonly type: "string";
1129
1180
  readonly format: "date-time";
1130
1181
  readonly "x-go-type-skip-optional-pointer": true;
@@ -1134,7 +1185,7 @@ declare const ConnectionSchema: {
1134
1185
  readonly db: "metadata";
1135
1186
  readonly yaml: "metadata";
1136
1187
  };
1137
- readonly "x-order": 7;
1188
+ readonly "x-order": 8;
1138
1189
  readonly "x-go-type": "core.Map";
1139
1190
  readonly "x-go-type-skip-optional-pointer": true;
1140
1191
  readonly type: "object";
@@ -1144,7 +1195,7 @@ declare const ConnectionSchema: {
1144
1195
  readonly db: "updated_at";
1145
1196
  readonly yaml: "updated_at";
1146
1197
  };
1147
- readonly "x-order": 8;
1198
+ readonly "x-order": 9;
1148
1199
  readonly type: "string";
1149
1200
  readonly format: "date-time";
1150
1201
  readonly "x-go-type-skip-optional-pointer": true;
@@ -1156,7 +1207,7 @@ declare const ConnectionSchema: {
1156
1207
  };
1157
1208
  readonly "x-go-type": "core.NullTime";
1158
1209
  readonly "x-go-import": "database/sql";
1159
- readonly "x-order": 9;
1210
+ readonly "x-order": 10;
1160
1211
  readonly type: "string";
1161
1212
  readonly format: "date-time";
1162
1213
  readonly "x-go-type-skip-optional-pointer": true;
@@ -1183,8 +1234,8 @@ declare const ConnectionSchema: {
1183
1234
  readonly type: "string";
1184
1235
  readonly minLength: 2;
1185
1236
  readonly maxLength: 100;
1186
- readonly pattern: "([a-z.])*(?!^/)v(alpha|beta|[0-9]+)([.-]*[a-z0-9]+)*$";
1187
- readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix"];
1237
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
1238
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
1188
1239
  };
1189
1240
  };
1190
1241
  };
@@ -1200,7 +1251,6 @@ declare const ConnectionSchema: {
1200
1251
  };
1201
1252
  };
1202
1253
  readonly put: {
1203
- readonly "x-internal": readonly ["cloud"];
1204
1254
  readonly tags: readonly ["Connections"];
1205
1255
  readonly operationId: "UpdateConnection";
1206
1256
  readonly summary: "Update a connection";
@@ -1471,7 +1521,7 @@ declare const ConnectionSchema: {
1471
1521
  readonly description: "Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments";
1472
1522
  readonly additionalProperties: false;
1473
1523
  readonly type: "object";
1474
- readonly required: readonly ["id", "name", "description", "organization_id"];
1524
+ readonly required: readonly ["id", "schemaVersion", "name", "description", "organization_id"];
1475
1525
  readonly properties: {
1476
1526
  readonly id: {
1477
1527
  readonly description: "ID";
@@ -1488,12 +1538,27 @@ declare const ConnectionSchema: {
1488
1538
  readonly path: "github.com/gofrs/uuid";
1489
1539
  };
1490
1540
  };
1541
+ readonly schemaVersion: {
1542
+ readonly description: "Specifies the version of the schema to which the environment conforms.";
1543
+ readonly "x-order": 2;
1544
+ readonly "x-oapi-codegen-extra-tags": {
1545
+ readonly yaml: "schemaVersion";
1546
+ readonly db: "-";
1547
+ readonly gorm: "-";
1548
+ };
1549
+ readonly default: "environments.meshery.io/v1beta1";
1550
+ readonly type: "string";
1551
+ readonly minLength: 2;
1552
+ readonly maxLength: 100;
1553
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
1554
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
1555
+ };
1491
1556
  readonly name: {
1492
1557
  readonly "x-oapi-codegen-extra-tags": {
1493
1558
  readonly db: "name";
1494
1559
  readonly yaml: "name";
1495
1560
  };
1496
- readonly "x-order": 2;
1561
+ readonly "x-order": 3;
1497
1562
  readonly type: "string";
1498
1563
  readonly description: "Environment name";
1499
1564
  };
@@ -1502,7 +1567,7 @@ declare const ConnectionSchema: {
1502
1567
  readonly db: "description";
1503
1568
  readonly yaml: "description";
1504
1569
  };
1505
- readonly "x-order": 3;
1570
+ readonly "x-order": 4;
1506
1571
  readonly type: "string";
1507
1572
  readonly description: "Environment description";
1508
1573
  };
@@ -1512,7 +1577,7 @@ declare const ConnectionSchema: {
1512
1577
  readonly db: "organization_id";
1513
1578
  readonly yaml: "organization_id";
1514
1579
  };
1515
- readonly "x-order": 4;
1580
+ readonly "x-order": 5;
1516
1581
  readonly description: "Environment organization ID";
1517
1582
  readonly type: "string";
1518
1583
  readonly format: "uuid";
@@ -1526,7 +1591,7 @@ declare const ConnectionSchema: {
1526
1591
  readonly db: "owner";
1527
1592
  readonly yaml: "owner";
1528
1593
  };
1529
- readonly "x-order": 5;
1594
+ readonly "x-order": 6;
1530
1595
  readonly description: "Environment owner";
1531
1596
  readonly type: "string";
1532
1597
  readonly format: "uuid";
@@ -1540,7 +1605,7 @@ declare const ConnectionSchema: {
1540
1605
  readonly db: "created_at";
1541
1606
  readonly yaml: "created_at";
1542
1607
  };
1543
- readonly "x-order": 6;
1608
+ readonly "x-order": 7;
1544
1609
  readonly type: "string";
1545
1610
  readonly format: "date-time";
1546
1611
  readonly "x-go-type-skip-optional-pointer": true;
@@ -1550,7 +1615,7 @@ declare const ConnectionSchema: {
1550
1615
  readonly db: "metadata";
1551
1616
  readonly yaml: "metadata";
1552
1617
  };
1553
- readonly "x-order": 7;
1618
+ readonly "x-order": 8;
1554
1619
  readonly "x-go-type": "core.Map";
1555
1620
  readonly "x-go-type-skip-optional-pointer": true;
1556
1621
  readonly type: "object";
@@ -1560,7 +1625,7 @@ declare const ConnectionSchema: {
1560
1625
  readonly db: "updated_at";
1561
1626
  readonly yaml: "updated_at";
1562
1627
  };
1563
- readonly "x-order": 8;
1628
+ readonly "x-order": 9;
1564
1629
  readonly type: "string";
1565
1630
  readonly format: "date-time";
1566
1631
  readonly "x-go-type-skip-optional-pointer": true;
@@ -1572,7 +1637,7 @@ declare const ConnectionSchema: {
1572
1637
  };
1573
1638
  readonly "x-go-type": "core.NullTime";
1574
1639
  readonly "x-go-import": "database/sql";
1575
- readonly "x-order": 9;
1640
+ readonly "x-order": 10;
1576
1641
  readonly type: "string";
1577
1642
  readonly format: "date-time";
1578
1643
  readonly "x-go-type-skip-optional-pointer": true;
@@ -1599,8 +1664,8 @@ declare const ConnectionSchema: {
1599
1664
  readonly type: "string";
1600
1665
  readonly minLength: 2;
1601
1666
  readonly maxLength: 100;
1602
- readonly pattern: "([a-z.])*(?!^/)v(alpha|beta|[0-9]+)([.-]*[a-z0-9]+)*$";
1603
- readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix"];
1667
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
1668
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
1604
1669
  };
1605
1670
  };
1606
1671
  };
@@ -1616,7 +1681,6 @@ declare const ConnectionSchema: {
1616
1681
  };
1617
1682
  };
1618
1683
  readonly delete: {
1619
- readonly "x-internal": readonly ["cloud"];
1620
1684
  readonly tags: readonly ["Connections"];
1621
1685
  readonly operationId: "DeleteConnection";
1622
1686
  readonly summary: "Delete a connection";
@@ -1646,7 +1710,6 @@ declare const ConnectionSchema: {
1646
1710
  };
1647
1711
  readonly "/api/integrations/connections/meshery/{mesheryServerId}": {
1648
1712
  readonly delete: {
1649
- readonly "x-internal": readonly ["cloud"];
1650
1713
  readonly tags: readonly ["Connections"];
1651
1714
  readonly operationId: "DeleteMesheryConnection";
1652
1715
  readonly summary: "Delete Meshery instance connection";
@@ -1676,7 +1739,6 @@ declare const ConnectionSchema: {
1676
1739
  };
1677
1740
  readonly "/api/integrations/connections/kubernetes/{connectionId}/context": {
1678
1741
  readonly get: {
1679
- readonly "x-internal": readonly ["cloud"];
1680
1742
  readonly tags: readonly ["Connections"];
1681
1743
  readonly operationId: "GetKubernetesContext";
1682
1744
  readonly summary: "Get Kubernetes context";
@@ -1713,7 +1775,6 @@ declare const ConnectionSchema: {
1713
1775
  };
1714
1776
  readonly "/api/environments/{environmentId}/connections/{connectionId}": {
1715
1777
  readonly post: {
1716
- readonly "x-internal": readonly ["cloud"];
1717
1778
  readonly tags: readonly ["Connections"];
1718
1779
  readonly operationId: "AddConnectionToEnvironment";
1719
1780
  readonly summary: "Add connection to environment";
@@ -1750,7 +1811,6 @@ declare const ConnectionSchema: {
1750
1811
  };
1751
1812
  };
1752
1813
  readonly delete: {
1753
- readonly "x-internal": readonly ["cloud"];
1754
1814
  readonly tags: readonly ["Connections"];
1755
1815
  readonly operationId: "RemoveConnectionFromEnvironment";
1756
1816
  readonly summary: "Remove connection from environment";
@@ -2019,7 +2079,7 @@ declare const ConnectionSchema: {
2019
2079
  readonly description: "Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments";
2020
2080
  readonly additionalProperties: false;
2021
2081
  readonly type: "object";
2022
- readonly required: readonly ["id", "name", "description", "organization_id"];
2082
+ readonly required: readonly ["id", "schemaVersion", "name", "description", "organization_id"];
2023
2083
  readonly properties: {
2024
2084
  readonly id: {
2025
2085
  readonly description: "ID";
@@ -2036,12 +2096,27 @@ declare const ConnectionSchema: {
2036
2096
  readonly path: "github.com/gofrs/uuid";
2037
2097
  };
2038
2098
  };
2099
+ readonly schemaVersion: {
2100
+ readonly description: "Specifies the version of the schema to which the environment conforms.";
2101
+ readonly "x-order": 2;
2102
+ readonly "x-oapi-codegen-extra-tags": {
2103
+ readonly yaml: "schemaVersion";
2104
+ readonly db: "-";
2105
+ readonly gorm: "-";
2106
+ };
2107
+ readonly default: "environments.meshery.io/v1beta1";
2108
+ readonly type: "string";
2109
+ readonly minLength: 2;
2110
+ readonly maxLength: 100;
2111
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
2112
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
2113
+ };
2039
2114
  readonly name: {
2040
2115
  readonly "x-oapi-codegen-extra-tags": {
2041
2116
  readonly db: "name";
2042
2117
  readonly yaml: "name";
2043
2118
  };
2044
- readonly "x-order": 2;
2119
+ readonly "x-order": 3;
2045
2120
  readonly type: "string";
2046
2121
  readonly description: "Environment name";
2047
2122
  };
@@ -2050,7 +2125,7 @@ declare const ConnectionSchema: {
2050
2125
  readonly db: "description";
2051
2126
  readonly yaml: "description";
2052
2127
  };
2053
- readonly "x-order": 3;
2128
+ readonly "x-order": 4;
2054
2129
  readonly type: "string";
2055
2130
  readonly description: "Environment description";
2056
2131
  };
@@ -2060,7 +2135,7 @@ declare const ConnectionSchema: {
2060
2135
  readonly db: "organization_id";
2061
2136
  readonly yaml: "organization_id";
2062
2137
  };
2063
- readonly "x-order": 4;
2138
+ readonly "x-order": 5;
2064
2139
  readonly description: "Environment organization ID";
2065
2140
  readonly type: "string";
2066
2141
  readonly format: "uuid";
@@ -2074,7 +2149,7 @@ declare const ConnectionSchema: {
2074
2149
  readonly db: "owner";
2075
2150
  readonly yaml: "owner";
2076
2151
  };
2077
- readonly "x-order": 5;
2152
+ readonly "x-order": 6;
2078
2153
  readonly description: "Environment owner";
2079
2154
  readonly type: "string";
2080
2155
  readonly format: "uuid";
@@ -2088,7 +2163,7 @@ declare const ConnectionSchema: {
2088
2163
  readonly db: "created_at";
2089
2164
  readonly yaml: "created_at";
2090
2165
  };
2091
- readonly "x-order": 6;
2166
+ readonly "x-order": 7;
2092
2167
  readonly type: "string";
2093
2168
  readonly format: "date-time";
2094
2169
  readonly "x-go-type-skip-optional-pointer": true;
@@ -2098,7 +2173,7 @@ declare const ConnectionSchema: {
2098
2173
  readonly db: "metadata";
2099
2174
  readonly yaml: "metadata";
2100
2175
  };
2101
- readonly "x-order": 7;
2176
+ readonly "x-order": 8;
2102
2177
  readonly "x-go-type": "core.Map";
2103
2178
  readonly "x-go-type-skip-optional-pointer": true;
2104
2179
  readonly type: "object";
@@ -2108,7 +2183,7 @@ declare const ConnectionSchema: {
2108
2183
  readonly db: "updated_at";
2109
2184
  readonly yaml: "updated_at";
2110
2185
  };
2111
- readonly "x-order": 8;
2186
+ readonly "x-order": 9;
2112
2187
  readonly type: "string";
2113
2188
  readonly format: "date-time";
2114
2189
  readonly "x-go-type-skip-optional-pointer": true;
@@ -2120,7 +2195,7 @@ declare const ConnectionSchema: {
2120
2195
  };
2121
2196
  readonly "x-go-type": "core.NullTime";
2122
2197
  readonly "x-go-import": "database/sql";
2123
- readonly "x-order": 9;
2198
+ readonly "x-order": 10;
2124
2199
  readonly type: "string";
2125
2200
  readonly format: "date-time";
2126
2201
  readonly "x-go-type-skip-optional-pointer": true;
@@ -2147,8 +2222,8 @@ declare const ConnectionSchema: {
2147
2222
  readonly type: "string";
2148
2223
  readonly minLength: 2;
2149
2224
  readonly maxLength: 100;
2150
- readonly pattern: "([a-z.])*(?!^/)v(alpha|beta|[0-9]+)([.-]*[a-z0-9]+)*$";
2151
- readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix"];
2225
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
2226
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
2152
2227
  };
2153
2228
  };
2154
2229
  };
@@ -2324,7 +2399,7 @@ declare const ConnectionSchema: {
2324
2399
  readonly description: "Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments";
2325
2400
  readonly additionalProperties: false;
2326
2401
  readonly type: "object";
2327
- readonly required: readonly ["id", "name", "description", "organization_id"];
2402
+ readonly required: readonly ["id", "schemaVersion", "name", "description", "organization_id"];
2328
2403
  readonly properties: {
2329
2404
  readonly id: {
2330
2405
  readonly description: "ID";
@@ -2341,12 +2416,27 @@ declare const ConnectionSchema: {
2341
2416
  readonly path: "github.com/gofrs/uuid";
2342
2417
  };
2343
2418
  };
2419
+ readonly schemaVersion: {
2420
+ readonly description: "Specifies the version of the schema to which the environment conforms.";
2421
+ readonly "x-order": 2;
2422
+ readonly "x-oapi-codegen-extra-tags": {
2423
+ readonly yaml: "schemaVersion";
2424
+ readonly db: "-";
2425
+ readonly gorm: "-";
2426
+ };
2427
+ readonly default: "environments.meshery.io/v1beta1";
2428
+ readonly type: "string";
2429
+ readonly minLength: 2;
2430
+ readonly maxLength: 100;
2431
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
2432
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
2433
+ };
2344
2434
  readonly name: {
2345
2435
  readonly "x-oapi-codegen-extra-tags": {
2346
2436
  readonly db: "name";
2347
2437
  readonly yaml: "name";
2348
2438
  };
2349
- readonly "x-order": 2;
2439
+ readonly "x-order": 3;
2350
2440
  readonly type: "string";
2351
2441
  readonly description: "Environment name";
2352
2442
  };
@@ -2355,7 +2445,7 @@ declare const ConnectionSchema: {
2355
2445
  readonly db: "description";
2356
2446
  readonly yaml: "description";
2357
2447
  };
2358
- readonly "x-order": 3;
2448
+ readonly "x-order": 4;
2359
2449
  readonly type: "string";
2360
2450
  readonly description: "Environment description";
2361
2451
  };
@@ -2365,7 +2455,7 @@ declare const ConnectionSchema: {
2365
2455
  readonly db: "organization_id";
2366
2456
  readonly yaml: "organization_id";
2367
2457
  };
2368
- readonly "x-order": 4;
2458
+ readonly "x-order": 5;
2369
2459
  readonly description: "Environment organization ID";
2370
2460
  readonly type: "string";
2371
2461
  readonly format: "uuid";
@@ -2379,7 +2469,7 @@ declare const ConnectionSchema: {
2379
2469
  readonly db: "owner";
2380
2470
  readonly yaml: "owner";
2381
2471
  };
2382
- readonly "x-order": 5;
2472
+ readonly "x-order": 6;
2383
2473
  readonly description: "Environment owner";
2384
2474
  readonly type: "string";
2385
2475
  readonly format: "uuid";
@@ -2393,7 +2483,7 @@ declare const ConnectionSchema: {
2393
2483
  readonly db: "created_at";
2394
2484
  readonly yaml: "created_at";
2395
2485
  };
2396
- readonly "x-order": 6;
2486
+ readonly "x-order": 7;
2397
2487
  readonly type: "string";
2398
2488
  readonly format: "date-time";
2399
2489
  readonly "x-go-type-skip-optional-pointer": true;
@@ -2403,7 +2493,7 @@ declare const ConnectionSchema: {
2403
2493
  readonly db: "metadata";
2404
2494
  readonly yaml: "metadata";
2405
2495
  };
2406
- readonly "x-order": 7;
2496
+ readonly "x-order": 8;
2407
2497
  readonly "x-go-type": "core.Map";
2408
2498
  readonly "x-go-type-skip-optional-pointer": true;
2409
2499
  readonly type: "object";
@@ -2413,7 +2503,7 @@ declare const ConnectionSchema: {
2413
2503
  readonly db: "updated_at";
2414
2504
  readonly yaml: "updated_at";
2415
2505
  };
2416
- readonly "x-order": 8;
2506
+ readonly "x-order": 9;
2417
2507
  readonly type: "string";
2418
2508
  readonly format: "date-time";
2419
2509
  readonly "x-go-type-skip-optional-pointer": true;
@@ -2425,7 +2515,7 @@ declare const ConnectionSchema: {
2425
2515
  };
2426
2516
  readonly "x-go-type": "core.NullTime";
2427
2517
  readonly "x-go-import": "database/sql";
2428
- readonly "x-order": 9;
2518
+ readonly "x-order": 10;
2429
2519
  readonly type: "string";
2430
2520
  readonly format: "date-time";
2431
2521
  readonly "x-go-type-skip-optional-pointer": true;
@@ -2452,8 +2542,8 @@ declare const ConnectionSchema: {
2452
2542
  readonly type: "string";
2453
2543
  readonly minLength: 2;
2454
2544
  readonly maxLength: 100;
2455
- readonly pattern: "([a-z.])*(?!^/)v(alpha|beta|[0-9]+)([.-]*[a-z0-9]+)*$";
2456
- readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix"];
2545
+ readonly pattern: "^([a-z][a-z0-9.-]*\\/)?v(alpha|beta|[0-9]+)([.-][a-z0-9]+)*$";
2546
+ readonly example: readonly ["v1", "v1alpha1", "v2beta3", "v1.custom-suffix", "models.meshery.io/v1beta1", "capability.meshery.io/v1alpha1"];
2457
2547
  };
2458
2548
  };
2459
2549
  };