Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions etc/firebase-admin.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,6 @@ export namespace messaging {
export type ConditionMessage = ConditionMessage;
// Warning: (ae-forgotten-export) The symbol "CriticalSound" needs to be exported by the entry point default-namespace.d.ts
export type CriticalSound = CriticalSound;
// Warning: (ae-forgotten-export) The symbol "DataMessagePayload" needs to be exported by the entry point default-namespace.d.ts
export type DataMessagePayload = DataMessagePayload;
// Warning: (ae-forgotten-export) The symbol "FcmOptions" needs to be exported by the entry point default-namespace.d.ts
export type FcmOptions = FcmOptions;
// Warning: (ae-forgotten-export) The symbol "LightSettings" needs to be exported by the entry point default-namespace.d.ts
Expand All @@ -380,18 +378,12 @@ export namespace messaging {
export type Message = Message;
// Warning: (ae-forgotten-export) The symbol "Messaging" needs to be exported by the entry point default-namespace.d.ts
export type Messaging = Messaging;
// Warning: (ae-forgotten-export) The symbol "MessagingOptions" needs to be exported by the entry point default-namespace.d.ts
export type MessagingOptions = MessagingOptions;
// Warning: (ae-forgotten-export) The symbol "MessagingPayload" needs to be exported by the entry point default-namespace.d.ts
export type MessagingPayload = MessagingPayload;
// Warning: (ae-forgotten-export) The symbol "MessagingTopicManagementResponse" needs to be exported by the entry point default-namespace.d.ts
export type MessagingTopicManagementResponse = MessagingTopicManagementResponse;
// Warning: (ae-forgotten-export) The symbol "MulticastMessage" needs to be exported by the entry point default-namespace.d.ts
export type MulticastMessage = MulticastMessage;
// Warning: (ae-forgotten-export) The symbol "Notification" needs to be exported by the entry point default-namespace.d.ts
export type Notification = Notification;
// Warning: (ae-forgotten-export) The symbol "NotificationMessagePayload" needs to be exported by the entry point default-namespace.d.ts
export type NotificationMessagePayload = NotificationMessagePayload;
// Warning: (ae-forgotten-export) The symbol "SendResponse" needs to be exported by the entry point default-namespace.d.ts
export type SendResponse = SendResponse;
// Warning: (ae-forgotten-export) The symbol "TokenMessage" needs to be exported by the entry point default-namespace.d.ts
Expand Down
43 changes: 0 additions & 43 deletions etc/firebase-admin.messaging.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ export interface CriticalSound {
volume?: number;
}

// @public
export interface DataMessagePayload {
// (undocumented)
[key: string]: string;
}

// @public
export interface FcmOptions {
analyticsLabel?: string;
Expand Down Expand Up @@ -300,25 +294,6 @@ export class MessagingClientErrorCode {
};
}

// @public
export interface MessagingOptions {
// (undocumented)
[key: string]: any | undefined;
collapseKey?: string;
contentAvailable?: boolean;
dryRun?: boolean;
mutableContent?: boolean;
priority?: string;
restrictedPackageName?: string;
timeToLive?: number;
}

// @public
export interface MessagingPayload {
data?: DataMessagePayload;
notification?: NotificationMessagePayload;
}

// @public
export interface MessagingTopicManagementResponse {
// Warning: (ae-forgotten-export) The symbol "FirebaseArrayIndexError" needs to be exported by the entry point index.d.ts
Expand All @@ -340,24 +315,6 @@ export interface Notification {
title?: string;
}

// @public
export interface NotificationMessagePayload {
// (undocumented)
[key: string]: string | undefined;
badge?: string;
body?: string;
bodyLocArgs?: string;
bodyLocKey?: string;
clickAction?: string;
color?: string;
icon?: string;
sound?: string;
tag?: string;
title?: string;
titleLocArgs?: string;
titleLocKey?: string;
}

// @public
export interface SendResponse {
// Warning: (ae-forgotten-export) The symbol "FirebaseError" needs to be exported by the entry point index.d.ts
Expand Down
6 changes: 0 additions & 6 deletions src/messaging/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ export {
WebpushConfig,
WebpushFcmOptions,
WebpushNotification,

// Legacy APIs
DataMessagePayload,
MessagingOptions,
MessagingPayload,
NotificationMessagePayload,
} from './messaging-api';

/**
Expand Down
Loading