@opexa/portal-sdk 0.54.5 → 0.54.6
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.
- package/dist/index.cjs +383 -155
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +383 -155
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1912,6 +1912,8 @@ declare class Sdk {
|
|
|
1912
1912
|
get fetch(): typeof globalThis.fetch | null;
|
|
1913
1913
|
set middleware(value: GraphQLClientMiddleware);
|
|
1914
1914
|
get middleware(): GraphQLClientMiddleware;
|
|
1915
|
+
initWebDomain(): void;
|
|
1916
|
+
private get webDomain();
|
|
1915
1917
|
set adClickId(value: string | null);
|
|
1916
1918
|
get adClickId(): string | null;
|
|
1917
1919
|
set cxd(value: string | null);
|
package/dist/index.d.ts
CHANGED
|
@@ -1912,6 +1912,8 @@ declare class Sdk {
|
|
|
1912
1912
|
get fetch(): typeof globalThis.fetch | null;
|
|
1913
1913
|
set middleware(value: GraphQLClientMiddleware);
|
|
1914
1914
|
get middleware(): GraphQLClientMiddleware;
|
|
1915
|
+
initWebDomain(): void;
|
|
1916
|
+
private get webDomain();
|
|
1915
1917
|
set adClickId(value: string | null);
|
|
1916
1918
|
get adClickId(): string | null;
|
|
1917
1919
|
set cxd(value: string | null);
|