@meshery/schemas 1.3.37 → 1.3.39

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.
@@ -575,6 +575,11 @@ export interface components {
575
575
  */
576
576
  schemaVersion: string;
577
577
  };
578
+ /**
579
+ * @description A core connection kind that receives bespoke, kind-specific handling in Meshery. The `kind` field itself remains an open-ended string; this names only the kinds with special behavior.
580
+ * @enum {string}
581
+ */
582
+ CoreKind: "meshery" | "kubernetes" | "prometheus" | "grafana" | "github";
578
583
  /** @description A connection definition is an uninitialized connection, authored per-model (in a model's `connections/` folder) and registered into the registry alongside components and relationships. It conforms to the connection schema; the dynamic, kind-specific shape is carried in `metadata`. The `model` association scopes the definition to its owning model. */
579
584
  ConnectionDefinition: unknown;
580
585
  /** @description Represents a page of connection definitions with meta information about the total count */