as-services/services/watchers/src/tasks/index.js
devthejo ace5657057
All checks were successful
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 2m20s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 1m32s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 2m25s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 2m26s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m51s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 2m37s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 2m12s
/ deploy (push) Successful in 24s
feat(ios): silent push notification geolocation heartbeat sync
2025-07-23 14:48:44 +02:00

14 lines
633 B
JavaScript

module.exports = {
DEFAULT_SWAG_USERNAME: "defaultSwagUsername",
EMAIL_VERIFY: "emailVerify",
ALERT_SUGGEST_CLOSE_NOTIFY: "alertSuggestCloseNotify",
ALERT_SUGGEST_KEEP_OPEN_NOTIFY: "alertSuggestKeepOpenNotify",
ALERT_NOTIFY: "alertNotify",
ALERT_CLOSE: "alertClose",
ALERT_ARCHIVE: "alertArchive",
RELATIVE_ALLOW_ASK_NOTIFY: "relativeAllowAskNotify",
RELATIVE_INVITATION_NOTIFY: "relativeInvitationNotify",
ALERT_CALL_EMERGENCY_INFO_NOTIFY: "alertCallEmergencyInfoNotify",
BACKGROUND_GEOLOCATION_LOST_NOTIFY: "backgroundGeolocationLostNotify",
IOS_GEOLOCATION_HEARTBEAT_SYNC: "iosGeolocationHeartbeatSync",
}