@juhuu/sdk-ts 1.3.50 → 1.3.51
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
|
@@ -7909,6 +7909,8 @@ declare namespace JUHUU {
|
|
|
7909
7909
|
expoProjectId: string;
|
|
7910
7910
|
homescreenName: string;
|
|
7911
7911
|
slug: string;
|
|
7912
|
+
termsUrl: string | null;
|
|
7913
|
+
copyright: string | null;
|
|
7912
7914
|
};
|
|
7913
7915
|
namespace Create {
|
|
7914
7916
|
type Params = {
|
|
@@ -7970,6 +7972,8 @@ declare namespace JUHUU {
|
|
|
7970
7972
|
expoProjectId?: string;
|
|
7971
7973
|
homescreenName?: string;
|
|
7972
7974
|
slug?: string;
|
|
7975
|
+
termsUrl?: string | null;
|
|
7976
|
+
copyright?: string | null;
|
|
7973
7977
|
};
|
|
7974
7978
|
type Options = JUHUU.RequestOptions;
|
|
7975
7979
|
type Response = {
|
package/dist/index.d.ts
CHANGED
|
@@ -7909,6 +7909,8 @@ declare namespace JUHUU {
|
|
|
7909
7909
|
expoProjectId: string;
|
|
7910
7910
|
homescreenName: string;
|
|
7911
7911
|
slug: string;
|
|
7912
|
+
termsUrl: string | null;
|
|
7913
|
+
copyright: string | null;
|
|
7912
7914
|
};
|
|
7913
7915
|
namespace Create {
|
|
7914
7916
|
type Params = {
|
|
@@ -7970,6 +7972,8 @@ declare namespace JUHUU {
|
|
|
7970
7972
|
expoProjectId?: string;
|
|
7971
7973
|
homescreenName?: string;
|
|
7972
7974
|
slug?: string;
|
|
7975
|
+
termsUrl?: string | null;
|
|
7976
|
+
copyright?: string | null;
|
|
7973
7977
|
};
|
|
7974
7978
|
type Options = JUHUU.RequestOptions;
|
|
7975
7979
|
type Response = {
|