@connectedxm/admin 1.4.1 → 1.4.2
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 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1356,6 +1356,7 @@ interface Organization extends BaseOrganization {
|
|
|
1356
1356
|
maxImageCount: number | null;
|
|
1357
1357
|
maxVideoMins: number | null;
|
|
1358
1358
|
locales: string[];
|
|
1359
|
+
googleServices: string | null;
|
|
1359
1360
|
}
|
|
1360
1361
|
interface OrganizationTrigger {
|
|
1361
1362
|
id: number;
|
|
@@ -3524,6 +3525,7 @@ interface OrganizationUpdateInputs {
|
|
|
3524
3525
|
appAdaptiveIconId?: string | null;
|
|
3525
3526
|
appSplashScreenId?: string | null;
|
|
3526
3527
|
locales?: string[] | null;
|
|
3528
|
+
googleServices?: string | null;
|
|
3527
3529
|
}
|
|
3528
3530
|
interface PaymentIntentPurchaseMetadataInputs {
|
|
3529
3531
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1356,6 +1356,7 @@ interface Organization extends BaseOrganization {
|
|
|
1356
1356
|
maxImageCount: number | null;
|
|
1357
1357
|
maxVideoMins: number | null;
|
|
1358
1358
|
locales: string[];
|
|
1359
|
+
googleServices: string | null;
|
|
1359
1360
|
}
|
|
1360
1361
|
interface OrganizationTrigger {
|
|
1361
1362
|
id: number;
|
|
@@ -3524,6 +3525,7 @@ interface OrganizationUpdateInputs {
|
|
|
3524
3525
|
appAdaptiveIconId?: string | null;
|
|
3525
3526
|
appSplashScreenId?: string | null;
|
|
3526
3527
|
locales?: string[] | null;
|
|
3528
|
+
googleServices?: string | null;
|
|
3527
3529
|
}
|
|
3528
3530
|
interface PaymentIntentPurchaseMetadataInputs {
|
|
3529
3531
|
}
|