@imtbl/passport 2.7.1-alpha.1 → 2.7.1-alpha.3

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.
@@ -158,7 +158,7 @@ export declare enum MarketingConsentStatus {
158
158
  Unsubscribed = "unsubscribed"
159
159
  }
160
160
  export type DirectLoginOptions = {
161
- marketingConsentStatus?: MarketingConsentStatus;
161
+ marketingConsentStatus: MarketingConsentStatus;
162
162
  } & ({
163
163
  directLoginMethod: 'email';
164
164
  email: string;
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@imtbl/passport",
3
3
  "description": "Passport module for Immutable SDK",
4
- "version": "2.7.1-alpha.1",
4
+ "version": "2.7.1-alpha.3",
5
5
  "author": "Immutable",
6
6
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
7
7
  "dependencies": {
8
8
  "@0xsequence/abi": "^2.0.25",
9
9
  "@0xsequence/core": "^2.0.25",
10
- "@imtbl/config": "2.7.1-alpha.1",
11
- "@imtbl/generated-clients": "2.7.1-alpha.1",
12
- "@imtbl/metrics": "2.7.1-alpha.1",
13
- "@imtbl/toolkit": "2.7.1-alpha.1",
14
- "@imtbl/x-client": "2.7.1-alpha.1",
15
- "@imtbl/x-provider": "2.7.1-alpha.1",
10
+ "@imtbl/config": "2.7.1-alpha.3",
11
+ "@imtbl/generated-clients": "2.7.1-alpha.3",
12
+ "@imtbl/metrics": "2.7.1-alpha.3",
13
+ "@imtbl/toolkit": "2.7.1-alpha.3",
14
+ "@imtbl/x-client": "2.7.1-alpha.3",
15
+ "@imtbl/x-provider": "2.7.1-alpha.3",
16
16
  "@magic-ext/oidc": "12.0.5",
17
17
  "@magic-sdk/provider": "^29.0.5",
18
18
  "@metamask/detect-provider": "^2.0.0",