@wundergraph/cosmo-connect 0.72.3 → 0.72.4

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.
@@ -1758,9 +1758,9 @@ export declare class SchemaCheck extends Message<SchemaCheck> {
1758
1758
  */
1759
1759
  isDeleted: boolean;
1760
1760
  /**
1761
- * @generated from field: optional wg.cosmo.platform.v1.SchemaCheckGhDetails ghDetails = 10;
1761
+ * @generated from field: optional wg.cosmo.platform.v1.SchemaCheck.GhDetails ghDetails = 10;
1762
1762
  */
1763
- ghDetails?: SchemaCheckGhDetails;
1763
+ ghDetails?: SchemaCheck_GhDetails;
1764
1764
  /**
1765
1765
  * @generated from field: bool hasLintErrors = 11;
1766
1766
  */
@@ -1775,33 +1775,29 @@ export declare class SchemaCheck extends Message<SchemaCheck> {
1775
1775
  static equals(a: SchemaCheck | PlainMessage<SchemaCheck> | undefined, b: SchemaCheck | PlainMessage<SchemaCheck> | undefined): boolean;
1776
1776
  }
1777
1777
  /**
1778
- * @generated from message wg.cosmo.platform.v1.SchemaCheckGhDetails
1778
+ * @generated from message wg.cosmo.platform.v1.SchemaCheck.GhDetails
1779
1779
  */
1780
- export declare class SchemaCheckGhDetails extends Message<SchemaCheckGhDetails> {
1780
+ export declare class SchemaCheck_GhDetails extends Message<SchemaCheck_GhDetails> {
1781
1781
  /**
1782
1782
  * @generated from field: string commitSha = 1;
1783
1783
  */
1784
1784
  commitSha: string;
1785
1785
  /**
1786
- * @generated from field: string ownerSlug = 3;
1786
+ * @generated from field: string ownerSlug = 2;
1787
1787
  */
1788
1788
  ownerSlug: string;
1789
1789
  /**
1790
- * @generated from field: string repositorySlug = 4;
1790
+ * @generated from field: string repositorySlug = 3;
1791
1791
  */
1792
1792
  repositorySlug: string;
1793
- /**
1794
- * @generated from field: int32 checkRunId = 5;
1795
- */
1796
- checkRunId: number;
1797
- constructor(data?: PartialMessage<SchemaCheckGhDetails>);
1793
+ constructor(data?: PartialMessage<SchemaCheck_GhDetails>);
1798
1794
  static readonly runtime: typeof proto3;
1799
- static readonly typeName = "wg.cosmo.platform.v1.SchemaCheckGhDetails";
1795
+ static readonly typeName = "wg.cosmo.platform.v1.SchemaCheck.GhDetails";
1800
1796
  static readonly fields: FieldList;
1801
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SchemaCheckGhDetails;
1802
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SchemaCheckGhDetails;
1803
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SchemaCheckGhDetails;
1804
- static equals(a: SchemaCheckGhDetails | PlainMessage<SchemaCheckGhDetails> | undefined, b: SchemaCheckGhDetails | PlainMessage<SchemaCheckGhDetails> | undefined): boolean;
1797
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SchemaCheck_GhDetails;
1798
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SchemaCheck_GhDetails;
1799
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SchemaCheck_GhDetails;
1800
+ static equals(a: SchemaCheck_GhDetails | PlainMessage<SchemaCheck_GhDetails> | undefined, b: SchemaCheck_GhDetails | PlainMessage<SchemaCheck_GhDetails> | undefined): boolean;
1805
1801
  }
1806
1802
  /**
1807
1803
  * @generated from message wg.cosmo.platform.v1.GetChecksByFederatedGraphNameResponse
@@ -2644,7 +2644,7 @@ export class SchemaCheck extends Message {
2644
2644
  */
2645
2645
  isDeleted = false;
2646
2646
  /**
2647
- * @generated from field: optional wg.cosmo.platform.v1.SchemaCheckGhDetails ghDetails = 10;
2647
+ * @generated from field: optional wg.cosmo.platform.v1.SchemaCheck.GhDetails ghDetails = 10;
2648
2648
  */
2649
2649
  ghDetails;
2650
2650
  /**
@@ -2667,7 +2667,7 @@ export class SchemaCheck extends Message {
2667
2667
  { no: 7, name: "hasClientTraffic", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
2668
2668
  { no: 8, name: "isForcedSuccess", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
2669
2669
  { no: 9, name: "isDeleted", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
2670
- { no: 10, name: "ghDetails", kind: "message", T: SchemaCheckGhDetails, opt: true },
2670
+ { no: 10, name: "ghDetails", kind: "message", T: SchemaCheck_GhDetails, opt: true },
2671
2671
  { no: 11, name: "hasLintErrors", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
2672
2672
  ]);
2673
2673
  static fromBinary(bytes, options) {
@@ -2684,48 +2684,43 @@ export class SchemaCheck extends Message {
2684
2684
  }
2685
2685
  }
2686
2686
  /**
2687
- * @generated from message wg.cosmo.platform.v1.SchemaCheckGhDetails
2687
+ * @generated from message wg.cosmo.platform.v1.SchemaCheck.GhDetails
2688
2688
  */
2689
- export class SchemaCheckGhDetails extends Message {
2689
+ export class SchemaCheck_GhDetails extends Message {
2690
2690
  /**
2691
2691
  * @generated from field: string commitSha = 1;
2692
2692
  */
2693
2693
  commitSha = "";
2694
2694
  /**
2695
- * @generated from field: string ownerSlug = 3;
2695
+ * @generated from field: string ownerSlug = 2;
2696
2696
  */
2697
2697
  ownerSlug = "";
2698
2698
  /**
2699
- * @generated from field: string repositorySlug = 4;
2699
+ * @generated from field: string repositorySlug = 3;
2700
2700
  */
2701
2701
  repositorySlug = "";
2702
- /**
2703
- * @generated from field: int32 checkRunId = 5;
2704
- */
2705
- checkRunId = 0;
2706
2702
  constructor(data) {
2707
2703
  super();
2708
2704
  proto3.util.initPartial(data, this);
2709
2705
  }
2710
2706
  static runtime = proto3;
2711
- static typeName = "wg.cosmo.platform.v1.SchemaCheckGhDetails";
2707
+ static typeName = "wg.cosmo.platform.v1.SchemaCheck.GhDetails";
2712
2708
  static fields = proto3.util.newFieldList(() => [
2713
2709
  { no: 1, name: "commitSha", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2714
- { no: 3, name: "ownerSlug", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2715
- { no: 4, name: "repositorySlug", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2716
- { no: 5, name: "checkRunId", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
2710
+ { no: 2, name: "ownerSlug", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2711
+ { no: 3, name: "repositorySlug", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2717
2712
  ]);
2718
2713
  static fromBinary(bytes, options) {
2719
- return new SchemaCheckGhDetails().fromBinary(bytes, options);
2714
+ return new SchemaCheck_GhDetails().fromBinary(bytes, options);
2720
2715
  }
2721
2716
  static fromJson(jsonValue, options) {
2722
- return new SchemaCheckGhDetails().fromJson(jsonValue, options);
2717
+ return new SchemaCheck_GhDetails().fromJson(jsonValue, options);
2723
2718
  }
2724
2719
  static fromJsonString(jsonString, options) {
2725
- return new SchemaCheckGhDetails().fromJsonString(jsonString, options);
2720
+ return new SchemaCheck_GhDetails().fromJsonString(jsonString, options);
2726
2721
  }
2727
2722
  static equals(a, b) {
2728
- return proto3.util.equals(SchemaCheckGhDetails, a, b);
2723
+ return proto3.util.equals(SchemaCheck_GhDetails, a, b);
2729
2724
  }
2730
2725
  }
2731
2726
  /**