@useparagon/connect 2.1.3 → 2.2.0-experimental.1

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.
@@ -28,6 +28,14 @@ export interface IConnectCredential {
28
28
  * count how many times credential failed to refresh
29
29
  */
30
30
  refreshFailureCount: number;
31
+ /**
32
+ * @property oauthCredentialIsLatest: true if the oauth credential is the latest one, false if it is not
33
+ */
34
+ oauthCredentialIsLatest: boolean;
35
+ /**
36
+ * @property oauthCredentialId: the id of the oauth credential
37
+ */
38
+ oauthCredentialId?: string;
31
39
  /**
32
40
  * accountAuth contains the decrypted oauth access token. This property will only be available for some of integrations
33
41
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "2.1.3",
3
+ "version": "2.2.0-experimental.1",
4
4
  "description": "Embed integrations into your app with the Paragon SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",