sowhat-types 2.0.210 → 2.0.211
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
|
@@ -746,6 +746,7 @@ interface UserProfileResponse {
|
|
|
746
746
|
currency: AvailableCurrencyEnum;
|
|
747
747
|
status: UserStatusEnum;
|
|
748
748
|
gotPowensUser: boolean;
|
|
749
|
+
expoToken: string | null;
|
|
749
750
|
latestTermsOfUsageVersionConsented: string;
|
|
750
751
|
latestPrivacyPolicyVersionConsented: string;
|
|
751
752
|
createdAt: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -746,6 +746,7 @@ interface UserProfileResponse {
|
|
|
746
746
|
currency: AvailableCurrencyEnum;
|
|
747
747
|
status: UserStatusEnum;
|
|
748
748
|
gotPowensUser: boolean;
|
|
749
|
+
expoToken: string | null;
|
|
749
750
|
latestTermsOfUsageVersionConsented: string;
|
|
750
751
|
latestPrivacyPolicyVersionConsented: string;
|
|
751
752
|
createdAt: Date;
|