quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.93 to 0.0.1-alpha.94
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.93", | ||
"version": "0.0.1-alpha.94", | ||
"description": "A small library to expose the broker types", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -25,2 +25,3 @@ "use strict"; | ||
const custom_types_1 = require("../../custom-types"); | ||
const time_converter_1 = require("../../fns/time-converter"); | ||
/** | ||
@@ -56,4 +57,3 @@ * Our internal model for cost centers. | ||
productiveHours: data.monthlyWorkingHours | ||
// TODO: TOTVS gives us "hh:mm", properly convert that | ||
? parseFloat(data.monthlyWorkingHours) | ||
? time_converter_1.parseTime(data.monthlyWorkingHours) | ||
: null, | ||
@@ -60,0 +60,0 @@ relaySchema: data.relaySchema |
988885
144
23056