@connectedxm/admin 2.3.16 → 2.3.17
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
|
@@ -1369,6 +1369,7 @@ interface Organization extends BaseOrganization {
|
|
|
1369
1369
|
appAdaptiveIcon: BaseImage | null;
|
|
1370
1370
|
appSplashScreenId: string | null;
|
|
1371
1371
|
appSplashScreen: BaseImage | null;
|
|
1372
|
+
appSplashScreenColor: string | null;
|
|
1372
1373
|
darkIconId: string | null;
|
|
1373
1374
|
darkIcon: BaseImage | null;
|
|
1374
1375
|
darkLogoId: string | null;
|
|
@@ -4416,6 +4417,7 @@ interface OrganizationUpdateInputs {
|
|
|
4416
4417
|
appIconId?: string | null;
|
|
4417
4418
|
appAdaptiveIconId?: string | null;
|
|
4418
4419
|
appSplashScreenId?: string | null;
|
|
4420
|
+
appSplashScreenColor?: string | null;
|
|
4419
4421
|
locale?: string | null;
|
|
4420
4422
|
locales?: string[] | null;
|
|
4421
4423
|
inviteOnly?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1369,6 +1369,7 @@ interface Organization extends BaseOrganization {
|
|
|
1369
1369
|
appAdaptiveIcon: BaseImage | null;
|
|
1370
1370
|
appSplashScreenId: string | null;
|
|
1371
1371
|
appSplashScreen: BaseImage | null;
|
|
1372
|
+
appSplashScreenColor: string | null;
|
|
1372
1373
|
darkIconId: string | null;
|
|
1373
1374
|
darkIcon: BaseImage | null;
|
|
1374
1375
|
darkLogoId: string | null;
|
|
@@ -4416,6 +4417,7 @@ interface OrganizationUpdateInputs {
|
|
|
4416
4417
|
appIconId?: string | null;
|
|
4417
4418
|
appAdaptiveIconId?: string | null;
|
|
4418
4419
|
appSplashScreenId?: string | null;
|
|
4420
|
+
appSplashScreenColor?: string | null;
|
|
4419
4421
|
locale?: string | null;
|
|
4420
4422
|
locales?: string[] | null;
|
|
4421
4423
|
inviteOnly?: boolean;
|