@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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.3.16",
3
+ "version": "2.3.17",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",