inves-broker
Advanced tools
Comparing version 0.2.96 to 0.2.97
@@ -152,3 +152,3 @@ "use strict"; | ||
orderType: this.transformPaytmToKiteOrderType(order.order_type), | ||
transactionType: this.transformPaytmToKiteTransactionType(order.trxn_type), | ||
transactionType: this.transformPaytmToKiteTransactionType(order.txn_type), | ||
validity: order.validity, | ||
@@ -155,0 +155,0 @@ product: this.transformPaytmToKiteProduct(order.product), |
{ | ||
"name": "inves-broker", | ||
"version": "0.2.96", | ||
"version": "0.2.97", | ||
"description": "Interact with multiple broker APIs in the Indian stock market.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -174,3 +174,3 @@ import { | ||
orderType: this.transformPaytmToKiteOrderType(order.order_type), | ||
transactionType: this.transformPaytmToKiteTransactionType(order.trxn_type), | ||
transactionType: this.transformPaytmToKiteTransactionType(order.txn_type), | ||
validity: order.validity, | ||
@@ -177,0 +177,0 @@ product: this.transformPaytmToKiteProduct(order.product), |
Sorry, the diff of this file is not supported yet
226101