dauth-context-react 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,4 @@
1
1
  export declare const apiVersion = "v1";
2
2
  export declare const serverDomain = "dauth.ovh";
3
- export declare function getServerBasePath({ domainName }: {
4
- domainName: string;
5
- }): string;
6
- export declare function getClientBasePath({ domainName }: {
7
- domainName: string;
8
- }): string;
3
+ export declare function getServerBasePath(): string;
4
+ export declare function getClientBasePath(): string;