Skip to content

Commit f8560e4

Browse files
authored
Merge pull request #261 from fireflyprotocol/kevin/BFP-3673-update-account-value-history
BFP-3673: Update account value history fields
2 parents f886579 + 564139f commit f8560e4

26 files changed

+106
-26
lines changed

.apigen-state

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"version": "1",
33
"algorithm": "sha256",
4-
"generated_at": "2026-02-23T21:15:02.935039Z",
4+
"generated_at": "2026-03-04T16:13:45.226938Z",
55
"spec_files": {
6-
"resources/account-data-api.yaml": "880923d021343a11da512c32154d8f220c308e97a6c0bf6ce1857774acc62fe4",
6+
"resources/account-data-api.yaml": "049cebc90a2fcd21f63ed51facf6a818c79076fe495f58ac67ebbab643232e76",
77
"resources/auth-api.yaml": "d323937afd8fd9431a1075bb7ae06a28181848afd6e5278675b9a2945b9257c1",
88
"resources/bluefin-api.yaml": "aa5ac52d740db0bfedb48ff771e06503a81fe80fb99b78229ca8b8b1d6b38b3f",
99
"resources/common.yaml": "f0140950057e524457e5197c5b20bf8d74342e596378043ff8b4c75b5a3fc036",
@@ -12,5 +12,5 @@
1212
"resources/trade-api.yaml": "229ac3d9a7a30b640db928cc5d99cddc4e185e70b76e7c0d7273f94225cd1d37",
1313
"resources/websocket-api.yaml": "eefb5b151d020ca372577927bb740b3bf1206cc2d31f8c0d8763bf6e56590330"
1414
},
15-
"combined_hash": "11b92543a2761210a11c1a3d643f86a9c5882c5c3fd8ad4a779e95179f3626ee"
15+
"combined_hash": "a369d55f5e2db4cead034a8ae93880d1cf0bf225c718294971ff09b5f361cf70"
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.10.0
5+
packageVersion: 1.11.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.10.0"
24+
version = "1.11.0"
2525

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

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

Lines changed: 0 additions & 4 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: 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/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/AccountValueHistory.md

Lines changed: 3 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/AccountValueHistoryData.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/models/account_value_history.py

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

0 commit comments

Comments
 (0)