@medialane/sdk 0.85.0 → 0.85.1

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
@@ -714,6 +714,7 @@ var ApiClient = class {
714
714
  appSource: options.appSource ?? "MEDIALANE_SDK"
715
715
  };
716
716
  if (options.chain) body.chain = options.chain;
717
+ if (options.emailVerificationToken) body.emailVerificationToken = options.emailVerificationToken;
717
718
  return this.request("/v1/users/me", {
718
719
  method: "POST",
719
720
  body: JSON.stringify(body),