@culturehq/client
Advanced tools
Comparing version 6.6.1 to 6.6.2
@@ -9,2 +9,6 @@ # Changelog | ||
## [6.6.2] - 2018-11-19 | ||
### Changed | ||
- Getting this right this time, removing the added `get*Comment` calls added in `6.6.0` and instead just rolling with `getComment`. | ||
## [6.6.1] - 2018-11-19 | ||
@@ -11,0 +15,0 @@ ### Changed |
@@ -154,2 +154,3 @@ { | ||
"getAutoRecognitionSettings": ["GET", "/recognitions/auto_recognition_settings"], | ||
"getComment": ["GET", "/comments/:commentId"], | ||
"getDepartment": ["GET", "/departments/:departmentId"], | ||
@@ -159,5 +160,3 @@ "getDepartmentEventParticipation": ["GET", "/events/:eventId/department_event_participation"], | ||
"getEventAnalytics": ["GET", "/analytics/events/:eventId"], | ||
"getEventComment": ["GET", "/events/:eventId/comments/:commentId"], | ||
"getEventPhoto": ["GET", "/events/:eventId/photos/:photoId"], | ||
"getEventPhotoComment": ["GET", "/events/:eventId/photos/:photoId/comments/:commentId"], | ||
"getEventRsvp": ["GET", "/events/:eventId/rsvps/:rsvpId"], | ||
@@ -181,3 +180,2 @@ "getExpense": ["GET", "/events/:eventId/expenses/:expenseId"], | ||
"getRecognition": ["GET", "/recognitions/:recognitionId"], | ||
"getRecognitionComment": ["GET", "/recognitions/:recognitionId/comments/:commentId"], | ||
"getRecognitionType": ["GET", "/recognitions/recognition_types/:recognitionTypeId"], | ||
@@ -189,3 +187,2 @@ "getSurvey": ["GET", "/surveys/:surveyId"], | ||
"getUser": ["GET", "/users/:userId"], | ||
"getUserActivityComment": ["GET", "/user_activities/:userActivityId/comments/:commentId"], | ||
"getUserEventTypeBreakdown": ["GET", "/users/:userId/event_type_breakdown"], | ||
@@ -192,0 +189,0 @@ "getUserPointBreakdown": ["GET", "/users/:userId/point_breakdown"], |
@@ -20,3 +20,3 @@ "use strict"; | ||
var headers = { | ||
"X-Client-Version": "6.6.1", | ||
"X-Client-Version": "6.6.2", | ||
"Content-Type": "application/json" | ||
@@ -23,0 +23,0 @@ }; |
{ | ||
"name": "@culturehq/client", | ||
"version": "6.6.1", | ||
"version": "6.6.2", | ||
"description": "A JavaScript client that wraps the CultureHQ API", | ||
@@ -5,0 +5,0 @@ "main": "dist/client.js", |
109539
1259