@wundergraph/cosmo-connect 0.102.0 → 0.102.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.
|
@@ -2154,10 +2154,6 @@ export declare class GetChecksByFederatedGraphNameResponse extends Message<GetCh
|
|
|
2154
2154
|
* @generated from field: int32 checksCountBasedOnDateRange = 3;
|
|
2155
2155
|
*/
|
|
2156
2156
|
checksCountBasedOnDateRange: number;
|
|
2157
|
-
/**
|
|
2158
|
-
* @generated from field: int32 totalChecksCount = 4;
|
|
2159
|
-
*/
|
|
2160
|
-
totalChecksCount: number;
|
|
2161
2157
|
constructor(data?: PartialMessage<GetChecksByFederatedGraphNameResponse>);
|
|
2162
2158
|
static readonly runtime: typeof proto3;
|
|
2163
2159
|
static readonly typeName = "wg.cosmo.platform.v1.GetChecksByFederatedGraphNameResponse";
|
|
@@ -3205,10 +3205,6 @@ export class GetChecksByFederatedGraphNameResponse extends Message {
|
|
|
3205
3205
|
* @generated from field: int32 checksCountBasedOnDateRange = 3;
|
|
3206
3206
|
*/
|
|
3207
3207
|
checksCountBasedOnDateRange = 0;
|
|
3208
|
-
/**
|
|
3209
|
-
* @generated from field: int32 totalChecksCount = 4;
|
|
3210
|
-
*/
|
|
3211
|
-
totalChecksCount = 0;
|
|
3212
3208
|
constructor(data) {
|
|
3213
3209
|
super();
|
|
3214
3210
|
proto3.util.initPartial(data, this);
|
|
@@ -3219,7 +3215,6 @@ export class GetChecksByFederatedGraphNameResponse extends Message {
|
|
|
3219
3215
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
3220
3216
|
{ no: 2, name: "checks", kind: "message", T: SchemaCheck, repeated: true },
|
|
3221
3217
|
{ no: 3, name: "checksCountBasedOnDateRange", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
3222
|
-
{ no: 4, name: "totalChecksCount", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
3223
3218
|
]);
|
|
3224
3219
|
static fromBinary(bytes, options) {
|
|
3225
3220
|
return new GetChecksByFederatedGraphNameResponse().fromBinary(bytes, options);
|