@connectedxm/client 2.3.15 → 2.3.16
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.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1846,6 +1846,7 @@ interface OrganizationConfig {
|
|
|
1846
1846
|
APP_ICON: string | null;
|
|
1847
1847
|
ADAPTIVE_ICON: string | null;
|
|
1848
1848
|
SPLASH_SCREEN: string | null;
|
|
1849
|
+
SPLASH_SCREEN_COLOR: string;
|
|
1849
1850
|
DEFAULT_LOCALE: string;
|
|
1850
1851
|
LOCALES: string[];
|
|
1851
1852
|
LANGUAGES: Partial<Record<string, Record<string, string>>>;
|
|
@@ -1896,6 +1897,7 @@ interface OrganizationModule {
|
|
|
1896
1897
|
enabledTiers: string[];
|
|
1897
1898
|
editable: boolean;
|
|
1898
1899
|
editableTiers: string[];
|
|
1900
|
+
options: Record<string, string>;
|
|
1899
1901
|
}
|
|
1900
1902
|
interface OrganizationOAuth {
|
|
1901
1903
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1846,6 +1846,7 @@ interface OrganizationConfig {
|
|
|
1846
1846
|
APP_ICON: string | null;
|
|
1847
1847
|
ADAPTIVE_ICON: string | null;
|
|
1848
1848
|
SPLASH_SCREEN: string | null;
|
|
1849
|
+
SPLASH_SCREEN_COLOR: string;
|
|
1849
1850
|
DEFAULT_LOCALE: string;
|
|
1850
1851
|
LOCALES: string[];
|
|
1851
1852
|
LANGUAGES: Partial<Record<string, Record<string, string>>>;
|
|
@@ -1896,6 +1897,7 @@ interface OrganizationModule {
|
|
|
1896
1897
|
enabledTiers: string[];
|
|
1897
1898
|
editable: boolean;
|
|
1898
1899
|
editableTiers: string[];
|
|
1900
|
+
options: Record<string, string>;
|
|
1899
1901
|
}
|
|
1900
1902
|
interface OrganizationOAuth {
|
|
1901
1903
|
name: string;
|