@meshery/schemas 0.8.133 → 0.8.134

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 (80) hide show
  1. package/README.md +119 -0
  2. package/dist/cloudApi.d.mts +5011 -2369
  3. package/dist/cloudApi.d.ts +5011 -2369
  4. package/dist/cloudApi.js +1 -1
  5. package/dist/cloudApi.mjs +1 -1
  6. package/dist/constructs/v1beta1/badge/Badge.d.mts +37 -18
  7. package/dist/constructs/v1beta1/badge/Badge.d.ts +37 -18
  8. package/dist/constructs/v1beta1/badge/BadgeSchema.js +1 -1
  9. package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +1 -1
  10. package/dist/constructs/v1beta1/category/Category.d.mts +1 -0
  11. package/dist/constructs/v1beta1/category/Category.d.ts +1 -0
  12. package/dist/constructs/v1beta1/category/CategorySchema.js +1 -1
  13. package/dist/constructs/v1beta1/category/CategorySchema.mjs +1 -1
  14. package/dist/constructs/v1beta1/component/Component.d.mts +12 -4
  15. package/dist/constructs/v1beta1/component/Component.d.ts +12 -4
  16. package/dist/constructs/v1beta1/component/ComponentSchema.js +1 -1
  17. package/dist/constructs/v1beta1/component/ComponentSchema.mjs +1 -1
  18. package/dist/constructs/v1beta1/connection/Connection.d.mts +84 -42
  19. package/dist/constructs/v1beta1/connection/Connection.d.ts +84 -42
  20. package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
  21. package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
  22. package/dist/constructs/v1beta1/environment/Environment.d.mts +65 -22
  23. package/dist/constructs/v1beta1/environment/Environment.d.ts +65 -22
  24. package/dist/constructs/v1beta1/environment/EnvironmentSchema.js +1 -1
  25. package/dist/constructs/v1beta1/environment/EnvironmentSchema.mjs +1 -1
  26. package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +48 -16
  27. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +48 -16
  28. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +8 -8
  29. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +8 -8
  30. package/dist/constructs/v1beta1/event/Event.d.mts +5 -3
  31. package/dist/constructs/v1beta1/event/Event.d.ts +5 -3
  32. package/dist/constructs/v1beta1/event/EventSchema.js +1 -1
  33. package/dist/constructs/v1beta1/event/EventSchema.mjs +1 -1
  34. package/dist/constructs/v1beta1/invitation/Invitation.d.mts +56 -54
  35. package/dist/constructs/v1beta1/invitation/Invitation.d.ts +56 -54
  36. package/dist/constructs/v1beta1/invitation/InvitationSchema.js +1 -1
  37. package/dist/constructs/v1beta1/invitation/InvitationSchema.mjs +1 -1
  38. package/dist/constructs/v1beta1/key/Key.d.mts +3 -3
  39. package/dist/constructs/v1beta1/key/Key.d.ts +3 -3
  40. package/dist/constructs/v1beta1/key/KeySchema.js +1 -1
  41. package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -1
  42. package/dist/constructs/v1beta1/keychain/Keychain.d.mts +12 -36
  43. package/dist/constructs/v1beta1/keychain/Keychain.d.ts +12 -36
  44. package/dist/constructs/v1beta1/keychain/KeychainSchema.js +1 -1
  45. package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +1 -1
  46. package/dist/constructs/v1beta1/model/Model.d.mts +14 -6
  47. package/dist/constructs/v1beta1/model/Model.d.ts +14 -6
  48. package/dist/constructs/v1beta1/model/ModelSchema.js +2 -2
  49. package/dist/constructs/v1beta1/model/ModelSchema.mjs +2 -2
  50. package/dist/constructs/v1beta1/organization/Organization.d.mts +884 -9
  51. package/dist/constructs/v1beta1/organization/Organization.d.ts +884 -9
  52. package/dist/constructs/v1beta1/organization/OrganizationSchema.js +1 -1
  53. package/dist/constructs/v1beta1/organization/OrganizationSchema.mjs +1 -1
  54. package/dist/constructs/v1beta1/pattern/Pattern.d.mts +113 -39
  55. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +113 -39
  56. package/dist/constructs/v1beta1/pattern/PatternSchema.js +18 -18
  57. package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +18 -18
  58. package/dist/constructs/v1beta1/role/Role.d.mts +17 -17
  59. package/dist/constructs/v1beta1/role/Role.d.ts +17 -17
  60. package/dist/constructs/v1beta1/role/RoleSchema.js +1 -1
  61. package/dist/constructs/v1beta1/role/RoleSchema.mjs +1 -1
  62. package/dist/constructs/v1beta1/team/Team.d.mts +16 -16
  63. package/dist/constructs/v1beta1/team/Team.d.ts +16 -16
  64. package/dist/constructs/v1beta1/team/TeamSchema.js +1 -1
  65. package/dist/constructs/v1beta1/team/TeamSchema.mjs +1 -1
  66. package/dist/constructs/v1beta1/user/User.d.mts +1238 -169
  67. package/dist/constructs/v1beta1/user/User.d.ts +1238 -169
  68. package/dist/constructs/v1beta1/user/UserSchema.js +1 -1
  69. package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -1
  70. package/dist/constructs/v1beta1/workspace/Workspace.d.mts +35 -12
  71. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +35 -12
  72. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +4 -4
  73. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +4 -4
  74. package/dist/index.js +25 -25
  75. package/dist/index.mjs +25 -25
  76. package/dist/mesheryApi.d.mts +4226 -1565
  77. package/dist/mesheryApi.d.ts +4226 -1565
  78. package/dist/mesheryApi.js +1 -1
  79. package/dist/mesheryApi.mjs +1 -1
  80. package/package.json +1 -1
@@ -5,31 +5,31 @@
5
5
  interface paths {
6
6
  "/api/integrations/connections": {
7
7
  /** Returns a paginated list of connections for the authenticated user with filtering, sorting and pagination support */
8
- get: operations["GetConnections"];
8
+ get: operations["getConnections"];
9
9
  /** Register a new connection with credentials */
10
- post: operations["RegisterConnection"];
10
+ post: operations["registerConnection"];
11
11
  };
12
12
  "/api/integrations/connections/{connectionId}": {
13
13
  /** Returns a specific connection by its ID */
14
- get: operations["GetConnectionById"];
14
+ get: operations["getConnectionById"];
15
15
  /** Update an existing connection */
16
- put: operations["UpdateConnection"];
16
+ put: operations["updateConnection"];
17
17
  /** Delete a specific connection */
18
- delete: operations["DeleteConnection"];
18
+ delete: operations["deleteConnection"];
19
19
  };
20
20
  "/api/integrations/connections/meshery/{mesheryServerId}": {
21
21
  /** Delete a Meshery server connection by server ID */
22
- delete: operations["DeleteMesheryConnection"];
22
+ delete: operations["deleteMesheryConnection"];
23
23
  };
24
24
  "/api/integrations/connections/kubernetes/{connectionId}/context": {
25
25
  /** Get Kubernetes context for a specific connection */
26
- get: operations["GetKubernetesContext"];
26
+ get: operations["getKubernetesContext"];
27
27
  };
28
28
  "/api/environments/{environmentId}/connections/{connectionId}": {
29
29
  /** Associate a connection with an environment */
30
- post: operations["AddConnectionToEnvironment"];
30
+ post: operations["addConnectionToEnvironment"];
31
31
  /** Disassociate a connection from an environment */
32
- delete: operations["RemoveConnectionFromEnvironment"];
32
+ delete: operations["removeConnectionFromEnvironment"];
33
33
  };
34
34
  }
35
35
  interface components {
@@ -108,15 +108,22 @@ interface components {
108
108
  * @description Environment owner
109
109
  */
110
110
  owner?: string;
111
- /** Format: date-time */
111
+ /**
112
+ * Format: date-time
113
+ * @description Timestamp when the resource was created.
114
+ */
112
115
  created_at?: string;
116
+ /** @description Additional metadata associated with the environment. */
113
117
  metadata?: {
114
118
  [key: string]: unknown;
115
119
  };
116
- /** Format: date-time */
120
+ /**
121
+ * Format: date-time
122
+ * @description Timestamp when the resource was updated.
123
+ */
117
124
  updated_at?: string;
118
- /** @description SQL null Timestamp to handle null values of time. */
119
- deleted_at?: string;
125
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
126
+ deleted_at?: string | null;
120
127
  }[];
121
128
  /**
122
129
  * @description Specifies the version of the schema used for the definition.
@@ -208,15 +215,22 @@ interface components {
208
215
  * @description Environment owner
209
216
  */
210
217
  owner?: string;
211
- /** Format: date-time */
218
+ /**
219
+ * Format: date-time
220
+ * @description Timestamp when the resource was created.
221
+ */
212
222
  created_at?: string;
223
+ /** @description Additional metadata associated with the environment. */
213
224
  metadata?: {
214
225
  [key: string]: unknown;
215
226
  };
216
- /** Format: date-time */
227
+ /**
228
+ * Format: date-time
229
+ * @description Timestamp when the resource was updated.
230
+ */
217
231
  updated_at?: string;
218
- /** @description SQL null Timestamp to handle null values of time. */
219
- deleted_at?: string;
232
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
233
+ deleted_at?: string | null;
220
234
  }[];
221
235
  /**
222
236
  * @description Specifies the version of the schema used for the definition.
@@ -380,7 +394,7 @@ interface components {
380
394
  }
381
395
  interface operations {
382
396
  /** Returns a paginated list of connections for the authenticated user with filtering, sorting and pagination support */
383
- GetConnections: {
397
+ getConnections: {
384
398
  parameters: {
385
399
  query: {
386
400
  /** Page number */
@@ -482,15 +496,22 @@ interface operations {
482
496
  * @description Environment owner
483
497
  */
484
498
  owner?: string;
485
- /** Format: date-time */
499
+ /**
500
+ * Format: date-time
501
+ * @description Timestamp when the resource was created.
502
+ */
486
503
  created_at?: string;
504
+ /** @description Additional metadata associated with the environment. */
487
505
  metadata?: {
488
506
  [key: string]: unknown;
489
507
  };
490
- /** Format: date-time */
508
+ /**
509
+ * Format: date-time
510
+ * @description Timestamp when the resource was updated.
511
+ */
491
512
  updated_at?: string;
492
- /** @description SQL null Timestamp to handle null values of time. */
493
- deleted_at?: string;
513
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
514
+ deleted_at?: string | null;
494
515
  }[];
495
516
  /**
496
517
  * @description Specifies the version of the schema used for the definition.
@@ -524,7 +545,7 @@ interface operations {
524
545
  };
525
546
  };
526
547
  /** Register a new connection with credentials */
527
- RegisterConnection: {
548
+ registerConnection: {
528
549
  responses: {
529
550
  /** Connection registered successfully */
530
551
  201: {
@@ -602,15 +623,22 @@ interface operations {
602
623
  * @description Environment owner
603
624
  */
604
625
  owner?: string;
605
- /** Format: date-time */
626
+ /**
627
+ * Format: date-time
628
+ * @description Timestamp when the resource was created.
629
+ */
606
630
  created_at?: string;
631
+ /** @description Additional metadata associated with the environment. */
607
632
  metadata?: {
608
633
  [key: string]: unknown;
609
634
  };
610
- /** Format: date-time */
635
+ /**
636
+ * Format: date-time
637
+ * @description Timestamp when the resource was updated.
638
+ */
611
639
  updated_at?: string;
612
- /** @description SQL null Timestamp to handle null values of time. */
613
- deleted_at?: string;
640
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
641
+ deleted_at?: string | null;
614
642
  }[];
615
643
  /**
616
644
  * @description Specifies the version of the schema used for the definition.
@@ -669,7 +697,7 @@ interface operations {
669
697
  };
670
698
  };
671
699
  /** Returns a specific connection by its ID */
672
- GetConnectionById: {
700
+ getConnectionById: {
673
701
  parameters: {
674
702
  path: {
675
703
  /** Connection ID */
@@ -753,15 +781,22 @@ interface operations {
753
781
  * @description Environment owner
754
782
  */
755
783
  owner?: string;
756
- /** Format: date-time */
784
+ /**
785
+ * Format: date-time
786
+ * @description Timestamp when the resource was created.
787
+ */
757
788
  created_at?: string;
789
+ /** @description Additional metadata associated with the environment. */
758
790
  metadata?: {
759
791
  [key: string]: unknown;
760
792
  };
761
- /** Format: date-time */
793
+ /**
794
+ * Format: date-time
795
+ * @description Timestamp when the resource was updated.
796
+ */
762
797
  updated_at?: string;
763
- /** @description SQL null Timestamp to handle null values of time. */
764
- deleted_at?: string;
798
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
799
+ deleted_at?: string | null;
765
800
  }[];
766
801
  /**
767
802
  * @description Specifies the version of the schema used for the definition.
@@ -786,7 +821,7 @@ interface operations {
786
821
  };
787
822
  };
788
823
  /** Update an existing connection */
789
- UpdateConnection: {
824
+ updateConnection: {
790
825
  parameters: {
791
826
  path: {
792
827
  /** Connection ID */
@@ -870,15 +905,22 @@ interface operations {
870
905
  * @description Environment owner
871
906
  */
872
907
  owner?: string;
873
- /** Format: date-time */
908
+ /**
909
+ * Format: date-time
910
+ * @description Timestamp when the resource was created.
911
+ */
874
912
  created_at?: string;
913
+ /** @description Additional metadata associated with the environment. */
875
914
  metadata?: {
876
915
  [key: string]: unknown;
877
916
  };
878
- /** Format: date-time */
917
+ /**
918
+ * Format: date-time
919
+ * @description Timestamp when the resource was updated.
920
+ */
879
921
  updated_at?: string;
880
- /** @description SQL null Timestamp to handle null values of time. */
881
- deleted_at?: string;
922
+ /** @description Timestamp when the environment was soft deleted. Null while the environment remains active. */
923
+ deleted_at?: string | null;
882
924
  }[];
883
925
  /**
884
926
  * @description Specifies the version of the schema used for the definition.
@@ -937,7 +979,7 @@ interface operations {
937
979
  };
938
980
  };
939
981
  /** Delete a specific connection */
940
- DeleteConnection: {
982
+ deleteConnection: {
941
983
  parameters: {
942
984
  path: {
943
985
  /** Connection ID */
@@ -954,7 +996,7 @@ interface operations {
954
996
  };
955
997
  };
956
998
  /** Delete a Meshery server connection by server ID */
957
- DeleteMesheryConnection: {
999
+ deleteMesheryConnection: {
958
1000
  parameters: {
959
1001
  path: {
960
1002
  /** Meshery server ID */
@@ -971,7 +1013,7 @@ interface operations {
971
1013
  };
972
1014
  };
973
1015
  /** Get Kubernetes context for a specific connection */
974
- GetKubernetesContext: {
1016
+ getKubernetesContext: {
975
1017
  parameters: {
976
1018
  path: {
977
1019
  /** Connection ID */
@@ -994,7 +1036,7 @@ interface operations {
994
1036
  };
995
1037
  };
996
1038
  /** Associate a connection with an environment */
997
- AddConnectionToEnvironment: {
1039
+ addConnectionToEnvironment: {
998
1040
  parameters: {
999
1041
  path: {
1000
1042
  /** Environment ID */
@@ -1013,7 +1055,7 @@ interface operations {
1013
1055
  };
1014
1056
  };
1015
1057
  /** Disassociate a connection from an environment */
1016
- RemoveConnectionFromEnvironment: {
1058
+ removeConnectionFromEnvironment: {
1017
1059
  parameters: {
1018
1060
  path: {
1019
1061
  /** Environment ID */