@meshery/schemas 1.0.2 → 1.0.4
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/dist/cloudApi.d.mts +1516 -1495
- package/dist/cloudApi.d.ts +1516 -1495
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1alpha1/core/CoreSchema.js +1 -1
- package/dist/constructs/v1alpha1/core/CoreSchema.mjs +1 -1
- package/dist/constructs/v1beta1/component/Component.d.mts +2 -2
- package/dist/constructs/v1beta1/component/Component.d.ts +2 -2
- 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 +18 -18
- package/dist/constructs/v1beta1/connection/Connection.d.ts +18 -18
- package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
- package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
- package/dist/constructs/v1beta1/core/CoreSchema.js +1 -1
- package/dist/constructs/v1beta1/core/CoreSchema.mjs +1 -1
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +8 -8
- package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +8 -8
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +4 -4
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +4 -4
- package/dist/constructs/v1beta1/model/Model.d.mts +2 -2
- package/dist/constructs/v1beta1/model/Model.d.ts +2 -2
- package/dist/constructs/v1beta1/model/ModelSchema.js +1 -1
- package/dist/constructs/v1beta1/model/ModelSchema.mjs +1 -1
- package/dist/constructs/v1beta1/pattern/Pattern.d.mts +22 -22
- package/dist/constructs/v1beta1/pattern/Pattern.d.ts +22 -22
- package/dist/constructs/v1beta1/pattern/PatternSchema.js +11 -11
- package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +11 -11
- package/dist/constructs/v1beta1/workspace/Workspace.d.mts +313 -146
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +313 -146
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +5 -5
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +5 -5
- package/dist/constructs/v1beta2/component/Component.d.mts +2 -2
- package/dist/constructs/v1beta2/component/Component.d.ts +2 -2
- package/dist/constructs/v1beta2/component/ComponentSchema.js +1 -1
- package/dist/constructs/v1beta2/component/ComponentSchema.mjs +1 -1
- package/dist/constructs/v1beta2/connection/Connection.d.mts +6 -6
- package/dist/constructs/v1beta2/connection/Connection.d.ts +6 -6
- package/dist/constructs/v1beta2/connection/ConnectionSchema.js +1 -1
- package/dist/constructs/v1beta2/connection/ConnectionSchema.mjs +1 -1
- package/dist/constructs/v1beta2/core/CoreSchema.js +1 -1
- package/dist/constructs/v1beta2/core/CoreSchema.mjs +1 -1
- package/dist/constructs/v1beta2/design/Design.d.mts +22 -22
- package/dist/constructs/v1beta2/design/Design.d.ts +22 -22
- package/dist/constructs/v1beta2/design/DesignSchema.js +11 -11
- package/dist/constructs/v1beta2/design/DesignSchema.mjs +11 -11
- package/dist/index.js +33 -33
- package/dist/index.mjs +33 -33
- package/dist/mesheryApi.d.mts +391 -391
- package/dist/mesheryApi.d.ts +391 -391
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -1
|
@@ -47,11 +47,11 @@ interface components {
|
|
|
47
47
|
* Format: uuid
|
|
48
48
|
* @description Associated Credential ID
|
|
49
49
|
*/
|
|
50
|
-
|
|
50
|
+
credentialId?: string;
|
|
51
51
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
52
52
|
type: string;
|
|
53
53
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
54
|
-
|
|
54
|
+
subType: string;
|
|
55
55
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
56
56
|
kind: string;
|
|
57
57
|
/** @description Additional connection metadata */
|
|
@@ -160,11 +160,11 @@ interface components {
|
|
|
160
160
|
* Format: uuid
|
|
161
161
|
* @description Associated Credential ID
|
|
162
162
|
*/
|
|
163
|
-
|
|
163
|
+
credentialId?: string;
|
|
164
164
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
165
165
|
type: string;
|
|
166
166
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
167
|
-
|
|
167
|
+
subType: string;
|
|
168
168
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
169
169
|
kind: string;
|
|
170
170
|
/** @description Additional connection metadata */
|
|
@@ -288,7 +288,7 @@ interface components {
|
|
|
288
288
|
/** @description Connection type */
|
|
289
289
|
type: string;
|
|
290
290
|
/** @description Connection sub-type */
|
|
291
|
-
|
|
291
|
+
subType: string;
|
|
292
292
|
/** @description Credential secret data */
|
|
293
293
|
credentialSecret?: {
|
|
294
294
|
[key: string]: unknown;
|
|
@@ -303,7 +303,7 @@ interface components {
|
|
|
303
303
|
* Format: uuid
|
|
304
304
|
* @description Associated credential ID
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
credentialId?: string;
|
|
307
307
|
};
|
|
308
308
|
/** @description Status count information for connections */
|
|
309
309
|
ConnectionStatusInfo: {
|
|
@@ -473,11 +473,11 @@ interface operations {
|
|
|
473
473
|
* Format: uuid
|
|
474
474
|
* @description Associated Credential ID
|
|
475
475
|
*/
|
|
476
|
-
|
|
476
|
+
credentialId?: string;
|
|
477
477
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
478
478
|
type: string;
|
|
479
479
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
480
|
-
|
|
480
|
+
subType: string;
|
|
481
481
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
482
482
|
kind: string;
|
|
483
483
|
/** @description Additional connection metadata */
|
|
@@ -616,11 +616,11 @@ interface operations {
|
|
|
616
616
|
* Format: uuid
|
|
617
617
|
* @description Associated Credential ID
|
|
618
618
|
*/
|
|
619
|
-
|
|
619
|
+
credentialId?: string;
|
|
620
620
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
621
621
|
type: string;
|
|
622
622
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
623
|
-
|
|
623
|
+
subType: string;
|
|
624
624
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
625
625
|
kind: string;
|
|
626
626
|
/** @description Additional connection metadata */
|
|
@@ -750,7 +750,7 @@ interface operations {
|
|
|
750
750
|
/** @description Connection type */
|
|
751
751
|
type: string;
|
|
752
752
|
/** @description Connection sub-type */
|
|
753
|
-
|
|
753
|
+
subType: string;
|
|
754
754
|
/** @description Credential secret data */
|
|
755
755
|
credentialSecret?: {
|
|
756
756
|
[key: string]: unknown;
|
|
@@ -765,7 +765,7 @@ interface operations {
|
|
|
765
765
|
* Format: uuid
|
|
766
766
|
* @description Associated credential ID
|
|
767
767
|
*/
|
|
768
|
-
|
|
768
|
+
credentialId?: string;
|
|
769
769
|
};
|
|
770
770
|
};
|
|
771
771
|
};
|
|
@@ -794,11 +794,11 @@ interface operations {
|
|
|
794
794
|
* Format: uuid
|
|
795
795
|
* @description Associated Credential ID
|
|
796
796
|
*/
|
|
797
|
-
|
|
797
|
+
credentialId?: string;
|
|
798
798
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
799
799
|
type: string;
|
|
800
800
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
801
|
-
|
|
801
|
+
subType: string;
|
|
802
802
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
803
803
|
kind: string;
|
|
804
804
|
/** @description Additional connection metadata */
|
|
@@ -938,11 +938,11 @@ interface operations {
|
|
|
938
938
|
* Format: uuid
|
|
939
939
|
* @description Associated Credential ID
|
|
940
940
|
*/
|
|
941
|
-
|
|
941
|
+
credentialId?: string;
|
|
942
942
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
943
943
|
type: string;
|
|
944
944
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
945
|
-
|
|
945
|
+
subType: string;
|
|
946
946
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
947
947
|
kind: string;
|
|
948
948
|
/** @description Additional connection metadata */
|
|
@@ -1078,7 +1078,7 @@ interface operations {
|
|
|
1078
1078
|
/** @description Connection type */
|
|
1079
1079
|
type: string;
|
|
1080
1080
|
/** @description Connection sub-type */
|
|
1081
|
-
|
|
1081
|
+
subType: string;
|
|
1082
1082
|
/** @description Credential secret data */
|
|
1083
1083
|
credentialSecret?: {
|
|
1084
1084
|
[key: string]: unknown;
|
|
@@ -1093,7 +1093,7 @@ interface operations {
|
|
|
1093
1093
|
* Format: uuid
|
|
1094
1094
|
* @description Associated credential ID
|
|
1095
1095
|
*/
|
|
1096
|
-
|
|
1096
|
+
credentialId?: string;
|
|
1097
1097
|
};
|
|
1098
1098
|
};
|
|
1099
1099
|
};
|
|
@@ -47,11 +47,11 @@ interface components {
|
|
|
47
47
|
* Format: uuid
|
|
48
48
|
* @description Associated Credential ID
|
|
49
49
|
*/
|
|
50
|
-
|
|
50
|
+
credentialId?: string;
|
|
51
51
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
52
52
|
type: string;
|
|
53
53
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
54
|
-
|
|
54
|
+
subType: string;
|
|
55
55
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
56
56
|
kind: string;
|
|
57
57
|
/** @description Additional connection metadata */
|
|
@@ -160,11 +160,11 @@ interface components {
|
|
|
160
160
|
* Format: uuid
|
|
161
161
|
* @description Associated Credential ID
|
|
162
162
|
*/
|
|
163
|
-
|
|
163
|
+
credentialId?: string;
|
|
164
164
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
165
165
|
type: string;
|
|
166
166
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
167
|
-
|
|
167
|
+
subType: string;
|
|
168
168
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
169
169
|
kind: string;
|
|
170
170
|
/** @description Additional connection metadata */
|
|
@@ -288,7 +288,7 @@ interface components {
|
|
|
288
288
|
/** @description Connection type */
|
|
289
289
|
type: string;
|
|
290
290
|
/** @description Connection sub-type */
|
|
291
|
-
|
|
291
|
+
subType: string;
|
|
292
292
|
/** @description Credential secret data */
|
|
293
293
|
credentialSecret?: {
|
|
294
294
|
[key: string]: unknown;
|
|
@@ -303,7 +303,7 @@ interface components {
|
|
|
303
303
|
* Format: uuid
|
|
304
304
|
* @description Associated credential ID
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
credentialId?: string;
|
|
307
307
|
};
|
|
308
308
|
/** @description Status count information for connections */
|
|
309
309
|
ConnectionStatusInfo: {
|
|
@@ -473,11 +473,11 @@ interface operations {
|
|
|
473
473
|
* Format: uuid
|
|
474
474
|
* @description Associated Credential ID
|
|
475
475
|
*/
|
|
476
|
-
|
|
476
|
+
credentialId?: string;
|
|
477
477
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
478
478
|
type: string;
|
|
479
479
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
480
|
-
|
|
480
|
+
subType: string;
|
|
481
481
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
482
482
|
kind: string;
|
|
483
483
|
/** @description Additional connection metadata */
|
|
@@ -616,11 +616,11 @@ interface operations {
|
|
|
616
616
|
* Format: uuid
|
|
617
617
|
* @description Associated Credential ID
|
|
618
618
|
*/
|
|
619
|
-
|
|
619
|
+
credentialId?: string;
|
|
620
620
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
621
621
|
type: string;
|
|
622
622
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
623
|
-
|
|
623
|
+
subType: string;
|
|
624
624
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
625
625
|
kind: string;
|
|
626
626
|
/** @description Additional connection metadata */
|
|
@@ -750,7 +750,7 @@ interface operations {
|
|
|
750
750
|
/** @description Connection type */
|
|
751
751
|
type: string;
|
|
752
752
|
/** @description Connection sub-type */
|
|
753
|
-
|
|
753
|
+
subType: string;
|
|
754
754
|
/** @description Credential secret data */
|
|
755
755
|
credentialSecret?: {
|
|
756
756
|
[key: string]: unknown;
|
|
@@ -765,7 +765,7 @@ interface operations {
|
|
|
765
765
|
* Format: uuid
|
|
766
766
|
* @description Associated credential ID
|
|
767
767
|
*/
|
|
768
|
-
|
|
768
|
+
credentialId?: string;
|
|
769
769
|
};
|
|
770
770
|
};
|
|
771
771
|
};
|
|
@@ -794,11 +794,11 @@ interface operations {
|
|
|
794
794
|
* Format: uuid
|
|
795
795
|
* @description Associated Credential ID
|
|
796
796
|
*/
|
|
797
|
-
|
|
797
|
+
credentialId?: string;
|
|
798
798
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
799
799
|
type: string;
|
|
800
800
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
801
|
-
|
|
801
|
+
subType: string;
|
|
802
802
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
803
803
|
kind: string;
|
|
804
804
|
/** @description Additional connection metadata */
|
|
@@ -938,11 +938,11 @@ interface operations {
|
|
|
938
938
|
* Format: uuid
|
|
939
939
|
* @description Associated Credential ID
|
|
940
940
|
*/
|
|
941
|
-
|
|
941
|
+
credentialId?: string;
|
|
942
942
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
943
943
|
type: string;
|
|
944
944
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
945
|
-
|
|
945
|
+
subType: string;
|
|
946
946
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
947
947
|
kind: string;
|
|
948
948
|
/** @description Additional connection metadata */
|
|
@@ -1078,7 +1078,7 @@ interface operations {
|
|
|
1078
1078
|
/** @description Connection type */
|
|
1079
1079
|
type: string;
|
|
1080
1080
|
/** @description Connection sub-type */
|
|
1081
|
-
|
|
1081
|
+
subType: string;
|
|
1082
1082
|
/** @description Credential secret data */
|
|
1083
1083
|
credentialSecret?: {
|
|
1084
1084
|
[key: string]: unknown;
|
|
@@ -1093,7 +1093,7 @@ interface operations {
|
|
|
1093
1093
|
* Format: uuid
|
|
1094
1094
|
* @description Associated credential ID
|
|
1095
1095
|
*/
|
|
1096
|
-
|
|
1096
|
+
credentialId?: string;
|
|
1097
1097
|
};
|
|
1098
1098
|
};
|
|
1099
1099
|
};
|