Socket
Socket
Sign inDemoInstall

dsd-constants-lib

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dsd-constants-lib - npm Package Compare versions

Comparing version 1.9.24 to 1.9.25

2

lib/types-convention.js

@@ -34,3 +34,3 @@ /**

constant: {name: "C", comment: "constant"}, //can be combined with others
constant: {name: "C", comment: "Constant"}, //can be combined with others
list: {name: "L", comment: "Array"}, //can be combined with others

@@ -37,0 +37,0 @@ }

@@ -34,4 +34,4 @@ /**

{ deprecated: true, name: "sendGold_Ethereum", params: ["A_senderId", "S_senderPassword", "I_goldAmount", "A_toUserId"], returns: "O.TX_"},
{name: "silverCostInGold", params: ["A_userId", "I_silverAmount"], returns: "I_"},
{name: "goldCostInSilver", params: ["A_userId", "I_goldAmount"], returns: "I_"},
{name: "silverCostInGold", params: ["A_userId", "I_silverLeosAmount"], returns: "I_"},
{name: "goldCostInSilver", params: ["A_userId", "I_goldLeosAmount"], returns: "I_"},
{name: "completeAppCashProductPurchase", params: ["A_userId", "O_paymentInfo", "S_engineName"], returns: "I_statusCode"},

@@ -61,3 +61,3 @@ {name: "getAppCashProducts", params: ["S_appId", "S_engineName"], returns: "O_products"},

// {name: "v_getVoteRewardInSilver", params: ["A_userId"], returns: "I_"},
{name: "v_getVoteCostInSilver", params: ["A_userId"], returns: "I_"},
{name: "v_getVoteCostInSilverLeos", params: ["A_userId"], returns: "I_"},
{name: "v_getContractVoters", params: ["A_userId"], returns: "LA_"},

@@ -71,9 +71,9 @@ {name: "v_getQuorumVoters", params: [], returns: "LA_"},

{name: "v_withdrawPledge", params: ["A_userId", "S_userPassword"], returns: "B_isOk"},
{name: "v_offerBuyVoting", params: ["A_userId", "S_userPassword", "I_silverAmount"], returns: "B_isOk"},
{name: "v_offerBuyVoting", params: ["A_userId", "S_userPassword", "I_silverLeosAmount"], returns: "B_isOk"},
{name: "offerCurrencyExchangeGoldForWeis", params: ["A_sellerId", "S_sellerPassword", "A_buyerId", "I_goldAmount", "I_weisAmount"], returns: "B_"},
{name: "offerCurrencyExchangeWeisForGold", params: ["A_sellerId", "S_sellerPassword", "A_buyerId", "I_goldAmount", "I_weisAmount"], returns: "B_"},
{name: "offerCurrencyExchangeGoldForWeis", params: ["A_sellerId", "S_sellerPassword", "A_buyerId", "I_goldLeosAmount", "I_weisAmount"], returns: "B_"},
{name: "offerCurrencyExchangeWeisForGold", params: ["A_sellerId", "S_sellerPassword", "A_buyerId", "I_goldLeosAmount", "I_weisAmount"], returns: "B_"},
{name: "cancelCurrencyExchangeOffer", params: ["A_sellerId", "S_sellerPassword", "I_offerId"], returns: "B_"},
{name: "getCurrencyExchangeOffers", params: ["A_userId", "LI_offersIds"], returns: "LO_"},
{name: "acceptCurrencyExchangeGoldForWeisOffer", params: ["A_buyerId", "S_buyerPassword", "I_offerId", "I_goldAmount"], returns: "B_"},
{name: "acceptCurrencyExchangeGoldForWeisOffer", params: ["A_buyerId", "S_buyerPassword", "I_offerId", "I_goldLeosAmount"], returns: "B_"},
{name: "acceptCurrencyExchangeWeisForGoldOffer", params: ["A_buyerId", "S_buyerPassword", "I_offerId", "I_weisAmount"], returns: "B_"},

@@ -146,9 +146,9 @@ {name: "rejectCurrencyExchangeOffer", params: ["A_buyerId", "S_buyerPassword", "I_offerId"], returns: "B_"},

// {name: "getDabsForTag", params: ["A_userId", ["S_tagTitle", ""], ["I_tagId", null]], returns: "LO.AS_"},
{name: "offerSellCommonLicense", params: ["IC_licenseTypeCode", "A_sellerId", "S_sellerPassword", "A_buyerId", "I_dabId", "I_minPrice"], returns: "LI_tradeStatusCode"},
{name: "offerBuyCommonLicense", params: ["IC_licenseTypeCode", "A_buyerId", "S_buyerPassword", "I_dabId", "I_maxPrice"], returns: "LI_tradeStatusCode"},
{name: "offerBuyReshareLicense", params: ["A_buyerId", "S_buyerPassword", "I_dabId", "I_maxPrice", "I_resellerId"], returns: "B_"},
{name: "offerSellExploreLicense", params: ["A_sellerId", "S_sellerPassword", "A_buyerId", "I_dabId", "I_minPrice", ["S_buyerPubKeyEncryptedTagKey", null]], returns: "LI_tradeStatusCode"},
{ deprecated: true, name: "offerBuyExploreLicense", params: ["A_buyerId", "S_buyerPassword", "I_dabId", "I_maxPrice"], returns: "LI_tradeStatusCode"},
{name: "offerSellLabelLicense", params: ["IC_licenseTypeCode", "A_sellerId", "S_sellerPassword", "A_buyerId", "I_minPrice", ["I_tagId", 0], ["I_dabId", 0]], returns: "LI_tradeStatusCode"},
{name: "offerBuyLabelLicense", params: ["IC_licenseTypeCode", "A_buyerId", "S_buyerPassword", "I_maxPrice", ["I_tagId", 0], ["I_dabId", 0]], returns: "LI_tradeStatusCode"},
{name: "offerSellCommonLicense", params: ["IC_licenseTypeCode", "A_sellerId", "S_sellerPassword", "A_buyerId", "I_dabId", "I_minLeosPrice"], returns: "LI_tradeStatusCode"},
{name: "offerBuyCommonLicense", params: ["IC_licenseTypeCode", "A_buyerId", "S_buyerPassword", "I_dabId", "I_maxLeosPrice"], returns: "LI_tradeStatusCode"},
{name: "offerBuyReshareLicense", params: ["A_buyerId", "S_buyerPassword", "I_dabId", "I_maxLeosPrice", "I_resellerId"], returns: "B_"},
{name: "offerSellExploreLicense", params: ["A_sellerId", "S_sellerPassword", "A_buyerId", "I_dabId", "I_minLeosPrice", ["S_buyerPubKeyEncryptedTagKey", null]], returns: "LI_tradeStatusCode"},
{ deprecated: true, name: "offerBuyExploreLicense", params: ["A_buyerId", "S_buyerPassword", "I_dabId", "I_maxLeosPrice"], returns: "LI_tradeStatusCode"},
{name: "offerSellLabelLicense", params: ["IC_licenseTypeCode", "A_sellerId", "S_sellerPassword", "A_buyerId", "I_minLeosPrice", ["I_tagId", 0], ["I_dabId", 0]], returns: "LI_tradeStatusCode"},
{name: "offerBuyLabelLicense", params: ["IC_licenseTypeCode", "A_buyerId", "S_buyerPassword", "I_maxLeosPrice", ["I_tagId", 0], ["I_dabId", 0]], returns: "LI_tradeStatusCode"},

@@ -155,0 +155,0 @@ {name: "approveCommonLicenseDeal", params: ["IC_licenseTypeCode", "A_custodianId", "S_custodianPassword", "A_buyerId", "I_dabId"], returns: "B_"},

{
"name": "dsd-constants-lib",
"version": "1.9.24",
"version": "1.9.25",
"dependencies": {},

@@ -5,0 +5,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc