b099c9b0b3
- Changed ProviderId type from a union of keyof ExtensibleProviderSettingsMap and string to an intersection, enhancing type safety. - Renamed appendTrace method to appendMessageTrace in SpanManagerService for clarity and consistency. - Updated references to appendTrace in useMessageOperations and ApiService to use the new method name. - Added a new appendTrace method in SpanManagerService to bind existing traces, improving trace management. - Adjusted topicId handling in fetchMessagesSummary to default to an empty string for better consistency.