refactor: consolidate StorageOwnership to the generated StrEnum (#735)
## Summary - Removes the duplicate `StorageOwnership` `Literal` from `_types.py`. - Reuses the auto-generated `StorageOwnership` `StrEnum` from `_models.py` in the dataset, key-value store, and request queue collection clients. - Updates the unit tests to pass enum members (`StorageOwnership.OWNED_BY_ME` / `SHARED_WITH_ME`) instead of raw strings. Closes #700.
V
Vlada Dusek committed
1097e5f4a67379f07bd8309bf8845437de4eb263
Parent: 3d4ce3f
Committed by GitHub <noreply@github.com>
on 4/17/2026, 12:23:20 PM