added customer routes to openapi

This commit is contained in:
John Yeo
2026-02-16 20:19:08 +00:00
parent 4bd7f3af3b
commit 595e23d9c2
236 changed files with 15416 additions and 625 deletions

View File

@@ -0,0 +1,17 @@
# ListCustomersIntervalUnion
## Supported Types
### `models.ListCustomersIntervalEnum`
```python
value: models.ListCustomersIntervalEnum = /* values here */
```
### `str`
```python
value: str = /* values here */
```