Socket
Socket
Sign inDemoInstall

dsd-client-conn-lib

Package Overview
Dependencies
122
Maintainers
1
Versions
209
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.7.51 to 3.7.53

14

api-pds.md

@@ -159,3 +159,3 @@ <a name='pds'></a>

</dd>
<dt><a href="#getVaultManifestById">getVaultManifestById(vaultManifestId)</a> ⇒ <code>Object</code></dt>
<dt><a href="#getVaultManifestById">getVaultManifestById(vaultBindingId)</a> ⇒ <code>Object</code></dt>
<dd><p>Description:

@@ -168,3 +168,3 @@ Method getVaultManifestById</p>

</dd>
<dt><a href="#setVaultManifest">setVaultManifest(vaultManifestId, userId, userCredentials, vaultId, vaultManifest)</a> ⇒ <code>Integer</code></dt>
<dt><a href="#setVaultManifest">setVaultManifest(vaultBindingId, userId, userCredentials, vaultId, vaultManifest)</a> ⇒ <code>Integer</code></dt>
<dd><p>Description:

@@ -1058,3 +1058,3 @@ Method setVaultManifest</p>

## getVaultManifestById(vaultManifestId) ⇒ <code>Object</code>
## getVaultManifestById(vaultBindingId) ⇒ <code>Object</code>
Description:

@@ -1068,3 +1068,3 @@ Method getVaultManifestById

| --- | --- |
| vaultManifestId | <code>Address</code> |
| vaultBindingId | <code>Integer</code> |

@@ -1089,3 +1089,3 @@ <a name="getVaultManifests"></a>

## setVaultManifest(vaultManifestId, userId, userCredentials, vaultId, vaultManifest) ⇒ <code>Integer</code>
## setVaultManifest(vaultBindingId, userId, userCredentials, vaultId, vaultManifest) ⇒ <code>Integer</code>
Description:

@@ -1095,7 +1095,7 @@ Method setVaultManifest

**Kind**: global function
**Returns**: <code>Integer</code> - vaultManifestId
**Returns**: <code>Integer</code> - vaultBindingId
| Param | Type | Description |
| --- | --- | --- |
| vaultManifestId | <code>Integer</code> | (optional. default: 0) |
| vaultBindingId | <code>Integer</code> | (optional. default: 0) |
| userId | <code>Address</code> | |

@@ -1102,0 +1102,0 @@ | userCredentials | <code>String</code> | |

@@ -756,5 +756,5 @@

*
* @param vaultManifestId {Address}
* @param vaultBindingId {Integer}
* @returns manifest {Object}
*/function getVaultManifestById(vaultManifestId){}
*/function getVaultManifestById(vaultBindingId){}

@@ -778,3 +778,3 @@ /**

*
* @param vaultManifestId (optional. default: 0) {Integer}
* @param vaultBindingId (optional. default: 0) {Integer}
* @param userId {Address}

@@ -784,3 +784,3 @@ * @param userCredentials {String}

* @param vaultManifest {Object}
* @returns vaultManifestId {Integer}
*/function setVaultManifest(vaultManifestId,userId,userCredentials,vaultId,vaultManifest){}
* @returns vaultBindingId {Integer}
*/function setVaultManifest(vaultBindingId,userId,userCredentials,vaultId,vaultManifest){}
{
"name": "dsd-client-conn-lib",
"version": "3.7.51",
"version": "3.7.53",
"dependencies": {
"dsd-constants-lib": "3.7.51",
"dsd-rpc-lib": "3.7.51",
"dsd-constants-lib": "3.7.53",
"dsd-rpc-lib": "3.7.53",
"jsdoc-to-markdown": "^4.0.1"

@@ -8,0 +8,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc