@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
@@ -553,11 +553,11 @@ interface components {
553
553
  * Format: uuid
554
554
  * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
555
555
  */
556
- credential_id?: string;
556
+ credentialId?: string;
557
557
  /** @description Connection Type (platform, telemetry, collaboration) */
558
558
  type: string;
559
559
  /** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
560
- sub_type: string;
560
+ subType: string;
561
561
  /** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
562
562
  kind: string;
563
563
  /** @description Additional connection metadata */
@@ -2903,11 +2903,11 @@ interface operations {
2903
2903
  * Format: uuid
2904
2904
  * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
2905
2905
  */
2906
- credential_id?: string;
2906
+ credentialId?: string;
2907
2907
  /** @description Connection Type (platform, telemetry, collaboration) */
2908
2908
  type: string;
2909
2909
  /** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
2910
- sub_type: string;
2910
+ subType: string;
2911
2911
  /** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
2912
2912
  kind: string;
2913
2913
  /** @description Additional connection metadata */
@@ -553,11 +553,11 @@ interface components {
553
553
  * Format: uuid
554
554
  * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
555
555
  */
556
- credential_id?: string;
556
+ credentialId?: string;
557
557
  /** @description Connection Type (platform, telemetry, collaboration) */
558
558
  type: string;
559
559
  /** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
560
- sub_type: string;
560
+ subType: string;
561
561
  /** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
562
562
  kind: string;
563
563
  /** @description Additional connection metadata */
@@ -2903,11 +2903,11 @@ interface operations {
2903
2903
  * Format: uuid
2904
2904
  * @description A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.
2905
2905
  */
2906
- credential_id?: string;
2906
+ credentialId?: string;
2907
2907
  /** @description Connection Type (platform, telemetry, collaboration) */
2908
2908
  type: string;
2909
2909
  /** @description Connection Subtype (cloud, identity, metrics, chat, git, orchestration) */
2910
- sub_type: string;
2910
+ subType: string;
2911
2911
  /** @description Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github) */
2912
2912
  kind: string;
2913
2913
  /** @description Additional connection metadata */