generate references (#7882)

This commit is contained in:
Shahed Nasser
2024-07-01 16:02:36 +03:00
committed by GitHub
parent b9036eca1a
commit dd864da4e0
2424 changed files with 106679 additions and 116201 deletions

View File

@@ -1,37 +0,0 @@
import { TypeList } from "docs-ui"
# OrderChangeStatus
The order change's status.
## Enumeration Members
### CONFIRMED
**CONFIRMED** = `"confirmed"`
The order change is confirmed.
### DECLINED
**DECLINED** = `"declined"`
The order change is declined.
### REQUESTED
**REQUESTED** = `"requested"`
The order change is requested.
### PENDING
**PENDING** = `"pending"`
The order change is pending.
### CANCELED
**CANCELED** = `"canceled"`
The order change is canceled.