@juhuu/sdk-ts 1.3.50 → 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 CHANGED
@@ -7909,6 +7909,10 @@ declare namespace JUHUU {
7909
7909
  expoProjectId: string;
7910
7910
  homescreenName: string;
7911
7911
  slug: string;
7912
+ termsUrl: string | null;
7913
+ imprintUrl: string | null;
7914
+ privacyUrl: string | null;
7915
+ copyright: string | null;
7912
7916
  };
7913
7917
  namespace Create {
7914
7918
  type Params = {
@@ -7970,6 +7974,10 @@ declare namespace JUHUU {
7970
7974
  expoProjectId?: string;
7971
7975
  homescreenName?: string;
7972
7976
  slug?: string;
7977
+ termsUrl?: string | null;
7978
+ imprintUrl?: string | null;
7979
+ privacyUrl?: string | null;
7980
+ copyright?: string | null;
7973
7981
  };
7974
7982
  type Options = JUHUU.RequestOptions;
7975
7983
  type Response = {
package/dist/index.d.ts CHANGED
@@ -7909,6 +7909,10 @@ declare namespace JUHUU {
7909
7909
  expoProjectId: string;
7910
7910
  homescreenName: string;
7911
7911
  slug: string;
7912
+ termsUrl: string | null;
7913
+ imprintUrl: string | null;
7914
+ privacyUrl: string | null;
7915
+ copyright: string | null;
7912
7916
  };
7913
7917
  namespace Create {
7914
7918
  type Params = {
@@ -7970,6 +7974,10 @@ declare namespace JUHUU {
7970
7974
  expoProjectId?: string;
7971
7975
  homescreenName?: string;
7972
7976
  slug?: string;
7977
+ termsUrl?: string | null;
7978
+ imprintUrl?: string | null;
7979
+ privacyUrl?: string | null;
7980
+ copyright?: string | null;
7973
7981
  };
7974
7982
  type Options = JUHUU.RequestOptions;
7975
7983
  type Response = {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "provenance": true
4
4
  },
5
5
  "name": "@juhuu/sdk-ts",
6
- "version": "1.3.50",
6
+ "version": "1.3.52",
7
7
  "description": "Typescript wrapper for JUHUU services",
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.mjs",