@juhuu/sdk-ts 1.3.51 → 1.3.52
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.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7910,6 +7910,8 @@ declare namespace JUHUU {
|
|
|
7910
7910
|
homescreenName: string;
|
|
7911
7911
|
slug: string;
|
|
7912
7912
|
termsUrl: string | null;
|
|
7913
|
+
imprintUrl: string | null;
|
|
7914
|
+
privacyUrl: string | null;
|
|
7913
7915
|
copyright: string | null;
|
|
7914
7916
|
};
|
|
7915
7917
|
namespace Create {
|
|
@@ -7973,6 +7975,8 @@ declare namespace JUHUU {
|
|
|
7973
7975
|
homescreenName?: string;
|
|
7974
7976
|
slug?: string;
|
|
7975
7977
|
termsUrl?: string | null;
|
|
7978
|
+
imprintUrl?: string | null;
|
|
7979
|
+
privacyUrl?: string | null;
|
|
7976
7980
|
copyright?: string | null;
|
|
7977
7981
|
};
|
|
7978
7982
|
type Options = JUHUU.RequestOptions;
|
package/dist/index.d.ts
CHANGED
|
@@ -7910,6 +7910,8 @@ declare namespace JUHUU {
|
|
|
7910
7910
|
homescreenName: string;
|
|
7911
7911
|
slug: string;
|
|
7912
7912
|
termsUrl: string | null;
|
|
7913
|
+
imprintUrl: string | null;
|
|
7914
|
+
privacyUrl: string | null;
|
|
7913
7915
|
copyright: string | null;
|
|
7914
7916
|
};
|
|
7915
7917
|
namespace Create {
|
|
@@ -7973,6 +7975,8 @@ declare namespace JUHUU {
|
|
|
7973
7975
|
homescreenName?: string;
|
|
7974
7976
|
slug?: string;
|
|
7975
7977
|
termsUrl?: string | null;
|
|
7978
|
+
imprintUrl?: string | null;
|
|
7979
|
+
privacyUrl?: string | null;
|
|
7976
7980
|
copyright?: string | null;
|
|
7977
7981
|
};
|
|
7978
7982
|
type Options = JUHUU.RequestOptions;
|