@meshery/schemas 0.8.133 → 0.8.135
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +119 -0
- package/dist/{Core-BiYtFM4v.d.mts → Core-B0SJO-By.d.mts} +4 -1
- package/dist/{Core-BiYtFM4v.d.ts → Core-B0SJO-By.d.ts} +4 -1
- package/dist/cloudApi.d.mts +5011 -2369
- package/dist/cloudApi.d.ts +5011 -2369
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1alpha1/core/Core.d.mts +1 -1
- package/dist/constructs/v1alpha1/core/Core.d.ts +1 -1
- package/dist/constructs/v1alpha1/core/CoreSchema.js +1 -1
- package/dist/constructs/v1alpha1/core/CoreSchema.mjs +1 -1
- package/dist/constructs/v1beta1/badge/Badge.d.mts +37 -18
- package/dist/constructs/v1beta1/badge/Badge.d.ts +37 -18
- package/dist/constructs/v1beta1/badge/BadgeSchema.js +1 -1
- package/dist/constructs/v1beta1/badge/BadgeSchema.mjs +1 -1
- package/dist/constructs/v1beta1/category/Category.d.mts +1 -0
- package/dist/constructs/v1beta1/category/Category.d.ts +1 -0
- package/dist/constructs/v1beta1/category/CategorySchema.js +1 -1
- package/dist/constructs/v1beta1/category/CategorySchema.mjs +1 -1
- package/dist/constructs/v1beta1/component/Component.d.mts +19 -5
- package/dist/constructs/v1beta1/component/Component.d.ts +19 -5
- package/dist/constructs/v1beta1/component/ComponentSchema.js +1 -1
- package/dist/constructs/v1beta1/component/ComponentSchema.mjs +1 -1
- package/dist/constructs/v1beta1/connection/Connection.d.mts +126 -48
- package/dist/constructs/v1beta1/connection/Connection.d.ts +126 -48
- package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
- package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
- package/dist/constructs/v1beta1/credential/Credential.d.mts +32 -8
- package/dist/constructs/v1beta1/credential/Credential.d.ts +32 -8
- package/dist/constructs/v1beta1/credential/CredentialSchema.js +8 -8
- package/dist/constructs/v1beta1/credential/CredentialSchema.mjs +8 -8
- package/dist/constructs/v1beta1/environment/Environment.d.mts +81 -23
- package/dist/constructs/v1beta1/environment/Environment.d.ts +81 -23
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.js +1 -1
- package/dist/constructs/v1beta1/environment/EnvironmentSchema.mjs +1 -1
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +76 -20
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +76 -20
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +8 -8
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +8 -8
- package/dist/constructs/v1beta1/event/Event.d.mts +5 -3
- package/dist/constructs/v1beta1/event/Event.d.ts +5 -3
- package/dist/constructs/v1beta1/event/EventSchema.js +1 -1
- package/dist/constructs/v1beta1/event/EventSchema.mjs +1 -1
- package/dist/constructs/v1beta1/invitation/Invitation.d.mts +56 -54
- package/dist/constructs/v1beta1/invitation/Invitation.d.ts +56 -54
- package/dist/constructs/v1beta1/invitation/InvitationSchema.js +1 -1
- package/dist/constructs/v1beta1/invitation/InvitationSchema.mjs +1 -1
- package/dist/constructs/v1beta1/key/Key.d.mts +27 -9
- package/dist/constructs/v1beta1/key/Key.d.ts +27 -9
- package/dist/constructs/v1beta1/key/KeySchema.js +1 -1
- package/dist/constructs/v1beta1/key/KeySchema.mjs +1 -1
- package/dist/constructs/v1beta1/keychain/Keychain.d.mts +40 -43
- package/dist/constructs/v1beta1/keychain/Keychain.d.ts +40 -43
- package/dist/constructs/v1beta1/keychain/KeychainSchema.js +1 -1
- package/dist/constructs/v1beta1/keychain/KeychainSchema.mjs +1 -1
- package/dist/constructs/v1beta1/model/Model.d.mts +21 -7
- package/dist/constructs/v1beta1/model/Model.d.ts +21 -7
- package/dist/constructs/v1beta1/model/ModelSchema.js +2 -2
- package/dist/constructs/v1beta1/model/ModelSchema.mjs +2 -2
- package/dist/constructs/v1beta1/organization/Organization.d.mts +884 -9
- package/dist/constructs/v1beta1/organization/Organization.d.ts +884 -9
- package/dist/constructs/v1beta1/organization/OrganizationSchema.js +1 -1
- package/dist/constructs/v1beta1/organization/OrganizationSchema.mjs +1 -1
- package/dist/constructs/v1beta1/pattern/Pattern.d.mts +176 -48
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +176 -48
- package/dist/constructs/v1beta1/pattern/PatternSchema.js +18 -18
- package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +18 -18
- package/dist/constructs/v1beta1/role/Role.d.mts +53 -26
- package/dist/constructs/v1beta1/role/Role.d.ts +53 -26
- package/dist/constructs/v1beta1/role/RoleSchema.js +1 -1
- package/dist/constructs/v1beta1/role/RoleSchema.mjs +1 -1
- package/dist/constructs/v1beta1/team/Team.d.mts +60 -27
- package/dist/constructs/v1beta1/team/Team.d.ts +60 -27
- package/dist/constructs/v1beta1/team/TeamSchema.js +1 -1
- package/dist/constructs/v1beta1/team/TeamSchema.mjs +1 -1
- package/dist/constructs/v1beta1/user/User.d.mts +1238 -169
- package/dist/constructs/v1beta1/user/User.d.ts +1238 -169
- package/dist/constructs/v1beta1/user/UserSchema.js +1 -1
- package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -1
- package/dist/constructs/v1beta1/workspace/Workspace.d.mts +56 -15
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +56 -15
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +4 -4
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +4 -4
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +25 -25
- package/dist/index.mjs +25 -25
- package/dist/mesheryApi.d.mts +4226 -1565
- package/dist/mesheryApi.d.ts +4226 -1565
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- 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["
|
|
8
|
+
get: operations["getConnections"];
|
|
9
9
|
/** Register a new connection with credentials */
|
|
10
|
-
post: operations["
|
|
10
|
+
post: operations["registerConnection"];
|
|
11
11
|
};
|
|
12
12
|
"/api/integrations/connections/{connectionId}": {
|
|
13
13
|
/** Returns a specific connection by its ID */
|
|
14
|
-
get: operations["
|
|
14
|
+
get: operations["getConnectionById"];
|
|
15
15
|
/** Update an existing connection */
|
|
16
|
-
put: operations["
|
|
16
|
+
put: operations["updateConnection"];
|
|
17
17
|
/** Delete a specific connection */
|
|
18
|
-
delete: operations["
|
|
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["
|
|
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["
|
|
26
|
+
get: operations["getKubernetesContext"];
|
|
27
27
|
};
|
|
28
28
|
"/api/environments/{environmentId}/connections/{connectionId}": {
|
|
29
29
|
/** Associate a connection with an environment */
|
|
30
|
-
post: operations["
|
|
30
|
+
post: operations["addConnectionToEnvironment"];
|
|
31
31
|
/** Disassociate a connection from an environment */
|
|
32
|
-
delete: operations["
|
|
32
|
+
delete: operations["removeConnectionFromEnvironment"];
|
|
33
33
|
};
|
|
34
34
|
}
|
|
35
35
|
interface components {
|
|
@@ -72,7 +72,10 @@ interface components {
|
|
|
72
72
|
created_at?: string;
|
|
73
73
|
/** Format: date-time */
|
|
74
74
|
updated_at?: string;
|
|
75
|
-
/**
|
|
75
|
+
/**
|
|
76
|
+
* Format: date-time
|
|
77
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
78
|
+
*/
|
|
76
79
|
deleted_at?: string;
|
|
77
80
|
/** @description Associated environments for this connection */
|
|
78
81
|
environments?: {
|
|
@@ -108,15 +111,25 @@ interface components {
|
|
|
108
111
|
* @description Environment owner
|
|
109
112
|
*/
|
|
110
113
|
owner?: string;
|
|
111
|
-
/**
|
|
114
|
+
/**
|
|
115
|
+
* Format: date-time
|
|
116
|
+
* @description Timestamp when the resource was created.
|
|
117
|
+
*/
|
|
112
118
|
created_at?: string;
|
|
119
|
+
/** @description Additional metadata associated with the environment. */
|
|
113
120
|
metadata?: {
|
|
114
121
|
[key: string]: unknown;
|
|
115
122
|
};
|
|
116
|
-
/**
|
|
123
|
+
/**
|
|
124
|
+
* Format: date-time
|
|
125
|
+
* @description Timestamp when the resource was updated.
|
|
126
|
+
*/
|
|
117
127
|
updated_at?: string;
|
|
118
|
-
/**
|
|
119
|
-
|
|
128
|
+
/**
|
|
129
|
+
* Format: date-time
|
|
130
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
131
|
+
*/
|
|
132
|
+
deleted_at?: string | null;
|
|
120
133
|
}[];
|
|
121
134
|
/**
|
|
122
135
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -172,7 +185,10 @@ interface components {
|
|
|
172
185
|
created_at?: string;
|
|
173
186
|
/** Format: date-time */
|
|
174
187
|
updated_at?: string;
|
|
175
|
-
/**
|
|
188
|
+
/**
|
|
189
|
+
* Format: date-time
|
|
190
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
191
|
+
*/
|
|
176
192
|
deleted_at?: string;
|
|
177
193
|
/** @description Associated environments for this connection */
|
|
178
194
|
environments?: {
|
|
@@ -208,15 +224,25 @@ interface components {
|
|
|
208
224
|
* @description Environment owner
|
|
209
225
|
*/
|
|
210
226
|
owner?: string;
|
|
211
|
-
/**
|
|
227
|
+
/**
|
|
228
|
+
* Format: date-time
|
|
229
|
+
* @description Timestamp when the resource was created.
|
|
230
|
+
*/
|
|
212
231
|
created_at?: string;
|
|
232
|
+
/** @description Additional metadata associated with the environment. */
|
|
213
233
|
metadata?: {
|
|
214
234
|
[key: string]: unknown;
|
|
215
235
|
};
|
|
216
|
-
/**
|
|
236
|
+
/**
|
|
237
|
+
* Format: date-time
|
|
238
|
+
* @description Timestamp when the resource was updated.
|
|
239
|
+
*/
|
|
217
240
|
updated_at?: string;
|
|
218
|
-
/**
|
|
219
|
-
|
|
241
|
+
/**
|
|
242
|
+
* Format: date-time
|
|
243
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
244
|
+
*/
|
|
245
|
+
deleted_at?: string | null;
|
|
220
246
|
}[];
|
|
221
247
|
/**
|
|
222
248
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -380,7 +406,7 @@ interface components {
|
|
|
380
406
|
}
|
|
381
407
|
interface operations {
|
|
382
408
|
/** Returns a paginated list of connections for the authenticated user with filtering, sorting and pagination support */
|
|
383
|
-
|
|
409
|
+
getConnections: {
|
|
384
410
|
parameters: {
|
|
385
411
|
query: {
|
|
386
412
|
/** Page number */
|
|
@@ -446,7 +472,10 @@ interface operations {
|
|
|
446
472
|
created_at?: string;
|
|
447
473
|
/** Format: date-time */
|
|
448
474
|
updated_at?: string;
|
|
449
|
-
/**
|
|
475
|
+
/**
|
|
476
|
+
* Format: date-time
|
|
477
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
478
|
+
*/
|
|
450
479
|
deleted_at?: string;
|
|
451
480
|
/** @description Associated environments for this connection */
|
|
452
481
|
environments?: {
|
|
@@ -482,15 +511,25 @@ interface operations {
|
|
|
482
511
|
* @description Environment owner
|
|
483
512
|
*/
|
|
484
513
|
owner?: string;
|
|
485
|
-
/**
|
|
514
|
+
/**
|
|
515
|
+
* Format: date-time
|
|
516
|
+
* @description Timestamp when the resource was created.
|
|
517
|
+
*/
|
|
486
518
|
created_at?: string;
|
|
519
|
+
/** @description Additional metadata associated with the environment. */
|
|
487
520
|
metadata?: {
|
|
488
521
|
[key: string]: unknown;
|
|
489
522
|
};
|
|
490
|
-
/**
|
|
523
|
+
/**
|
|
524
|
+
* Format: date-time
|
|
525
|
+
* @description Timestamp when the resource was updated.
|
|
526
|
+
*/
|
|
491
527
|
updated_at?: string;
|
|
492
|
-
/**
|
|
493
|
-
|
|
528
|
+
/**
|
|
529
|
+
* Format: date-time
|
|
530
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
531
|
+
*/
|
|
532
|
+
deleted_at?: string | null;
|
|
494
533
|
}[];
|
|
495
534
|
/**
|
|
496
535
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -524,7 +563,7 @@ interface operations {
|
|
|
524
563
|
};
|
|
525
564
|
};
|
|
526
565
|
/** Register a new connection with credentials */
|
|
527
|
-
|
|
566
|
+
registerConnection: {
|
|
528
567
|
responses: {
|
|
529
568
|
/** Connection registered successfully */
|
|
530
569
|
201: {
|
|
@@ -566,7 +605,10 @@ interface operations {
|
|
|
566
605
|
created_at?: string;
|
|
567
606
|
/** Format: date-time */
|
|
568
607
|
updated_at?: string;
|
|
569
|
-
/**
|
|
608
|
+
/**
|
|
609
|
+
* Format: date-time
|
|
610
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
611
|
+
*/
|
|
570
612
|
deleted_at?: string;
|
|
571
613
|
/** @description Associated environments for this connection */
|
|
572
614
|
environments?: {
|
|
@@ -602,15 +644,25 @@ interface operations {
|
|
|
602
644
|
* @description Environment owner
|
|
603
645
|
*/
|
|
604
646
|
owner?: string;
|
|
605
|
-
/**
|
|
647
|
+
/**
|
|
648
|
+
* Format: date-time
|
|
649
|
+
* @description Timestamp when the resource was created.
|
|
650
|
+
*/
|
|
606
651
|
created_at?: string;
|
|
652
|
+
/** @description Additional metadata associated with the environment. */
|
|
607
653
|
metadata?: {
|
|
608
654
|
[key: string]: unknown;
|
|
609
655
|
};
|
|
610
|
-
/**
|
|
656
|
+
/**
|
|
657
|
+
* Format: date-time
|
|
658
|
+
* @description Timestamp when the resource was updated.
|
|
659
|
+
*/
|
|
611
660
|
updated_at?: string;
|
|
612
|
-
/**
|
|
613
|
-
|
|
661
|
+
/**
|
|
662
|
+
* Format: date-time
|
|
663
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
664
|
+
*/
|
|
665
|
+
deleted_at?: string | null;
|
|
614
666
|
}[];
|
|
615
667
|
/**
|
|
616
668
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -669,7 +721,7 @@ interface operations {
|
|
|
669
721
|
};
|
|
670
722
|
};
|
|
671
723
|
/** Returns a specific connection by its ID */
|
|
672
|
-
|
|
724
|
+
getConnectionById: {
|
|
673
725
|
parameters: {
|
|
674
726
|
path: {
|
|
675
727
|
/** Connection ID */
|
|
@@ -717,7 +769,10 @@ interface operations {
|
|
|
717
769
|
created_at?: string;
|
|
718
770
|
/** Format: date-time */
|
|
719
771
|
updated_at?: string;
|
|
720
|
-
/**
|
|
772
|
+
/**
|
|
773
|
+
* Format: date-time
|
|
774
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
775
|
+
*/
|
|
721
776
|
deleted_at?: string;
|
|
722
777
|
/** @description Associated environments for this connection */
|
|
723
778
|
environments?: {
|
|
@@ -753,15 +808,25 @@ interface operations {
|
|
|
753
808
|
* @description Environment owner
|
|
754
809
|
*/
|
|
755
810
|
owner?: string;
|
|
756
|
-
/**
|
|
811
|
+
/**
|
|
812
|
+
* Format: date-time
|
|
813
|
+
* @description Timestamp when the resource was created.
|
|
814
|
+
*/
|
|
757
815
|
created_at?: string;
|
|
816
|
+
/** @description Additional metadata associated with the environment. */
|
|
758
817
|
metadata?: {
|
|
759
818
|
[key: string]: unknown;
|
|
760
819
|
};
|
|
761
|
-
/**
|
|
820
|
+
/**
|
|
821
|
+
* Format: date-time
|
|
822
|
+
* @description Timestamp when the resource was updated.
|
|
823
|
+
*/
|
|
762
824
|
updated_at?: string;
|
|
763
|
-
/**
|
|
764
|
-
|
|
825
|
+
/**
|
|
826
|
+
* Format: date-time
|
|
827
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
828
|
+
*/
|
|
829
|
+
deleted_at?: string | null;
|
|
765
830
|
}[];
|
|
766
831
|
/**
|
|
767
832
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -786,7 +851,7 @@ interface operations {
|
|
|
786
851
|
};
|
|
787
852
|
};
|
|
788
853
|
/** Update an existing connection */
|
|
789
|
-
|
|
854
|
+
updateConnection: {
|
|
790
855
|
parameters: {
|
|
791
856
|
path: {
|
|
792
857
|
/** Connection ID */
|
|
@@ -834,7 +899,10 @@ interface operations {
|
|
|
834
899
|
created_at?: string;
|
|
835
900
|
/** Format: date-time */
|
|
836
901
|
updated_at?: string;
|
|
837
|
-
/**
|
|
902
|
+
/**
|
|
903
|
+
* Format: date-time
|
|
904
|
+
* @description SQL null Timestamp to handle null values of time.
|
|
905
|
+
*/
|
|
838
906
|
deleted_at?: string;
|
|
839
907
|
/** @description Associated environments for this connection */
|
|
840
908
|
environments?: {
|
|
@@ -870,15 +938,25 @@ interface operations {
|
|
|
870
938
|
* @description Environment owner
|
|
871
939
|
*/
|
|
872
940
|
owner?: string;
|
|
873
|
-
/**
|
|
941
|
+
/**
|
|
942
|
+
* Format: date-time
|
|
943
|
+
* @description Timestamp when the resource was created.
|
|
944
|
+
*/
|
|
874
945
|
created_at?: string;
|
|
946
|
+
/** @description Additional metadata associated with the environment. */
|
|
875
947
|
metadata?: {
|
|
876
948
|
[key: string]: unknown;
|
|
877
949
|
};
|
|
878
|
-
/**
|
|
950
|
+
/**
|
|
951
|
+
* Format: date-time
|
|
952
|
+
* @description Timestamp when the resource was updated.
|
|
953
|
+
*/
|
|
879
954
|
updated_at?: string;
|
|
880
|
-
/**
|
|
881
|
-
|
|
955
|
+
/**
|
|
956
|
+
* Format: date-time
|
|
957
|
+
* @description Timestamp when the environment was soft deleted. Null while the environment remains active.
|
|
958
|
+
*/
|
|
959
|
+
deleted_at?: string | null;
|
|
882
960
|
}[];
|
|
883
961
|
/**
|
|
884
962
|
* @description Specifies the version of the schema used for the definition.
|
|
@@ -937,7 +1015,7 @@ interface operations {
|
|
|
937
1015
|
};
|
|
938
1016
|
};
|
|
939
1017
|
/** Delete a specific connection */
|
|
940
|
-
|
|
1018
|
+
deleteConnection: {
|
|
941
1019
|
parameters: {
|
|
942
1020
|
path: {
|
|
943
1021
|
/** Connection ID */
|
|
@@ -954,7 +1032,7 @@ interface operations {
|
|
|
954
1032
|
};
|
|
955
1033
|
};
|
|
956
1034
|
/** Delete a Meshery server connection by server ID */
|
|
957
|
-
|
|
1035
|
+
deleteMesheryConnection: {
|
|
958
1036
|
parameters: {
|
|
959
1037
|
path: {
|
|
960
1038
|
/** Meshery server ID */
|
|
@@ -971,7 +1049,7 @@ interface operations {
|
|
|
971
1049
|
};
|
|
972
1050
|
};
|
|
973
1051
|
/** Get Kubernetes context for a specific connection */
|
|
974
|
-
|
|
1052
|
+
getKubernetesContext: {
|
|
975
1053
|
parameters: {
|
|
976
1054
|
path: {
|
|
977
1055
|
/** Connection ID */
|
|
@@ -994,7 +1072,7 @@ interface operations {
|
|
|
994
1072
|
};
|
|
995
1073
|
};
|
|
996
1074
|
/** Associate a connection with an environment */
|
|
997
|
-
|
|
1075
|
+
addConnectionToEnvironment: {
|
|
998
1076
|
parameters: {
|
|
999
1077
|
path: {
|
|
1000
1078
|
/** Environment ID */
|
|
@@ -1013,7 +1091,7 @@ interface operations {
|
|
|
1013
1091
|
};
|
|
1014
1092
|
};
|
|
1015
1093
|
/** Disassociate a connection from an environment */
|
|
1016
|
-
|
|
1094
|
+
removeConnectionFromEnvironment: {
|
|
1017
1095
|
parameters: {
|
|
1018
1096
|
path: {
|
|
1019
1097
|
/** Environment ID */
|