@connectedxm/admin 1.1.15 → 1.1.16
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3411,6 +3411,7 @@ interface OrganizationUpdateInputs {
|
|
|
3411
3411
|
appIconId?: string | null;
|
|
3412
3412
|
appAdaptiveIconId?: string | null;
|
|
3413
3413
|
appSplashScreenId?: string | null;
|
|
3414
|
+
locales?: string[] | null;
|
|
3414
3415
|
}
|
|
3415
3416
|
interface PaymentIntentPurchaseMetadataInputs {
|
|
3416
3417
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -3411,6 +3411,7 @@ interface OrganizationUpdateInputs {
|
|
|
3411
3411
|
appIconId?: string | null;
|
|
3412
3412
|
appAdaptiveIconId?: string | null;
|
|
3413
3413
|
appSplashScreenId?: string | null;
|
|
3414
|
+
locales?: string[] | null;
|
|
3414
3415
|
}
|
|
3415
3416
|
interface PaymentIntentPurchaseMetadataInputs {
|
|
3416
3417
|
}
|