@wundergraph/cosmo-connect 0.108.0 → 0.109.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.
|
@@ -10849,6 +10849,10 @@ export declare class CreateProposalResponse extends Message<CreateProposalRespon
|
|
|
10849
10849
|
* @generated from field: string checkUrl = 15;
|
|
10850
10850
|
*/
|
|
10851
10851
|
checkUrl: string;
|
|
10852
|
+
/**
|
|
10853
|
+
* @generated from field: string proposalUrl = 16;
|
|
10854
|
+
*/
|
|
10855
|
+
proposalUrl: string;
|
|
10852
10856
|
constructor(data?: PartialMessage<CreateProposalResponse>);
|
|
10853
10857
|
static readonly runtime: typeof proto3;
|
|
10854
10858
|
static readonly typeName = "wg.cosmo.platform.v1.CreateProposalResponse";
|
|
@@ -17017,6 +17017,10 @@ export class CreateProposalResponse extends Message {
|
|
|
17017
17017
|
* @generated from field: string checkUrl = 15;
|
|
17018
17018
|
*/
|
|
17019
17019
|
checkUrl = "";
|
|
17020
|
+
/**
|
|
17021
|
+
* @generated from field: string proposalUrl = 16;
|
|
17022
|
+
*/
|
|
17023
|
+
proposalUrl = "";
|
|
17020
17024
|
constructor(data) {
|
|
17021
17025
|
super();
|
|
17022
17026
|
proto3.util.initPartial(data, this);
|
|
@@ -17039,6 +17043,7 @@ export class CreateProposalResponse extends Message {
|
|
|
17039
17043
|
{ no: 13, name: "lintingSkipped", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
17040
17044
|
{ no: 14, name: "graphPruningSkipped", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
17041
17045
|
{ no: 15, name: "checkUrl", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
17046
|
+
{ no: 16, name: "proposalUrl", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
17042
17047
|
]);
|
|
17043
17048
|
static fromBinary(bytes, options) {
|
|
17044
17049
|
return new CreateProposalResponse().fromBinary(bytes, options);
|