gtfs 4.15.10 → 4.15.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2747,13 +2747,26 @@ var serviceAlerts = {
2747
2747
  index: true,
2748
2748
  source: "id"
2749
2749
  },
2750
+ {
2751
+ name: "active_period",
2752
+ type: "json",
2753
+ source: "alert.activePeriod"
2754
+ },
2750
2755
  {
2751
2756
  name: "cause",
2752
- type: "integer",
2753
- required: true,
2754
- min: 0,
2755
- source: "alert.cause",
2756
- default: 0
2757
+ type: "text",
2758
+ source: "alert.cause"
2759
+ },
2760
+ {
2761
+ name: "effect",
2762
+ type: "text",
2763
+ source: "alert.effect"
2764
+ },
2765
+ {
2766
+ name: "url",
2767
+ type: "text",
2768
+ source: "alert.url.translation[0].text",
2769
+ default: ""
2757
2770
  },
2758
2771
  {
2759
2772
  name: "start_time",
@@ -2770,19 +2783,34 @@ var serviceAlerts = {
2770
2783
  default: ""
2771
2784
  },
2772
2785
  {
2773
- name: "headline",
2786
+ name: "header_text",
2774
2787
  type: "text",
2775
2788
  required: true,
2776
2789
  source: "alert.headerText.translation[0].text",
2777
2790
  default: ""
2778
2791
  },
2779
2792
  {
2780
- name: "description",
2793
+ name: "description_text",
2781
2794
  type: "text",
2782
2795
  required: true,
2783
2796
  source: "alert.descriptionText.translation[0].text",
2784
2797
  default: ""
2785
2798
  },
2799
+ {
2800
+ name: "tts_header_text",
2801
+ type: "text",
2802
+ source: "alert.ttsHeaderText.translation[0].text"
2803
+ },
2804
+ {
2805
+ name: "tts_description_text",
2806
+ type: "text",
2807
+ source: "alert.ttsDescriptionText.translation[0].text"
2808
+ },
2809
+ {
2810
+ name: "severity_level",
2811
+ type: "text",
2812
+ source: "alert.severityLevel"
2813
+ },
2786
2814
  {
2787
2815
  name: "created_timestamp",
2788
2816
  type: "integer",