Skip to content

Commit

Permalink
feat(arcgis-rest-portal): export functions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannaeapicella committed Jan 12, 2023
1 parent 9f0c721 commit 92831f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/arcgis-rest-portal/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export * from "./users/invitation.js";
export * from "./users/notification.js";
export * from "./users/search-users.js";
export * from "./users/update.js";
export * from "./users/get-user-properties.js";
export * from "./users/set-user-properties.js";

export * from "./sharing/access.js";
export * from "./sharing/share-item-with-group.js";
Expand Down

0 comments on commit 92831f2

Please sign in to comment.