Skip to content

Commit

Permalink
createdBy in RelationshipAuditLogEntry is documented as date-time (
Browse files Browse the repository at this point in the history
…#352)

* chore: remove unused types

* fix: createdBy

* chore: audit fix
  • Loading branch information
jkoenig134 authored Jan 27, 2025
1 parent 85d94e7 commit d2630c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/modules/coreHttpApi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6030,9 +6030,7 @@ components:
format: date-time
nullable: false
createdBy:
type: string
format: date-time
nullable: false
$ref: "#/components/schemas/Address"
createdByDevice:
$ref: "#/components/schemas/DeviceID"
reason:
Expand Down
11 changes: 0 additions & 11 deletions src/modules/sse/SseModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ import { ConnectorMode } from "../../ConnectorMode";
import { ConnectorRuntime } from "../../ConnectorRuntime";
import { ConnectorRuntimeModule, ConnectorRuntimeModuleConfiguration } from "../../ConnectorRuntimeModule";

export enum BackboneEventName {
DatawalletModificationsCreated = "DatawalletModificationsCreated",
ExternalEventCreated = "ExternalEventCreated"
}

export interface IBackboneEventContent {
eventName: BackboneEventName;
sentAt: string;
payload: any;
}

export interface SseModuleConfiguration extends ConnectorRuntimeModuleConfiguration {
baseUrlOverride?: string;
}
Expand Down

0 comments on commit d2630c4

Please sign in to comment.