Skip to content

Commit f18ffc2

Browse files
authored
Merge pull request #237 from fireflyprotocol/nida/bfp-3849-pro-sdk-twap-orders-add-new-twap-order-type
added twap configs to api endpoints
2 parents 3f87d2c + 09de90c commit f18ffc2

36 files changed

Lines changed: 333 additions & 18 deletions

.apigen-state

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"version": "1",
33
"algorithm": "sha256",
4-
"generated_at": "2026-01-14T17:25:18.152868Z",
4+
"generated_at": "2026-01-15T21:09:24.799926Z",
55
"spec_files": {
66
"resources/account-data-api.yaml": "9f4c2018d631427d46bb2150e28de3fd66ee9e379b4330651cd47697896399a4",
77
"resources/auth-api.yaml": "d323937afd8fd9431a1075bb7ae06a28181848afd6e5278675b9a2945b9257c1",
88
"resources/bluefin-api.yaml": "78944468df304dc33cffbc2b63635ee8227a414bb6ec1c04cbd56d0f55524352",
9-
"resources/common.yaml": "3fc2310f329dc6b8a7d635176bae042110bc36b5c9b5a7948994bc97d3993419",
9+
"resources/common.yaml": "e7bbf75c59dd950c4d9e936c264d47dc8900c89d8555cce9b09231b25fffec35",
1010
"resources/exchange-api.yaml": "f62bf019448977b7657d7c2f010f0958e0e3779c0da94cd6a40ecd3e3bac3e6b",
1111
"resources/rewards-data-api.yaml": "2c715683d080ad11aa7667d81e36b1f36839da5d2af1bd3ce0d164db6f19cb0c",
12-
"resources/trade-api.yaml": "8c3d4f6e0c6425e9d0120de4a3b568b3687da7ee531cad6499d7873e6a087698",
12+
"resources/trade-api.yaml": "8bda7038719b123ac06384554d47e20128c2e1bd1d5af5a515b8793d2b1a8a45",
1313
"resources/websocket-api.yaml": "eefb5b151d020ca372577927bb740b3bf1206cc2d31f8c0d8763bf6e56590330"
1414
},
15-
"combined_hash": "23609e14a2313ac2636ab552087a157637f53edf9723246e4c0300311038edb3"
15+
"combined_hash": "eb1918e1a71c48cd613ac648cf4c876de331d89675800f2b5198162f8e4cb629"
1616
}

python/sdk/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ additionalProperties:
22
library: asyncio
33
generateSourceCodeOnly: true
44
useOneOfDiscriminatorLookup: true
5-
packageVersion: 1.6.0
5+
packageVersion: 1.7.0

python/sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description = "Python Boilerplate contains all the boilerplate you need to creat
2121
name = "bluefin_pro_sdk"
2222
readme = "README.rst"
2323
requires-python = ">=3.9.2,<3.13.0"
24-
version = "1.6.0"
24+
version = "1.7.0"
2525

2626
[[project.authors]]
2727
email = "audreyr@example.com"

python/sdk/src/.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/sdk/src/openapi_client/__init__.py

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/sdk/src/openapi_client/api_client.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/sdk/src/openapi_client/configuration.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/sdk/src/openapi_client/docs/CreateOrderRequest.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/sdk/src/openapi_client/docs/CreateOrderRequestTwapConfig.md

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/sdk/src/openapi_client/docs/OrderType.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)