@connectedxm/admin 2.0.3 → 2.0.5
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 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1308,7 +1308,7 @@ interface BaseOrganization {
|
|
|
1308
1308
|
iconId: string | null;
|
|
1309
1309
|
icon: BaseImage | null;
|
|
1310
1310
|
domain: string | null;
|
|
1311
|
-
locale:
|
|
1311
|
+
locale: string;
|
|
1312
1312
|
}
|
|
1313
1313
|
interface Organization extends BaseOrganization {
|
|
1314
1314
|
email: string | null;
|
|
@@ -4054,6 +4054,7 @@ interface OrganizationUpdateInputs {
|
|
|
4054
4054
|
appIconId?: string | null;
|
|
4055
4055
|
appAdaptiveIconId?: string | null;
|
|
4056
4056
|
appSplashScreenId?: string | null;
|
|
4057
|
+
locale?: string | null;
|
|
4057
4058
|
locales?: string[] | null;
|
|
4058
4059
|
googleServices?: string | null;
|
|
4059
4060
|
inviteOnly?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1308,7 +1308,7 @@ interface BaseOrganization {
|
|
|
1308
1308
|
iconId: string | null;
|
|
1309
1309
|
icon: BaseImage | null;
|
|
1310
1310
|
domain: string | null;
|
|
1311
|
-
locale:
|
|
1311
|
+
locale: string;
|
|
1312
1312
|
}
|
|
1313
1313
|
interface Organization extends BaseOrganization {
|
|
1314
1314
|
email: string | null;
|
|
@@ -4054,6 +4054,7 @@ interface OrganizationUpdateInputs {
|
|
|
4054
4054
|
appIconId?: string | null;
|
|
4055
4055
|
appAdaptiveIconId?: string | null;
|
|
4056
4056
|
appSplashScreenId?: string | null;
|
|
4057
|
+
locale?: string | null;
|
|
4057
4058
|
locales?: string[] | null;
|
|
4058
4059
|
googleServices?: string | null;
|
|
4059
4060
|
inviteOnly?: boolean;
|