@artaio/node-api
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -168,2 +168,3 @@ export type Attachment = { | ||
eei_form_status?: (("pending" | "cleared" | "approved" | "rejected" | "submitted") | null) | undefined; | ||
eei_form_url?: (string | null) | undefined; | ||
emissions?: (number | null) | undefined; | ||
@@ -170,0 +171,0 @@ emissions_unit?: (string | null) | undefined; |
@@ -14,3 +14,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parseService = exports.convertDatesToUtc = exports.createDateAsUTC = void 0; | ||
exports.parseService = void 0; | ||
exports.createDateAsUTC = createDateAsUTC; | ||
exports.convertDatesToUtc = convertDatesToUtc; | ||
function createDateAsUTC(dateStr) { | ||
@@ -21,3 +23,2 @@ var date = new Date(dateStr); | ||
} | ||
exports.createDateAsUTC = createDateAsUTC; | ||
function convertDatesToUtc(artaResponse) { | ||
@@ -30,3 +31,2 @@ return __assign(__assign({}, artaResponse), { created_at: artaResponse.created_at | ||
} | ||
exports.convertDatesToUtc = convertDatesToUtc; | ||
var parseService = function (s) { | ||
@@ -33,0 +33,0 @@ s.amount = Number(s.amount); |
{ | ||
"name": "@artaio/node-api", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "The Arta Node library provides a seamless integration to Arta API for backend applications using both Typescript or Javascript.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
{ | ||
"name": "@artaio/node-api", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "The Arta Node library provides a seamless integration to Arta API for backend applications using both Typescript or Javascript.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3167
179565