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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.210",
3
+ "version": "2.0.211",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",