gtfs 4.15.10 → 4.15.11

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.
@@ -2749,11 +2749,19 @@ var serviceAlerts = {
2749
2749
  },
2750
2750
  {
2751
2751
  name: "cause",
2752
- type: "integer",
2753
- required: true,
2754
- min: 0,
2755
- source: "alert.cause",
2756
- default: 0
2752
+ type: "text",
2753
+ source: "alert.cause"
2754
+ },
2755
+ {
2756
+ name: "effect",
2757
+ type: "text",
2758
+ source: "alert.effect"
2759
+ },
2760
+ {
2761
+ name: "url",
2762
+ type: "text",
2763
+ source: "alert.url",
2764
+ default: ""
2757
2765
  },
2758
2766
  {
2759
2767
  name: "start_time",
@@ -2770,19 +2778,34 @@ var serviceAlerts = {
2770
2778
  default: ""
2771
2779
  },
2772
2780
  {
2773
- name: "headline",
2781
+ name: "headerText",
2774
2782
  type: "text",
2775
2783
  required: true,
2776
2784
  source: "alert.headerText.translation[0].text",
2777
2785
  default: ""
2778
2786
  },
2779
2787
  {
2780
- name: "description",
2788
+ name: "descriptionText",
2781
2789
  type: "text",
2782
2790
  required: true,
2783
2791
  source: "alert.descriptionText.translation[0].text",
2784
2792
  default: ""
2785
2793
  },
2794
+ {
2795
+ name: "ttsHeaderText",
2796
+ type: "text",
2797
+ source: "alert.ttsHeaderText.translation[0].text"
2798
+ },
2799
+ {
2800
+ name: "ttsDescriptionText",
2801
+ type: "text",
2802
+ source: "alert.ttsDescriptionText.translation[0].text"
2803
+ },
2804
+ {
2805
+ name: "severityLevel",
2806
+ type: "text",
2807
+ source: "alert.severityLevel"
2808
+ },
2786
2809
  {
2787
2810
  name: "created_timestamp",
2788
2811
  type: "integer",