@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
|
@@ -166,11 +166,11 @@ interface paths {
|
|
|
166
166
|
* Format: uuid
|
|
167
167
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
168
168
|
*/
|
|
169
|
-
|
|
169
|
+
credentialId?: string;
|
|
170
170
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
171
171
|
type: string;
|
|
172
172
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
173
|
-
|
|
173
|
+
subType: string;
|
|
174
174
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
175
175
|
kind: string;
|
|
176
176
|
/** @description Additional connection metadata */
|
|
@@ -1570,11 +1570,11 @@ interface paths {
|
|
|
1570
1570
|
* Format: uuid
|
|
1571
1571
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
1572
1572
|
*/
|
|
1573
|
-
|
|
1573
|
+
credentialId?: string;
|
|
1574
1574
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
1575
1575
|
type: string;
|
|
1576
1576
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
1577
|
-
|
|
1577
|
+
subType: string;
|
|
1578
1578
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
1579
1579
|
kind: string;
|
|
1580
1580
|
/** @description Additional connection metadata */
|
|
@@ -2951,11 +2951,11 @@ interface components {
|
|
|
2951
2951
|
* Format: uuid
|
|
2952
2952
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
2953
2953
|
*/
|
|
2954
|
-
|
|
2954
|
+
credentialId?: string;
|
|
2955
2955
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
2956
2956
|
type: string;
|
|
2957
2957
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
2958
|
-
|
|
2958
|
+
subType: string;
|
|
2959
2959
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
2960
2960
|
kind: string;
|
|
2961
2961
|
/** @description Additional connection metadata */
|
|
@@ -4328,11 +4328,11 @@ interface components {
|
|
|
4328
4328
|
* Format: uuid
|
|
4329
4329
|
* @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
|
|
4330
4330
|
*/
|
|
4331
|
-
|
|
4331
|
+
credentialId?: string;
|
|
4332
4332
|
/** @description Connection Type (platform, telemetry, collaboration) */
|
|
4333
4333
|
type: string;
|
|
4334
4334
|
/** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
|
|
4335
|
-
|
|
4335
|
+
subType: string;
|
|
4336
4336
|
/** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
|
|
4337
4337
|
kind: string;
|
|
4338
4338
|
/** @description Additional connection metadata */
|