@meshery/schemas 1.0.1 → 1.0.3
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 +18 -18
- package/dist/cloudApi.d.ts +18 -18
- 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 +8 -8
- package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +8 -8
- 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 +22 -22
- package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +22 -22
- package/dist/constructs/v1beta1/workspace/Workspace.d.mts +4 -4
- package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4 -4
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +4 -4
- package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +4 -4
- 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 +22 -22
- package/dist/constructs/v1beta2/design/DesignSchema.mjs +22 -22
- package/dist/constructs/v1beta2/relationship/RelationshipSchema.js +1 -1
- package/dist/constructs/v1beta2/relationship/RelationshipSchema.mjs +1 -1
- package/dist/index.js +53 -53
- package/dist/index.mjs +53 -53
- package/dist/mesheryApi.d.mts +9 -9
- package/dist/mesheryApi.d.ts +9 -9
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +1 -1
|
@@ -244,11 +244,11 @@ interface components {
|
|
|
244
244
|
* Format: uuid
|
|
245
245
|
* @description Associated Credential ID
|
|
246
246
|
*/
|
|
247
|
-
|
|
247
|
+
credentialId?: string;
|
|
248
248
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
249
249
|
type: string;
|
|
250
250
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
251
|
-
|
|
251
|
+
subType: string;
|
|
252
252
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
253
253
|
kind: string;
|
|
254
254
|
/** @description Additional connection metadata */
|
|
@@ -1689,11 +1689,11 @@ interface components {
|
|
|
1689
1689
|
* Format: uuid
|
|
1690
1690
|
* @description Associated Credential ID
|
|
1691
1691
|
*/
|
|
1692
|
-
|
|
1692
|
+
credentialId?: string;
|
|
1693
1693
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
1694
1694
|
type: string;
|
|
1695
1695
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
1696
|
-
|
|
1696
|
+
subType: string;
|
|
1697
1697
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
1698
1698
|
kind: string;
|
|
1699
1699
|
/** @description Additional connection metadata */
|
|
@@ -3146,11 +3146,11 @@ interface components {
|
|
|
3146
3146
|
* Format: uuid
|
|
3147
3147
|
* @description Associated Credential ID
|
|
3148
3148
|
*/
|
|
3149
|
-
|
|
3149
|
+
credentialId?: string;
|
|
3150
3150
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
3151
3151
|
type: string;
|
|
3152
3152
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
3153
|
-
|
|
3153
|
+
subType: string;
|
|
3154
3154
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
3155
3155
|
kind: string;
|
|
3156
3156
|
/** @description Additional connection metadata */
|
|
@@ -4612,11 +4612,11 @@ interface components {
|
|
|
4612
4612
|
* Format: uuid
|
|
4613
4613
|
* @description Associated Credential ID
|
|
4614
4614
|
*/
|
|
4615
|
-
|
|
4615
|
+
credentialId?: string;
|
|
4616
4616
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
4617
4617
|
type: string;
|
|
4618
4618
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
4619
|
-
|
|
4619
|
+
subType: string;
|
|
4620
4620
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
4621
4621
|
kind: string;
|
|
4622
4622
|
/** @description Additional connection metadata */
|
|
@@ -6096,11 +6096,11 @@ interface components {
|
|
|
6096
6096
|
* Format: uuid
|
|
6097
6097
|
* @description Associated Credential ID
|
|
6098
6098
|
*/
|
|
6099
|
-
|
|
6099
|
+
credentialId?: string;
|
|
6100
6100
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
6101
6101
|
type: string;
|
|
6102
6102
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
6103
|
-
|
|
6103
|
+
subType: string;
|
|
6104
6104
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
6105
6105
|
kind: string;
|
|
6106
6106
|
/** @description Additional connection metadata */
|
|
@@ -7708,11 +7708,11 @@ interface operations {
|
|
|
7708
7708
|
* Format: uuid
|
|
7709
7709
|
* @description Associated Credential ID
|
|
7710
7710
|
*/
|
|
7711
|
-
|
|
7711
|
+
credentialId?: string;
|
|
7712
7712
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
7713
7713
|
type: string;
|
|
7714
7714
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
7715
|
-
|
|
7715
|
+
subType: string;
|
|
7716
7716
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
7717
7717
|
kind: string;
|
|
7718
7718
|
/** @description Additional connection metadata */
|
|
@@ -9186,11 +9186,11 @@ interface operations {
|
|
|
9186
9186
|
* Format: uuid
|
|
9187
9187
|
* @description Associated Credential ID
|
|
9188
9188
|
*/
|
|
9189
|
-
|
|
9189
|
+
credentialId?: string;
|
|
9190
9190
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
9191
9191
|
type: string;
|
|
9192
9192
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
9193
|
-
|
|
9193
|
+
subType: string;
|
|
9194
9194
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
9195
9195
|
kind: string;
|
|
9196
9196
|
/** @description Additional connection metadata */
|
|
@@ -10662,11 +10662,11 @@ interface operations {
|
|
|
10662
10662
|
* Format: uuid
|
|
10663
10663
|
* @description Associated Credential ID
|
|
10664
10664
|
*/
|
|
10665
|
-
|
|
10665
|
+
credentialId?: string;
|
|
10666
10666
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
10667
10667
|
type: string;
|
|
10668
10668
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
10669
|
-
|
|
10669
|
+
subType: string;
|
|
10670
10670
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
10671
10671
|
kind: string;
|
|
10672
10672
|
/** @description Additional connection metadata */
|
|
@@ -12290,11 +12290,11 @@ interface operations {
|
|
|
12290
12290
|
* Format: uuid
|
|
12291
12291
|
* @description Associated Credential ID
|
|
12292
12292
|
*/
|
|
12293
|
-
|
|
12293
|
+
credentialId?: string;
|
|
12294
12294
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
12295
12295
|
type: string;
|
|
12296
12296
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
12297
|
-
|
|
12297
|
+
subType: string;
|
|
12298
12298
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
12299
12299
|
kind: string;
|
|
12300
12300
|
/** @description Additional connection metadata */
|
|
@@ -13805,11 +13805,11 @@ interface operations {
|
|
|
13805
13805
|
* Format: uuid
|
|
13806
13806
|
* @description Associated Credential ID
|
|
13807
13807
|
*/
|
|
13808
|
-
|
|
13808
|
+
credentialId?: string;
|
|
13809
13809
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
13810
13810
|
type: string;
|
|
13811
13811
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
13812
|
-
|
|
13812
|
+
subType: string;
|
|
13813
13813
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
13814
13814
|
kind: string;
|
|
13815
13815
|
/** @description Additional connection metadata */
|
|
@@ -15425,11 +15425,11 @@ interface operations {
|
|
|
15425
15425
|
* Format: uuid
|
|
15426
15426
|
* @description Associated Credential ID
|
|
15427
15427
|
*/
|
|
15428
|
-
|
|
15428
|
+
credentialId?: string;
|
|
15429
15429
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
15430
15430
|
type: string;
|
|
15431
15431
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
15432
|
-
|
|
15432
|
+
subType: string;
|
|
15433
15433
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
15434
15434
|
kind: string;
|
|
15435
15435
|
/** @description Additional connection metadata */
|
|
@@ -244,11 +244,11 @@ interface components {
|
|
|
244
244
|
* Format: uuid
|
|
245
245
|
* @description Associated Credential ID
|
|
246
246
|
*/
|
|
247
|
-
|
|
247
|
+
credentialId?: string;
|
|
248
248
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
249
249
|
type: string;
|
|
250
250
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
251
|
-
|
|
251
|
+
subType: string;
|
|
252
252
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
253
253
|
kind: string;
|
|
254
254
|
/** @description Additional connection metadata */
|
|
@@ -1689,11 +1689,11 @@ interface components {
|
|
|
1689
1689
|
* Format: uuid
|
|
1690
1690
|
* @description Associated Credential ID
|
|
1691
1691
|
*/
|
|
1692
|
-
|
|
1692
|
+
credentialId?: string;
|
|
1693
1693
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
1694
1694
|
type: string;
|
|
1695
1695
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
1696
|
-
|
|
1696
|
+
subType: string;
|
|
1697
1697
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
1698
1698
|
kind: string;
|
|
1699
1699
|
/** @description Additional connection metadata */
|
|
@@ -3146,11 +3146,11 @@ interface components {
|
|
|
3146
3146
|
* Format: uuid
|
|
3147
3147
|
* @description Associated Credential ID
|
|
3148
3148
|
*/
|
|
3149
|
-
|
|
3149
|
+
credentialId?: string;
|
|
3150
3150
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
3151
3151
|
type: string;
|
|
3152
3152
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
3153
|
-
|
|
3153
|
+
subType: string;
|
|
3154
3154
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
3155
3155
|
kind: string;
|
|
3156
3156
|
/** @description Additional connection metadata */
|
|
@@ -4612,11 +4612,11 @@ interface components {
|
|
|
4612
4612
|
* Format: uuid
|
|
4613
4613
|
* @description Associated Credential ID
|
|
4614
4614
|
*/
|
|
4615
|
-
|
|
4615
|
+
credentialId?: string;
|
|
4616
4616
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
4617
4617
|
type: string;
|
|
4618
4618
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
4619
|
-
|
|
4619
|
+
subType: string;
|
|
4620
4620
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
4621
4621
|
kind: string;
|
|
4622
4622
|
/** @description Additional connection metadata */
|
|
@@ -6096,11 +6096,11 @@ interface components {
|
|
|
6096
6096
|
* Format: uuid
|
|
6097
6097
|
* @description Associated Credential ID
|
|
6098
6098
|
*/
|
|
6099
|
-
|
|
6099
|
+
credentialId?: string;
|
|
6100
6100
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
6101
6101
|
type: string;
|
|
6102
6102
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
6103
|
-
|
|
6103
|
+
subType: string;
|
|
6104
6104
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
6105
6105
|
kind: string;
|
|
6106
6106
|
/** @description Additional connection metadata */
|
|
@@ -7708,11 +7708,11 @@ interface operations {
|
|
|
7708
7708
|
* Format: uuid
|
|
7709
7709
|
* @description Associated Credential ID
|
|
7710
7710
|
*/
|
|
7711
|
-
|
|
7711
|
+
credentialId?: string;
|
|
7712
7712
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
7713
7713
|
type: string;
|
|
7714
7714
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
7715
|
-
|
|
7715
|
+
subType: string;
|
|
7716
7716
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
7717
7717
|
kind: string;
|
|
7718
7718
|
/** @description Additional connection metadata */
|
|
@@ -9186,11 +9186,11 @@ interface operations {
|
|
|
9186
9186
|
* Format: uuid
|
|
9187
9187
|
* @description Associated Credential ID
|
|
9188
9188
|
*/
|
|
9189
|
-
|
|
9189
|
+
credentialId?: string;
|
|
9190
9190
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
9191
9191
|
type: string;
|
|
9192
9192
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
9193
|
-
|
|
9193
|
+
subType: string;
|
|
9194
9194
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
9195
9195
|
kind: string;
|
|
9196
9196
|
/** @description Additional connection metadata */
|
|
@@ -10662,11 +10662,11 @@ interface operations {
|
|
|
10662
10662
|
* Format: uuid
|
|
10663
10663
|
* @description Associated Credential ID
|
|
10664
10664
|
*/
|
|
10665
|
-
|
|
10665
|
+
credentialId?: string;
|
|
10666
10666
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
10667
10667
|
type: string;
|
|
10668
10668
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
10669
|
-
|
|
10669
|
+
subType: string;
|
|
10670
10670
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
10671
10671
|
kind: string;
|
|
10672
10672
|
/** @description Additional connection metadata */
|
|
@@ -12290,11 +12290,11 @@ interface operations {
|
|
|
12290
12290
|
* Format: uuid
|
|
12291
12291
|
* @description Associated Credential ID
|
|
12292
12292
|
*/
|
|
12293
|
-
|
|
12293
|
+
credentialId?: string;
|
|
12294
12294
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
12295
12295
|
type: string;
|
|
12296
12296
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
12297
|
-
|
|
12297
|
+
subType: string;
|
|
12298
12298
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
12299
12299
|
kind: string;
|
|
12300
12300
|
/** @description Additional connection metadata */
|
|
@@ -13805,11 +13805,11 @@ interface operations {
|
|
|
13805
13805
|
* Format: uuid
|
|
13806
13806
|
* @description Associated Credential ID
|
|
13807
13807
|
*/
|
|
13808
|
-
|
|
13808
|
+
credentialId?: string;
|
|
13809
13809
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
13810
13810
|
type: string;
|
|
13811
13811
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
13812
|
-
|
|
13812
|
+
subType: string;
|
|
13813
13813
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
13814
13814
|
kind: string;
|
|
13815
13815
|
/** @description Additional connection metadata */
|
|
@@ -15425,11 +15425,11 @@ interface operations {
|
|
|
15425
15425
|
* Format: uuid
|
|
15426
15426
|
* @description Associated Credential ID
|
|
15427
15427
|
*/
|
|
15428
|
-
|
|
15428
|
+
credentialId?: string;
|
|
15429
15429
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
15430
15430
|
type: string;
|
|
15431
15431
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
15432
|
-
|
|
15432
|
+
subType: string;
|
|
15433
15433
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
15434
15434
|
kind: string;
|
|
15435
15435
|
/** @description Additional connection metadata */
|