@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 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: "POST",
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: "POST",
719
+ method: "PATCH",
720
720
  url: "auth/email/primary",
721
721
  authenticationNotOptional: true,
722
722
  body: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "provenance": true
4
4
  },
5
5
  "name": "@juhuu/sdk-ts",
6
- "version": "1.3.7",
6
+ "version": "1.3.8",
7
7
  "description": "Typescript wrapper for JUHUU services",
8
8
  "main": "./dist/index.js",
9
9
  "module": "./dist/index.mjs",