Overview
The Attio SDK has migrated from individual type imports to a unifiedApp
namespace system. This provides better organization, improved autocomplete, and clearer API structure.
What changed
Before: Individual type imports
After: App Namespace
Migration steps
Complete type mapping reference
Old Type | New Type |
---|---|
RecordAction | App.Record.Action |
BulkRecordAction | App.Record.BulkAction |
RecordWidget | App.Record.Widget |
CallRecordingInsightTextSelectionAction | App.CallRecording.Insight.TextAction |
CallRecordingSummaryTextSelectionAction | App.CallRecording.Summary.TextAction |
CallRecordingTranscriptTextSelectionAction | App.CallRecording.Transcript.TextAction |