@apideck/vault-js
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -6,2 +6,3 @@ export interface ApideckVaultOptions { | ||
showAttribution?: boolean; | ||
showConsumer?: boolean; | ||
onClose?: () => void; | ||
@@ -8,0 +9,0 @@ onReady?: () => void; |
{ | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -0,1 +1,8 @@ | ||
<img src="https://user-images.githubusercontent.com/8850410/208065819-716c6e02-98c9-4df5-b687-e5acd1e3c4e5.png" width="100%" /> | ||
<p align="left"> | ||
<a href="https://www.npmjs.com/package/@apideck/vault-js"><img src="https://img.shields.io/npm/v/@apideck/vault-js.svg" alt="Total Downloads"></a> | ||
<a href="https://www.npmjs.com/package/@apideck/vault-js"><img src="https://img.shields.io/npm/dw/@apideck/vault-js.svg" alt="Latest Stable Version"></a> | ||
</p> | ||
# Vault JS | ||
@@ -5,4 +12,2 @@ | ||
<img src="https://user-images.githubusercontent.com/8850410/208065819-716c6e02-98c9-4df5-b687-e5acd1e3c4e5.png" width="100%" /> | ||
**Vault JS** | [React Vault](https://github.com/apideck-libraries/react-vault) | [Vue Vault](https://github.com/apideck-libraries/vue-vault) | ||
@@ -70,2 +75,4 @@ | ||
If you want to show a logo on top of the modal, you can set the `logo` property on the `theme` object you can provide through the session. [View Vault API documentation](https://developers.apideck.com/apis/vault/reference#operation/sessionsCreate). | ||
### Properties | ||
@@ -81,1 +88,2 @@ | ||
| serviceId | string | false | - | When unifiedApi and serviceId are provided Vault opens a single integration | | ||
| showConsumer | boolean | false | false | If true it shows the current consumer metadata at the bottom of the modal | |
@@ -6,2 +6,3 @@ export interface ApideckVaultOptions { | ||
showAttribution?: boolean; | ||
showConsumer?: boolean; | ||
onClose?: () => void; | ||
@@ -8,0 +9,0 @@ onReady?: () => void; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33930
264
87