GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1.0 KiB

2 months ago
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.TEST_LAB_EVENT = exports.REMOTE_CONFIG_EVENT = exports.DATABASE_EVENTS = exports.FIREBASE_ALERTS_PUBLISH_EVENT = exports.STORAGE_EVENTS = exports.PUBSUB_PUBLISH_EVENT = void 0;
  4. exports.PUBSUB_PUBLISH_EVENT = "google.cloud.pubsub.topic.v1.messagePublished";
  5. exports.STORAGE_EVENTS = [
  6. "google.cloud.storage.object.v1.finalized",
  7. "google.cloud.storage.object.v1.archived",
  8. "google.cloud.storage.object.v1.deleted",
  9. "google.cloud.storage.object.v1.metadataUpdated",
  10. ];
  11. exports.FIREBASE_ALERTS_PUBLISH_EVENT = "google.firebase.firebasealerts.alerts.v1.published";
  12. exports.DATABASE_EVENTS = [
  13. "google.firebase.database.ref.v1.written",
  14. "google.firebase.database.ref.v1.created",
  15. "google.firebase.database.ref.v1.updated",
  16. "google.firebase.database.ref.v1.deleted",
  17. ];
  18. exports.REMOTE_CONFIG_EVENT = "google.firebase.remoteconfig.remoteConfig.v1.updated";
  19. exports.TEST_LAB_EVENT = "google.firebase.testlab.testMatrix.v1.completed";