@connectedxm/admin 1.1.16 → 1.1.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.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1221,6 +1221,7 @@ interface BaseOrganization {
|
|
|
1221
1221
|
iconId: string | null;
|
|
1222
1222
|
icon: BaseImage | null;
|
|
1223
1223
|
domain: string | null;
|
|
1224
|
+
locale: true;
|
|
1224
1225
|
}
|
|
1225
1226
|
interface Organization extends BaseOrganization {
|
|
1226
1227
|
email: string | null;
|
|
@@ -1276,7 +1277,7 @@ interface Organization extends BaseOrganization {
|
|
|
1276
1277
|
maxFileGbs: number | null;
|
|
1277
1278
|
maxImageCount: number | null;
|
|
1278
1279
|
maxVideoMins: number | null;
|
|
1279
|
-
|
|
1280
|
+
locales: string[];
|
|
1280
1281
|
}
|
|
1281
1282
|
interface OrganizationTrigger {
|
|
1282
1283
|
id: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1221,6 +1221,7 @@ interface BaseOrganization {
|
|
|
1221
1221
|
iconId: string | null;
|
|
1222
1222
|
icon: BaseImage | null;
|
|
1223
1223
|
domain: string | null;
|
|
1224
|
+
locale: true;
|
|
1224
1225
|
}
|
|
1225
1226
|
interface Organization extends BaseOrganization {
|
|
1226
1227
|
email: string | null;
|
|
@@ -1276,7 +1277,7 @@ interface Organization extends BaseOrganization {
|
|
|
1276
1277
|
maxFileGbs: number | null;
|
|
1277
1278
|
maxImageCount: number | null;
|
|
1278
1279
|
maxVideoMins: number | null;
|
|
1279
|
-
|
|
1280
|
+
locales: string[];
|
|
1280
1281
|
}
|
|
1281
1282
|
interface OrganizationTrigger {
|
|
1282
1283
|
id: number;
|