sync: Auto-sync from Mikes-MacBook-Air.local at 2026-03-09 08:14:13
Synced files: - Session logs updated - Latest context and credentials - Command/directive updates Machine: Mikes-MacBook-Air.local Timestamp: 2026-03-09 08:14:13 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,6 +15,20 @@ from .m365_tenant import M365TenantBase, M365TenantCreate, M365TenantResponse, M
|
||||
from .machine import MachineBase, MachineCreate, MachineResponse, MachineUpdate
|
||||
from .network import NetworkBase, NetworkCreate, NetworkResponse, NetworkUpdate
|
||||
from .project import ProjectBase, ProjectCreate, ProjectResponse, ProjectUpdate
|
||||
from .quote import (
|
||||
QuoteCreate,
|
||||
QuoteCreatedResponse,
|
||||
QuoteItemCreate,
|
||||
QuoteItemResponse,
|
||||
QuoteItemUpdate,
|
||||
QuoteListResponse,
|
||||
QuoteResponse,
|
||||
QuoteAdminResponse,
|
||||
QuoteAdminUpdate,
|
||||
QuoteStatsResponse,
|
||||
QuoteSubmit,
|
||||
QuoteUpdate,
|
||||
)
|
||||
from .security_incident import SecurityIncidentBase, SecurityIncidentCreate, SecurityIncidentResponse, SecurityIncidentUpdate
|
||||
from .service import ServiceBase, ServiceCreate, ServiceResponse, ServiceUpdate
|
||||
from .session import SessionBase, SessionCreate, SessionResponse, SessionUpdate
|
||||
@@ -109,4 +123,17 @@ __all__ = [
|
||||
"SecurityIncidentCreate",
|
||||
"SecurityIncidentUpdate",
|
||||
"SecurityIncidentResponse",
|
||||
# Quote schemas
|
||||
"QuoteCreate",
|
||||
"QuoteCreatedResponse",
|
||||
"QuoteItemCreate",
|
||||
"QuoteItemResponse",
|
||||
"QuoteItemUpdate",
|
||||
"QuoteListResponse",
|
||||
"QuoteResponse",
|
||||
"QuoteAdminResponse",
|
||||
"QuoteAdminUpdate",
|
||||
"QuoteStatsResponse",
|
||||
"QuoteSubmit",
|
||||
"QuoteUpdate",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user