bitpay-sdk
Advanced tools
Comparing version 1.3.2102 to 1.4.2102
{ | ||
"name": "bitpay-sdk", | ||
"version": "1.3.2102", | ||
"version": "1.4.2102", | ||
"description": "Complete version of the NodeJS library for the new cryptographically secure BitPay API", | ||
@@ -50,3 +50,3 @@ "main": "src/index.js", | ||
"@types/jest": "^24.0.13", | ||
"@types/node": "^11.15.45", | ||
"@types/node": "^11.15.46", | ||
"@types/puppeteer": "^1.20.7", | ||
@@ -53,0 +53,0 @@ "@types/request": "^2.48.5", |
@@ -9,5 +9,5 @@ "use strict"; | ||
exports.BitpayApiVersion = "2.0.0"; | ||
exports.BitpayPluginInfo = "BitPay_NodeJs_Client_v1.3.2102"; | ||
exports.BitpayPluginInfo = "BitPay_NodeJs_Client_v1.4.2102"; | ||
exports.BitpayApiFrame = "custom"; | ||
exports.BitpayApiFrameVersion = "2.0.0"; | ||
//# sourceMappingURL=Env.js.map |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SettlementQuery = exports.SettlementGeneric = exports.PayoutDelete = exports.PayoutUpdate = exports.PayoutCancellation = exports.PayoutQuery = exports.PayoutCreation = exports.PayoutGeneric = exports.LedgerQuery = exports.LedgerGeneric = exports.BillUpdate = exports.BillDelivery = exports.BillQuery = exports.BillCreation = exports.BillGeneric = exports.RefundCancellation = exports.RefundQuery = exports.RefundCreation = exports.RefundGeneric = exports.RateQuery = exports.RateGeneric = exports.InvoiceQuery = exports.InvoiceCreation = exports.InvoiceGeneric = exports.Generic = void 0; | ||
exports.SubscriptionUpdate = exports.SubscriptionQuery = exports.SubscriptionCreation = exports.SubscriptionGeneric = exports.SettlementQuery = exports.SettlementGeneric = exports.PayoutDelete = exports.PayoutUpdate = exports.PayoutCancellation = exports.PayoutQuery = exports.PayoutCreation = exports.PayoutGeneric = exports.LedgerQuery = exports.LedgerGeneric = exports.BillUpdate = exports.BillDelivery = exports.BillQuery = exports.BillCreation = exports.BillGeneric = exports.RefundCancellation = exports.RefundQuery = exports.RefundCreation = exports.RefundGeneric = exports.RateQuery = exports.RateGeneric = exports.InvoiceQuery = exports.InvoiceCreation = exports.InvoiceGeneric = exports.Generic = void 0; | ||
var BitPayException_1 = require("./BitPayException"); | ||
@@ -69,2 +69,10 @@ Object.defineProperty(exports, "Generic", { enumerable: true, get: function () { return BitPayException_1.BitPayException; } }); | ||
Object.defineProperty(exports, "SettlementQuery", { enumerable: true, get: function () { return SettlementQueryException_1.SettlementQueryException; } }); | ||
var SubscriptionException_1 = require("./SubscriptionException"); | ||
Object.defineProperty(exports, "SubscriptionGeneric", { enumerable: true, get: function () { return SubscriptionException_1.SubscriptionException; } }); | ||
var SubscriptionCreationException_1 = require("./SubscriptionCreationException"); | ||
Object.defineProperty(exports, "SubscriptionCreation", { enumerable: true, get: function () { return SubscriptionCreationException_1.SubscriptionCreationException; } }); | ||
var SubscriptionQueryException_1 = require("./SubscriptionQueryException"); | ||
Object.defineProperty(exports, "SubscriptionQuery", { enumerable: true, get: function () { return SubscriptionQueryException_1.SubscriptionQueryException; } }); | ||
var SubscriptionUpdateException_1 = require("./SubscriptionUpdateException"); | ||
Object.defineProperty(exports, "SubscriptionUpdate", { enumerable: true, get: function () { return SubscriptionUpdateException_1.SubscriptionUpdateException; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -22,3 +22,3 @@ "use strict"; | ||
Object.defineProperty(exports, "RESTcli", { enumerable: true, get: function () { return RESTcli_1.RESTcli; } }); | ||
var BitPayExceptions = require("./exceptions/index"); | ||
var BitPayExceptions = require("./Exceptions/index"); | ||
exports.BitPayExceptions = BitPayExceptions; | ||
@@ -25,0 +25,0 @@ var Models = require("./Model/index"); |
@@ -5,3 +5,3 @@ "use strict"; | ||
var Currency_1 = require("../../Currency"); | ||
var BitPayException_1 = require("../../exceptions/BitPayException"); | ||
var BitPayException_1 = require("../../Exceptions/BitPayException"); | ||
var Item_1 = require("./Item"); | ||
@@ -8,0 +8,0 @@ var Bill = /** @class */ (function () { |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PayoutInstruction = exports.PayoutBatch = exports.PayoutRecipients = exports.PayoutRecipient = exports.Item = exports.Bill = exports.Rates = exports.Invoice = void 0; | ||
exports.SubscriptionItem = exports.BillData = exports.PayoutInstruction = exports.PayoutBatch = exports.PayoutRecipients = exports.PayoutRecipient = exports.BillItem = exports.Bill = exports.Rates = exports.Invoice = void 0; | ||
var Invoice_1 = require("./Invoice/Invoice"); | ||
@@ -26,3 +26,3 @@ Object.defineProperty(exports, "Invoice", { enumerable: true, get: function () { return Invoice_1.Invoice; } }); | ||
var Item_1 = require("./Bill/Item"); | ||
Object.defineProperty(exports, "Item", { enumerable: true, get: function () { return Item_1.Item; } }); | ||
Object.defineProperty(exports, "BillItem", { enumerable: true, get: function () { return Item_1.Item; } }); | ||
var PayoutRecipient_1 = require("./Payout/PayoutRecipient"); | ||
@@ -36,2 +36,6 @@ Object.defineProperty(exports, "PayoutRecipient", { enumerable: true, get: function () { return PayoutRecipient_1.PayoutRecipient; } }); | ||
Object.defineProperty(exports, "PayoutInstruction", { enumerable: true, get: function () { return PayoutInstruction_1.PayoutInstruction; } }); | ||
var BillData_1 = require("./Subscription/BillData"); | ||
Object.defineProperty(exports, "BillData", { enumerable: true, get: function () { return BillData_1.BillData; } }); | ||
var Item_2 = require("./Subscription/Item"); | ||
Object.defineProperty(exports, "SubscriptionItem", { enumerable: true, get: function () { return Item_2.Item; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
var Currency_1 = require("../../Currency"); | ||
var BitPayException_1 = require("../../exceptions/BitPayException"); | ||
var BitPayException_1 = require("../../Exceptions/BitPayException"); | ||
var Invoice = /** @class */ (function () { | ||
@@ -8,0 +8,0 @@ /** |
@@ -40,3 +40,3 @@ "use strict"; | ||
exports.Rates = void 0; | ||
var RateQueryException_1 = require("../../exceptions/RateQueryException"); | ||
var RateQueryException_1 = require("../../Exceptions/RateQueryException"); | ||
var Rates = /** @class */ (function () { | ||
@@ -43,0 +43,0 @@ function Rates(rates, client) { |
@@ -44,3 +44,3 @@ "use strict"; | ||
var _ = require("underscore"); | ||
var BitPayException_1 = require("../exceptions/BitPayException"); | ||
var BitPayException_1 = require("../Exceptions/BitPayException"); | ||
var RESTcli = /** @class */ (function () { | ||
@@ -47,0 +47,0 @@ function RESTcli(environment, ecKey) { |
Sorry, the diff of this file is too big to display
174813
85
3862