Comparing version 0.35.14 to 0.35.15
@@ -12,2 +12,6 @@ # Changelog | ||
## [0.35.15] - 2021-02-24 | ||
### Added | ||
- Added `categorizationType` field of `TransactionSplit` to the schema and the transactions query [#167](https://github.com/kontist/js-sdk/pull/167) | ||
## [0.34.6] - 2020-09-02 | ||
@@ -14,0 +18,0 @@ ### Changed |
@@ -444,9 +444,2 @@ "use strict"; | ||
})(TransactionFeeStatus = exports.TransactionFeeStatus || (exports.TransactionFeeStatus = {})); | ||
var InvoiceStatus; | ||
(function (InvoiceStatus) { | ||
InvoiceStatus["Open"] = "OPEN"; | ||
InvoiceStatus["Closed"] = "CLOSED"; | ||
InvoiceStatus["Rejected"] = "REJECTED"; | ||
InvoiceStatus["Pending"] = "PENDING"; | ||
})(InvoiceStatus = exports.InvoiceStatus || (exports.InvoiceStatus = {})); | ||
var CategorizationType; | ||
@@ -462,2 +455,9 @@ (function (CategorizationType) { | ||
})(CategorizationType = exports.CategorizationType || (exports.CategorizationType = {})); | ||
var InvoiceStatus; | ||
(function (InvoiceStatus) { | ||
InvoiceStatus["Open"] = "OPEN"; | ||
InvoiceStatus["Closed"] = "CLOSED"; | ||
InvoiceStatus["Rejected"] = "REJECTED"; | ||
InvoiceStatus["Pending"] = "PENDING"; | ||
})(InvoiceStatus = exports.InvoiceStatus || (exports.InvoiceStatus = {})); | ||
var DocumentType; | ||
@@ -464,0 +464,0 @@ (function (DocumentType) { |
@@ -66,3 +66,3 @@ "use strict"; | ||
var ASSET_FIELDS = "\n id\n name\n filetype\n thumbnail\n fullsize\n"; | ||
var TRANSACTION_FIELDS = "\n id\n amount\n name\n iban\n type\n bookingDate\n valutaDate\n paymentMethod\n category\n categorizationType\n userSelectedBookingDate\n purpose\n personalNote\n originalAmount\n foreignCurrency\n createdAt\n splits {\n id\n amount\n category\n userSelectedBookingDate\n }\n recurlyInvoiceNumber\n"; | ||
var TRANSACTION_FIELDS = "\n id\n amount\n name\n iban\n type\n bookingDate\n valutaDate\n paymentMethod\n category\n categorizationType\n userSelectedBookingDate\n purpose\n personalNote\n originalAmount\n foreignCurrency\n createdAt\n splits {\n id\n amount\n category\n userSelectedBookingDate\n categorizationType\n }\n recurlyInvoiceNumber\n"; | ||
var TRANSACTION_DETAILS = "\n assets {\n " + ASSET_FIELDS + "\n }\n documentNumber\n documentPreviewUrl\n documentDownloadUrl\n documentType\n e2eId\n mandateNumber\n"; | ||
@@ -69,0 +69,0 @@ var FETCH_TRANSACTIONS = "\n query fetchTransactions ($first: Int, $last: Int, $after: String, $before: String, $filter: TransactionFilter) {\n viewer {\n mainAccount {\n transactions(first: $first, last: $last, after: $after, before: $before, filter: $filter) {\n edges {\n node {\n " + TRANSACTION_FIELDS + "\n }\n }\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n }\n }\n }\n }\n"; |
{ | ||
"name": "kontist", | ||
"version": "0.35.14", | ||
"version": "0.35.15", | ||
"description": "Kontist client SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
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 not supported yet
Sorry, the diff of this file is not supported yet
682497
11780