@ampeco/public-api-mcp 3.103.10 → 3.104.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.
@@ -1549,6 +1549,7 @@ export declare const bookingRequestCreateBody: z.ZodUnion<[z.ZodObject<{
1549
1549
  }>>;
1550
1550
  startAt: z.ZodString;
1551
1551
  endAt: z.ZodString;
1552
+ externalId: z.ZodOptional<z.ZodString>;
1552
1553
  }, "strip", z.ZodTypeAny, {
1553
1554
  type: "create";
1554
1555
  userId: number;
@@ -1567,6 +1568,7 @@ export declare const bookingRequestCreateBody: z.ZodUnion<[z.ZodObject<{
1567
1568
  minPower?: number | undefined;
1568
1569
  connectorType?: "type1" | "type2" | "type3" | "chademo" | "ccs1" | "ccs2" | "schuko" | "nacs" | "cee16" | "cee32" | "j1772" | "inductive" | "nema-5-20" | "type-e-french" | "type-g-british" | "type-j-swiss" | "avcon" | "gb-t-ac" | "gb-t-dc" | "chaoji" | "nema-6-30" | "nema-6-50" | undefined;
1569
1570
  } | undefined;
1571
+ externalId?: string | undefined;
1570
1572
  }, {
1571
1573
  type: "create";
1572
1574
  userId: number;
@@ -1585,6 +1587,7 @@ export declare const bookingRequestCreateBody: z.ZodUnion<[z.ZodObject<{
1585
1587
  minPower?: number | undefined;
1586
1588
  connectorType?: "type1" | "type2" | "type3" | "chademo" | "ccs1" | "ccs2" | "schuko" | "nacs" | "cee16" | "cee32" | "j1772" | "inductive" | "nema-5-20" | "type-e-french" | "type-g-british" | "type-j-swiss" | "avcon" | "gb-t-ac" | "gb-t-dc" | "chaoji" | "nema-6-30" | "nema-6-50" | undefined;
1587
1589
  } | undefined;
1590
+ externalId?: string | undefined;
1588
1591
  }>, z.ZodObject<{
1589
1592
  id: z.ZodOptional<z.ZodNumber>;
1590
1593
  type: z.ZodEnum<["update"]>;
@@ -1596,6 +1599,7 @@ export declare const bookingRequestCreateBody: z.ZodUnion<[z.ZodObject<{
1596
1599
  userId: z.ZodOptional<z.ZodNumber>;
1597
1600
  startAt: z.ZodOptional<z.ZodString>;
1598
1601
  endAt: z.ZodOptional<z.ZodString>;
1602
+ externalId: z.ZodOptional<z.ZodString>;
1599
1603
  }, "strip", z.ZodTypeAny, {
1600
1604
  type: "update";
1601
1605
  bookingId: number;
@@ -1607,6 +1611,7 @@ export declare const bookingRequestCreateBody: z.ZodUnion<[z.ZodObject<{
1607
1611
  createdAt?: string | undefined;
1608
1612
  startAt?: string | undefined;
1609
1613
  endAt?: string | undefined;
1614
+ externalId?: string | undefined;
1610
1615
  }, {
1611
1616
  type: "update";
1612
1617
  bookingId: number;
@@ -1618,6 +1623,7 @@ export declare const bookingRequestCreateBody: z.ZodUnion<[z.ZodObject<{
1618
1623
  createdAt?: string | undefined;
1619
1624
  startAt?: string | undefined;
1620
1625
  endAt?: string | undefined;
1626
+ externalId?: string | undefined;
1621
1627
  }>, z.ZodObject<{
1622
1628
  id: z.ZodOptional<z.ZodNumber>;
1623
1629
  type: z.ZodEnum<["cancel"]>;
@@ -1626,6 +1632,7 @@ export declare const bookingRequestCreateBody: z.ZodUnion<[z.ZodObject<{
1626
1632
  createdAt: z.ZodOptional<z.ZodString>;
1627
1633
  lastUpdatedAt: z.ZodOptional<z.ZodString>;
1628
1634
  bookingId: z.ZodNumber;
1635
+ externalId: z.ZodOptional<z.ZodString>;
1629
1636
  }, "strip", z.ZodTypeAny, {
1630
1637
  type: "cancel";
1631
1638
  bookingId: number;
@@ -1634,6 +1641,7 @@ export declare const bookingRequestCreateBody: z.ZodUnion<[z.ZodObject<{
1634
1641
  lastUpdatedAt?: string | undefined;
1635
1642
  rejectionReason?: string | undefined;
1636
1643
  createdAt?: string | undefined;
1644
+ externalId?: string | undefined;
1637
1645
  }, {
1638
1646
  type: "cancel";
1639
1647
  bookingId: number;
@@ -1642,6 +1650,7 @@ export declare const bookingRequestCreateBody: z.ZodUnion<[z.ZodObject<{
1642
1650
  lastUpdatedAt?: string | undefined;
1643
1651
  rejectionReason?: string | undefined;
1644
1652
  createdAt?: string | undefined;
1653
+ externalId?: string | undefined;
1645
1654
  }>]>;
1646
1655
  export declare const chargePointDowntimePeriodCreateBody: z.ZodObject<{
1647
1656
  evseId: z.ZodOptional<z.ZodNumber>;
@@ -1768,6 +1777,7 @@ export declare const chargePointCreateDeprecatedBody: z.ZodObject<{
1768
1777
  tags?: string[] | undefined;
1769
1778
  capabilities?: ("REMOTE_START_STOP_CAPABLE" | "METER_VALUES" | "STOP_TRANSACTION_ON_EV_DISCONNECT")[] | undefined;
1770
1779
  locationId?: number | undefined;
1780
+ externalId?: string | undefined;
1771
1781
  networkProtocol?: "ocpp 1.5" | "ocpp 1.6" | "ocpp 1.6 soap" | "ocpp 2.0.1" | undefined;
1772
1782
  networkPassword?: string | undefined;
1773
1783
  networkIp?: string | undefined;
@@ -1788,7 +1798,6 @@ export declare const chargePointCreateDeprecatedBody: z.ZodObject<{
1788
1798
  physicalReference?: string | undefined;
1789
1799
  maxAmperage?: number | undefined;
1790
1800
  }> | undefined;
1791
- externalId?: string | undefined;
1792
1801
  }, {
1793
1802
  name: string;
1794
1803
  status: "disabled" | "active" | "out of order" | "demo";
@@ -1797,6 +1806,7 @@ export declare const chargePointCreateDeprecatedBody: z.ZodObject<{
1797
1806
  tags?: string[] | undefined;
1798
1807
  capabilities?: ("REMOTE_START_STOP_CAPABLE" | "METER_VALUES" | "STOP_TRANSACTION_ON_EV_DISCONNECT")[] | undefined;
1799
1808
  locationId?: number | undefined;
1809
+ externalId?: string | undefined;
1800
1810
  networkProtocol?: "ocpp 1.5" | "ocpp 1.6" | "ocpp 1.6 soap" | "ocpp 2.0.1" | undefined;
1801
1811
  networkPassword?: string | undefined;
1802
1812
  networkIp?: string | undefined;
@@ -1817,7 +1827,6 @@ export declare const chargePointCreateDeprecatedBody: z.ZodObject<{
1817
1827
  physicalReference?: string | undefined;
1818
1828
  maxAmperage?: number | undefined;
1819
1829
  }> | undefined;
1820
- externalId?: string | undefined;
1821
1830
  }>;
1822
1831
  export declare const chargePointUpdateDeprecatedBody: z.ZodObject<{
1823
1832
  name: z.ZodOptional<z.ZodString>;
@@ -1863,6 +1872,7 @@ export declare const chargePointUpdateDeprecatedBody: z.ZodObject<{
1863
1872
  status?: "disabled" | "active" | "out of order" | "demo" | undefined;
1864
1873
  capabilities?: ("REMOTE_START_STOP_CAPABLE" | "METER_VALUES" | "STOP_TRANSACTION_ON_EV_DISCONNECT")[] | undefined;
1865
1874
  locationId?: number | undefined;
1875
+ externalId?: string | undefined;
1866
1876
  networkId?: string | undefined;
1867
1877
  networkProtocol?: "ocpp 1.5" | "ocpp 1.6" | "ocpp 1.6 soap" | "ocpp 2.0.1" | undefined;
1868
1878
  networkPassword?: string | undefined;
@@ -1884,13 +1894,13 @@ export declare const chargePointUpdateDeprecatedBody: z.ZodObject<{
1884
1894
  physicalReference?: string | undefined;
1885
1895
  maxAmperage?: number | undefined;
1886
1896
  }> | undefined;
1887
- externalId?: string | undefined;
1888
1897
  }, {
1889
1898
  tags?: string[] | undefined;
1890
1899
  name?: string | undefined;
1891
1900
  status?: "disabled" | "active" | "out of order" | "demo" | undefined;
1892
1901
  capabilities?: ("REMOTE_START_STOP_CAPABLE" | "METER_VALUES" | "STOP_TRANSACTION_ON_EV_DISCONNECT")[] | undefined;
1893
1902
  locationId?: number | undefined;
1903
+ externalId?: string | undefined;
1894
1904
  networkId?: string | undefined;
1895
1905
  networkProtocol?: "ocpp 1.5" | "ocpp 1.6" | "ocpp 1.6 soap" | "ocpp 2.0.1" | undefined;
1896
1906
  networkPassword?: string | undefined;
@@ -1912,7 +1922,6 @@ export declare const chargePointUpdateDeprecatedBody: z.ZodObject<{
1912
1922
  physicalReference?: string | undefined;
1913
1923
  maxAmperage?: number | undefined;
1914
1924
  }> | undefined;
1915
- externalId?: string | undefined;
1916
1925
  }>;
1917
1926
  export declare const chargePointConfigurationUpdateDeprecatedBody: z.ZodObject<{
1918
1927
  value: z.ZodOptional<z.ZodString>;
@@ -2188,10 +2197,10 @@ export declare const chargePointCreateBody: z.ZodObject<{
2188
2197
  chargingZoneId?: number | undefined;
2189
2198
  locationId?: number | undefined;
2190
2199
  createdAt?: string | undefined;
2200
+ externalId?: string | undefined;
2191
2201
  noticeId?: number | undefined;
2192
2202
  pin?: string | undefined;
2193
2203
  managedByOperator?: boolean | undefined;
2194
- externalId?: string | undefined;
2195
2204
  electricityRateId?: number | undefined;
2196
2205
  subscription?: {
2197
2206
  required?: boolean | undefined;
@@ -2288,10 +2297,10 @@ export declare const chargePointCreateBody: z.ZodObject<{
2288
2297
  chargingZoneId?: number | undefined;
2289
2298
  locationId?: number | undefined;
2290
2299
  createdAt?: string | undefined;
2300
+ externalId?: string | undefined;
2291
2301
  noticeId?: number | undefined;
2292
2302
  pin?: string | undefined;
2293
2303
  managedByOperator?: boolean | undefined;
2294
- externalId?: string | undefined;
2295
2304
  electricityRateId?: number | undefined;
2296
2305
  subscription?: {
2297
2306
  required?: boolean | undefined;
@@ -2485,10 +2494,10 @@ export declare const chargePointUpdateBody: z.ZodObject<{
2485
2494
  id?: number | undefined;
2486
2495
  chargingZoneId?: number | undefined;
2487
2496
  locationId?: number | undefined;
2497
+ externalId?: string | undefined;
2488
2498
  noticeId?: number | undefined;
2489
2499
  pin?: string | undefined;
2490
2500
  managedByOperator?: boolean | undefined;
2491
- externalId?: string | undefined;
2492
2501
  electricityRateId?: number | undefined;
2493
2502
  subscription?: {
2494
2503
  required?: boolean | undefined;
@@ -2543,10 +2552,10 @@ export declare const chargePointUpdateBody: z.ZodObject<{
2543
2552
  id?: number | undefined;
2544
2553
  chargingZoneId?: number | undefined;
2545
2554
  locationId?: number | undefined;
2555
+ externalId?: string | undefined;
2546
2556
  noticeId?: number | undefined;
2547
2557
  pin?: string | undefined;
2548
2558
  managedByOperator?: boolean | undefined;
2549
- externalId?: string | undefined;
2550
2559
  electricityRateId?: number | undefined;
2551
2560
  subscription?: {
2552
2561
  required?: boolean | undefined;
@@ -2628,8 +2637,8 @@ export declare const chargePointEvseCreateBody: z.ZodObject<{
2628
2637
  currentType: "ac" | "dc";
2629
2638
  networkId: string;
2630
2639
  physicalReference: string;
2631
- tariffGroupId?: number | undefined;
2632
2640
  externalId?: string | undefined;
2641
+ tariffGroupId?: number | undefined;
2633
2642
  label?: string | undefined;
2634
2643
  midMeterCertificationEndYear?: number | undefined;
2635
2644
  allowsReservation?: boolean | undefined;
@@ -2647,8 +2656,8 @@ export declare const chargePointEvseCreateBody: z.ZodObject<{
2647
2656
  currentType: "ac" | "dc";
2648
2657
  networkId: string;
2649
2658
  physicalReference: string;
2650
- tariffGroupId?: number | undefined;
2651
2659
  externalId?: string | undefined;
2660
+ tariffGroupId?: number | undefined;
2652
2661
  label?: string | undefined;
2653
2662
  midMeterCertificationEndYear?: number | undefined;
2654
2663
  allowsReservation?: boolean | undefined;
@@ -2698,10 +2707,10 @@ export declare const chargePointEvseUpdateBody: z.ZodObject<{
2698
2707
  }, "strip", z.ZodTypeAny, {
2699
2708
  status?: "enabled" | "disabled" | "out of order" | undefined;
2700
2709
  currentType?: "ac" | "dc" | undefined;
2710
+ externalId?: string | undefined;
2701
2711
  networkId?: string | undefined;
2702
2712
  tariffGroupId?: number | undefined;
2703
2713
  physicalReference?: string | undefined;
2704
- externalId?: string | undefined;
2705
2714
  label?: string | undefined;
2706
2715
  midMeterCertificationEndYear?: number | undefined;
2707
2716
  allowsReservation?: boolean | undefined;
@@ -2717,10 +2726,10 @@ export declare const chargePointEvseUpdateBody: z.ZodObject<{
2717
2726
  }, {
2718
2727
  status?: "enabled" | "disabled" | "out of order" | undefined;
2719
2728
  currentType?: "ac" | "dc" | undefined;
2729
+ externalId?: string | undefined;
2720
2730
  networkId?: string | undefined;
2721
2731
  tariffGroupId?: number | undefined;
2722
2732
  physicalReference?: string | undefined;
2723
- externalId?: string | undefined;
2724
2733
  label?: string | undefined;
2725
2734
  midMeterCertificationEndYear?: number | undefined;
2726
2735
  allowsReservation?: boolean | undefined;
@@ -4561,9 +4570,9 @@ export declare const evseUpdateDeprecatedBody: z.ZodObject<{
4561
4570
  chargingCompleteAt?: string | undefined;
4562
4571
  purpose?: "ChargePointMaxProfile" | "TxDefaultProfile" | "TxProfile" | undefined;
4563
4572
  } | undefined;
4573
+ externalId?: string | undefined;
4564
4574
  tariffGroupId?: number | undefined;
4565
4575
  maxAmperage?: number | undefined;
4566
- externalId?: string | undefined;
4567
4576
  hardwareStatus?: "available" | "unavailable" | "faulted" | "charging" | "reserved" | "preparing" | "suspendedEV" | "suspendedEVSE" | "finishing" | undefined;
4568
4577
  midMeterCertificationEndYear?: number | undefined;
4569
4578
  phaseRotation?: "rst" | "rts" | "srt" | "str" | "trs" | "tsr" | undefined;
@@ -4608,9 +4617,9 @@ export declare const evseUpdateDeprecatedBody: z.ZodObject<{
4608
4617
  chargingCompleteAt?: string | undefined;
4609
4618
  purpose?: "ChargePointMaxProfile" | "TxDefaultProfile" | "TxProfile" | undefined;
4610
4619
  } | undefined;
4620
+ externalId?: string | undefined;
4611
4621
  tariffGroupId?: number | undefined;
4612
4622
  maxAmperage?: number | undefined;
4613
- externalId?: string | undefined;
4614
4623
  hardwareStatus?: "available" | "unavailable" | "faulted" | "charging" | "reserved" | "preparing" | "suspendedEV" | "suspendedEVSE" | "finishing" | undefined;
4615
4624
  midMeterCertificationEndYear?: number | undefined;
4616
4625
  phaseRotation?: "rst" | "rts" | "srt" | "str" | "trs" | "tsr" | undefined;
@@ -4667,8 +4676,8 @@ export declare const evseCreateBody: z.ZodObject<{
4667
4676
  currentType: "ac" | "dc";
4668
4677
  networkId: string;
4669
4678
  physicalReference: string;
4670
- tariffGroupId?: number | undefined;
4671
4679
  externalId?: string | undefined;
4680
+ tariffGroupId?: number | undefined;
4672
4681
  label?: string | undefined;
4673
4682
  midMeterCertificationEndYear?: number | undefined;
4674
4683
  allowsReservation?: boolean | undefined;
@@ -4687,8 +4696,8 @@ export declare const evseCreateBody: z.ZodObject<{
4687
4696
  currentType: "ac" | "dc";
4688
4697
  networkId: string;
4689
4698
  physicalReference: string;
4690
- tariffGroupId?: number | undefined;
4691
4699
  externalId?: string | undefined;
4700
+ tariffGroupId?: number | undefined;
4692
4701
  label?: string | undefined;
4693
4702
  midMeterCertificationEndYear?: number | undefined;
4694
4703
  allowsReservation?: boolean | undefined;
@@ -4738,10 +4747,10 @@ export declare const evseUpdateBody: z.ZodObject<{
4738
4747
  }, "strip", z.ZodTypeAny, {
4739
4748
  status?: "enabled" | "disabled" | "out of order" | undefined;
4740
4749
  currentType?: "ac" | "dc" | undefined;
4750
+ externalId?: string | undefined;
4741
4751
  networkId?: string | undefined;
4742
4752
  tariffGroupId?: number | undefined;
4743
4753
  physicalReference?: string | undefined;
4744
- externalId?: string | undefined;
4745
4754
  label?: string | undefined;
4746
4755
  midMeterCertificationEndYear?: number | undefined;
4747
4756
  allowsReservation?: boolean | undefined;
@@ -4757,10 +4766,10 @@ export declare const evseUpdateBody: z.ZodObject<{
4757
4766
  }, {
4758
4767
  status?: "enabled" | "disabled" | "out of order" | undefined;
4759
4768
  currentType?: "ac" | "dc" | undefined;
4769
+ externalId?: string | undefined;
4760
4770
  networkId?: string | undefined;
4761
4771
  tariffGroupId?: number | undefined;
4762
4772
  physicalReference?: string | undefined;
4763
- externalId?: string | undefined;
4764
4773
  label?: string | undefined;
4765
4774
  midMeterCertificationEndYear?: number | undefined;
4766
4775
  allowsReservation?: boolean | undefined;
@@ -6239,6 +6248,7 @@ export declare const locationCreateBody: z.ZodObject<{
6239
6248
  } | undefined;
6240
6249
  }>>;
6241
6250
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6251
+ accessMethods: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6242
6252
  }, "strip", z.ZodTypeAny, {
6243
6253
  name: {
6244
6254
  locale?: string | undefined;
@@ -6353,6 +6363,7 @@ export declare const locationCreateBody: z.ZodObject<{
6353
6363
  } | undefined;
6354
6364
  }[] | undefined;
6355
6365
  externalAppData?: Record<string, unknown> | undefined;
6366
+ accessMethods?: string[] | undefined;
6356
6367
  }, {
6357
6368
  name: {
6358
6369
  locale?: string | undefined;
@@ -6467,6 +6478,7 @@ export declare const locationCreateBody: z.ZodObject<{
6467
6478
  } | undefined;
6468
6479
  }[] | undefined;
6469
6480
  externalAppData?: Record<string, unknown> | undefined;
6481
+ accessMethods?: string[] | undefined;
6470
6482
  }>;
6471
6483
  export declare const locationUpdateBody: z.ZodObject<{
6472
6484
  id: z.ZodOptional<z.ZodNumber>;
@@ -6904,6 +6916,7 @@ export declare const locationUpdateBody: z.ZodObject<{
6904
6916
  } | undefined;
6905
6917
  }>>;
6906
6918
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6919
+ accessMethods: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6907
6920
  }, "strip", z.ZodTypeAny, {
6908
6921
  tags?: string[] | undefined;
6909
6922
  description?: {
@@ -7018,6 +7031,7 @@ export declare const locationUpdateBody: z.ZodObject<{
7018
7031
  } | undefined;
7019
7032
  }[] | undefined;
7020
7033
  externalAppData?: Record<string, unknown> | undefined;
7034
+ accessMethods?: string[] | undefined;
7021
7035
  }, {
7022
7036
  tags?: string[] | undefined;
7023
7037
  description?: {
@@ -7132,6 +7146,7 @@ export declare const locationUpdateBody: z.ZodObject<{
7132
7146
  } | undefined;
7133
7147
  }[] | undefined;
7134
7148
  externalAppData?: Record<string, unknown> | undefined;
7149
+ accessMethods?: string[] | undefined;
7135
7150
  }>;
7136
7151
  export declare const locationChargingZoneCreateBody: z.ZodObject<{
7137
7152
  id: z.ZodOptional<z.ZodNumber>;
@@ -7307,16 +7322,16 @@ export declare const createParkingSpaceBody: z.ZodObject<{
7307
7322
  locationId: number;
7308
7323
  label: string;
7309
7324
  status?: "enabled" | "disabled" | undefined;
7310
- evses?: number[] | undefined;
7311
7325
  externalId?: string | undefined;
7326
+ evses?: number[] | undefined;
7312
7327
  occupancyStatus?: "unknown" | "available" | "occupied" | undefined;
7313
7328
  disabilitiesAccessible?: boolean | undefined;
7314
7329
  }, {
7315
7330
  locationId: number;
7316
7331
  label: string;
7317
7332
  status?: "enabled" | "disabled" | undefined;
7318
- evses?: number[] | undefined;
7319
7333
  externalId?: string | undefined;
7334
+ evses?: number[] | undefined;
7320
7335
  occupancyStatus?: "unknown" | "available" | "occupied" | undefined;
7321
7336
  disabilitiesAccessible?: boolean | undefined;
7322
7337
  }>;
@@ -7332,16 +7347,16 @@ export declare const updateParkingSpaceBody: z.ZodObject<{
7332
7347
  locationId: number;
7333
7348
  label: string;
7334
7349
  status?: "enabled" | "disabled" | undefined;
7335
- evses?: number[] | undefined;
7336
7350
  externalId?: string | undefined;
7351
+ evses?: number[] | undefined;
7337
7352
  occupancyStatus?: "unknown" | "available" | "occupied" | undefined;
7338
7353
  disabilitiesAccessible?: boolean | undefined;
7339
7354
  }, {
7340
7355
  locationId: number;
7341
7356
  label: string;
7342
7357
  status?: "enabled" | "disabled" | undefined;
7343
- evses?: number[] | undefined;
7344
7358
  externalId?: string | undefined;
7359
+ evses?: number[] | undefined;
7345
7360
  occupancyStatus?: "unknown" | "available" | "occupied" | undefined;
7346
7361
  disabilitiesAccessible?: boolean | undefined;
7347
7362
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../src/generated/schemas.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkEvC,CAAC;AAKH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkH7B,CAAC;AAOH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkH7B,CAAC;AAKH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBzC,CAAC;AAOH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBzC,CAAC;AAKH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;EAQjC,CAAC;AAKH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;EAQjC,CAAC;AAOH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BpC,CAAC;AAKH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BpC,CAAC;AAWH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWlC,CAAC;AAOH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWlC,CAAC;AAaH,eAAO,MAAM,wDAAwD;;;;;;;;;;;;EAInE,CAAC;AAKH,eAAO,MAAM,wDAAwD;;;;;;;;;;;;EAInE,CAAC;AAOH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BtC,CAAC;AAOH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BtC,CAAC;AAKH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4D5B,CAAC;AAOH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4D5B,CAAC;AAKH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqKlC,CAAC;AAOL,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmJlC,CAAC;AAKL,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAczB,CAAC;AAOH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAczB,CAAC;AAaH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStC,CAAC;AAOH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStC,CAAC;AAWH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAapC,CAAC;AAKH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW9C,CAAC;AAGH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;EAKhD,CAAC;AAOH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;EAQ9C,CAAC;AASH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWlC,CAAC;AAOL,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAWlC,CAAC;AAOL,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAC;AA2BH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsCrC,CAAC;AAOH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsCrC,CAAC;AASH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;EAKhC,CAAC;AAKH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;EAKhC,CAAC;AASH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgK3B,CAAC;AAKH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgK3B,CAAC;AAOH,eAAO,MAAM,iCAAiC;;;;;;EAE5C,CAAC;AAOH,eAAO,MAAM,iCAAiC;;;;;;EAE5C,CAAC;AAKH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQxB,CAAC;AAOH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQxB,CAAC;AAWH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;EAIhC,CAAC;AAOH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAIjC,CAAC;AAKH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBjC,CAAC;AAKH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAehC,CAAC;AAKH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;EAM9B,CAAC;AAOH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;EAM9B,CAAC;AAKH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkCzB,CAAC;AAOH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BzB,CAAC;AAKH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmDzC,CAAC;AAKL,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAIlC,CAAC;AAOH,eAAO,MAAM,uBAAuB;;;;;;EAElC,CAAC;AAKH,eAAO,MAAM,iBAAiB;;;;;;EAE5B,CAAC;AAKH,eAAO,MAAM,iBAAiB;;;;;;EAE5B,CAAC;AAOH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;EAMpC,CAAC;AAOH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;EAMpC,CAAC;AAKH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAItC,CAAC;AAOH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAItC,CAAC;AAKH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5B,CAAC;AAOH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5B,CAAC"}
1
+ {"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../src/generated/schemas.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkEvC,CAAC;AAKH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmH7B,CAAC;AAOH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgK3B,CAAC;AAKH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgK3B,CAAC;AAOH,eAAO,MAAM,iCAAiC;;;;;;EAE5C,CAAC;AAOH,eAAO,MAAM,iCAAiC;;;;;;EAE5C,CAAC;AAKH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQxB,CAAC;AAOH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQxB,CAAC;AAWH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;EAIhC,CAAC;AAOH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAIjC,CAAC;AAKH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBjC,CAAC;AAKH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAehC,CAAC;AAKH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;EAM9B,CAAC;AAOH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;EAM9B,CAAC;AAKH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkCzB,CAAC;AAOH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BzB,CAAC;AAKH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmDzC,CAAC;AAKL,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAIlC,CAAC;AAOH,eAAO,MAAM,uBAAuB;;;;;;EAElC,CAAC;AAKH,eAAO,MAAM,iBAAiB;;;;;;EAE5B,CAAC;AAKH,eAAO,MAAM,iBAAiB;;;;;;EAE5B,CAAC;AAOH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;EAMpC,CAAC;AAOH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;EAMpC,CAAC;AAKH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAItC,CAAC;AAOH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAItC,CAAC;AAKH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5B,CAAC;AAOH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW5B,CAAC"}
@@ -509,7 +509,8 @@ export const bookingRequestCreateBody = z.union([z.object({
509
509
  connectorType: z.enum(["type1", "type2", "type3", "chademo", "ccs1", "ccs2", "schuko", "nacs", "cee16", "cee32", "j1772", "inductive", "nema-5-20", "type-e-french", "type-g-british", "type-j-swiss", "avcon", "gb-t-ac", "gb-t-dc", "chaoji", "nema-6-30", "nema-6-50"]).optional()
510
510
  }).optional(),
511
511
  startAt: z.string().datetime(),
512
- endAt: z.string().datetime()
512
+ endAt: z.string().datetime(),
513
+ externalId: z.string().max(255).optional()
513
514
  }), z.object({
514
515
  id: z.number().int().optional(),
515
516
  type: z.enum(["update"]),
@@ -520,7 +521,8 @@ export const bookingRequestCreateBody = z.union([z.object({
520
521
  bookingId: z.number().int(),
521
522
  userId: z.number().int().optional(),
522
523
  startAt: z.string().datetime().optional(),
523
- endAt: z.string().datetime().optional()
524
+ endAt: z.string().datetime().optional(),
525
+ externalId: z.string().max(255).optional()
524
526
  }), z.object({
525
527
  id: z.number().int().optional(),
526
528
  type: z.enum(["cancel"]),
@@ -528,7 +530,8 @@ export const bookingRequestCreateBody = z.union([z.object({
528
530
  rejectionReason: z.string().optional(),
529
531
  createdAt: z.string().datetime().optional(),
530
532
  lastUpdatedAt: z.string().datetime().optional(),
531
- bookingId: z.number().int()
533
+ bookingId: z.number().int(),
534
+ externalId: z.string().max(255).optional()
532
535
  })]);
533
536
  // GET /public-api/resources/booking-requests/v1.0/{bookingRequest}
534
537
  // GET /public-api/resources/bookings/v1.0
@@ -1205,6 +1208,7 @@ export const configurationTemplateVariableUpdateBody = z.union([z.object({
1205
1208
  connectorId: z.number().int().optional(),
1206
1209
  lastUpdatedAt: z.string().datetime().optional()
1207
1210
  })]);
1211
+ // GET /public-api/resources/consents/v1.0
1208
1212
  // GET /public-api/resources/contact-details/v2.0
1209
1213
  // PUT /public-api/resources/contact-details/v2.0
1210
1214
  export const contactDetailsUpdateBody = z.object({
@@ -1901,7 +1905,8 @@ export const locationCreateBody = z.object({
1901
1905
  name: z.string().optional()
1902
1906
  }).optional()
1903
1907
  }).optional(),
1904
- tags: z.array(z.string()).optional()
1908
+ tags: z.array(z.string()).optional(),
1909
+ accessMethods: z.array(z.string()).optional()
1905
1910
  });
1906
1911
  // GET /public-api/resources/locations/v2.0/{location}
1907
1912
  // DELETE /public-api/resources/locations/v2.0/{location}
@@ -2019,7 +2024,8 @@ export const locationUpdateBody = z.object({
2019
2024
  name: z.string().optional()
2020
2025
  }).optional()
2021
2026
  }).optional(),
2022
- tags: z.array(z.string()).optional()
2027
+ tags: z.array(z.string()).optional(),
2028
+ accessMethods: z.array(z.string()).optional()
2023
2029
  });
2024
2030
  // GET /public-api/resources/locations/v2.0/{location}/charging-zones
2025
2031
  // POST /public-api/resources/locations/v2.0/{location}/charging-zones