@connectedxm/admin 2.7.2 → 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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -562,7 +562,7 @@ interface BaseChannelContent {
|
|
|
562
562
|
squareImageId: string | null;
|
|
563
563
|
squareImage: BaseImage | null;
|
|
564
564
|
imageUrl: string | null;
|
|
565
|
-
audioId:
|
|
565
|
+
audioId: number | null;
|
|
566
566
|
audio: BaseFile | null;
|
|
567
567
|
videoId: string | null;
|
|
568
568
|
video: BaseVideo | null;
|
|
@@ -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
|
@@ -562,7 +562,7 @@ interface BaseChannelContent {
|
|
|
562
562
|
squareImageId: string | null;
|
|
563
563
|
squareImage: BaseImage | null;
|
|
564
564
|
imageUrl: string | null;
|
|
565
|
-
audioId:
|
|
565
|
+
audioId: number | null;
|
|
566
566
|
audio: BaseFile | null;
|
|
567
567
|
videoId: string | null;
|
|
568
568
|
video: BaseVideo | null;
|
|
@@ -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;
|