@wundergraph/cosmo-connect 0.54.0 → 0.55.1

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.
@@ -5825,6 +5825,117 @@ export declare class AddReadmeResponse extends Message<AddReadmeResponse> {
5825
5825
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AddReadmeResponse;
5826
5826
  static equals(a: AddReadmeResponse | PlainMessage<AddReadmeResponse> | undefined, b: AddReadmeResponse | PlainMessage<AddReadmeResponse> | undefined): boolean;
5827
5827
  }
5828
+ /**
5829
+ * @generated from message wg.cosmo.platform.v1.Router
5830
+ */
5831
+ export declare class Router extends Message<Router> {
5832
+ /**
5833
+ * @generated from field: string hostname = 1;
5834
+ */
5835
+ hostname: string;
5836
+ /**
5837
+ * @generated from field: string clusterName = 2;
5838
+ */
5839
+ clusterName: string;
5840
+ /**
5841
+ * @generated from field: string serviceName = 3;
5842
+ */
5843
+ serviceName: string;
5844
+ /**
5845
+ * @generated from field: string serviceVersion = 4;
5846
+ */
5847
+ serviceVersion: string;
5848
+ /**
5849
+ * @generated from field: string serviceInstanceId = 5;
5850
+ */
5851
+ serviceInstanceId: string;
5852
+ /**
5853
+ * @generated from field: string uptimeSeconds = 6;
5854
+ */
5855
+ uptimeSeconds: string;
5856
+ /**
5857
+ * @generated from field: string serverUptimeSeconds = 7;
5858
+ */
5859
+ serverUptimeSeconds: string;
5860
+ /**
5861
+ * @generated from field: string compositionId = 8;
5862
+ */
5863
+ compositionId: string;
5864
+ /**
5865
+ * @generated from field: bool onLatestComposition = 9;
5866
+ */
5867
+ onLatestComposition: boolean;
5868
+ /**
5869
+ * @generated from field: string processId = 10;
5870
+ */
5871
+ processId: string;
5872
+ /**
5873
+ * @generated from field: float memoryUsageMb = 11;
5874
+ */
5875
+ memoryUsageMb: number;
5876
+ /**
5877
+ * @generated from field: float memoryUsageChangePercent = 12;
5878
+ */
5879
+ memoryUsageChangePercent: number;
5880
+ /**
5881
+ * @generated from field: float cpuUsagePercent = 13;
5882
+ */
5883
+ cpuUsagePercent: number;
5884
+ /**
5885
+ * @generated from field: float cpuUsageChangePercent = 14;
5886
+ */
5887
+ cpuUsageChangePercent: number;
5888
+ constructor(data?: PartialMessage<Router>);
5889
+ static readonly runtime: typeof proto3;
5890
+ static readonly typeName = "wg.cosmo.platform.v1.Router";
5891
+ static readonly fields: FieldList;
5892
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Router;
5893
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Router;
5894
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Router;
5895
+ static equals(a: Router | PlainMessage<Router> | undefined, b: Router | PlainMessage<Router> | undefined): boolean;
5896
+ }
5897
+ /**
5898
+ * @generated from message wg.cosmo.platform.v1.GetRoutersRequest
5899
+ */
5900
+ export declare class GetRoutersRequest extends Message<GetRoutersRequest> {
5901
+ /**
5902
+ * @generated from field: string fedGraphName = 1;
5903
+ */
5904
+ fedGraphName: string;
5905
+ /**
5906
+ * @generated from field: string namespace = 2;
5907
+ */
5908
+ namespace: string;
5909
+ constructor(data?: PartialMessage<GetRoutersRequest>);
5910
+ static readonly runtime: typeof proto3;
5911
+ static readonly typeName = "wg.cosmo.platform.v1.GetRoutersRequest";
5912
+ static readonly fields: FieldList;
5913
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRoutersRequest;
5914
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetRoutersRequest;
5915
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetRoutersRequest;
5916
+ static equals(a: GetRoutersRequest | PlainMessage<GetRoutersRequest> | undefined, b: GetRoutersRequest | PlainMessage<GetRoutersRequest> | undefined): boolean;
5917
+ }
5918
+ /**
5919
+ * @generated from message wg.cosmo.platform.v1.GetRoutersResponse
5920
+ */
5921
+ export declare class GetRoutersResponse extends Message<GetRoutersResponse> {
5922
+ /**
5923
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
5924
+ */
5925
+ response?: Response;
5926
+ /**
5927
+ * @generated from field: repeated wg.cosmo.platform.v1.Router routers = 2;
5928
+ */
5929
+ routers: Router[];
5930
+ constructor(data?: PartialMessage<GetRoutersResponse>);
5931
+ static readonly runtime: typeof proto3;
5932
+ static readonly typeName = "wg.cosmo.platform.v1.GetRoutersResponse";
5933
+ static readonly fields: FieldList;
5934
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRoutersResponse;
5935
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetRoutersResponse;
5936
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetRoutersResponse;
5937
+ static equals(a: GetRoutersResponse | PlainMessage<GetRoutersResponse> | undefined, b: GetRoutersResponse | PlainMessage<GetRoutersResponse> | undefined): boolean;
5938
+ }
5828
5939
  /**
5829
5940
  * @generated from message wg.cosmo.platform.v1.ClientInfo
5830
5941
  */
@@ -9196,6 +9196,171 @@ export class AddReadmeResponse extends Message {
9196
9196
  return proto3.util.equals(AddReadmeResponse, a, b);
9197
9197
  }
9198
9198
  }
9199
+ /**
9200
+ * @generated from message wg.cosmo.platform.v1.Router
9201
+ */
9202
+ export class Router extends Message {
9203
+ /**
9204
+ * @generated from field: string hostname = 1;
9205
+ */
9206
+ hostname = "";
9207
+ /**
9208
+ * @generated from field: string clusterName = 2;
9209
+ */
9210
+ clusterName = "";
9211
+ /**
9212
+ * @generated from field: string serviceName = 3;
9213
+ */
9214
+ serviceName = "";
9215
+ /**
9216
+ * @generated from field: string serviceVersion = 4;
9217
+ */
9218
+ serviceVersion = "";
9219
+ /**
9220
+ * @generated from field: string serviceInstanceId = 5;
9221
+ */
9222
+ serviceInstanceId = "";
9223
+ /**
9224
+ * @generated from field: string uptimeSeconds = 6;
9225
+ */
9226
+ uptimeSeconds = "";
9227
+ /**
9228
+ * @generated from field: string serverUptimeSeconds = 7;
9229
+ */
9230
+ serverUptimeSeconds = "";
9231
+ /**
9232
+ * @generated from field: string compositionId = 8;
9233
+ */
9234
+ compositionId = "";
9235
+ /**
9236
+ * @generated from field: bool onLatestComposition = 9;
9237
+ */
9238
+ onLatestComposition = false;
9239
+ /**
9240
+ * @generated from field: string processId = 10;
9241
+ */
9242
+ processId = "";
9243
+ /**
9244
+ * @generated from field: float memoryUsageMb = 11;
9245
+ */
9246
+ memoryUsageMb = 0;
9247
+ /**
9248
+ * @generated from field: float memoryUsageChangePercent = 12;
9249
+ */
9250
+ memoryUsageChangePercent = 0;
9251
+ /**
9252
+ * @generated from field: float cpuUsagePercent = 13;
9253
+ */
9254
+ cpuUsagePercent = 0;
9255
+ /**
9256
+ * @generated from field: float cpuUsageChangePercent = 14;
9257
+ */
9258
+ cpuUsageChangePercent = 0;
9259
+ constructor(data) {
9260
+ super();
9261
+ proto3.util.initPartial(data, this);
9262
+ }
9263
+ static runtime = proto3;
9264
+ static typeName = "wg.cosmo.platform.v1.Router";
9265
+ static fields = proto3.util.newFieldList(() => [
9266
+ { no: 1, name: "hostname", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9267
+ { no: 2, name: "clusterName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9268
+ { no: 3, name: "serviceName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9269
+ { no: 4, name: "serviceVersion", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9270
+ { no: 5, name: "serviceInstanceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9271
+ { no: 6, name: "uptimeSeconds", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9272
+ { no: 7, name: "serverUptimeSeconds", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9273
+ { no: 8, name: "compositionId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9274
+ { no: 9, name: "onLatestComposition", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
9275
+ { no: 10, name: "processId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9276
+ { no: 11, name: "memoryUsageMb", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
9277
+ { no: 12, name: "memoryUsageChangePercent", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
9278
+ { no: 13, name: "cpuUsagePercent", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
9279
+ { no: 14, name: "cpuUsageChangePercent", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
9280
+ ]);
9281
+ static fromBinary(bytes, options) {
9282
+ return new Router().fromBinary(bytes, options);
9283
+ }
9284
+ static fromJson(jsonValue, options) {
9285
+ return new Router().fromJson(jsonValue, options);
9286
+ }
9287
+ static fromJsonString(jsonString, options) {
9288
+ return new Router().fromJsonString(jsonString, options);
9289
+ }
9290
+ static equals(a, b) {
9291
+ return proto3.util.equals(Router, a, b);
9292
+ }
9293
+ }
9294
+ /**
9295
+ * @generated from message wg.cosmo.platform.v1.GetRoutersRequest
9296
+ */
9297
+ export class GetRoutersRequest extends Message {
9298
+ /**
9299
+ * @generated from field: string fedGraphName = 1;
9300
+ */
9301
+ fedGraphName = "";
9302
+ /**
9303
+ * @generated from field: string namespace = 2;
9304
+ */
9305
+ namespace = "";
9306
+ constructor(data) {
9307
+ super();
9308
+ proto3.util.initPartial(data, this);
9309
+ }
9310
+ static runtime = proto3;
9311
+ static typeName = "wg.cosmo.platform.v1.GetRoutersRequest";
9312
+ static fields = proto3.util.newFieldList(() => [
9313
+ { no: 1, name: "fedGraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9314
+ { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
9315
+ ]);
9316
+ static fromBinary(bytes, options) {
9317
+ return new GetRoutersRequest().fromBinary(bytes, options);
9318
+ }
9319
+ static fromJson(jsonValue, options) {
9320
+ return new GetRoutersRequest().fromJson(jsonValue, options);
9321
+ }
9322
+ static fromJsonString(jsonString, options) {
9323
+ return new GetRoutersRequest().fromJsonString(jsonString, options);
9324
+ }
9325
+ static equals(a, b) {
9326
+ return proto3.util.equals(GetRoutersRequest, a, b);
9327
+ }
9328
+ }
9329
+ /**
9330
+ * @generated from message wg.cosmo.platform.v1.GetRoutersResponse
9331
+ */
9332
+ export class GetRoutersResponse extends Message {
9333
+ /**
9334
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
9335
+ */
9336
+ response;
9337
+ /**
9338
+ * @generated from field: repeated wg.cosmo.platform.v1.Router routers = 2;
9339
+ */
9340
+ routers = [];
9341
+ constructor(data) {
9342
+ super();
9343
+ proto3.util.initPartial(data, this);
9344
+ }
9345
+ static runtime = proto3;
9346
+ static typeName = "wg.cosmo.platform.v1.GetRoutersResponse";
9347
+ static fields = proto3.util.newFieldList(() => [
9348
+ { no: 1, name: "response", kind: "message", T: Response },
9349
+ { no: 2, name: "routers", kind: "message", T: Router, repeated: true },
9350
+ ]);
9351
+ static fromBinary(bytes, options) {
9352
+ return new GetRoutersResponse().fromBinary(bytes, options);
9353
+ }
9354
+ static fromJson(jsonValue, options) {
9355
+ return new GetRoutersResponse().fromJson(jsonValue, options);
9356
+ }
9357
+ static fromJsonString(jsonString, options) {
9358
+ return new GetRoutersResponse().fromJsonString(jsonString, options);
9359
+ }
9360
+ static equals(a, b) {
9361
+ return proto3.util.equals(GetRoutersResponse, a, b);
9362
+ }
9363
+ }
9199
9364
  /**
9200
9365
  * @generated from message wg.cosmo.platform.v1.ClientInfo
9201
9366
  */