@wundergraph/cosmo-connect 0.125.0 → 0.127.0
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.
|
@@ -12396,6 +12396,10 @@ export declare class GetOperationDeprecatedFieldsResponse_DeprecatedField extend
|
|
|
12396
12396
|
* @generated from field: string path = 3;
|
|
12397
12397
|
*/
|
|
12398
12398
|
path: string;
|
|
12399
|
+
/**
|
|
12400
|
+
* @generated from field: string deprecationReason = 4;
|
|
12401
|
+
*/
|
|
12402
|
+
deprecationReason: string;
|
|
12399
12403
|
constructor(data?: PartialMessage<GetOperationDeprecatedFieldsResponse_DeprecatedField>);
|
|
12400
12404
|
static readonly runtime: typeof proto3;
|
|
12401
12405
|
static readonly typeName = "wg.cosmo.platform.v1.GetOperationDeprecatedFieldsResponse.DeprecatedField";
|
|
@@ -19285,6 +19285,10 @@ export class GetOperationDeprecatedFieldsResponse_DeprecatedField extends Messag
|
|
|
19285
19285
|
* @generated from field: string path = 3;
|
|
19286
19286
|
*/
|
|
19287
19287
|
path = "";
|
|
19288
|
+
/**
|
|
19289
|
+
* @generated from field: string deprecationReason = 4;
|
|
19290
|
+
*/
|
|
19291
|
+
deprecationReason = "";
|
|
19288
19292
|
constructor(data) {
|
|
19289
19293
|
super();
|
|
19290
19294
|
proto3.util.initPartial(data, this);
|
|
@@ -19295,6 +19299,7 @@ export class GetOperationDeprecatedFieldsResponse_DeprecatedField extends Messag
|
|
|
19295
19299
|
{ no: 1, name: "fieldName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
19296
19300
|
{ no: 2, name: "typeName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
19297
19301
|
{ no: 3, name: "path", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
19302
|
+
{ no: 4, name: "deprecationReason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
19298
19303
|
]);
|
|
19299
19304
|
static fromBinary(bytes, options) {
|
|
19300
19305
|
return new GetOperationDeprecatedFieldsResponse_DeprecatedField().fromBinary(bytes, options);
|