@connectedxm/admin 2.7.5 → 2.7.6
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
|
@@ -1407,7 +1407,9 @@ interface Organization extends BaseOrganization {
|
|
|
1407
1407
|
appleAuthEnabled: boolean;
|
|
1408
1408
|
facebookAuthEnabled: boolean;
|
|
1409
1409
|
googleAuthEnabled: boolean;
|
|
1410
|
-
oAuth:
|
|
1410
|
+
oAuth: {
|
|
1411
|
+
id: string;
|
|
1412
|
+
}[];
|
|
1411
1413
|
maxFileGbs: number | null;
|
|
1412
1414
|
maxImageCount: number | null;
|
|
1413
1415
|
maxVideoMins: number | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1407,7 +1407,9 @@ interface Organization extends BaseOrganization {
|
|
|
1407
1407
|
appleAuthEnabled: boolean;
|
|
1408
1408
|
facebookAuthEnabled: boolean;
|
|
1409
1409
|
googleAuthEnabled: boolean;
|
|
1410
|
-
oAuth:
|
|
1410
|
+
oAuth: {
|
|
1411
|
+
id: string;
|
|
1412
|
+
}[];
|
|
1411
1413
|
maxFileGbs: number | null;
|
|
1412
1414
|
maxImageCount: number | null;
|
|
1413
1415
|
maxVideoMins: number | null;
|