@chargetrip/types 1.44.0 → 1.45.0

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.
@@ -20,7 +20,6 @@ exports.AccessType = void 0;
20
20
  })(exports.AccessType || (exports.AccessType = {}));
21
21
 
22
22
  exports.AdhocAuthorisationMethod = void 0;
23
- /** Amenities available near a station */
24
23
 
25
24
  (function (AdhocAuthorisationMethod) {
26
25
  AdhocAuthorisationMethod["CREDIT_CARD"] = "CREDIT_CARD";
@@ -33,6 +32,7 @@ exports.AdhocAuthorisationMethod = void 0;
33
32
  AdhocAuthorisationMethod["SMS"] = "SMS";
34
33
  })(exports.AdhocAuthorisationMethod || (exports.AdhocAuthorisationMethod = {}));
35
34
 
35
+ /** Amenities available near a station */
36
36
  exports.Amenities = void 0;
37
37
  /** The amenity model */
38
38
 
@@ -593,7 +593,192 @@ exports.CountryCodeAlpha2 = void 0;
593
593
  CountryCodeAlpha2["ZW"] = "ZW";
594
594
  })(exports.CountryCodeAlpha2 || (exports.CountryCodeAlpha2 = {}));
595
595
 
596
+ /** Currency in the ISO 4217 format. */
597
+ exports.Currency = void 0;
596
598
  /** Currency according to the ISO 4217 standard. */
599
+
600
+ (function (Currency) {
601
+ Currency["AED"] = "AED";
602
+ Currency["AFN"] = "AFN";
603
+ Currency["ALL"] = "ALL";
604
+ Currency["AMD"] = "AMD";
605
+ Currency["ANG"] = "ANG";
606
+ Currency["AOA"] = "AOA";
607
+ Currency["ARS"] = "ARS";
608
+ Currency["AUD"] = "AUD";
609
+ Currency["AWG"] = "AWG";
610
+ Currency["AZN"] = "AZN";
611
+ Currency["BAM"] = "BAM";
612
+ Currency["BBD"] = "BBD";
613
+ Currency["BDT"] = "BDT";
614
+ Currency["BGN"] = "BGN";
615
+ Currency["BHD"] = "BHD";
616
+ Currency["BIF"] = "BIF";
617
+ Currency["BMD"] = "BMD";
618
+ Currency["BND"] = "BND";
619
+ Currency["BOB"] = "BOB";
620
+ Currency["BRL"] = "BRL";
621
+ Currency["BSD"] = "BSD";
622
+ Currency["BTN"] = "BTN";
623
+ Currency["BWP"] = "BWP";
624
+ Currency["BYN"] = "BYN";
625
+ Currency["BYR"] = "BYR";
626
+ Currency["BZD"] = "BZD";
627
+ Currency["CAD"] = "CAD";
628
+ Currency["CDF"] = "CDF";
629
+ Currency["CHF"] = "CHF";
630
+ Currency["CLF"] = "CLF";
631
+ Currency["CLP"] = "CLP";
632
+ Currency["CNY"] = "CNY";
633
+ Currency["COP"] = "COP";
634
+ Currency["CRC"] = "CRC";
635
+ Currency["CUC"] = "CUC";
636
+ Currency["CUP"] = "CUP";
637
+ Currency["CVE"] = "CVE";
638
+ Currency["CZK"] = "CZK";
639
+ Currency["DJF"] = "DJF";
640
+ Currency["DKK"] = "DKK";
641
+ Currency["DOP"] = "DOP";
642
+ Currency["DZD"] = "DZD";
643
+ Currency["EGP"] = "EGP";
644
+ Currency["ERN"] = "ERN";
645
+ Currency["ETB"] = "ETB";
646
+ Currency["EUR"] = "EUR";
647
+ Currency["FJD"] = "FJD";
648
+ Currency["FKP"] = "FKP";
649
+ Currency["GBP"] = "GBP";
650
+ Currency["GEL"] = "GEL";
651
+ Currency["GGP"] = "GGP";
652
+ Currency["GHS"] = "GHS";
653
+ Currency["GIP"] = "GIP";
654
+ Currency["GMD"] = "GMD";
655
+ Currency["GNF"] = "GNF";
656
+ Currency["GTQ"] = "GTQ";
657
+ Currency["GYD"] = "GYD";
658
+ Currency["HKD"] = "HKD";
659
+ Currency["HNL"] = "HNL";
660
+ Currency["HRK"] = "HRK";
661
+ Currency["HTG"] = "HTG";
662
+ Currency["HUF"] = "HUF";
663
+ Currency["IDR"] = "IDR";
664
+ Currency["ILS"] = "ILS";
665
+ Currency["IMP"] = "IMP";
666
+ Currency["INR"] = "INR";
667
+ Currency["IQD"] = "IQD";
668
+ Currency["IRR"] = "IRR";
669
+ Currency["ISK"] = "ISK";
670
+ Currency["JEP"] = "JEP";
671
+ Currency["JMD"] = "JMD";
672
+ Currency["JOD"] = "JOD";
673
+ Currency["JPY"] = "JPY";
674
+ Currency["KES"] = "KES";
675
+ Currency["KGS"] = "KGS";
676
+ Currency["KHR"] = "KHR";
677
+ Currency["KMF"] = "KMF";
678
+ Currency["KPW"] = "KPW";
679
+ Currency["KRW"] = "KRW";
680
+ Currency["KWD"] = "KWD";
681
+ Currency["KYD"] = "KYD";
682
+ Currency["KZT"] = "KZT";
683
+ Currency["LAK"] = "LAK";
684
+ Currency["LBP"] = "LBP";
685
+ Currency["LKR"] = "LKR";
686
+ Currency["LRD"] = "LRD";
687
+ Currency["LSL"] = "LSL";
688
+ Currency["LTL"] = "LTL";
689
+ Currency["LVL"] = "LVL";
690
+ Currency["LYD"] = "LYD";
691
+ Currency["MAD"] = "MAD";
692
+ Currency["MDL"] = "MDL";
693
+ Currency["MGA"] = "MGA";
694
+ Currency["MKD"] = "MKD";
695
+ Currency["MMK"] = "MMK";
696
+ Currency["MNT"] = "MNT";
697
+ Currency["MOP"] = "MOP";
698
+ Currency["MRO"] = "MRO";
699
+ Currency["MUR"] = "MUR";
700
+ Currency["MVR"] = "MVR";
701
+ Currency["MWK"] = "MWK";
702
+ Currency["MXN"] = "MXN";
703
+ Currency["MYR"] = "MYR";
704
+ Currency["MZN"] = "MZN";
705
+ Currency["NAD"] = "NAD";
706
+ Currency["NGN"] = "NGN";
707
+ Currency["NIO"] = "NIO";
708
+ Currency["NOK"] = "NOK";
709
+ Currency["NPR"] = "NPR";
710
+ Currency["NZD"] = "NZD";
711
+ Currency["OMR"] = "OMR";
712
+ Currency["PAB"] = "PAB";
713
+ Currency["PEN"] = "PEN";
714
+ Currency["PGK"] = "PGK";
715
+ Currency["PHP"] = "PHP";
716
+ Currency["PKR"] = "PKR";
717
+ Currency["PLN"] = "PLN";
718
+ Currency["PYG"] = "PYG";
719
+ Currency["QAR"] = "QAR";
720
+ Currency["RON"] = "RON";
721
+ Currency["RSD"] = "RSD";
722
+ Currency["RUB"] = "RUB";
723
+ Currency["RWF"] = "RWF";
724
+ Currency["SAR"] = "SAR";
725
+ Currency["SBD"] = "SBD";
726
+ Currency["SCR"] = "SCR";
727
+ Currency["SDG"] = "SDG";
728
+ Currency["SEK"] = "SEK";
729
+ Currency["SGD"] = "SGD";
730
+ Currency["SHP"] = "SHP";
731
+ Currency["SLL"] = "SLL";
732
+ Currency["SOS"] = "SOS";
733
+ Currency["SRD"] = "SRD";
734
+ Currency["STD"] = "STD";
735
+ Currency["SVC"] = "SVC";
736
+ Currency["SYP"] = "SYP";
737
+ Currency["SZL"] = "SZL";
738
+ Currency["THB"] = "THB";
739
+ Currency["TJS"] = "TJS";
740
+ Currency["TMT"] = "TMT";
741
+ Currency["TND"] = "TND";
742
+ Currency["TOP"] = "TOP";
743
+ Currency["TRY"] = "TRY";
744
+ Currency["TTD"] = "TTD";
745
+ Currency["TWD"] = "TWD";
746
+ Currency["TZS"] = "TZS";
747
+ Currency["UAH"] = "UAH";
748
+ Currency["UGX"] = "UGX";
749
+ Currency["USD"] = "USD";
750
+ Currency["UYU"] = "UYU";
751
+ Currency["UZS"] = "UZS";
752
+ Currency["VEF"] = "VEF";
753
+ Currency["VND"] = "VND";
754
+ Currency["VUV"] = "VUV";
755
+ Currency["WST"] = "WST";
756
+ Currency["XAF"] = "XAF";
757
+ Currency["XAG"] = "XAG";
758
+ Currency["XAU"] = "XAU";
759
+ Currency["XCD"] = "XCD";
760
+ Currency["XDR"] = "XDR";
761
+ Currency["XOF"] = "XOF";
762
+ Currency["XPF"] = "XPF";
763
+ Currency["YER"] = "YER";
764
+ Currency["ZAR"] = "ZAR";
765
+ Currency["ZMK"] = "ZMK";
766
+ Currency["ZMW"] = "ZMW";
767
+ Currency["ZWL"] = "ZWL";
768
+ Currency["XPT"] = "XPT";
769
+ Currency["XPD"] = "XPD";
770
+ Currency["BTC"] = "BTC";
771
+ Currency["ETH"] = "ETH";
772
+ Currency["BNB"] = "BNB";
773
+ Currency["XRP"] = "XRP";
774
+ Currency["SOL"] = "SOL";
775
+ Currency["DOT"] = "DOT";
776
+ Currency["AVAX"] = "AVAX";
777
+ Currency["MATIC"] = "MATIC";
778
+ Currency["LTC"] = "LTC";
779
+ Currency["ADA"] = "ADA";
780
+ })(exports.Currency || (exports.Currency = {}));
781
+
597
782
  exports.CurrencyUnit = void 0;
598
783
  /** Represents a day of the week. */
599
784
 
@@ -1547,6 +1732,7 @@ exports.TelemetryInputSource = void 0;
1547
1732
  (function (TelemetryInputSource) {
1548
1733
  TelemetryInputSource["MANUAL"] = "manual";
1549
1734
  TelemetryInputSource["TELEMETRY"] = "telemetry";
1735
+ TelemetryInputSource["DEFAULT"] = "default";
1550
1736
  })(exports.TelemetryInputSource || (exports.TelemetryInputSource = {}));
1551
1737
 
1552
1738
  /** Temperature unit. */