@feedmepos/mf-miniprogram-v2 0.1.0-dev.8 → 0.1.0-dev.9
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/app.js
CHANGED
package/dist/package.json
CHANGED
|
@@ -16,6 +16,7 @@ export declare function currentBusinessLabel(): string;
|
|
|
16
16
|
export declare function currentBusinessSlug(): string | undefined;
|
|
17
17
|
export declare function currentBusinessName(): string;
|
|
18
18
|
export declare function currentBusinessCountry(): string | undefined;
|
|
19
|
+
export declare function currentBusinessLiveUrl(): string;
|
|
19
20
|
export declare function controlPlaneAuthorizationHeader(): Promise<string | null>;
|
|
20
21
|
export declare function authorizedFetch(input: RequestInfo | URL, init?: RequestInit): Promise<Response>;
|
|
21
22
|
export declare function controlPlaneFetch<T>(path: string, init?: RequestInit): Promise<T>;
|