@connectedxm/admin 2.7.0 → 2.7.1
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
|
@@ -1370,6 +1370,7 @@ interface Organization extends BaseOrganization {
|
|
|
1370
1370
|
createdAt: string;
|
|
1371
1371
|
updatedAt: string;
|
|
1372
1372
|
integrations: Integration[];
|
|
1373
|
+
appName: string | null;
|
|
1373
1374
|
appIconId: string | null;
|
|
1374
1375
|
appIcon: BaseImage | null;
|
|
1375
1376
|
appAdaptiveIconId: string | null;
|
|
@@ -4475,6 +4476,7 @@ interface OrganizationUpdateInputs {
|
|
|
4475
4476
|
zip?: string | null;
|
|
4476
4477
|
primaryColor?: string | null;
|
|
4477
4478
|
secondaryColor?: string | null;
|
|
4479
|
+
appName?: string | null;
|
|
4478
4480
|
logoId?: string | null;
|
|
4479
4481
|
darkLogoId?: string | null;
|
|
4480
4482
|
iconId?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1370,6 +1370,7 @@ interface Organization extends BaseOrganization {
|
|
|
1370
1370
|
createdAt: string;
|
|
1371
1371
|
updatedAt: string;
|
|
1372
1372
|
integrations: Integration[];
|
|
1373
|
+
appName: string | null;
|
|
1373
1374
|
appIconId: string | null;
|
|
1374
1375
|
appIcon: BaseImage | null;
|
|
1375
1376
|
appAdaptiveIconId: string | null;
|
|
@@ -4475,6 +4476,7 @@ interface OrganizationUpdateInputs {
|
|
|
4475
4476
|
zip?: string | null;
|
|
4476
4477
|
primaryColor?: string | null;
|
|
4477
4478
|
secondaryColor?: string | null;
|
|
4479
|
+
appName?: string | null;
|
|
4478
4480
|
logoId?: string | null;
|
|
4479
4481
|
darkLogoId?: string | null;
|
|
4480
4482
|
iconId?: string | null;
|