@juhuu/sdk-ts 1.3.7 → 1.3.8
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -760,7 +760,7 @@ var AuthService = class extends Service {
|
|
|
760
760
|
async setPrimaryEmail(AuthSetPrimaryEmailParams, AuthSetPrimaryEmailOptions) {
|
|
761
761
|
return await super.sendRequest(
|
|
762
762
|
{
|
|
763
|
-
method: "
|
|
763
|
+
method: "PATCH",
|
|
764
764
|
url: "auth/email/primary",
|
|
765
765
|
authenticationNotOptional: true,
|
|
766
766
|
body: {
|
package/dist/index.mjs
CHANGED
|
@@ -716,7 +716,7 @@ var AuthService = class extends Service {
|
|
|
716
716
|
async setPrimaryEmail(AuthSetPrimaryEmailParams, AuthSetPrimaryEmailOptions) {
|
|
717
717
|
return await super.sendRequest(
|
|
718
718
|
{
|
|
719
|
-
method: "
|
|
719
|
+
method: "PATCH",
|
|
720
720
|
url: "auth/email/primary",
|
|
721
721
|
authenticationNotOptional: true,
|
|
722
722
|
body: {
|