refactor: 리펙토링

This commit is contained in:
DongHyeonka
2026-08-01 19:39:59 +09:00
parent 9c959ea2a5
commit c6da03369c
171 changed files with 20329 additions and 782 deletions
+4 -4
View File
@@ -80,7 +80,7 @@ export const TEST_MAPPER: InstalledBoundaryMapper = Object.freeze({
mapperVersion: 1,
inputSchemaId: "ReferenceRealtimePayload",
outputContractId: "ReferenceRealtimeEvent",
owner: "reference-feature",
owner: "sample-owner",
maxOutputItems: 1,
map(input) {
if (
@@ -113,7 +113,7 @@ const snapshotOperation: ApiOperation = Object.freeze({
requestSource: "none",
requestSchema: "NoRequest",
responseSchema: "ReferenceRealtimeCheckpoint",
owner: "reference-feature",
owner: "sample-owner",
contractVersion: 2,
protocol: "REST",
semantics: "QUERY",
@@ -161,7 +161,7 @@ export function createTestRealtimeRegistry(
} as const);
const eventType: RealtimeEventTypeRegistration = {
id: EVENT_TYPE,
owner: "reference-feature",
owner: "sample-owner",
payloadSchemaId: "ReferenceRealtimePayload",
mapperId: "ReferenceRealtimeMapper",
effectProfileId: EFFECT_PROFILE_ID,
@@ -170,7 +170,7 @@ export function createTestRealtimeRegistry(
const stream: RealtimeStreamRegistration = {
id: STREAM_ID,
protocol: "REALTIME_EVENT_V1",
owner: "reference-feature",
owner: "sample-owner",
scope: "ACCOUNT_BOUND",
primaryTransport: "SSE",
endpointId: ENDPOINT_ID,