0.5.5 • Published 4 years ago
@avst-api/slack v0.5.5
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.assignUserorAll.adminAssignUser. - Invite a user to a workspace that can be used as
Admin.Users.inviteUserorAll.adminInviteUser. - List users on a workspace that can be used as
Admin.Users.getUsersorAll.adminGetUsers. - Remove a user from a workspace that can be used as
Admin.Users.removeUserorAll.adminRemoveUser. - Set an existing guest, regular user, or owner to be an admin user that can be used as
Admin.Users.setAdminorAll.adminSetAdminUser. - Set an expiration for a guest user that can be used as
Admin.Users.setExpirationorAll.adminSetUserExpiration. - Set an existing guest, regular user, or admin user to be a workspace owner that can be used as
Admin.Users.setOwnerorAll.adminSetOwnerUser. - Set an existing guest user, admin user, or owner to be a regular user that can be used as
Admin.Users.setRegularorAll.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.openVieworAll.openView. - Publish a static view for a User that can be used as
View.publishVieworAll.publishView. - Push a view onto the stack of a root view that can be used as
View.pushVieworAll.pushView. - Update an existing view that can be used as
View.updateVieworAll.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.addPinorAll.addPin. - Lists items pinned to a channel that can be used as
Pins.getPinsorAll.getPins. - Un-pins an item from a channel that can be used as
Pins.removePinorAll.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.addReminderorAll.addReminder. - Marks a reminder as complete that can be used as
Reminders.completeReminderorAll.completeReminder. - Deletes a reminder that can be used as
Reminders.deleteReminderorAll.deleteReminder. - Gets information about a reminder that can be used as
Reminders.getInfoorAll.getReminderInfo. - Lists all reminders created by or for a given user that can be used as
Reminders.getRemindersorAll.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.getConversationsorAll.getUserConversations. - Get a user's identity that can be used as
User.getIdentityorAll.getUserIdentity. - Gets information about a user that can be used as
User.getInfoorAll.getUserInfo. - Lists all users in a Slack team that can be used as
User.getUsersorAll.getUsers. - Find a user with an email address that can be used as
User.getUserByEmailorAll.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.getProfileorAll.getUserProfile. - Set a user's profile information, including custom status that can be used as
User.Profile.setProfileorAll.setUserProfile.
- Retrieve a user's profile information, including their custom status that can be used as
0.2.9
- Changed
objs_conversationtype correction.
0.2.8
- Fixed
setGlobalErrorStrategymethod.
0.2.7
- Removed
io-tsandfp-tspackages.
0.2.6
- Added
setGlobalErrorStrategymethod to allow another way to set the global error strategy. - Renamed
connectionproperty toconnectionIdinraw-apiandhandled-apilayers. - Removed
AnyErrorandValidationErrorfromTypedPromisereturn signature.
0.2.5
- Renamed abstraction layers:
- From http-api to raw-api
- From managed-api to handled-api