@openfort/openfort-node 0.7.2 → 0.7.3
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/CHANGELOG.md +6 -0
- package/dist/index.d.mts +115 -125
- package/dist/index.d.ts +115 -125
- package/dist/index.js +21 -23
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +21 -23
- package/dist/index.mjs.map +1 -1
- package/openapi.json +2 -2
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -20598,7 +20598,7 @@
|
|
|
20598
20598
|
}
|
|
20599
20599
|
},
|
|
20600
20600
|
"summary": "Get user information.",
|
|
20601
|
-
"tags": ["
|
|
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": ["
|
|
20654
|
+
"tags": ["Users"],
|
|
20655
20655
|
"security": [
|
|
20656
20656
|
{
|
|
20657
20657
|
"pk": []
|