Comparing version 6.3.0 to 6.3.1
@@ -67,2 +67,3 @@ import Model from './model'; | ||
timeSlots: TimeSlotProperties[]; | ||
order?: string[]; | ||
}; | ||
@@ -72,2 +73,3 @@ export default class CalendarAvailability extends Model implements CalendarAvailabilityProperties { | ||
timeSlots: TimeSlot[]; | ||
order?: string[]; | ||
static attributes: Record<string, Attribute>; | ||
@@ -74,0 +76,0 @@ constructor(props?: CalendarAvailabilityProperties); |
@@ -115,2 +115,5 @@ "use strict"; | ||
}), | ||
order: attributes_1.default.StringList({ | ||
modelKey: 'order', | ||
}), | ||
}; | ||
@@ -117,0 +120,0 @@ return CalendarAvailability; |
@@ -23,2 +23,3 @@ import Model from './model'; | ||
endTime: number; | ||
emails?: string[]; | ||
}; | ||
@@ -30,2 +31,3 @@ export declare class TimeSlot extends Model implements TimeSlotProperties { | ||
endTime: number; | ||
emails?: string[]; | ||
static attributes: Record<string, Attribute>; | ||
@@ -32,0 +34,0 @@ constructor(props?: TimeSlotProperties); |
@@ -69,2 +69,5 @@ "use strict"; | ||
}), | ||
emails: attributes_1.default.StringList({ | ||
modelKey: 'emails', | ||
}), | ||
}; | ||
@@ -71,0 +74,0 @@ return TimeSlot; |
@@ -54,2 +54,8 @@ "use strict"; | ||
} | ||
// If only one message ID was passed in, use the normal find function | ||
if (messageIds.length == 1) { | ||
return this.find(messageIds[0], options).then(function (message) { | ||
return [message]; | ||
}); | ||
} | ||
return this.range(__assign({ path: this.path() + "/" + messageIds.join() }, options)); | ||
@@ -56,0 +62,0 @@ }; |
{ | ||
"name": "nylas", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.", | ||
@@ -5,0 +5,0 @@ "main": "lib/nylas.js", |
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
370846
9436