@wundergraph/cosmo-connect 0.115.1 → 0.115.2

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.
@@ -2508,6 +2508,14 @@ export declare class GetOperationContentRequest extends Message<GetOperationCont
2508
2508
  * @generated from field: string hash = 1;
2509
2509
  */
2510
2510
  hash: string;
2511
+ /**
2512
+ * @generated from field: string federated_graph_name = 2;
2513
+ */
2514
+ federatedGraphName: string;
2515
+ /**
2516
+ * @generated from field: string namespace = 3;
2517
+ */
2518
+ namespace: string;
2511
2519
  constructor(data?: PartialMessage<GetOperationContentRequest>);
2512
2520
  static readonly runtime: typeof proto3;
2513
2521
  static readonly typeName = "wg.cosmo.platform.v1.GetOperationContentRequest";
@@ -3731,6 +3731,14 @@ export class GetOperationContentRequest extends Message {
3731
3731
  * @generated from field: string hash = 1;
3732
3732
  */
3733
3733
  hash = "";
3734
+ /**
3735
+ * @generated from field: string federated_graph_name = 2;
3736
+ */
3737
+ federatedGraphName = "";
3738
+ /**
3739
+ * @generated from field: string namespace = 3;
3740
+ */
3741
+ namespace = "";
3734
3742
  constructor(data) {
3735
3743
  super();
3736
3744
  proto3.util.initPartial(data, this);
@@ -3739,6 +3747,8 @@ export class GetOperationContentRequest extends Message {
3739
3747
  static typeName = "wg.cosmo.platform.v1.GetOperationContentRequest";
3740
3748
  static fields = proto3.util.newFieldList(() => [
3741
3749
  { no: 1, name: "hash", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3750
+ { no: 2, name: "federated_graph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3751
+ { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3742
3752
  ]);
3743
3753
  static fromBinary(bytes, options) {
3744
3754
  return new GetOperationContentRequest().fromBinary(bytes, options);