@chargetrip/types 1.43.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
 
@@ -231,7 +231,53 @@ exports.ConnectedVehicleStatus = void 0;
231
231
  ConnectedVehicleStatus["REMOVED"] = "removed";
232
232
  })(exports.ConnectedVehicleStatus || (exports.ConnectedVehicleStatus = {}));
233
233
 
234
+ /** Type of pricing that is applicable. */
235
+ exports.ConnectorPriceElementComponentType = void 0;
236
+
237
+ (function (ConnectorPriceElementComponentType) {
238
+ ConnectorPriceElementComponentType["ENERGY"] = "energy";
239
+ ConnectorPriceElementComponentType["FLAT"] = "flat";
240
+ ConnectorPriceElementComponentType["PARKING_TIME"] = "parking_time";
241
+ ConnectorPriceElementComponentType["TIME"] = "time";
242
+ })(exports.ConnectorPriceElementComponentType || (exports.ConnectorPriceElementComponentType = {}));
243
+
244
+ /** Type of the payment product. */
245
+ exports.ConnectorPriceProductSubscriptionType = void 0;
246
+ /** Type of the payment product. */
247
+
248
+ (function (ConnectorPriceProductSubscriptionType) {
249
+ ConnectorPriceProductSubscriptionType["MONTHLY"] = "monthly";
250
+ ConnectorPriceProductSubscriptionType["YEARLY"] = "yearly";
251
+ ConnectorPriceProductSubscriptionType["ONE_OFF"] = "one_off";
252
+ ConnectorPriceProductSubscriptionType["NOT_APPLICABLE"] = "not_applicable";
253
+ })(exports.ConnectorPriceProductSubscriptionType || (exports.ConnectorPriceProductSubscriptionType = {}));
254
+
255
+ exports.ConnectorPriceProductType = void 0;
256
+
257
+ (function (ConnectorPriceProductType) {
258
+ ConnectorPriceProductType["AD_HOC"] = "ad_hoc";
259
+ ConnectorPriceProductType["MSP"] = "msp";
260
+ ConnectorPriceProductType["CPO_SUBSCRIPTION"] = "cpo_subscription";
261
+ })(exports.ConnectorPriceProductType || (exports.ConnectorPriceProductType = {}));
262
+
263
+ /** The unit of time after which the overstay restrictions are applicable. */
264
+ exports.ConnectorPriceRestrictionsOverstayTimeUnit = void 0;
265
+ /** Describes the cost associated with reserving a charging station. */
266
+
267
+ (function (ConnectorPriceRestrictionsOverstayTimeUnit) {
268
+ ConnectorPriceRestrictionsOverstayTimeUnit["SECONDS"] = "seconds";
269
+ ConnectorPriceRestrictionsOverstayTimeUnit["MINUTES"] = "minutes";
270
+ ConnectorPriceRestrictionsOverstayTimeUnit["HOURS"] = "hours";
271
+ })(exports.ConnectorPriceRestrictionsOverstayTimeUnit || (exports.ConnectorPriceRestrictionsOverstayTimeUnit = {}));
272
+
273
+ exports.ConnectorPriceRestrictionsReservationType = void 0;
234
274
  /** The socket or plug standard of the charging point. */
275
+
276
+ (function (ConnectorPriceRestrictionsReservationType) {
277
+ ConnectorPriceRestrictionsReservationType["RESERVATION"] = "reservation";
278
+ ConnectorPriceRestrictionsReservationType["RESERVATION_EXPIRES"] = "reservation_expires";
279
+ })(exports.ConnectorPriceRestrictionsReservationType || (exports.ConnectorPriceRestrictionsReservationType = {}));
280
+
235
281
  exports.ConnectorType = void 0;
236
282
 
237
283
  (function (ConnectorType) {
@@ -547,8 +593,194 @@ exports.CountryCodeAlpha2 = void 0;
547
593
  CountryCodeAlpha2["ZW"] = "ZW";
548
594
  })(exports.CountryCodeAlpha2 || (exports.CountryCodeAlpha2 = {}));
549
595
 
596
+ /** Currency in the ISO 4217 format. */
597
+ exports.Currency = void 0;
550
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
+
551
782
  exports.CurrencyUnit = void 0;
783
+ /** Represents a day of the week. */
552
784
 
553
785
  (function (CurrencyUnit) {
554
786
  CurrencyUnit["EUR"] = "EUR";
@@ -687,6 +919,18 @@ exports.CurrencyUnit = void 0;
687
919
  CurrencyUnit["ZMW"] = "ZMW";
688
920
  })(exports.CurrencyUnit || (exports.CurrencyUnit = {}));
689
921
 
922
+ exports.DayOfWeek = void 0;
923
+
924
+ (function (DayOfWeek) {
925
+ DayOfWeek["MONDAY"] = "monday";
926
+ DayOfWeek["TUESDAY"] = "tuesday";
927
+ DayOfWeek["WEDNESDAY"] = "wednesday";
928
+ DayOfWeek["THURSDAY"] = "thursday";
929
+ DayOfWeek["FRIDAY"] = "friday";
930
+ DayOfWeek["SATURDAY"] = "saturday";
931
+ DayOfWeek["SUNDAY"] = "sunday";
932
+ })(exports.DayOfWeek || (exports.DayOfWeek = {}));
933
+
690
934
  exports.DimensionUnit = void 0;
691
935
  /** Distance unit */
692
936
 
@@ -1153,6 +1397,15 @@ exports.OICPValueAddedServices = void 0;
1153
1397
  OICPValueAddedServices["NONE"] = "none";
1154
1398
  })(exports.OICPValueAddedServices || (exports.OICPValueAddedServices = {}));
1155
1399
 
1400
+ /** Operator ranking level. */
1401
+ exports.OperatorRankingLevel = void 0;
1402
+
1403
+ (function (OperatorRankingLevel) {
1404
+ OperatorRankingLevel["LOW"] = "low";
1405
+ OperatorRankingLevel["MEDIUM"] = "medium";
1406
+ OperatorRankingLevel["HIGH"] = "high";
1407
+ })(exports.OperatorRankingLevel || (exports.OperatorRankingLevel = {}));
1408
+
1156
1409
  exports.ParkingCost = void 0;
1157
1410
 
1158
1411
  (function (ParkingCost) {
@@ -1269,7 +1522,6 @@ exports.RouteDetailsLegType = void 0;
1269
1522
 
1270
1523
  /** Tags of a route. */
1271
1524
  exports.RouteDetailsTag = void 0;
1272
- /** Types of a route. */
1273
1525
 
1274
1526
  (function (RouteDetailsTag) {
1275
1527
  RouteDetailsTag["ROAD"] = "road";
@@ -1280,14 +1532,6 @@ exports.RouteDetailsTag = void 0;
1280
1532
  RouteDetailsTag["CROSSBORDER"] = "crossborder";
1281
1533
  })(exports.RouteDetailsTag || (exports.RouteDetailsTag = {}));
1282
1534
 
1283
- exports.RouteDetailsType = void 0;
1284
-
1285
- (function (RouteDetailsType) {
1286
- RouteDetailsType["FASTEST"] = "fastest";
1287
- RouteDetailsType["BEST_MATCHING"] = "best_matching";
1288
- RouteDetailsType["ALTERNATIVE"] = "alternative";
1289
- })(exports.RouteDetailsType || (exports.RouteDetailsType = {}));
1290
-
1291
1535
  /** Sign belonging to the instruction indicating the main maneuver. */
1292
1536
  exports.RouteInstructionSign = void 0;
1293
1537
 
@@ -1488,6 +1732,7 @@ exports.TelemetryInputSource = void 0;
1488
1732
  (function (TelemetryInputSource) {
1489
1733
  TelemetryInputSource["MANUAL"] = "manual";
1490
1734
  TelemetryInputSource["TELEMETRY"] = "telemetry";
1735
+ TelemetryInputSource["DEFAULT"] = "default";
1491
1736
  })(exports.TelemetryInputSource || (exports.TelemetryInputSource = {}));
1492
1737
 
1493
1738
  /** Temperature unit. */
@@ -1649,16 +1894,6 @@ exports.VehicleRegion = void 0;
1649
1894
  VehicleRegion["SA"] = "SA";
1650
1895
  })(exports.VehicleRegion || (exports.VehicleRegion = {}));
1651
1896
 
1652
- /** Status of a vehicle. */
1653
- exports.VehicleStatus = void 0;
1654
-
1655
- (function (VehicleStatus) {
1656
- VehicleStatus["DRAFT"] = "draft";
1657
- VehicleStatus["PUBLIC"] = "public";
1658
- VehicleStatus["PRIVATE"] = "private";
1659
- VehicleStatus["ARCHIVED"] = "archived";
1660
- })(exports.VehicleStatus || (exports.VehicleStatus = {}));
1661
-
1662
1897
  exports.VehicleType = void 0;
1663
1898
 
1664
1899
  (function (VehicleType) {