@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 CHANGED
@@ -1407,7 +1407,9 @@ interface Organization extends BaseOrganization {
1407
1407
  appleAuthEnabled: boolean;
1408
1408
  facebookAuthEnabled: boolean;
1409
1409
  googleAuthEnabled: boolean;
1410
- oAuth: boolean;
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: boolean;
1410
+ oAuth: {
1411
+ id: string;
1412
+ }[];
1411
1413
  maxFileGbs: number | null;
1412
1414
  maxImageCount: number | null;
1413
1415
  maxVideoMins: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.7.5",
3
+ "version": "2.7.6",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",