11export { FirebasePushNotificationContains } from './contains'
2- export { getPushNotification , type GetPushNotificationParam } from './get-push-notification'
3- export { insertDeviceRegistrationToken , type InsertDeviceRegistrationTokenParam } from './insert-device-registration-token'
4- export { insertPushNotification , type InsertPushNotificationParam } from './insert-push-notification'
5- export { insertServiceAccount , type InsertServiceAccountParam } from './insert-service-account'
6- export { insertWebPushCertificate , type InsertWebPushCertificateParam } from './insert-web-push-certificate'
2+ export { getPushNotification , type GetPushNotificationParam , type GetPushNotificationResult } from './get-push-notification'
3+ export { insertDeviceRegistrationToken , type InsertDeviceRegistrationTokenParam , type InsertDeviceRegistrationTokenResult } from './insert-device-registration-token'
4+ export { insertPushNotification , type InsertPushNotificationParam , type InsertPushNotificationResult } from './insert-push-notification'
5+ export { insertServiceAccount , type InsertServiceAccountParam , type InsertServiceAccountResult } from './insert-service-account'
6+ export { insertWebPushCertificate , type InsertWebPushCertificateParam , type InsertWebPushCertificateResult } from './insert-web-push-certificate'
77export { FIREBASE_PUSH_NOTIFICATION_PACKAGE_NAME } from './package-name'
88export { PushNotification } from './push-notification'
99export { registerDevice , type RegisterDeviceParam } from './register-device'
10- export { requestPermissions } from './request-permissions'
10+ export { requestPermissions , type RequestPermissionsResult } from './request-permissions'
1111import * as pushNotificationJsonSchema from './schema.json' ;
12- export { pushNotificationJsonSchema } ;
12+ export { pushNotificationJsonSchema } ;
13+ export { checkPermissions , type CheckPermissionsResult } from './check-permissions'
0 commit comments