@wundergraph/cosmo-connect 0.66.0 → 0.66.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.
|
@@ -3923,6 +3923,10 @@ export declare class CreateOrganizationWebhookConfigResponse extends Message<Cre
|
|
|
3923
3923
|
* @generated from field: wg.cosmo.platform.v1.Response response = 1;
|
|
3924
3924
|
*/
|
|
3925
3925
|
response?: Response;
|
|
3926
|
+
/**
|
|
3927
|
+
* @generated from field: string webhook_config_id = 2;
|
|
3928
|
+
*/
|
|
3929
|
+
webhookConfigId: string;
|
|
3926
3930
|
constructor(data?: PartialMessage<CreateOrganizationWebhookConfigResponse>);
|
|
3927
3931
|
static readonly runtime: typeof proto3;
|
|
3928
3932
|
static readonly typeName = "wg.cosmo.platform.v1.CreateOrganizationWebhookConfigResponse";
|
|
@@ -6059,6 +6059,10 @@ export class CreateOrganizationWebhookConfigResponse extends Message {
|
|
|
6059
6059
|
* @generated from field: wg.cosmo.platform.v1.Response response = 1;
|
|
6060
6060
|
*/
|
|
6061
6061
|
response;
|
|
6062
|
+
/**
|
|
6063
|
+
* @generated from field: string webhook_config_id = 2;
|
|
6064
|
+
*/
|
|
6065
|
+
webhookConfigId = "";
|
|
6062
6066
|
constructor(data) {
|
|
6063
6067
|
super();
|
|
6064
6068
|
proto3.util.initPartial(data, this);
|
|
@@ -6067,6 +6071,7 @@ export class CreateOrganizationWebhookConfigResponse extends Message {
|
|
|
6067
6071
|
static typeName = "wg.cosmo.platform.v1.CreateOrganizationWebhookConfigResponse";
|
|
6068
6072
|
static fields = proto3.util.newFieldList(() => [
|
|
6069
6073
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
6074
|
+
{ no: 2, name: "webhook_config_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
6070
6075
|
]);
|
|
6071
6076
|
static fromBinary(bytes, options) {
|
|
6072
6077
|
return new CreateOrganizationWebhookConfigResponse().fromBinary(bytes, options);
|