@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.
|
|
1761
|
+
* @generated from field: optional wg.cosmo.platform.v1.SchemaCheck.GhDetails ghDetails = 10;
|
|
1762
1762
|
*/
|
|
1763
|
-
ghDetails?:
|
|
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.
|
|
1778
|
+
* @generated from message wg.cosmo.platform.v1.SchemaCheck.GhDetails
|
|
1779
1779
|
*/
|
|
1780
|
-
export declare class
|
|
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 =
|
|
1786
|
+
* @generated from field: string ownerSlug = 2;
|
|
1787
1787
|
*/
|
|
1788
1788
|
ownerSlug: string;
|
|
1789
1789
|
/**
|
|
1790
|
-
* @generated from field: string repositorySlug =
|
|
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.
|
|
1795
|
+
static readonly typeName = "wg.cosmo.platform.v1.SchemaCheck.GhDetails";
|
|
1800
1796
|
static readonly fields: FieldList;
|
|
1801
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
1802
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
1803
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
1804
|
-
static equals(a:
|
|
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.
|
|
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:
|
|
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.
|
|
2687
|
+
* @generated from message wg.cosmo.platform.v1.SchemaCheck.GhDetails
|
|
2688
2688
|
*/
|
|
2689
|
-
export class
|
|
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 =
|
|
2695
|
+
* @generated from field: string ownerSlug = 2;
|
|
2696
2696
|
*/
|
|
2697
2697
|
ownerSlug = "";
|
|
2698
2698
|
/**
|
|
2699
|
-
* @generated from field: string repositorySlug =
|
|
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.
|
|
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:
|
|
2715
|
-
{ no:
|
|
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
|
|
2714
|
+
return new SchemaCheck_GhDetails().fromBinary(bytes, options);
|
|
2720
2715
|
}
|
|
2721
2716
|
static fromJson(jsonValue, options) {
|
|
2722
|
-
return new
|
|
2717
|
+
return new SchemaCheck_GhDetails().fromJson(jsonValue, options);
|
|
2723
2718
|
}
|
|
2724
2719
|
static fromJsonString(jsonString, options) {
|
|
2725
|
-
return new
|
|
2720
|
+
return new SchemaCheck_GhDetails().fromJsonString(jsonString, options);
|
|
2726
2721
|
}
|
|
2727
2722
|
static equals(a, b) {
|
|
2728
|
-
return proto3.util.equals(
|
|
2723
|
+
return proto3.util.equals(SchemaCheck_GhDetails, a, b);
|
|
2729
2724
|
}
|
|
2730
2725
|
}
|
|
2731
2726
|
/**
|