Skip to content

Releases: internxt/sdk

v1.20.2

Choose a tag to compare

@TamaraFinogina TamaraFinogina released this 14 Aug 11:07
0129d8d
  • CleanUp: Remove opaque API as it will not be used

v1.20.1

Choose a tag to compare

@xabg2 xabg2 released this 13 Aug 13:44
b768d4e

What's new:

  • New tax object when fetching user subscription.

v.1.20.0

Choose a tag to compare

@victor-ferro victor-ferro released this 06 Aug 06:12
d93b575

What's new:

  • Advanced filters for global search:
    • getGlobalSearchItems now accepts an options object as its third argument, besides the plain offset.
    • Results can be narrowed by extension, size and modification date.
  • Global search moved from GET to POST (fuzzy/{search} and workspaces/{workspaceId}/fuzzy/{search}) so the filters travel in the request body. Requires drive-server with the POST endpoints deployed.
  • New types:
    • GlobalSearchOptions: the payload accepted by getGlobalSearchItems, with offset, type (file extensions plus the reserved value folder, combined with OR), minSize / maxSize (bytes, files only) and modifiedAfter / modifiedBefore. All optional, combined with AND.
  • getGlobalSearchItems(search, workspaceId, offset) keeps compiling: a number third argument is still treated as the offset.

v1.19.0

Choose a tag to compare

@TamaraFinogina TamaraFinogina released this 28 Jul 08:32
5cfd9a7
  • Remove deprecated fields (duplicated ECC keys outside of the keys field)
  • Remove revocationKey from everywhere

v1.18.0

Choose a tag to compare

@TamaraFinogina TamaraFinogina released this 27 Jul 15:06
6b2867a

Remove old keys (privateKey, publicKey, and revocationKey outside of the keys structure) from UserSettings

v1.17.23

Choose a tag to compare

@victor-ferro victor-ferro released this 27 Jul 11:27
b26ca6b

What's new:

  • Favorites support for files and folders:
    • markItemAsFavorite / unmarkItemAsFavorite: mark or unmark a file or folder as favorite.
    • getFavorites: list favorite files or folders (paginated, cancellable).
  • New types:
    • FavoriteItemType, FavoriteStatusResponse, GetFavoritesPayload, FavoriteFileDto, FavoriteFolderDto.
  • isFavorite field exposed on file and folder types (schema regenerated against the latest backend).

v1.17.22

Choose a tag to compare

@xabg2 xabg2 released this 24 Jul 11:50
5d980bc

What's new:

  • optional To parameter when replying a message to add additional recipients.

v1.17.21

Choose a tag to compare

@xabg2 xabg2 released this 23 Jul 11:13
a3357cb

What's new:

  • New Mail schema to Reply All functionality.

v1.17.20

Choose a tag to compare

@xabg2 xabg2 released this 22 Jul 08:13
df5ca9b

What's new:

  • New endpoint to reply a message.
  • Updating the Mail schema.
  • New types:
    • ReplyMessageRequest: the needed payload to send when replying a message.

v1.17.18

Choose a tag to compare

@xabg2 xabg2 released this 20 Jul 09:37
0eab054

What's new:

  • Check new address user email availability