@moneytree/mt-link-javascript-sdk 2.1.2 → 3.1.0

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/CHANGELOG.md CHANGED
@@ -1,28 +1,35 @@
1
- ## [2.1.2](https://github.com/moneytree/mt-link-javascript-sdk/compare/2.1.1...2.1.2) (2020-12-18)
1
+ # [3.1.0](https://github.com/moneytree/mt-link-javascript-sdk/compare/3.0.0...3.1.0) (2022-11-22)
2
2
 
3
- * fix add two private config value ([cd64d6a](https://github.com/moneytree/mt-link-javascript-sdk/commit/cd64d6a281fbe773dfea8bd236e2c8e74cda3563))
4
3
 
5
- ## [2.1.1](https://github.com/moneytree/mt-link-javascript-sdk/compare/2.1.0...2.1.1) (2020-12-15)
4
+ ### Features
6
5
 
7
- ### Bug Fixes
8
- * fix window.open didn't work on Safari 14 ([882c23c](https://github.com/moneytree/mt-link-javascript-sdk/commit/882c23c1abdc467a964b918ea7502f4f70e7da8d))
9
- * fix forceLogout didn't work ([fa3055a](https://github.com/moneytree/mt-link-javascript-sdk/commit/fa3055a100f2bd4b7c5a4660b9dfeba45c601078))
6
+ * **MyAccount:** Add support for authn_method ([b94ea4b](https://github.com/moneytree/mt-link-javascript-sdk/commit/b94ea4b186699d8af21885eb4150c2e96b605916))
7
+ * **MyAccount:** Add support for saml_subject_id ([de9af0f](https://github.com/moneytree/mt-link-javascript-sdk/commit/de9af0f4d20acc90c3a7fa59e1e571a656287975))
8
+
9
+
10
+
11
+ # [3.0.0](https://github.com/moneytree/mt-link-javascript-sdk/compare/2.1.2...3.0.0) (2021-06-01)
10
12
 
11
- # [2.1.0](https://github.com/moneytree/mt-link-javascript-sdk/compare/2.0.0...2.1.0) (2020-12-09)
12
13
 
13
14
  ### Bug Fixes
14
15
 
16
+ * add two private config value ([cd64d6a](https://github.com/moneytree/mt-link-javascript-sdk/commit/cd64d6a281fbe773dfea8bd236e2c8e74cda3563))
15
17
  * **authorize-api:** fix for Safari 14 issue ([9fb69d0](https://github.com/moneytree/mt-link-javascript-sdk/commit/9fb69d014752698df1897527ff27d60ffd116843))
16
18
  * update for lint error and test failed ([362f0b7](https://github.com/moneytree/mt-link-javascript-sdk/commit/362f0b749797a438ac8c0024616e7072dbc641ee))
19
+ * **logout:** add optional backTo parameter ([9b9da89](https://github.com/moneytree/mt-link-javascript-sdk/commit/9b9da8941ff58049ed200d6dd6324bc5918adca0))
17
20
 
18
21
 
19
22
  ### Features
20
23
 
21
24
  * **headers:** set sdk info as additional headers parameter ([1a55579](https://github.com/moneytree/mt-link-javascript-sdk/commit/1a5557919ee9844409848154ba22ec863c4d1a58))
25
+ * **index:** new logout endpoint ([64156ca](https://github.com/moneytree/mt-link-javascript-sdk/commit/64156caba35f251f6a501edba60f736ab13da57c))
26
+ * **myaccount:** able to open each page ([72c1e71](https://github.com/moneytree/mt-link-javascript-sdk/commit/72c1e715f2028e8d9d95b8e109e763d776c87e57))
27
+ * **open-service:** rename myaccount-settings to myaccount ([71cdd6c](https://github.com/moneytree/mt-link-javascript-sdk/commit/71cdd6cd373d6564e47f971b95f3bd0c222715c0))
28
+ * **open-services:** deeplink support ([c179072](https://github.com/moneytree/mt-link-javascript-sdk/commit/c179072ba008e8f6be3f94bf4ced88e314485544))
22
29
  * **sample-app:** add example ([89edfcf](https://github.com/moneytree/mt-link-javascript-sdk/commit/89edfcf2e6bc961842f9721345a074779e0549be))
23
30
  * add del to storage ([c5f2bda](https://github.com/moneytree/mt-link-javascript-sdk/commit/c5f2bdaf597909f71a3ee551966daa0e47367baf))
24
31
  * authorize & onboard accepts `pkce` & `codeChallenge` options ([bc6bfe5](https://github.com/moneytree/mt-link-javascript-sdk/commit/bc6bfe5da725493fb3046dabab57824fe09fa501))
25
- * **open-services:** deeplink support ([c179072](https://github.com/moneytree/mt-link-javascript-sdk/commit/c179072ba008e8f6be3f94bf4ced88e314485544))
32
+ * **sample_app:** add a very basic sample app to test the SDK ([84a4d18](https://github.com/moneytree/mt-link-javascript-sdk/commit/84a4d187506960f44dffd102b62ce4732bec3301))
26
33
 
27
34
 
28
35
  * refactor!: remove auto generate state logic ([c68d223](https://github.com/moneytree/mt-link-javascript-sdk/commit/c68d22331c1783a3c859af0b4cb3ddecfcfbf8b4))
@@ -38,35 +45,6 @@ one via the APIs' options parameter if you need one.
38
45
  * change `tokenInfo` API response to standard format.
39
46
  * `tokenInfo` API no longer accept options parameter as it provide no benefit.
40
47
 
41
- # [2.0.0](https://github.com/moneytree/mt-link-javascript-sdk/compare/1.4.0...2.0.0) (2020-10-19)
42
-
43
-
44
- ### Features
45
-
46
- - Support OAuth 2.0 Authorization Code with PKCE Flow.
47
- - Enable to onboard a guest faster.
48
- - Support Magic link(password-less login link).
49
-
50
-
51
- # [1.4.0](https://github.com/moneytree/mt-link-javascript-sdk/compare/1.3.1...1.4.0) (2020-01-17)
52
-
53
-
54
- # [1.3.1](https://github.com/moneytree/mt-link-javascript-sdk/compare/1.3.0...1.3.1) (2020-01-17)
55
-
56
-
57
- ### Bug Fixes
58
-
59
- * **logout:** add optional backTo parameter ([9b9da89](https://github.com/moneytree/mt-link-javascript-sdk/commit/9b9da8941ff58049ed200d6dd6324bc5918adca0))
60
-
61
-
62
- # [1.3.0](https://github.com/moneytree/mt-link-javascript-sdk/compare/1.2.3...1.3.0) (2019-12-11)
63
-
64
-
65
- ### Features
66
-
67
- * **index:** new logout endpoint ([64156ca](https://github.com/moneytree/mt-link-javascript-sdk/commit/64156caba35f251f6a501edba60f736ab13da57c))
68
- * **sample_app:** add a very basic sample app to test the SDK ([84a4d18](https://github.com/moneytree/mt-link-javascript-sdk/commit/84a4d187506960f44dffd102b62ce4732bec3301))
69
-
70
48
 
71
49
 
72
50
  ## [1.2.3](https://github.com/moneytree/mt-link-javascript-sdk/compare/1.2.2...1.2.3) (2019-05-23)
@@ -139,3 +117,6 @@ one via the APIs' options parameter if you need one.
139
117
  ### Features
140
118
 
141
119
  * creating a JS SDK ([333cf8c](https://github.com/moneytree/mt-link-javascript-sdk/commit/333cf8c36f7a8299c2bccf441454b04d31e7d907))
120
+
121
+
122
+
@@ -0,0 +1,2 @@
1
+ import { StoredOptions, RequestLoginLinkOptions } from '../typings';
2
+ export default function requestLoginLink(storedOptions: StoredOptions, options?: RequestLoginLinkOptions): Promise<void>;
package/dist/index.d.ts CHANGED
@@ -1,13 +1,14 @@
1
- import { StoredOptions, ServiceId, ConfigsOptions, LogoutOptions, InitOptions, AuthorizeOptions, OnboardOptions, ExchangeTokenOptions, RequestMagicLinkOptions, TokenInfo } from './typings';
1
+ import { StoredOptions, ServiceId, OpenServicesConfigsOptions, LogoutOptions, InitOptions, AuthorizeOptions, OnboardOptions, ExchangeTokenOptions, RequestLoginLinkOptions, TokenInfo } from './typings';
2
2
  export * from './typings';
3
3
  export declare class MtLinkSdk {
4
4
  storedOptions: StoredOptions;
5
5
  init(clientId: string, options?: InitOptions): void;
6
+ setSamlSubjectId(value: string): void;
6
7
  authorize(options?: AuthorizeOptions): void;
7
8
  onboard(options?: OnboardOptions): void;
8
9
  logout(options?: LogoutOptions): void;
9
- openService(serviceId: ServiceId, options?: ConfigsOptions): void;
10
- requestMagicLink(options?: RequestMagicLinkOptions): Promise<void>;
10
+ openService(serviceId: ServiceId, options?: OpenServicesConfigsOptions): void;
11
+ requestLoginLink(options?: RequestLoginLinkOptions): Promise<void>;
11
12
  exchangeToken(options?: ExchangeTokenOptions): Promise<string>;
12
13
  tokenInfo(token: string): Promise<TokenInfo>;
13
14
  }