ADD CROSS DOMAIN SUPPORT

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-06-26 22:35:29 +02:00
parent a0c8199474
commit 41143ca5f8
26 changed files with 514 additions and 126 deletions

View File

@@ -18,11 +18,12 @@ export interface EventsQueuePayloadIncomingEvent {
latitude: number | undefined;
};
headers: {
origin: string | undefined;
ua: string | undefined;
};
currentDeviceId: string;
previousDeviceId: string;
currentDeviceIdDeprecated: string;
previousDeviceIdDeprecated: string;
};
}
export interface EventsQueuePayloadCreateEvent {