Skip to content

Commit

Permalink
update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
CLEMENTINATOR committed Feb 4, 2025
1 parent b61693a commit 6613e3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions types/interfaces/edgee-protocols-data-collection.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export namespace EdgeeProtocolsDataCollection {
export function page(e: Event, cred: Dict): EdgeeRequest;
export function track(e: Event, cred: Dict): EdgeeRequest;
export function user(e: Event, cred: Dict): EdgeeRequest;
export function page(e: Event, settings: Dict): EdgeeRequest;
export function track(e: Event, settings: Dict): EdgeeRequest;
export function user(e: Event, settings: Dict): EdgeeRequest;
}
export type Dict = Array<[string, string]>;
/**
Expand Down Expand Up @@ -131,5 +131,6 @@ export interface EdgeeRequest {
method: HttpMethod,
url: string,
headers: Dict,
forwardClientHeaders: boolean,
body: string,
}

0 comments on commit 6613e3e

Please sign in to comment.