Comparing version 3.0.2 to 3.1.0
@@ -63,2 +63,7 @@ (function() { | ||
}), | ||
'firstMessageTimestamp': Attributes.DateTime({ | ||
queryable: true, | ||
modelKey: 'firstMessageTimestamp', | ||
jsonKey: 'first_message_timestamp' | ||
}), | ||
'lastMessageTimestamp': Attributes.DateTime({ | ||
@@ -69,2 +74,16 @@ queryable: true, | ||
}), | ||
'lastMessageReceivedTimestamp': Attributes.DateTime({ | ||
queryable: true, | ||
modelKey: 'lastMessageReceivedTimestamp', | ||
jsonKey: 'last_message_received_timestamp' | ||
}), | ||
'lastMessageSentTimestamp': Attributes.DateTime({ | ||
queryable: true, | ||
modelKey: 'lastMessageSentTimestamp', | ||
jsonKey: 'last_message_sent_timestamp' | ||
}), | ||
'hasAttachments': Attributes.Boolean({ | ||
queryable: true, | ||
modelKey: 'has_attachments' | ||
}), | ||
'labels': Attributes.Collection({ | ||
@@ -71,0 +90,0 @@ modelKey: 'labels', |
@@ -48,3 +48,3 @@ (function() { | ||
PACKAGE_JSON = require('./package.json'); | ||
PACKAGE_JSON = require('../package.json'); | ||
@@ -51,0 +51,0 @@ SDK_VERSION = PACKAGE_JSON.version; |
{ | ||
"name": "nylas", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "A NodeJS wrapper for the Nylas REST API for Email, Contacts and Calendar", | ||
@@ -5,0 +5,0 @@ "main": "lib/nylas.js", |
@@ -442,5 +442,5 @@ Nylas Node.js Bindings ![Travis build status](https://travis-ci.org/nylas/nylas-nodejs.svg?branch=master) | ||
We'd love your help making the Nylas Node.js bindings better. Join the Google Group for project updates and feature discussion. We also hang out on the [Nylas community Slack channel](http://nylas-slack-invite.heroku.com/), or you can email support@nylas.com. | ||
We'd love your help making the Nylas Node.js bindings better. Join the Google Group for project updates and feature discussion. We also hang out on the [Nylas community Slack channel](http://slack-invite.nylas.com/), or you can email support@nylas.com. | ||
Please sign the [Contributor License Agreement](https://www.nylas.com/cla.html) before submitting pull requests. (It's similar to other projects, like NodeJS or Meteor.) | ||
Please sign the [Contributor License Agreement](https://goo.gl/forms/lKbET6S6iWsGoBbz2) before submitting pull requests. (It's similar to other projects, like NodeJS or Meteor.) | ||
@@ -447,0 +447,0 @@ Tests can be run with: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
226538
2892