@connectedxm/admin 2.7.3 → 2.7.4

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
@@ -1367,6 +1367,7 @@ interface Organization extends BaseOrganization {
1367
1367
  zip: string | null;
1368
1368
  primaryColor: string | null;
1369
1369
  secondaryColor: string | null;
1370
+ clientTheme: string | null;
1370
1371
  facebook: string | null;
1371
1372
  twitter: string | null;
1372
1373
  instagram: string | null;
@@ -4492,6 +4493,7 @@ interface OrganizationUpdateInputs {
4492
4493
  zip?: string | null;
4493
4494
  primaryColor?: string | null;
4494
4495
  secondaryColor?: string | null;
4496
+ clientTheme?: string | null;
4495
4497
  appName?: string | null;
4496
4498
  logoId?: string | null;
4497
4499
  darkLogoId?: string | null;
package/dist/index.d.ts CHANGED
@@ -1367,6 +1367,7 @@ interface Organization extends BaseOrganization {
1367
1367
  zip: string | null;
1368
1368
  primaryColor: string | null;
1369
1369
  secondaryColor: string | null;
1370
+ clientTheme: string | null;
1370
1371
  facebook: string | null;
1371
1372
  twitter: string | null;
1372
1373
  instagram: string | null;
@@ -4492,6 +4493,7 @@ interface OrganizationUpdateInputs {
4492
4493
  zip?: string | null;
4493
4494
  primaryColor?: string | null;
4494
4495
  secondaryColor?: string | null;
4496
+ clientTheme?: string | null;
4495
4497
  appName?: string | null;
4496
4498
  logoId?: string | null;
4497
4499
  darkLogoId?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.7.3",
3
+ "version": "2.7.4",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",