@openfort/openfort-node 0.7.2 → 0.7.4

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.
@@ -11,7 +11,7 @@ const openfort = new Openfort(process.env.OPENFORT_API_KEY!, {
11
11
  // This creates the user and wallet before they authenticate
12
12
  const result = await openfort.accounts.evm.embedded.pregenerate(
13
13
  {
14
- email: "jaume+1@openfort.xyz",
14
+ email: "jaume+1123123@openfort.xyz",
15
15
  accountType: "Externally Owned Account"
16
16
  },
17
17
  {
package/openapi.json CHANGED
@@ -20598,7 +20598,7 @@
20598
20598
  }
20599
20599
  },
20600
20600
  "summary": "Get user information.",
20601
- "tags": ["auth v2"],
20601
+ "tags": ["Users"],
20602
20602
  "security": [
20603
20603
  {
20604
20604
  "pk_third_party": []
@@ -20651,7 +20651,7 @@
20651
20651
  }
20652
20652
  },
20653
20653
  "summary": "Verify oauth token of a third party auth provider.",
20654
- "tags": ["auth v2"],
20654
+ "tags": ["Users"],
20655
20655
  "security": [
20656
20656
  {
20657
20657
  "pk": []
@@ -20701,6 +20701,10 @@
20701
20701
  "name": "Session keys",
20702
20702
  "tags": ["Sessions"]
20703
20703
  },
20704
+ {
20705
+ "name": "Contracts",
20706
+ "tags": ["Contracts"]
20707
+ },
20704
20708
  {
20705
20709
  "name": "Sponsor transactions & Models",
20706
20710
  "tags": ["Policies"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/openfort-node",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "description": "Openfort Node SDK",
5
5
  "author": "Openfort",
6
6
  "repository": {
@@ -1,2 +1,6 @@
1
1
  overrides:
2
+ '@orval/core@<7.19.0': '>=7.19.0'
3
+ '@orval/core@>=8.0.0-rc.0 <8.0.2': '>=8.0.2'
2
4
  '@orval/mcp@<7.18.0': '>=7.18.0'
5
+ '@orval/mock@<7.20.0': '>=7.20.0'
6
+ lodash@>=4.0.0 <=4.17.22: '>=4.17.23'