feat: add one-click sync for website group bindings
This commit is contained in:
@@ -178,3 +178,12 @@ class ImportAccountsResponse(BaseModel):
|
||||
success: bool
|
||||
message: str
|
||||
items: list[ImportAccountItem]
|
||||
|
||||
|
||||
class WebsiteBatchSyncResponse(BaseModel):
|
||||
total: int
|
||||
success: int
|
||||
failed: int
|
||||
skipped: int
|
||||
message: str
|
||||
logs: list[WebsiteSyncLogResponse]
|
||||
|
||||
Reference in New Issue
Block a user