0.5.5
-
Added support to the following Admin.Users methods:
-
Add an Enterprise user to a workspace that can be used as
Admin.Users.assignUser
orAll.adminAssignUser
. -
Invite a user to a workspace that can be used as
Admin.Users.inviteUser
orAll.adminInviteUser
. -
List users on a workspace that can be used as
Admin.Users.getUsers
orAll.adminGetUsers
. -
Remove a user from a workspace that can be used as
Admin.Users.removeUser
orAll.adminRemoveUser
. -
Set an existing guest, regular user, or owner to be an admin user that can be used as
Admin.Users.setAdmin
orAll.adminSetAdminUser
. -
Set an expiration for a guest user that can be used as
Admin.Users.setExpiration
orAll.adminSetUserExpiration
. -
Set an existing guest, regular user, or admin user to be a workspace owner that can be used as
Admin.Users.setOwner
orAll.adminSetOwnerUser
. -
Set an existing guest user, admin user, or owner to be a regular user that can be used as
Admin.Users.setRegular
orAll.adminSetRegularUser
.
-
Add an Enterprise user to a workspace that can be used as
0.4.0
-
Added support to the following View methods:
-
Open a view for a user that can be used as
View.openView
orAll.openView
. -
Publish a static view for a User that can be used as
View.publishView
orAll.publishView
. -
Push a view onto the stack of a root view that can be used as
View.pushView
orAll.pushView
. -
Update an existing view that can be used as
View.updateView
orAll.updateView
.
-
Open a view for a user that can be used as
0.3.0
-
Added support to the following Pin methods:
-
Pins an item to a channel that can be used as
Pins.addPin
orAll.addPin
. -
Lists items pinned to a channel that can be used as
Pins.getPins
orAll.getPins
. -
Un-pins an item from a channel that can be used as
Pins.removePin
orAll.removePin
.
-
Pins an item to a channel that can be used as
-
Added support to the following Reminders methods:
-
Creates a reminder that can be used as
Reminders.addReminder
orAll.addReminder
. -
Marks a reminder as complete that can be used as
Reminders.completeReminder
orAll.completeReminder
. -
Deletes a reminder that can be used as
Reminders.deleteReminder
orAll.deleteReminder
. -
Gets information about a reminder that can be used as
Reminders.getInfo
orAll.getReminderInfo
. -
Lists all reminders created by or for a given user that can be used as
Reminders.getReminders
orAll.getReminders
.
-
Creates a reminder that can be used as
-
Added support to the following User methods:
-
List conversations the calling user may access that can be used as
User.getConversations
orAll.getUserConversations
. -
Get a user's identity that can be used as
User.getIdentity
orAll.getUserIdentity
. -
Gets information about a user that can be used as
User.getInfo
orAll.getUserInfo
. -
Lists all users in a Slack team that can be used as
User.getUsers
orAll.getUsers
. -
Find a user with an email address that can be used as
User.getUserByEmail
orAll.getUserByEmail
.
-
List conversations the calling user may access that can be used as
-
Added support to the following User.Profile methods:
-
Retrieve a user's profile information, including their custom status that can be used as
User.Profile.getProfile
orAll.getUserProfile
. -
Set a user's profile information, including custom status that can be used as
User.Profile.setProfile
orAll.setUserProfile
.
-
Retrieve a user's profile information, including their custom status that can be used as
0.2.9
- Changed
objs_conversation
type correction.
0.2.8
- Fixed
setGlobalErrorStrategy
method.
0.2.7
- Removed
io-ts
andfp-ts
packages.
0.2.6
- Added
setGlobalErrorStrategy
method to allow another way to set the global error strategy. - Renamed
connection
property toconnectionId
inraw-api
andhandled-api
layers. - Removed
AnyError
andValidationError
fromTypedPromise
return signature.
0.2.5
- Renamed abstraction layers:
- From http-api to raw-api
- From managed-api to handled-api