@openfort/openfort-node 0.7.4 → 0.7.6
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 +12 -0
- package/dist/index.d.mts +203 -189
- package/dist/index.d.ts +203 -189
- package/dist/index.js +34 -50
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +31 -47
- package/dist/index.mjs.map +1 -1
- package/openapi-auth.json +6 -0
- package/openapi.json +224 -417
- package/package.json +1 -1
- package/examples/exchange/createSwap.ts +0 -50
- package/examples/exchange/quoteSwap.ts +0 -34
package/openapi-auth.json
CHANGED
|
@@ -403,6 +403,9 @@
|
|
|
403
403
|
"updatedAt": {
|
|
404
404
|
"type": "string",
|
|
405
405
|
"format": "date-time"
|
|
406
|
+
},
|
|
407
|
+
"isAnonymous": {
|
|
408
|
+
"type": "boolean"
|
|
406
409
|
}
|
|
407
410
|
},
|
|
408
411
|
"required": [
|
|
@@ -1059,6 +1062,9 @@
|
|
|
1059
1062
|
"updatedAt": {
|
|
1060
1063
|
"type": "string",
|
|
1061
1064
|
"format": "date-time"
|
|
1065
|
+
},
|
|
1066
|
+
"isAnonymous": {
|
|
1067
|
+
"type": "boolean"
|
|
1062
1068
|
}
|
|
1063
1069
|
},
|
|
1064
1070
|
"required": [
|