Skip to content

Commit 4bd8bb5

Browse files
Update exports
1 parent c83f7b6 commit 4bd8bb5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Diff for: src/main.ts

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
export {LinkName} from './link-name'
22
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'
3+
export {getDeviceRegistrationTokenInsertSerialOperations,type GetDeviceRegistrationTokenInsertSerialOperationsParam} from './get-device-registration-token-insert-serial-operations'
4+
export {getDeviceRegistrationTokenValueInsertSerialOperations, type GetDeviceRegistrationTokenValueUpdateSerialOperationsParam} from './get-device-registration-token-value-update-serial-operations'
5+
export {getPushNotificationInsertSerialOperations, type GetPushNotificationInsertSerialOperationsParam} from './get-push-notification-insert-serial-operations'
6+
export {getPushNotificationValueInsertSerialOperations, type GetPushNotificationValueUpdateSerialOperationsParam} from './get-push-notification-value-update-serial-operations'
7+
export {getServiceAccountInsertSerialOperations, type GetServiceAccountInsertSerialOperationsParam} from './get-service-account-insert-serial-operations'
8+
export {getServiceAccountValueInsertSerialOperations, type GetServiceAccountValueUpdateSerialOperationsParam} from './get-service-account-value-update-serial-operations'
9+
export {getWebPushCertificateInsertSerialOperations, type GetWebPushCertificateInsertSerialOperationsParam} from './get-web-push-certificate-insert-serial-operations'
10+
export {getWebPushCertificateValueInsertSerialOperations, type GetWebPushCertificateValueUpdateSerialOperationsParam} from './get-web-push-certificate-value-update-serial-operations'
711
export {PACKAGE_NAME} from './package-name'
812
export {PushNotification} from './push-notification'
913
export {registerDevice, type RegisterDeviceParam} from './register-device'

0 commit comments

Comments
 (0)