@unchainedshop/api 3.1.10 → 3.1.11

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.
@@ -339,7 +339,7 @@ export default [
339
339
  """
340
340
  Set a new password for a specific user
341
341
  """
342
- setPassword(newPassword!: String, userId: ID!): User!
342
+ setPassword(newPassword: String!, userId: ID!): User!
343
343
 
344
344
  """
345
345
  Set roles of a user
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unchainedshop/api",
3
- "version": "3.1.10",
3
+ "version": "3.1.11",
4
4
  "main": "lib/api-index.js",
5
5
  "types": "lib/api-index.d.ts",
6
6
  "type": "module",
@@ -339,7 +339,7 @@ export default [
339
339
  """
340
340
  Set a new password for a specific user
341
341
  """
342
- setPassword(newPassword!: String, userId: ID!): User!
342
+ setPassword(newPassword: String!, userId: ID!): User!
343
343
 
344
344
  """
345
345
  Set roles of a user