Skip to content

Commit

Permalink
feat: webhook history view (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnithin authored Aug 9, 2024
1 parent 6eb0e4d commit 4457a57
Show file tree
Hide file tree
Showing 23 changed files with 6,566 additions and 254 deletions.
6 changes: 6 additions & 0 deletions connect/src/wg/cosmo/notifications/events_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,17 @@ export enum OrganizationEventName {
* @generated from enum value: MONOGRAPH_SCHEMA_UPDATED = 1;
*/
MONOGRAPH_SCHEMA_UPDATED = 1,

/**
* @generated from enum value: VALIDATE_CONFIG = 3;
*/
VALIDATE_CONFIG = 3,
}
// Retrieve enum metadata with: proto3.getEnumType(OrganizationEventName)
proto3.util.setEnumType(OrganizationEventName, "wg.cosmo.notifications.OrganizationEventName", [
{ no: 0, name: "FEDERATED_GRAPH_SCHEMA_UPDATED" },
{ no: 1, name: "MONOGRAPH_SCHEMA_UPDATED" },
{ no: 3, name: "VALIDATE_CONFIG" },
]);

/**
Expand Down

Large diffs are not rendered by default.

35 changes: 34 additions & 1 deletion connect/src/wg/cosmo/platform/v1/platform_connect.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 4457a57

Please sign in to comment.