@wundergraph/cosmo-connect 0.97.0 → 0.98.0

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.
@@ -1897,6 +1897,23 @@ export declare class GetLatestSubgraphSDLResponse extends Message<GetLatestSubgr
1897
1897
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetLatestSubgraphSDLResponse;
1898
1898
  static equals(a: GetLatestSubgraphSDLResponse | PlainMessage<GetLatestSubgraphSDLResponse> | undefined, b: GetLatestSubgraphSDLResponse | PlainMessage<GetLatestSubgraphSDLResponse> | undefined): boolean;
1899
1899
  }
1900
+ /**
1901
+ * @generated from message wg.cosmo.platform.v1.GetChecksByFederatedGraphNameFilters
1902
+ */
1903
+ export declare class GetChecksByFederatedGraphNameFilters extends Message<GetChecksByFederatedGraphNameFilters> {
1904
+ /**
1905
+ * @generated from field: repeated string subgraphs = 1;
1906
+ */
1907
+ subgraphs: string[];
1908
+ constructor(data?: PartialMessage<GetChecksByFederatedGraphNameFilters>);
1909
+ static readonly runtime: typeof proto3;
1910
+ static readonly typeName = "wg.cosmo.platform.v1.GetChecksByFederatedGraphNameFilters";
1911
+ static readonly fields: FieldList;
1912
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetChecksByFederatedGraphNameFilters;
1913
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetChecksByFederatedGraphNameFilters;
1914
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetChecksByFederatedGraphNameFilters;
1915
+ static equals(a: GetChecksByFederatedGraphNameFilters | PlainMessage<GetChecksByFederatedGraphNameFilters> | undefined, b: GetChecksByFederatedGraphNameFilters | PlainMessage<GetChecksByFederatedGraphNameFilters> | undefined): boolean;
1916
+ }
1900
1917
  /**
1901
1918
  * @generated from message wg.cosmo.platform.v1.GetChecksByFederatedGraphNameRequest
1902
1919
  */
@@ -1925,6 +1942,10 @@ export declare class GetChecksByFederatedGraphNameRequest extends Message<GetChe
1925
1942
  * @generated from field: string namespace = 6;
1926
1943
  */
1927
1944
  namespace: string;
1945
+ /**
1946
+ * @generated from field: optional wg.cosmo.platform.v1.GetChecksByFederatedGraphNameFilters filters = 7;
1947
+ */
1948
+ filters?: GetChecksByFederatedGraphNameFilters;
1928
1949
  constructor(data?: PartialMessage<GetChecksByFederatedGraphNameRequest>);
1929
1950
  static readonly runtime: typeof proto3;
1930
1951
  static readonly typeName = "wg.cosmo.platform.v1.GetChecksByFederatedGraphNameRequest";
@@ -5416,6 +5437,18 @@ export declare class MetricsSeriesItem extends Message<MetricsSeriesItem> {
5416
5437
  * @generated from field: optional string previousValue = 3;
5417
5438
  */
5418
5439
  previousValue?: string;
5440
+ /**
5441
+ * @generated from field: optional string p50 = 4;
5442
+ */
5443
+ p50?: string;
5444
+ /**
5445
+ * @generated from field: optional string p90 = 5;
5446
+ */
5447
+ p90?: string;
5448
+ /**
5449
+ * @generated from field: optional string p99 = 6;
5450
+ */
5451
+ p99?: string;
5419
5452
  constructor(data?: PartialMessage<MetricsSeriesItem>);
5420
5453
  static readonly runtime: typeof proto3;
5421
5454
  static readonly typeName = "wg.cosmo.platform.v1.MetricsSeriesItem";
@@ -2845,6 +2845,36 @@ export class GetLatestSubgraphSDLResponse extends Message {
2845
2845
  return proto3.util.equals(GetLatestSubgraphSDLResponse, a, b);
2846
2846
  }
2847
2847
  }
2848
+ /**
2849
+ * @generated from message wg.cosmo.platform.v1.GetChecksByFederatedGraphNameFilters
2850
+ */
2851
+ export class GetChecksByFederatedGraphNameFilters extends Message {
2852
+ /**
2853
+ * @generated from field: repeated string subgraphs = 1;
2854
+ */
2855
+ subgraphs = [];
2856
+ constructor(data) {
2857
+ super();
2858
+ proto3.util.initPartial(data, this);
2859
+ }
2860
+ static runtime = proto3;
2861
+ static typeName = "wg.cosmo.platform.v1.GetChecksByFederatedGraphNameFilters";
2862
+ static fields = proto3.util.newFieldList(() => [
2863
+ { no: 1, name: "subgraphs", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
2864
+ ]);
2865
+ static fromBinary(bytes, options) {
2866
+ return new GetChecksByFederatedGraphNameFilters().fromBinary(bytes, options);
2867
+ }
2868
+ static fromJson(jsonValue, options) {
2869
+ return new GetChecksByFederatedGraphNameFilters().fromJson(jsonValue, options);
2870
+ }
2871
+ static fromJsonString(jsonString, options) {
2872
+ return new GetChecksByFederatedGraphNameFilters().fromJsonString(jsonString, options);
2873
+ }
2874
+ static equals(a, b) {
2875
+ return proto3.util.equals(GetChecksByFederatedGraphNameFilters, a, b);
2876
+ }
2877
+ }
2848
2878
  /**
2849
2879
  * @generated from message wg.cosmo.platform.v1.GetChecksByFederatedGraphNameRequest
2850
2880
  */
@@ -2873,6 +2903,10 @@ export class GetChecksByFederatedGraphNameRequest extends Message {
2873
2903
  * @generated from field: string namespace = 6;
2874
2904
  */
2875
2905
  namespace = "";
2906
+ /**
2907
+ * @generated from field: optional wg.cosmo.platform.v1.GetChecksByFederatedGraphNameFilters filters = 7;
2908
+ */
2909
+ filters;
2876
2910
  constructor(data) {
2877
2911
  super();
2878
2912
  proto3.util.initPartial(data, this);
@@ -2886,6 +2920,7 @@ export class GetChecksByFederatedGraphNameRequest extends Message {
2886
2920
  { no: 4, name: "startDate", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2887
2921
  { no: 5, name: "endDate", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2888
2922
  { no: 6, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2923
+ { no: 7, name: "filters", kind: "message", T: GetChecksByFederatedGraphNameFilters, opt: true },
2889
2924
  ]);
2890
2925
  static fromBinary(bytes, options) {
2891
2926
  return new GetChecksByFederatedGraphNameRequest().fromBinary(bytes, options);
@@ -8379,6 +8414,18 @@ export class MetricsSeriesItem extends Message {
8379
8414
  * @generated from field: optional string previousValue = 3;
8380
8415
  */
8381
8416
  previousValue;
8417
+ /**
8418
+ * @generated from field: optional string p50 = 4;
8419
+ */
8420
+ p50;
8421
+ /**
8422
+ * @generated from field: optional string p90 = 5;
8423
+ */
8424
+ p90;
8425
+ /**
8426
+ * @generated from field: optional string p99 = 6;
8427
+ */
8428
+ p99;
8382
8429
  constructor(data) {
8383
8430
  super();
8384
8431
  proto3.util.initPartial(data, this);
@@ -8389,6 +8436,9 @@ export class MetricsSeriesItem extends Message {
8389
8436
  { no: 1, name: "timestamp", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8390
8437
  { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
8391
8438
  { no: 3, name: "previousValue", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
8439
+ { no: 4, name: "p50", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
8440
+ { no: 5, name: "p90", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
8441
+ { no: 6, name: "p99", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
8392
8442
  ]);
8393
8443
  static fromBinary(bytes, options) {
8394
8444
  return new MetricsSeriesItem().fromBinary(bytes, options);