@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.
Files changed (53) hide show
  1. package/dist/cloudApi.d.mts +18 -18
  2. package/dist/cloudApi.d.ts +18 -18
  3. package/dist/constructs/v1alpha1/core/CoreSchema.js +1 -1
  4. package/dist/constructs/v1alpha1/core/CoreSchema.mjs +1 -1
  5. package/dist/constructs/v1beta1/component/Component.d.mts +2 -2
  6. package/dist/constructs/v1beta1/component/Component.d.ts +2 -2
  7. package/dist/constructs/v1beta1/component/ComponentSchema.js +1 -1
  8. package/dist/constructs/v1beta1/component/ComponentSchema.mjs +1 -1
  9. package/dist/constructs/v1beta1/connection/Connection.d.mts +18 -18
  10. package/dist/constructs/v1beta1/connection/Connection.d.ts +18 -18
  11. package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
  12. package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
  13. package/dist/constructs/v1beta1/core/CoreSchema.js +1 -1
  14. package/dist/constructs/v1beta1/core/CoreSchema.mjs +1 -1
  15. package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +8 -8
  16. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +8 -8
  17. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +8 -8
  18. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +8 -8
  19. package/dist/constructs/v1beta1/model/Model.d.mts +2 -2
  20. package/dist/constructs/v1beta1/model/Model.d.ts +2 -2
  21. package/dist/constructs/v1beta1/model/ModelSchema.js +1 -1
  22. package/dist/constructs/v1beta1/model/ModelSchema.mjs +1 -1
  23. package/dist/constructs/v1beta1/pattern/Pattern.d.mts +22 -22
  24. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +22 -22
  25. package/dist/constructs/v1beta1/pattern/PatternSchema.js +22 -22
  26. package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +22 -22
  27. package/dist/constructs/v1beta1/workspace/Workspace.d.mts +4 -4
  28. package/dist/constructs/v1beta1/workspace/Workspace.d.ts +4 -4
  29. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +4 -4
  30. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +4 -4
  31. package/dist/constructs/v1beta2/component/Component.d.mts +2 -2
  32. package/dist/constructs/v1beta2/component/Component.d.ts +2 -2
  33. package/dist/constructs/v1beta2/component/ComponentSchema.js +1 -1
  34. package/dist/constructs/v1beta2/component/ComponentSchema.mjs +1 -1
  35. package/dist/constructs/v1beta2/connection/Connection.d.mts +6 -6
  36. package/dist/constructs/v1beta2/connection/Connection.d.ts +6 -6
  37. package/dist/constructs/v1beta2/connection/ConnectionSchema.js +1 -1
  38. package/dist/constructs/v1beta2/connection/ConnectionSchema.mjs +1 -1
  39. package/dist/constructs/v1beta2/core/CoreSchema.js +1 -1
  40. package/dist/constructs/v1beta2/core/CoreSchema.mjs +1 -1
  41. package/dist/constructs/v1beta2/design/Design.d.mts +22 -22
  42. package/dist/constructs/v1beta2/design/Design.d.ts +22 -22
  43. package/dist/constructs/v1beta2/design/DesignSchema.js +22 -22
  44. package/dist/constructs/v1beta2/design/DesignSchema.mjs +22 -22
  45. package/dist/constructs/v1beta2/relationship/RelationshipSchema.js +1 -1
  46. package/dist/constructs/v1beta2/relationship/RelationshipSchema.mjs +1 -1
  47. package/dist/index.js +53 -53
  48. package/dist/index.mjs +53 -53
  49. package/dist/mesheryApi.d.mts +9 -9
  50. package/dist/mesheryApi.d.ts +9 -9
  51. package/dist/mesheryApi.js +1 -1
  52. package/dist/mesheryApi.mjs +1 -1
  53. 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
- credential_id?: string;
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
- sub_type: string;
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
- credential_id?: string;
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
- sub_type: string;
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
- credential_id?: string;
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
- sub_type: string;
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
- credential_id?: string;
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
- sub_type: string;
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 */