Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix enums usage in Python (box/box-codegen#615) #292

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8fb5cd2
docs: update `.NET` documentation on using `BouncyCastle` with `Ready…
box-sdk-build Nov 14, 2024
8fe6c50
chore: Generate xcode project
box-sdk-build Nov 14, 2024
537e393
chore: fix diff script (box/box-codegen#607)
box-sdk-build Nov 14, 2024
6bfcf79
chore: Generate xcode project
box-sdk-build Nov 14, 2024
a035cde
fix: Support status codes with no content (box/box-codegen#604)
box-sdk-build Nov 15, 2024
b482663
chore: Generate xcode project
box-sdk-build Nov 15, 2024
2c9427c
chore: Adding support for changelog spellcheck (box/box-codegen#602)
box-sdk-build Nov 15, 2024
cbdc200
chore: Generate xcode project
box-sdk-build Nov 15, 2024
c006985
docs: Update collaboration resource (box/box-openapi#483)
box-sdk-build Nov 18, 2024
0893932
chore: Generate xcode project
box-sdk-build Nov 18, 2024
435e8a0
feat: Include `rawData` to Java serialisable objects (box/box-codegen…
box-sdk-build Nov 19, 2024
37056ca
chore: Generate xcode project
box-sdk-build Nov 19, 2024
7a9071d
Auto resolve conflict by keeping our changes
Nov 19, 2024
2c6732d
Auto resolve conflict by keeping our changes
Nov 19, 2024
4fb8bc1
fix: fix upload for streaming bodies by adding duplex member to fetch…
box-sdk-build Nov 20, 2024
cb8ad7e
chore: Generate xcode project
box-sdk-build Nov 20, 2024
2fefa6c
chore: enable sourceMap files (box/box-codegen#613)
box-sdk-build Nov 20, 2024
d672493
chore: Generate xcode project
box-sdk-build Nov 20, 2024
ddaeb90
test: Fix python `fetch` unit test (box/box-codegen#611)
box-sdk-build Nov 20, 2024
7dad5c7
chore: Generate xcode project
box-sdk-build Nov 20, 2024
04c693a
Auto resolve conflict by keeping our changes
Nov 20, 2024
082698a
test: fix collection test (box/box-codegen#614)
box-sdk-build Nov 21, 2024
20df5dd
chore: Generate xcode project
box-sdk-build Nov 21, 2024
fc91ca6
fix: Fix enums usage in Python (box/box-codegen#615)
box-sdk-build Nov 21, 2024
af80f4c
chore: Generate xcode project
box-sdk-build Nov 21, 2024
a964bc1
Auto resolve conflict by keeping our changes
Nov 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "cb62e1c", "specHash": "6d5f53e", "version": "0.5.0" }
{ "engineHash": "a723fb8", "specHash": "6d5f53e", "version": "0.5.0" }
Loading