sass-template-common 0.0.40 → 0.0.41
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.
|
@@ -715,6 +715,10 @@ export declare function getResponse<T>(response: PromiseSettledResult<AxiosRespo
|
|
|
715
715
|
|
|
716
716
|
export declare function getResponsePromise<T>(response: PromiseSettledResult<T> | undefined): T | null;
|
|
717
717
|
|
|
718
|
+
export declare const getSchemas: (params: Params, path: string, axiosApi: AxiosInstance) => Promise<void | AxiosResponse< {
|
|
719
|
+
data: Array<ItemList>;
|
|
720
|
+
}, any, {}>>;
|
|
721
|
+
|
|
718
722
|
export declare const getScriptReplaces: {
|
|
719
723
|
[key in MetadataDefaultsKeys]: (props: Props_5) => replaces | undefined;
|
|
720
724
|
};
|
|
@@ -13751,6 +13751,7 @@ export {
|
|
|
13751
13751
|
dd as getReportReasonLabel,
|
|
13752
13752
|
y2 as getResponse,
|
|
13753
13753
|
b2 as getResponsePromise,
|
|
13754
|
+
Z1 as getSchemas,
|
|
13754
13755
|
aa as getScriptReplaces,
|
|
13755
13756
|
G2 as getSlugs,
|
|
13756
13757
|
c8 as getTypeOfNews,
|