@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
@@ -139,9 +139,10 @@ declare const PatternSchema: {
139
139
  readonly resolvedAliases: {
140
140
  readonly description: "Map of resolved aliases present in the design";
141
141
  readonly type: "object";
142
- readonly "x-go-type": "map[string]core.ResolvedAlias";
142
+ readonly "x-go-type": "map[string]corev1alpha1.ResolvedAlias";
143
143
  readonly "x-go-type-import": {
144
144
  readonly path: "github.com/meshery/schemas/models/v1alpha1/core";
145
+ readonly name: "corev1alpha1";
145
146
  };
146
147
  readonly additionalProperties: {
147
148
  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";
@@ -414,7 +415,7 @@ declare const PatternSchema: {
414
415
  readonly "x-go-type-import": {
415
416
  readonly path: "github.com/meshery/schemas/models/v1beta1/connection";
416
417
  };
417
- readonly $id: "https://schemas.meshery.io/component.yaml";
418
+ readonly $id: "https://schemas.meshery.io/connection.yaml";
418
419
  readonly $schema: "http://json-schema.org/draft-07/schema#";
419
420
  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";
420
421
  readonly additionalProperties: false;
@@ -467,7 +468,7 @@ declare const PatternSchema: {
467
468
  };
468
469
  readonly "x-order": 4;
469
470
  readonly type: "string";
470
- readonly description: "Connection Type";
471
+ readonly description: "Connection Type (platform, telemetry, collaboration)";
471
472
  };
472
473
  readonly sub_type: {
473
474
  readonly "x-oapi-codegen-extra-tags": {
@@ -476,7 +477,7 @@ declare const PatternSchema: {
476
477
  };
477
478
  readonly "x-order": 5;
478
479
  readonly type: "string";
479
- readonly description: "Connection Subtype";
480
+ readonly description: "Connection Subtype (cloud, identity, metrics, chat, git, orchestration)";
480
481
  };
481
482
  readonly kind: {
482
483
  readonly "x-oapi-codegen-extra-tags": {
@@ -485,7 +486,7 @@ declare const PatternSchema: {
485
486
  };
486
487
  readonly "x-order": 6;
487
488
  readonly type: "string";
488
- readonly description: "Connection Kind";
489
+ readonly description: "Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github)";
489
490
  };
490
491
  readonly metadata: {
491
492
  readonly "x-oapi-codegen-extra-tags": {
@@ -494,8 +495,12 @@ declare const PatternSchema: {
494
495
  };
495
496
  readonly "x-order": 7;
496
497
  readonly "x-go-type": "core.Map";
498
+ readonly "x-go-type-import": {
499
+ readonly path: "github.com/meshery/schemas/models/core";
500
+ };
497
501
  readonly "x-go-type-skip-optional-pointer": true;
498
502
  readonly type: "object";
503
+ readonly description: "Additional connection metadata";
499
504
  };
500
505
  readonly status: {
501
506
  readonly "x-oapi-codegen-extra-tags": {
@@ -548,6 +553,9 @@ declare const PatternSchema: {
548
553
  readonly yaml: "deleted_at";
549
554
  };
550
555
  readonly "x-go-type": "core.NullTime";
556
+ readonly "x-go-type-import": {
557
+ readonly path: "github.com/meshery/schemas/models/core";
558
+ };
551
559
  readonly "x-order": 12;
552
560
  readonly type: "string";
553
561
  readonly format: "date-time";
@@ -555,8 +563,12 @@ declare const PatternSchema: {
555
563
  };
556
564
  readonly environments: {
557
565
  readonly type: "array";
566
+ readonly description: "Associated environments for this connection";
558
567
  readonly items: {
559
568
  readonly "x-go-type": "*environment.Environment";
569
+ readonly "x-go-type-import": {
570
+ readonly path: "github.com/meshery/schemas/models/v1beta1/environment";
571
+ };
560
572
  readonly $id: "https://schemas.meshery.io/environment.yaml";
561
573
  readonly $schema: "http://json-schema.org/draft-07/schema#";
562
574
  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";
@@ -4013,9 +4025,10 @@ declare const PatternSchema: {
4013
4025
  readonly resolvedAliases: {
4014
4026
  readonly description: "Map of resolved aliases present in the design";
4015
4027
  readonly type: "object";
4016
- readonly "x-go-type": "map[string]core.ResolvedAlias";
4028
+ readonly "x-go-type": "map[string]corev1alpha1.ResolvedAlias";
4017
4029
  readonly "x-go-type-import": {
4018
4030
  readonly path: "github.com/meshery/schemas/models/v1alpha1/core";
4031
+ readonly name: "corev1alpha1";
4019
4032
  };
4020
4033
  readonly additionalProperties: {
4021
4034
  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";
@@ -4288,7 +4301,7 @@ declare const PatternSchema: {
4288
4301
  readonly "x-go-type-import": {
4289
4302
  readonly path: "github.com/meshery/schemas/models/v1beta1/connection";
4290
4303
  };
4291
- readonly $id: "https://schemas.meshery.io/component.yaml";
4304
+ readonly $id: "https://schemas.meshery.io/connection.yaml";
4292
4305
  readonly $schema: "http://json-schema.org/draft-07/schema#";
4293
4306
  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";
4294
4307
  readonly additionalProperties: false;
@@ -4341,7 +4354,7 @@ declare const PatternSchema: {
4341
4354
  };
4342
4355
  readonly "x-order": 4;
4343
4356
  readonly type: "string";
4344
- readonly description: "Connection Type";
4357
+ readonly description: "Connection Type (platform, telemetry, collaboration)";
4345
4358
  };
4346
4359
  readonly sub_type: {
4347
4360
  readonly "x-oapi-codegen-extra-tags": {
@@ -4350,7 +4363,7 @@ declare const PatternSchema: {
4350
4363
  };
4351
4364
  readonly "x-order": 5;
4352
4365
  readonly type: "string";
4353
- readonly description: "Connection Subtype";
4366
+ readonly description: "Connection Subtype (cloud, identity, metrics, chat, git, orchestration)";
4354
4367
  };
4355
4368
  readonly kind: {
4356
4369
  readonly "x-oapi-codegen-extra-tags": {
@@ -4359,7 +4372,7 @@ declare const PatternSchema: {
4359
4372
  };
4360
4373
  readonly "x-order": 6;
4361
4374
  readonly type: "string";
4362
- readonly description: "Connection Kind";
4375
+ readonly description: "Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github)";
4363
4376
  };
4364
4377
  readonly metadata: {
4365
4378
  readonly "x-oapi-codegen-extra-tags": {
@@ -4368,8 +4381,12 @@ declare const PatternSchema: {
4368
4381
  };
4369
4382
  readonly "x-order": 7;
4370
4383
  readonly "x-go-type": "core.Map";
4384
+ readonly "x-go-type-import": {
4385
+ readonly path: "github.com/meshery/schemas/models/core";
4386
+ };
4371
4387
  readonly "x-go-type-skip-optional-pointer": true;
4372
4388
  readonly type: "object";
4389
+ readonly description: "Additional connection metadata";
4373
4390
  };
4374
4391
  readonly status: {
4375
4392
  readonly "x-oapi-codegen-extra-tags": {
@@ -4422,6 +4439,9 @@ declare const PatternSchema: {
4422
4439
  readonly yaml: "deleted_at";
4423
4440
  };
4424
4441
  readonly "x-go-type": "core.NullTime";
4442
+ readonly "x-go-type-import": {
4443
+ readonly path: "github.com/meshery/schemas/models/core";
4444
+ };
4425
4445
  readonly "x-order": 12;
4426
4446
  readonly type: "string";
4427
4447
  readonly format: "date-time";
@@ -4429,8 +4449,12 @@ declare const PatternSchema: {
4429
4449
  };
4430
4450
  readonly environments: {
4431
4451
  readonly type: "array";
4452
+ readonly description: "Associated environments for this connection";
4432
4453
  readonly items: {
4433
4454
  readonly "x-go-type": "*environment.Environment";
4455
+ readonly "x-go-type-import": {
4456
+ readonly path: "github.com/meshery/schemas/models/v1beta1/environment";
4457
+ };
4434
4458
  readonly $id: "https://schemas.meshery.io/environment.yaml";
4435
4459
  readonly $schema: "http://json-schema.org/draft-07/schema#";
4436
4460
  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";
@@ -7919,9 +7943,10 @@ declare const PatternSchema: {
7919
7943
  readonly resolvedAliases: {
7920
7944
  readonly description: "Map of resolved aliases present in the design";
7921
7945
  readonly type: "object";
7922
- readonly "x-go-type": "map[string]core.ResolvedAlias";
7946
+ readonly "x-go-type": "map[string]corev1alpha1.ResolvedAlias";
7923
7947
  readonly "x-go-type-import": {
7924
7948
  readonly path: "github.com/meshery/schemas/models/v1alpha1/core";
7949
+ readonly name: "corev1alpha1";
7925
7950
  };
7926
7951
  readonly additionalProperties: {
7927
7952
  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";
@@ -8194,7 +8219,7 @@ declare const PatternSchema: {
8194
8219
  readonly "x-go-type-import": {
8195
8220
  readonly path: "github.com/meshery/schemas/models/v1beta1/connection";
8196
8221
  };
8197
- readonly $id: "https://schemas.meshery.io/component.yaml";
8222
+ readonly $id: "https://schemas.meshery.io/connection.yaml";
8198
8223
  readonly $schema: "http://json-schema.org/draft-07/schema#";
8199
8224
  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";
8200
8225
  readonly additionalProperties: false;
@@ -8247,7 +8272,7 @@ declare const PatternSchema: {
8247
8272
  };
8248
8273
  readonly "x-order": 4;
8249
8274
  readonly type: "string";
8250
- readonly description: "Connection Type";
8275
+ readonly description: "Connection Type (platform, telemetry, collaboration)";
8251
8276
  };
8252
8277
  readonly sub_type: {
8253
8278
  readonly "x-oapi-codegen-extra-tags": {
@@ -8256,7 +8281,7 @@ declare const PatternSchema: {
8256
8281
  };
8257
8282
  readonly "x-order": 5;
8258
8283
  readonly type: "string";
8259
- readonly description: "Connection Subtype";
8284
+ readonly description: "Connection Subtype (cloud, identity, metrics, chat, git, orchestration)";
8260
8285
  };
8261
8286
  readonly kind: {
8262
8287
  readonly "x-oapi-codegen-extra-tags": {
@@ -8265,7 +8290,7 @@ declare const PatternSchema: {
8265
8290
  };
8266
8291
  readonly "x-order": 6;
8267
8292
  readonly type: "string";
8268
- readonly description: "Connection Kind";
8293
+ readonly description: "Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github)";
8269
8294
  };
8270
8295
  readonly metadata: {
8271
8296
  readonly "x-oapi-codegen-extra-tags": {
@@ -8274,8 +8299,12 @@ declare const PatternSchema: {
8274
8299
  };
8275
8300
  readonly "x-order": 7;
8276
8301
  readonly "x-go-type": "core.Map";
8302
+ readonly "x-go-type-import": {
8303
+ readonly path: "github.com/meshery/schemas/models/core";
8304
+ };
8277
8305
  readonly "x-go-type-skip-optional-pointer": true;
8278
8306
  readonly type: "object";
8307
+ readonly description: "Additional connection metadata";
8279
8308
  };
8280
8309
  readonly status: {
8281
8310
  readonly "x-oapi-codegen-extra-tags": {
@@ -8328,6 +8357,9 @@ declare const PatternSchema: {
8328
8357
  readonly yaml: "deleted_at";
8329
8358
  };
8330
8359
  readonly "x-go-type": "core.NullTime";
8360
+ readonly "x-go-type-import": {
8361
+ readonly path: "github.com/meshery/schemas/models/core";
8362
+ };
8331
8363
  readonly "x-order": 12;
8332
8364
  readonly type: "string";
8333
8365
  readonly format: "date-time";
@@ -8335,8 +8367,12 @@ declare const PatternSchema: {
8335
8367
  };
8336
8368
  readonly environments: {
8337
8369
  readonly type: "array";
8370
+ readonly description: "Associated environments for this connection";
8338
8371
  readonly items: {
8339
8372
  readonly "x-go-type": "*environment.Environment";
8373
+ readonly "x-go-type-import": {
8374
+ readonly path: "github.com/meshery/schemas/models/v1beta1/environment";
8375
+ };
8340
8376
  readonly $id: "https://schemas.meshery.io/environment.yaml";
8341
8377
  readonly $schema: "http://json-schema.org/draft-07/schema#";
8342
8378
  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";
@@ -11857,9 +11893,10 @@ declare const PatternSchema: {
11857
11893
  readonly resolvedAliases: {
11858
11894
  readonly description: "Map of resolved aliases present in the design";
11859
11895
  readonly type: "object";
11860
- readonly "x-go-type": "map[string]core.ResolvedAlias";
11896
+ readonly "x-go-type": "map[string]corev1alpha1.ResolvedAlias";
11861
11897
  readonly "x-go-type-import": {
11862
11898
  readonly path: "github.com/meshery/schemas/models/v1alpha1/core";
11899
+ readonly name: "corev1alpha1";
11863
11900
  };
11864
11901
  readonly additionalProperties: {
11865
11902
  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";
@@ -12132,7 +12169,7 @@ declare const PatternSchema: {
12132
12169
  readonly "x-go-type-import": {
12133
12170
  readonly path: "github.com/meshery/schemas/models/v1beta1/connection";
12134
12171
  };
12135
- readonly $id: "https://schemas.meshery.io/component.yaml";
12172
+ readonly $id: "https://schemas.meshery.io/connection.yaml";
12136
12173
  readonly $schema: "http://json-schema.org/draft-07/schema#";
12137
12174
  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";
12138
12175
  readonly additionalProperties: false;
@@ -12185,7 +12222,7 @@ declare const PatternSchema: {
12185
12222
  };
12186
12223
  readonly "x-order": 4;
12187
12224
  readonly type: "string";
12188
- readonly description: "Connection Type";
12225
+ readonly description: "Connection Type (platform, telemetry, collaboration)";
12189
12226
  };
12190
12227
  readonly sub_type: {
12191
12228
  readonly "x-oapi-codegen-extra-tags": {
@@ -12194,7 +12231,7 @@ declare const PatternSchema: {
12194
12231
  };
12195
12232
  readonly "x-order": 5;
12196
12233
  readonly type: "string";
12197
- readonly description: "Connection Subtype";
12234
+ readonly description: "Connection Subtype (cloud, identity, metrics, chat, git, orchestration)";
12198
12235
  };
12199
12236
  readonly kind: {
12200
12237
  readonly "x-oapi-codegen-extra-tags": {
@@ -12203,7 +12240,7 @@ declare const PatternSchema: {
12203
12240
  };
12204
12241
  readonly "x-order": 6;
12205
12242
  readonly type: "string";
12206
- readonly description: "Connection Kind";
12243
+ readonly description: "Connection Kind (meshery, kubernetes, prometheus, grafana, gke, aws, azure, slack, github)";
12207
12244
  };
12208
12245
  readonly metadata: {
12209
12246
  readonly "x-oapi-codegen-extra-tags": {
@@ -12212,8 +12249,12 @@ declare const PatternSchema: {
12212
12249
  };
12213
12250
  readonly "x-order": 7;
12214
12251
  readonly "x-go-type": "core.Map";
12252
+ readonly "x-go-type-import": {
12253
+ readonly path: "github.com/meshery/schemas/models/core";
12254
+ };
12215
12255
  readonly "x-go-type-skip-optional-pointer": true;
12216
12256
  readonly type: "object";
12257
+ readonly description: "Additional connection metadata";
12217
12258
  };
12218
12259
  readonly status: {
12219
12260
  readonly "x-oapi-codegen-extra-tags": {
@@ -12266,6 +12307,9 @@ declare const PatternSchema: {
12266
12307
  readonly yaml: "deleted_at";
12267
12308
  };
12268
12309
  readonly "x-go-type": "core.NullTime";
12310
+ readonly "x-go-type-import": {
12311
+ readonly path: "github.com/meshery/schemas/models/core";
12312
+ };
12269
12313
  readonly "x-order": 12;
12270
12314
  readonly type: "string";
12271
12315
  readonly format: "date-time";
@@ -12273,8 +12317,12 @@ declare const PatternSchema: {
12273
12317
  };
12274
12318
  readonly environments: {
12275
12319
  readonly type: "array";
12320
+ readonly description: "Associated environments for this connection";
12276
12321
  readonly items: {
12277
12322
  readonly "x-go-type": "*environment.Environment";
12323
+ readonly "x-go-type-import": {
12324
+ readonly path: "github.com/meshery/schemas/models/v1beta1/environment";
12325
+ };
12278
12326
  readonly $id: "https://schemas.meshery.io/environment.yaml";
12279
12327
  readonly $schema: "http://json-schema.org/draft-07/schema#";
12280
12328
  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";