Skip to content

fix(deps): bump @internxt/sdk from 1.7.0 to 1.9.12#236

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-npm_and_yarn-internxt-sdk-1.9.12
Closed

fix(deps): bump @internxt/sdk from 1.7.0 to 1.9.12#236
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-npm_and_yarn-internxt-sdk-1.9.12

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2025

Bumps @internxt/sdk from 1.7.0 to 1.9.12.

Release notes

Sourced from @​internxt/sdk's releases.

v1.9.12

Changes

  • Network: Added x-internxt-desktop-header header to headersWithAuthToken and headersWithBasicAuth using AppDetails object.
  • PAyments: Added x-internxt-desktop-header header to headersWithToken using AppDetails object.

How to use

  • Network: const client = Network.client('url', {..., desktopHeader: 'token' }, ....)
  • Payments: const client = Payments.client('url', {..., desktopHeader: 'token' }, ....)

v1.9.11

New Object Storage payment-related endpoints:

  • Create a customer for Object Storage.
  • Create a subscription for Object Storage.
  • Retrieve Object Storage plan details by ID.

v1.9.10

Add support for optionally updating private keys during account recovery.

v1.9.9

  • Update the types for user subscription:
    • Change planId to productId
    • Get the productId when fetching the prices
  • Add backups in AvailableServices type

v1.9.8

Added new API users endpoints (avatar, profile and deactivation).

v1.9.7

New function to call an endpoint has been added:

  • checkUserAvailableProducts: gets the available products from the user

v1.9.6

Align PreCreateUserResponse and UserPublicKeyResponse with the backend

v1.9.5

Aligns fields with what the backend expects in register, registerPreCreatedUser, login, and updateKeys

v1.9.4

Migrated endpoints for check credentials and e-mail verification

v1.9.3

Adjust fields' names in UserSettings

v1.9.2

Adds Kyber key to:

  • ChangePasswordPayloadNew
  • PreCreateUserResponse (as optional)
  • UserPublicKeyResponse (as optional)

... (truncated)

Commits
  • 7a9c352 Merge pull request #280 from internxt/feat/additional-desktop-headers-in-paym...
  • eec7b2f Merge pull request #281 from internxt/feat/add-additional-desktop-headers-in-...
  • b0d9a35 feat(network): add additional desktop headers in network constructor
  • b9303d2 tests: pass desktop header to test it
  • ac3c4d1 feat(payments): add new desktop header for constructor
  • 5df1876 Merge pull request #279 from internxt/feat/object-storage-endpoints
  • 12cec21 feat: pass an object to avoid missed or incorrect params
  • 93c9f27 fix: grammar issues
  • 00db03c tests: object-storage tests
  • e68f139 feat: handle object storage endpoints from the SDK
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@internxt/sdk](https://github.com/internxt/sdk) from 1.7.0 to 1.9.12.
- [Release notes](https://github.com/internxt/sdk/releases)
- [Commits](internxt/sdk@v1.7.0...1.9.12)

---
updated-dependencies:
- dependency-name: "@internxt/sdk"
  dependency-version: 1.9.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 2025

Superseded by #250.

@dependabot dependabot bot closed this May 3, 2025
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-internxt-sdk-1.9.12 branch May 3, 2025 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments