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