@medialane/sdk 0.85.2 → 0.85.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -716,6 +716,7 @@ var ApiClient = class {
716
716
  if (options.chain) body.chain = options.chain;
717
717
  if (options.emailVerificationToken) body.emailVerificationToken = options.emailVerificationToken;
718
718
  if (options.email) body.email = options.email;
719
+ if (options.accountToken) body.accountToken = options.accountToken;
719
720
  return this.request("/v1/users/me", {
720
721
  method: "POST",
721
722
  body: JSON.stringify(body),