@meshery/schemas 0.8.112 → 0.8.113

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 (39) hide show
  1. package/dist/cloudApi.d.mts +3307 -762
  2. package/dist/cloudApi.d.ts +3307 -762
  3. package/dist/cloudApi.js +1 -1
  4. package/dist/cloudApi.mjs +1 -1
  5. package/dist/constructs/v1beta1/component/Component.d.mts +8 -6
  6. package/dist/constructs/v1beta1/component/Component.d.ts +8 -6
  7. package/dist/constructs/v1beta1/component/ComponentSchema.d.mts +18 -7
  8. package/dist/constructs/v1beta1/component/ComponentSchema.d.ts +18 -7
  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 +1088 -14
  12. package/dist/constructs/v1beta1/connection/Connection.d.ts +1088 -14
  13. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.mts +3308 -21
  14. package/dist/constructs/v1beta1/connection/ConnectionSchema.d.ts +3308 -21
  15. package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
  16. package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
  17. package/dist/constructs/v1beta1/evaluation/Evaluation.d.mts +20 -12
  18. package/dist/constructs/v1beta1/evaluation/Evaluation.d.ts +20 -12
  19. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.mts +68 -20
  20. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.d.ts +68 -20
  21. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +8 -8
  22. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +8 -8
  23. package/dist/constructs/v1beta1/model/Model.d.mts +8 -6
  24. package/dist/constructs/v1beta1/model/Model.d.ts +8 -6
  25. package/dist/constructs/v1beta1/model/ModelSchema.d.mts +18 -7
  26. package/dist/constructs/v1beta1/model/ModelSchema.d.ts +18 -7
  27. package/dist/constructs/v1beta1/model/ModelSchema.js +1 -1
  28. package/dist/constructs/v1beta1/model/ModelSchema.mjs +1 -1
  29. package/dist/constructs/v1beta1/pattern/Pattern.d.mts +20 -12
  30. package/dist/constructs/v1beta1/pattern/Pattern.d.ts +20 -12
  31. package/dist/constructs/v1beta1/pattern/PatternSchema.d.mts +68 -20
  32. package/dist/constructs/v1beta1/pattern/PatternSchema.d.ts +68 -20
  33. package/dist/constructs/v1beta1/pattern/PatternSchema.js +8 -8
  34. package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +8 -8
  35. package/dist/index.js +10 -10
  36. package/dist/index.mjs +10 -10
  37. package/dist/mesheryApi.d.mts +378 -398
  38. package/dist/mesheryApi.d.ts +378 -398
  39. package/package.json +1 -1
@@ -74,9 +74,10 @@ declare const EvaluationSchema: {
74
74
  readonly resolvedAliases: {
75
75
  readonly description: "Map of resolved aliases present in the design";
76
76
  readonly type: "object";
77
- readonly "x-go-type": "map[string]core.ResolvedAlias";
77
+ readonly "x-go-type": "map[string]corev1alpha1.ResolvedAlias";
78
78
  readonly "x-go-type-import": {
79
79
  readonly path: "github.com/meshery/schemas/models/v1alpha1/core";
80
+ readonly name: "corev1alpha1";
80
81
  };
81
82
  readonly additionalProperties: {
82
83
  readonly description: "An resolved alias is an component that acts as an ref/pointer to a field in another component, resolvedAlias are aware of there immediate parents and completely resolved parents also";
@@ -349,7 +350,7 @@ declare const EvaluationSchema: {
349
350
  readonly "x-go-type-import": {
350
351
  readonly path: "github.com/meshery/schemas/models/v1beta1/connection";
351
352
  };
352
- readonly $id: "https://schemas.meshery.io/component.yaml";
353
+ readonly $id: "https://schemas.meshery.io/connection.yaml";
353
354
  readonly $schema: "http://json-schema.org/draft-07/schema#";
354
355
  readonly description: "Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections";
355
356
  readonly additionalProperties: false;
@@ -402,7 +403,7 @@ declare const EvaluationSchema: {
402
403
  };
403
404
  readonly "x-order": 4;
404
405
  readonly type: "string";
405
- readonly description: "Connection Type";
406
+ readonly description: "Connection Type (platform, telemetry, collaboration)";
406
407
  };
407
408
  readonly sub_type: {
408
409
  readonly "x-oapi-codegen-extra-tags": {
@@ -411,7 +412,7 @@ declare const EvaluationSchema: {
411
412
  };
412
413
  readonly "x-order": 5;
413
414
  readonly type: "string";
414
- readonly description: "Connection Subtype";
415
+ readonly description: "Connection Subtype (cloud, identity, metrics, chat, git, orchestration)";
415
416
  };
416
417
  readonly kind: {
417
418
  readonly "x-oapi-codegen-extra-tags": {
@@ -420,7 +421,7 @@ declare const EvaluationSchema: {
420
421
  };
421
422
  readonly "x-order": 6;
422
423
  readonly type: "string";
423
- readonly description: "Connection Kind";
424
+ readonly description: "Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github)";
424
425
  };
425
426
  readonly metadata: {
426
427
  readonly "x-oapi-codegen-extra-tags": {
@@ -429,8 +430,12 @@ declare const EvaluationSchema: {
429
430
  };
430
431
  readonly "x-order": 7;
431
432
  readonly "x-go-type": "core.Map";
433
+ readonly "x-go-type-import": {
434
+ readonly path: "github.com/meshery/schemas/models/core";
435
+ };
432
436
  readonly "x-go-type-skip-optional-pointer": true;
433
437
  readonly type: "object";
438
+ readonly description: "Additional connection metadata";
434
439
  };
435
440
  readonly status: {
436
441
  readonly "x-oapi-codegen-extra-tags": {
@@ -483,6 +488,9 @@ declare const EvaluationSchema: {
483
488
  readonly yaml: "deleted_at";
484
489
  };
485
490
  readonly "x-go-type": "core.NullTime";
491
+ readonly "x-go-type-import": {
492
+ readonly path: "github.com/meshery/schemas/models/core";
493
+ };
486
494
  readonly "x-order": 12;
487
495
  readonly type: "string";
488
496
  readonly format: "date-time";
@@ -490,8 +498,12 @@ declare const EvaluationSchema: {
490
498
  };
491
499
  readonly environments: {
492
500
  readonly type: "array";
501
+ readonly description: "Associated environments for this connection";
493
502
  readonly items: {
494
503
  readonly "x-go-type": "*environment.Environment";
504
+ readonly "x-go-type-import": {
505
+ readonly path: "github.com/meshery/schemas/models/v1beta1/environment";
506
+ };
495
507
  readonly $id: "https://schemas.meshery.io/environment.yaml";
496
508
  readonly $schema: "http://json-schema.org/draft-07/schema#";
497
509
  readonly description: "Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments";
@@ -3889,9 +3901,10 @@ declare const EvaluationSchema: {
3889
3901
  readonly resolvedAliases: {
3890
3902
  readonly description: "Map of resolved aliases present in the design";
3891
3903
  readonly type: "object";
3892
- readonly "x-go-type": "map[string]core.ResolvedAlias";
3904
+ readonly "x-go-type": "map[string]corev1alpha1.ResolvedAlias";
3893
3905
  readonly "x-go-type-import": {
3894
3906
  readonly path: "github.com/meshery/schemas/models/v1alpha1/core";
3907
+ readonly name: "corev1alpha1";
3895
3908
  };
3896
3909
  readonly additionalProperties: {
3897
3910
  readonly description: "An resolved alias is an component that acts as an ref/pointer to a field in another component, resolvedAlias are aware of there immediate parents and completely resolved parents also";
@@ -4164,7 +4177,7 @@ declare const EvaluationSchema: {
4164
4177
  readonly "x-go-type-import": {
4165
4178
  readonly path: "github.com/meshery/schemas/models/v1beta1/connection";
4166
4179
  };
4167
- readonly $id: "https://schemas.meshery.io/component.yaml";
4180
+ readonly $id: "https://schemas.meshery.io/connection.yaml";
4168
4181
  readonly $schema: "http://json-schema.org/draft-07/schema#";
4169
4182
  readonly description: "Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections";
4170
4183
  readonly additionalProperties: false;
@@ -4217,7 +4230,7 @@ declare const EvaluationSchema: {
4217
4230
  };
4218
4231
  readonly "x-order": 4;
4219
4232
  readonly type: "string";
4220
- readonly description: "Connection Type";
4233
+ readonly description: "Connection Type (platform, telemetry, collaboration)";
4221
4234
  };
4222
4235
  readonly sub_type: {
4223
4236
  readonly "x-oapi-codegen-extra-tags": {
@@ -4226,7 +4239,7 @@ declare const EvaluationSchema: {
4226
4239
  };
4227
4240
  readonly "x-order": 5;
4228
4241
  readonly type: "string";
4229
- readonly description: "Connection Subtype";
4242
+ readonly description: "Connection Subtype (cloud, identity, metrics, chat, git, orchestration)";
4230
4243
  };
4231
4244
  readonly kind: {
4232
4245
  readonly "x-oapi-codegen-extra-tags": {
@@ -4235,7 +4248,7 @@ declare const EvaluationSchema: {
4235
4248
  };
4236
4249
  readonly "x-order": 6;
4237
4250
  readonly type: "string";
4238
- readonly description: "Connection Kind";
4251
+ readonly description: "Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github)";
4239
4252
  };
4240
4253
  readonly metadata: {
4241
4254
  readonly "x-oapi-codegen-extra-tags": {
@@ -4244,8 +4257,12 @@ declare const EvaluationSchema: {
4244
4257
  };
4245
4258
  readonly "x-order": 7;
4246
4259
  readonly "x-go-type": "core.Map";
4260
+ readonly "x-go-type-import": {
4261
+ readonly path: "github.com/meshery/schemas/models/core";
4262
+ };
4247
4263
  readonly "x-go-type-skip-optional-pointer": true;
4248
4264
  readonly type: "object";
4265
+ readonly description: "Additional connection metadata";
4249
4266
  };
4250
4267
  readonly status: {
4251
4268
  readonly "x-oapi-codegen-extra-tags": {
@@ -4298,6 +4315,9 @@ declare const EvaluationSchema: {
4298
4315
  readonly yaml: "deleted_at";
4299
4316
  };
4300
4317
  readonly "x-go-type": "core.NullTime";
4318
+ readonly "x-go-type-import": {
4319
+ readonly path: "github.com/meshery/schemas/models/core";
4320
+ };
4301
4321
  readonly "x-order": 12;
4302
4322
  readonly type: "string";
4303
4323
  readonly format: "date-time";
@@ -4305,8 +4325,12 @@ declare const EvaluationSchema: {
4305
4325
  };
4306
4326
  readonly environments: {
4307
4327
  readonly type: "array";
4328
+ readonly description: "Associated environments for this connection";
4308
4329
  readonly items: {
4309
4330
  readonly "x-go-type": "*environment.Environment";
4331
+ readonly "x-go-type-import": {
4332
+ readonly path: "github.com/meshery/schemas/models/v1beta1/environment";
4333
+ };
4310
4334
  readonly $id: "https://schemas.meshery.io/environment.yaml";
4311
4335
  readonly $schema: "http://json-schema.org/draft-07/schema#";
4312
4336
  readonly description: "Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments";
@@ -7719,9 +7743,10 @@ declare const EvaluationSchema: {
7719
7743
  readonly resolvedAliases: {
7720
7744
  readonly description: "Map of resolved aliases present in the design";
7721
7745
  readonly type: "object";
7722
- readonly "x-go-type": "map[string]core.ResolvedAlias";
7746
+ readonly "x-go-type": "map[string]corev1alpha1.ResolvedAlias";
7723
7747
  readonly "x-go-type-import": {
7724
7748
  readonly path: "github.com/meshery/schemas/models/v1alpha1/core";
7749
+ readonly name: "corev1alpha1";
7725
7750
  };
7726
7751
  readonly additionalProperties: {
7727
7752
  readonly description: "An resolved alias is an component that acts as an ref/pointer to a field in another component, resolvedAlias are aware of there immediate parents and completely resolved parents also";
@@ -7994,7 +8019,7 @@ declare const EvaluationSchema: {
7994
8019
  readonly "x-go-type-import": {
7995
8020
  readonly path: "github.com/meshery/schemas/models/v1beta1/connection";
7996
8021
  };
7997
- readonly $id: "https://schemas.meshery.io/component.yaml";
8022
+ readonly $id: "https://schemas.meshery.io/connection.yaml";
7998
8023
  readonly $schema: "http://json-schema.org/draft-07/schema#";
7999
8024
  readonly description: "Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections";
8000
8025
  readonly additionalProperties: false;
@@ -8047,7 +8072,7 @@ declare const EvaluationSchema: {
8047
8072
  };
8048
8073
  readonly "x-order": 4;
8049
8074
  readonly type: "string";
8050
- readonly description: "Connection Type";
8075
+ readonly description: "Connection Type (platform, telemetry, collaboration)";
8051
8076
  };
8052
8077
  readonly sub_type: {
8053
8078
  readonly "x-oapi-codegen-extra-tags": {
@@ -8056,7 +8081,7 @@ declare const EvaluationSchema: {
8056
8081
  };
8057
8082
  readonly "x-order": 5;
8058
8083
  readonly type: "string";
8059
- readonly description: "Connection Subtype";
8084
+ readonly description: "Connection Subtype (cloud, identity, metrics, chat, git, orchestration)";
8060
8085
  };
8061
8086
  readonly kind: {
8062
8087
  readonly "x-oapi-codegen-extra-tags": {
@@ -8065,7 +8090,7 @@ declare const EvaluationSchema: {
8065
8090
  };
8066
8091
  readonly "x-order": 6;
8067
8092
  readonly type: "string";
8068
- readonly description: "Connection Kind";
8093
+ readonly description: "Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github)";
8069
8094
  };
8070
8095
  readonly metadata: {
8071
8096
  readonly "x-oapi-codegen-extra-tags": {
@@ -8074,8 +8099,12 @@ declare const EvaluationSchema: {
8074
8099
  };
8075
8100
  readonly "x-order": 7;
8076
8101
  readonly "x-go-type": "core.Map";
8102
+ readonly "x-go-type-import": {
8103
+ readonly path: "github.com/meshery/schemas/models/core";
8104
+ };
8077
8105
  readonly "x-go-type-skip-optional-pointer": true;
8078
8106
  readonly type: "object";
8107
+ readonly description: "Additional connection metadata";
8079
8108
  };
8080
8109
  readonly status: {
8081
8110
  readonly "x-oapi-codegen-extra-tags": {
@@ -8128,6 +8157,9 @@ declare const EvaluationSchema: {
8128
8157
  readonly yaml: "deleted_at";
8129
8158
  };
8130
8159
  readonly "x-go-type": "core.NullTime";
8160
+ readonly "x-go-type-import": {
8161
+ readonly path: "github.com/meshery/schemas/models/core";
8162
+ };
8131
8163
  readonly "x-order": 12;
8132
8164
  readonly type: "string";
8133
8165
  readonly format: "date-time";
@@ -8135,8 +8167,12 @@ declare const EvaluationSchema: {
8135
8167
  };
8136
8168
  readonly environments: {
8137
8169
  readonly type: "array";
8170
+ readonly description: "Associated environments for this connection";
8138
8171
  readonly items: {
8139
8172
  readonly "x-go-type": "*environment.Environment";
8173
+ readonly "x-go-type-import": {
8174
+ readonly path: "github.com/meshery/schemas/models/v1beta1/environment";
8175
+ };
8140
8176
  readonly $id: "https://schemas.meshery.io/environment.yaml";
8141
8177
  readonly $schema: "http://json-schema.org/draft-07/schema#";
8142
8178
  readonly description: "Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments";
@@ -11526,9 +11562,10 @@ declare const EvaluationSchema: {
11526
11562
  readonly resolvedAliases: {
11527
11563
  readonly description: "Map of resolved aliases present in the design";
11528
11564
  readonly type: "object";
11529
- readonly "x-go-type": "map[string]core.ResolvedAlias";
11565
+ readonly "x-go-type": "map[string]corev1alpha1.ResolvedAlias";
11530
11566
  readonly "x-go-type-import": {
11531
11567
  readonly path: "github.com/meshery/schemas/models/v1alpha1/core";
11568
+ readonly name: "corev1alpha1";
11532
11569
  };
11533
11570
  readonly additionalProperties: {
11534
11571
  readonly description: "An resolved alias is an component that acts as an ref/pointer to a field in another component, resolvedAlias are aware of there immediate parents and completely resolved parents also";
@@ -11801,7 +11838,7 @@ declare const EvaluationSchema: {
11801
11838
  readonly "x-go-type-import": {
11802
11839
  readonly path: "github.com/meshery/schemas/models/v1beta1/connection";
11803
11840
  };
11804
- readonly $id: "https://schemas.meshery.io/component.yaml";
11841
+ readonly $id: "https://schemas.meshery.io/connection.yaml";
11805
11842
  readonly $schema: "http://json-schema.org/draft-07/schema#";
11806
11843
  readonly description: "Meshery Connections are managed and unmanaged resources that either through discovery or manual entry are tracked by Meshery. Learn more at https://docs.meshery.io/concepts/logical/connections";
11807
11844
  readonly additionalProperties: false;
@@ -11854,7 +11891,7 @@ declare const EvaluationSchema: {
11854
11891
  };
11855
11892
  readonly "x-order": 4;
11856
11893
  readonly type: "string";
11857
- readonly description: "Connection Type";
11894
+ readonly description: "Connection Type (platform, telemetry, collaboration)";
11858
11895
  };
11859
11896
  readonly sub_type: {
11860
11897
  readonly "x-oapi-codegen-extra-tags": {
@@ -11863,7 +11900,7 @@ declare const EvaluationSchema: {
11863
11900
  };
11864
11901
  readonly "x-order": 5;
11865
11902
  readonly type: "string";
11866
- readonly description: "Connection Subtype";
11903
+ readonly description: "Connection Subtype (cloud, identity, metrics, chat, git, orchestration)";
11867
11904
  };
11868
11905
  readonly kind: {
11869
11906
  readonly "x-oapi-codegen-extra-tags": {
@@ -11872,7 +11909,7 @@ declare const EvaluationSchema: {
11872
11909
  };
11873
11910
  readonly "x-order": 6;
11874
11911
  readonly type: "string";
11875
- readonly description: "Connection Kind";
11912
+ readonly description: "Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github)";
11876
11913
  };
11877
11914
  readonly metadata: {
11878
11915
  readonly "x-oapi-codegen-extra-tags": {
@@ -11881,8 +11918,12 @@ declare const EvaluationSchema: {
11881
11918
  };
11882
11919
  readonly "x-order": 7;
11883
11920
  readonly "x-go-type": "core.Map";
11921
+ readonly "x-go-type-import": {
11922
+ readonly path: "github.com/meshery/schemas/models/core";
11923
+ };
11884
11924
  readonly "x-go-type-skip-optional-pointer": true;
11885
11925
  readonly type: "object";
11926
+ readonly description: "Additional connection metadata";
11886
11927
  };
11887
11928
  readonly status: {
11888
11929
  readonly "x-oapi-codegen-extra-tags": {
@@ -11935,6 +11976,9 @@ declare const EvaluationSchema: {
11935
11976
  readonly yaml: "deleted_at";
11936
11977
  };
11937
11978
  readonly "x-go-type": "core.NullTime";
11979
+ readonly "x-go-type-import": {
11980
+ readonly path: "github.com/meshery/schemas/models/core";
11981
+ };
11938
11982
  readonly "x-order": 12;
11939
11983
  readonly type: "string";
11940
11984
  readonly format: "date-time";
@@ -11942,8 +11986,12 @@ declare const EvaluationSchema: {
11942
11986
  };
11943
11987
  readonly environments: {
11944
11988
  readonly type: "array";
11989
+ readonly description: "Associated environments for this connection";
11945
11990
  readonly items: {
11946
11991
  readonly "x-go-type": "*environment.Environment";
11992
+ readonly "x-go-type-import": {
11993
+ readonly path: "github.com/meshery/schemas/models/v1beta1/environment";
11994
+ };
11947
11995
  readonly $id: "https://schemas.meshery.io/environment.yaml";
11948
11996
  readonly $schema: "http://json-schema.org/draft-07/schema#";
11949
11997
  readonly description: "Meshery Environments allow you to logically group related Connections and their associated Credentials.. Learn more at https://docs.meshery.io/concepts/logical/environments";