@connectedxm/admin 0.0.28 → 0.0.29
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 +27 -8
- package/dist/index.d.ts +27 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1191,6 +1191,7 @@ interface BaseOrganization {
|
|
|
1191
1191
|
}
|
|
1192
1192
|
interface Organization extends BaseOrganization {
|
|
1193
1193
|
email: string | null;
|
|
1194
|
+
description: string | null;
|
|
1194
1195
|
phone: string | null;
|
|
1195
1196
|
address1: string | null;
|
|
1196
1197
|
address2: string | null;
|
|
@@ -1209,22 +1210,40 @@ interface Organization extends BaseOrganization {
|
|
|
1209
1210
|
youtube: string | null;
|
|
1210
1211
|
discord: string | null;
|
|
1211
1212
|
timezone: string | null;
|
|
1212
|
-
integrations: Integrations;
|
|
1213
1213
|
iosAppLink: string | null;
|
|
1214
1214
|
androidAppLink: string | null;
|
|
1215
|
+
createdAt: string;
|
|
1216
|
+
updatedAt: string;
|
|
1217
|
+
integrations: Integrations;
|
|
1218
|
+
appIconId: string | null;
|
|
1215
1219
|
appIcon: BaseImage | null;
|
|
1220
|
+
appAdaptiveIconId: string | null;
|
|
1216
1221
|
appAdaptiveIcon: BaseImage | null;
|
|
1222
|
+
appSplashScreenId: string | null;
|
|
1217
1223
|
appSplashScreen: BaseImage | null;
|
|
1224
|
+
darkIconId: string | null;
|
|
1225
|
+
darkIcon: BaseImage | null;
|
|
1226
|
+
darkLogoId: string | null;
|
|
1227
|
+
darkLogo: BaseImage | null;
|
|
1228
|
+
requireCompany: boolean | null;
|
|
1229
|
+
requirePhone: boolean | null;
|
|
1230
|
+
requireTitle: boolean | null;
|
|
1231
|
+
authLayout: AuthLayout;
|
|
1218
1232
|
defaultAuthAction: DefaultAuthAction;
|
|
1233
|
+
userPoolId: string | null;
|
|
1234
|
+
userPoolClientId: string | null;
|
|
1235
|
+
userPoolHostedUrl: string | null;
|
|
1236
|
+
appBundleIdentifier: string | null;
|
|
1237
|
+
expoProjectId: string | null;
|
|
1238
|
+
expoSlug: string | null;
|
|
1239
|
+
appleAuthEnabled: boolean | null;
|
|
1219
1240
|
facebookAuthEnabled: boolean | null;
|
|
1220
1241
|
googleAuthEnabled: boolean | null;
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
createdAt: string;
|
|
1227
|
-
updatedAt: string;
|
|
1242
|
+
oAuth: boolean | null;
|
|
1243
|
+
maxFileGbs: number | null;
|
|
1244
|
+
maxImageCount: number | null;
|
|
1245
|
+
maxVideoMins: number | null;
|
|
1246
|
+
locale: string | null;
|
|
1228
1247
|
}
|
|
1229
1248
|
interface OrganizationTrigger {
|
|
1230
1249
|
id: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1191,6 +1191,7 @@ interface BaseOrganization {
|
|
|
1191
1191
|
}
|
|
1192
1192
|
interface Organization extends BaseOrganization {
|
|
1193
1193
|
email: string | null;
|
|
1194
|
+
description: string | null;
|
|
1194
1195
|
phone: string | null;
|
|
1195
1196
|
address1: string | null;
|
|
1196
1197
|
address2: string | null;
|
|
@@ -1209,22 +1210,40 @@ interface Organization extends BaseOrganization {
|
|
|
1209
1210
|
youtube: string | null;
|
|
1210
1211
|
discord: string | null;
|
|
1211
1212
|
timezone: string | null;
|
|
1212
|
-
integrations: Integrations;
|
|
1213
1213
|
iosAppLink: string | null;
|
|
1214
1214
|
androidAppLink: string | null;
|
|
1215
|
+
createdAt: string;
|
|
1216
|
+
updatedAt: string;
|
|
1217
|
+
integrations: Integrations;
|
|
1218
|
+
appIconId: string | null;
|
|
1215
1219
|
appIcon: BaseImage | null;
|
|
1220
|
+
appAdaptiveIconId: string | null;
|
|
1216
1221
|
appAdaptiveIcon: BaseImage | null;
|
|
1222
|
+
appSplashScreenId: string | null;
|
|
1217
1223
|
appSplashScreen: BaseImage | null;
|
|
1224
|
+
darkIconId: string | null;
|
|
1225
|
+
darkIcon: BaseImage | null;
|
|
1226
|
+
darkLogoId: string | null;
|
|
1227
|
+
darkLogo: BaseImage | null;
|
|
1228
|
+
requireCompany: boolean | null;
|
|
1229
|
+
requirePhone: boolean | null;
|
|
1230
|
+
requireTitle: boolean | null;
|
|
1231
|
+
authLayout: AuthLayout;
|
|
1218
1232
|
defaultAuthAction: DefaultAuthAction;
|
|
1233
|
+
userPoolId: string | null;
|
|
1234
|
+
userPoolClientId: string | null;
|
|
1235
|
+
userPoolHostedUrl: string | null;
|
|
1236
|
+
appBundleIdentifier: string | null;
|
|
1237
|
+
expoProjectId: string | null;
|
|
1238
|
+
expoSlug: string | null;
|
|
1239
|
+
appleAuthEnabled: boolean | null;
|
|
1219
1240
|
facebookAuthEnabled: boolean | null;
|
|
1220
1241
|
googleAuthEnabled: boolean | null;
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
createdAt: string;
|
|
1227
|
-
updatedAt: string;
|
|
1242
|
+
oAuth: boolean | null;
|
|
1243
|
+
maxFileGbs: number | null;
|
|
1244
|
+
maxImageCount: number | null;
|
|
1245
|
+
maxVideoMins: number | null;
|
|
1246
|
+
locale: string | null;
|
|
1228
1247
|
}
|
|
1229
1248
|
interface OrganizationTrigger {
|
|
1230
1249
|
id: number;
|