Skip to content

Commit 34fee98

Browse files
authored
Disable ae-incompatible-tags warning in beta (#1880)
1 parent 009be2d commit 34fee98

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Removing ae-incompatible-tags warning from API files",
4+
"packageName": "@internal/react-composites",
5+
"email": "anjulgarg@live.com",
6+
"dependentChangeType": "none"
7+
}

common/config/api-extractor/api-extractor.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"ae-forgotten-export": {
2727
"logLevel": "error",
2828
"addToApiReportFile": false
29+
},
30+
"ae-incompatible-release-tags": {
31+
"logLevel": "none",
32+
"addToApiReportFile": false
2933
}
3034
},
3135
"tsdocMessageReporting": {

packages/communication-react/review/communication-react.api.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ export interface CallAdapterDeviceManagement {
216216
setSpeaker(sourceInfo: AudioDeviceInfo): Promise<void>;
217217
}
218218

219-
// Warning: (ae-incompatible-release-tags) The symbol "CallAdapterLocator" is marked as @public, but its signature references "CallParticipantsLocator" which is marked as @beta
220-
//
221219
// @public
222220
export type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
223221

@@ -272,7 +270,6 @@ export interface CallAgentState {
272270

273271
// @public
274272
export interface CallAndChatLocator {
275-
// Warning: (ae-incompatible-release-tags) The symbol "callLocator" is marked as @public, but its signature references "CallParticipantsLocator" which is marked as @beta
276273
callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
277274
chatThreadId: string;
278275
}
@@ -869,8 +866,6 @@ export interface CameraButtonStyles extends ControlBarButtonStyles {
869866
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
870867
}
871868

872-
// Warning: (ae-incompatible-release-tags) The symbol "ChatAdapter" is marked as @public, but its signature references "FileUploadAdapter" which is marked as @beta
873-
//
874869
// @public
875870
export type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers & FileUploadAdapter;
876871

packages/react-composites/review/react-composites.api.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ export interface CallAdapterDeviceManagement {
160160
setSpeaker(sourceInfo: AudioDeviceInfo): Promise<void>;
161161
}
162162

163-
// Warning: (ae-incompatible-release-tags) The symbol "CallAdapterLocator" is marked as @public, but its signature references "CallParticipantsLocator" which is marked as @beta
164-
//
165163
// @public
166164
export type CallAdapterLocator = TeamsMeetingLinkLocator | GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
167165

@@ -200,7 +198,6 @@ export type CallAdapterUiState = {
200198

201199
// @public
202200
export interface CallAndChatLocator {
203-
// Warning: (ae-incompatible-release-tags) The symbol "callLocator" is marked as @public, but its signature references "CallParticipantsLocator" which is marked as @beta
204201
callLocator: GroupCallLocator | /* @conditional-compile-remove(teams-adhoc-call) */ CallParticipantsLocator;
205202
chatThreadId: string;
206203
}
@@ -612,8 +609,6 @@ export interface CallWithChatControlOptions {
612609
// @public
613610
export type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'messageReceived' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
614611

615-
// Warning: (ae-incompatible-release-tags) The symbol "ChatAdapter" is marked as @public, but its signature references "FileUploadAdapter" which is marked as @beta
616-
//
617612
// @public
618613
export type ChatAdapter = ChatAdapterThreadManagement & AdapterState<ChatAdapterState> & Disposable & ChatAdapterSubscribers & FileUploadAdapter;
619614

0 commit comments

Comments
 (0)