@juhuu/sdk-ts 1.3.71 → 1.3.72
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8046,6 +8046,8 @@ declare namespace JUHUU {
|
|
|
8046
8046
|
mapMarkerIconsDark: MapMarkerIcons | null;
|
|
8047
8047
|
fontUrlTitle: string | null;
|
|
8048
8048
|
fontUrlBody: string | null;
|
|
8049
|
+
fontUrlTitleWeb: string | null;
|
|
8050
|
+
fontUrlBodyWeb: string | null;
|
|
8049
8051
|
status: AppStatus;
|
|
8050
8052
|
iosBundleIdentifier: string;
|
|
8051
8053
|
webTitle: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -8046,6 +8046,8 @@ declare namespace JUHUU {
|
|
|
8046
8046
|
mapMarkerIconsDark: MapMarkerIcons | null;
|
|
8047
8047
|
fontUrlTitle: string | null;
|
|
8048
8048
|
fontUrlBody: string | null;
|
|
8049
|
+
fontUrlTitleWeb: string | null;
|
|
8050
|
+
fontUrlBodyWeb: string | null;
|
|
8049
8051
|
status: AppStatus;
|
|
8050
8052
|
iosBundleIdentifier: string;
|
|
8051
8053
|
webTitle: string;
|