@ampeco/public-api-mcp 3.100.6 → 3.100.8
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.
- package/dist/generated/build-stats.json +6 -6
- package/dist/generated/endpoints.json +133 -18
- package/dist/generated/response-schemas.json +172 -22
- package/dist/generated/schemas.d.ts +43 -38
- package/dist/generated/schemas.d.ts.map +1 -1
- package/dist/generated/schemas.js +12 -11
- package/dist/generated/schemas.js.map +1 -1
- package/dist/generated/schemas.ts +12 -11
- package/package.json +1 -1
|
@@ -2108,7 +2108,9 @@ export declare const chargePointCreateBody: z.ZodObject<{
|
|
|
2108
2108
|
imsi: z.ZodOptional<z.ZodString>;
|
|
2109
2109
|
meterSerialNumber: z.ZodOptional<z.ZodString>;
|
|
2110
2110
|
meterType: z.ZodOptional<z.ZodString>;
|
|
2111
|
+
lastUpdatedAt: z.ZodOptional<z.ZodString>;
|
|
2111
2112
|
}, "strip", z.ZodTypeAny, {
|
|
2113
|
+
lastUpdatedAt?: string | undefined;
|
|
2112
2114
|
model?: string | undefined;
|
|
2113
2115
|
vendor?: string | undefined;
|
|
2114
2116
|
chargeBoxSerialNumber?: string | undefined;
|
|
@@ -2119,6 +2121,7 @@ export declare const chargePointCreateBody: z.ZodObject<{
|
|
|
2119
2121
|
meterSerialNumber?: string | undefined;
|
|
2120
2122
|
meterType?: string | undefined;
|
|
2121
2123
|
}, {
|
|
2124
|
+
lastUpdatedAt?: string | undefined;
|
|
2122
2125
|
model?: string | undefined;
|
|
2123
2126
|
vendor?: string | undefined;
|
|
2124
2127
|
chargeBoxSerialNumber?: string | undefined;
|
|
@@ -2222,6 +2225,7 @@ export declare const chargePointCreateBody: z.ZodObject<{
|
|
|
2222
2225
|
roamingOperatorId?: number | undefined;
|
|
2223
2226
|
displayTariffAndCosts?: boolean | undefined;
|
|
2224
2227
|
lastBootNotification?: {
|
|
2228
|
+
lastUpdatedAt?: string | undefined;
|
|
2225
2229
|
model?: string | undefined;
|
|
2226
2230
|
vendor?: string | undefined;
|
|
2227
2231
|
chargeBoxSerialNumber?: string | undefined;
|
|
@@ -2321,6 +2325,7 @@ export declare const chargePointCreateBody: z.ZodObject<{
|
|
|
2321
2325
|
roamingOperatorId?: number | undefined;
|
|
2322
2326
|
displayTariffAndCosts?: boolean | undefined;
|
|
2323
2327
|
lastBootNotification?: {
|
|
2328
|
+
lastUpdatedAt?: string | undefined;
|
|
2324
2329
|
model?: string | undefined;
|
|
2325
2330
|
vendor?: string | undefined;
|
|
2326
2331
|
chargeBoxSerialNumber?: string | undefined;
|
|
@@ -2597,7 +2602,7 @@ export declare const chargePointEvseCreateBody: z.ZodObject<{
|
|
|
2597
2602
|
bookingEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2598
2603
|
powerOptions: z.ZodOptional<z.ZodObject<{
|
|
2599
2604
|
maxPower: z.ZodOptional<z.ZodNumber>;
|
|
2600
|
-
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]>>;
|
|
2605
|
+
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]>>;
|
|
2601
2606
|
maxAmperage: z.ZodOptional<z.ZodNumber>;
|
|
2602
2607
|
phases: z.ZodOptional<z.ZodEnum<["single_phase", "three_phase", "split_phase"]>>;
|
|
2603
2608
|
phaseRotation: z.ZodOptional<z.ZodEnum<["RST", "RTS", "SRT", "STR", "TRS", "TSR"]>>;
|
|
@@ -2605,14 +2610,14 @@ export declare const chargePointEvseCreateBody: z.ZodObject<{
|
|
|
2605
2610
|
}, "strip", z.ZodTypeAny, {
|
|
2606
2611
|
maxPower?: number | undefined;
|
|
2607
2612
|
maxAmperage?: number | undefined;
|
|
2608
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
2613
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
2609
2614
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
2610
2615
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
2611
2616
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
2612
2617
|
}, {
|
|
2613
2618
|
maxPower?: number | undefined;
|
|
2614
2619
|
maxAmperage?: number | undefined;
|
|
2615
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
2620
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
2616
2621
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
2617
2622
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
2618
2623
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -2632,7 +2637,7 @@ export declare const chargePointEvseCreateBody: z.ZodObject<{
|
|
|
2632
2637
|
powerOptions?: {
|
|
2633
2638
|
maxPower?: number | undefined;
|
|
2634
2639
|
maxAmperage?: number | undefined;
|
|
2635
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
2640
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
2636
2641
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
2637
2642
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
2638
2643
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -2651,7 +2656,7 @@ export declare const chargePointEvseCreateBody: z.ZodObject<{
|
|
|
2651
2656
|
powerOptions?: {
|
|
2652
2657
|
maxPower?: number | undefined;
|
|
2653
2658
|
maxAmperage?: number | undefined;
|
|
2654
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
2659
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
2655
2660
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
2656
2661
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
2657
2662
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -2669,7 +2674,7 @@ export declare const chargePointEvseUpdateBody: z.ZodObject<{
|
|
|
2669
2674
|
bookingEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2670
2675
|
powerOptions: z.ZodOptional<z.ZodObject<{
|
|
2671
2676
|
maxPower: z.ZodOptional<z.ZodNumber>;
|
|
2672
|
-
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]>>;
|
|
2677
|
+
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]>>;
|
|
2673
2678
|
maxAmperage: z.ZodOptional<z.ZodNumber>;
|
|
2674
2679
|
phases: z.ZodOptional<z.ZodEnum<["single_phase", "three_phase", "split_phase"]>>;
|
|
2675
2680
|
phaseRotation: z.ZodOptional<z.ZodEnum<["RST", "RTS", "SRT", "STR", "TRS", "TSR"]>>;
|
|
@@ -2677,14 +2682,14 @@ export declare const chargePointEvseUpdateBody: z.ZodObject<{
|
|
|
2677
2682
|
}, "strip", z.ZodTypeAny, {
|
|
2678
2683
|
maxPower?: number | undefined;
|
|
2679
2684
|
maxAmperage?: number | undefined;
|
|
2680
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
2685
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
2681
2686
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
2682
2687
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
2683
2688
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
2684
2689
|
}, {
|
|
2685
2690
|
maxPower?: number | undefined;
|
|
2686
2691
|
maxAmperage?: number | undefined;
|
|
2687
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
2692
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
2688
2693
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
2689
2694
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
2690
2695
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -2704,7 +2709,7 @@ export declare const chargePointEvseUpdateBody: z.ZodObject<{
|
|
|
2704
2709
|
powerOptions?: {
|
|
2705
2710
|
maxPower?: number | undefined;
|
|
2706
2711
|
maxAmperage?: number | undefined;
|
|
2707
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
2712
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
2708
2713
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
2709
2714
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
2710
2715
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -2723,7 +2728,7 @@ export declare const chargePointEvseUpdateBody: z.ZodObject<{
|
|
|
2723
2728
|
powerOptions?: {
|
|
2724
2729
|
maxPower?: number | undefined;
|
|
2725
2730
|
maxAmperage?: number | undefined;
|
|
2726
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
2731
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
2727
2732
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
2728
2733
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
2729
2734
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -3261,14 +3266,14 @@ export declare const chargePointSmartChargingUpdateBody: z.ZodUnion<[z.ZodObject
|
|
|
3261
3266
|
preconditioningTime: z.ZodOptional<z.ZodNumber>;
|
|
3262
3267
|
minCurrent: z.ZodOptional<z.ZodNumber>;
|
|
3263
3268
|
enableKeepAwake: z.ZodOptional<z.ZodBoolean>;
|
|
3264
|
-
maxVoltage: z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]>;
|
|
3269
|
+
maxVoltage: z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]>;
|
|
3265
3270
|
electricalConfiguration: z.ZodOptional<z.ZodEnum<["star", "delta"]>>;
|
|
3266
3271
|
phases: z.ZodEnum<["single_phase", "three_phase", "split_phase"]>;
|
|
3267
3272
|
phaseRotation: z.ZodEnum<["RST", "RTS", "SRT", "STR", "TRS", "TSR"]>;
|
|
3268
3273
|
connectedPhase: z.ZodOptional<z.ZodEnum<["L1", "L2", "L3", "L1_L2", "L1_L3", "L2_L3"]>>;
|
|
3269
3274
|
}, "strip", z.ZodTypeAny, {
|
|
3270
3275
|
mode: "tod";
|
|
3271
|
-
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240";
|
|
3276
|
+
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277";
|
|
3272
3277
|
phases: "single_phase" | "three_phase" | "split_phase";
|
|
3273
3278
|
phaseRotation: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR";
|
|
3274
3279
|
defaultChargePointMaxCurrent: number;
|
|
@@ -3288,7 +3293,7 @@ export declare const chargePointSmartChargingUpdateBody: z.ZodUnion<[z.ZodObject
|
|
|
3288
3293
|
electricalConfiguration?: "star" | "delta" | undefined;
|
|
3289
3294
|
}, {
|
|
3290
3295
|
mode: "tod";
|
|
3291
|
-
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240";
|
|
3296
|
+
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277";
|
|
3292
3297
|
phases: "single_phase" | "three_phase" | "split_phase";
|
|
3293
3298
|
phaseRotation: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR";
|
|
3294
3299
|
defaultChargePointMaxCurrent: number;
|
|
@@ -3313,14 +3318,14 @@ export declare const chargePointSmartChargingUpdateBody: z.ZodUnion<[z.ZodObject
|
|
|
3313
3318
|
circuitId: z.ZodOptional<z.ZodNumber>;
|
|
3314
3319
|
minCurrent: z.ZodOptional<z.ZodNumber>;
|
|
3315
3320
|
enableKeepAwake: z.ZodOptional<z.ZodBoolean>;
|
|
3316
|
-
maxVoltage: z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]>;
|
|
3321
|
+
maxVoltage: z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]>;
|
|
3317
3322
|
electricalConfiguration: z.ZodOptional<z.ZodEnum<["star", "delta"]>>;
|
|
3318
3323
|
phases: z.ZodEnum<["single_phase", "three_phase", "split_phase"]>;
|
|
3319
3324
|
phaseRotation: z.ZodEnum<["RST", "RTS", "SRT", "STR", "TRS", "TSR"]>;
|
|
3320
3325
|
connectedPhase: z.ZodOptional<z.ZodEnum<["L1", "L2", "L3", "L1_L2", "L1_L3", "L2_L3"]>>;
|
|
3321
3326
|
}, "strip", z.ZodTypeAny, {
|
|
3322
3327
|
mode: "dynamic";
|
|
3323
|
-
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240";
|
|
3328
|
+
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277";
|
|
3324
3329
|
phases: "single_phase" | "three_phase" | "split_phase";
|
|
3325
3330
|
phaseRotation: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR";
|
|
3326
3331
|
defaultChargePointMaxCurrent: number;
|
|
@@ -3332,7 +3337,7 @@ export declare const chargePointSmartChargingUpdateBody: z.ZodUnion<[z.ZodObject
|
|
|
3332
3337
|
electricalConfiguration?: "star" | "delta" | undefined;
|
|
3333
3338
|
}, {
|
|
3334
3339
|
mode: "dynamic";
|
|
3335
|
-
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240";
|
|
3340
|
+
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277";
|
|
3336
3341
|
phases: "single_phase" | "three_phase" | "split_phase";
|
|
3337
3342
|
phaseRotation: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR";
|
|
3338
3343
|
defaultChargePointMaxCurrent: number;
|
|
@@ -3349,7 +3354,7 @@ export declare const chargePointSmartChargingUpdateBody: z.ZodUnion<[z.ZodObject
|
|
|
3349
3354
|
circuitId: z.ZodOptional<z.ZodNumber>;
|
|
3350
3355
|
minCurrent: z.ZodNumber;
|
|
3351
3356
|
enableKeepAwake: z.ZodBoolean;
|
|
3352
|
-
maxVoltage: z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]>;
|
|
3357
|
+
maxVoltage: z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]>;
|
|
3353
3358
|
electricalConfiguration: z.ZodOptional<z.ZodEnum<["star", "delta"]>>;
|
|
3354
3359
|
phases: z.ZodEnum<["single_phase", "three_phase", "split_phase"]>;
|
|
3355
3360
|
phaseRotation: z.ZodEnum<["RST", "RTS", "SRT", "STR", "TRS", "TSR"]>;
|
|
@@ -3357,7 +3362,7 @@ export declare const chargePointSmartChargingUpdateBody: z.ZodUnion<[z.ZodObject
|
|
|
3357
3362
|
connectedPhase: z.ZodOptional<z.ZodEnum<["L1", "L2", "L3", "L1_L2", "L1_L3", "L2_L3"]>>;
|
|
3358
3363
|
}, "strip", z.ZodTypeAny, {
|
|
3359
3364
|
mode: "user_schedule";
|
|
3360
|
-
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240";
|
|
3365
|
+
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277";
|
|
3361
3366
|
phases: "single_phase" | "three_phase" | "split_phase";
|
|
3362
3367
|
phaseRotation: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR";
|
|
3363
3368
|
defaultChargePointMaxCurrent: number;
|
|
@@ -3370,7 +3375,7 @@ export declare const chargePointSmartChargingUpdateBody: z.ZodUnion<[z.ZodObject
|
|
|
3370
3375
|
allowDynamicLoadManagement?: boolean | undefined;
|
|
3371
3376
|
}, {
|
|
3372
3377
|
mode: "user_schedule";
|
|
3373
|
-
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240";
|
|
3378
|
+
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277";
|
|
3374
3379
|
phases: "single_phase" | "three_phase" | "split_phase";
|
|
3375
3380
|
phaseRotation: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR";
|
|
3376
3381
|
defaultChargePointMaxCurrent: number;
|
|
@@ -3515,7 +3520,7 @@ export declare const circuitCreateBody: z.ZodObject<{
|
|
|
3515
3520
|
phaseRotation: z.ZodOptional<z.ZodEnum<["RST", "RTS", "SRT", "STR", "TRS", "TSR"]>>;
|
|
3516
3521
|
connectedPhase: z.ZodOptional<z.ZodEnum<["L1", "L2", "L3", "L1_L2", "L1_L3", "L2_L3"]>>;
|
|
3517
3522
|
electricalConfiguration: z.ZodOptional<z.ZodEnum<["star", "delta"]>>;
|
|
3518
|
-
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]>>;
|
|
3523
|
+
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]>>;
|
|
3519
3524
|
maxCurrent: z.ZodNumber;
|
|
3520
3525
|
minChargePointCurrent: z.ZodOptional<z.ZodNumber>;
|
|
3521
3526
|
setSessionLimitToZeroOnIdle: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3556,7 +3561,7 @@ export declare const circuitCreateBody: z.ZodObject<{
|
|
|
3556
3561
|
phases: "single_phase" | "three_phase" | "split_phase";
|
|
3557
3562
|
maxCurrent: number;
|
|
3558
3563
|
id?: number | undefined;
|
|
3559
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
3564
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
3560
3565
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
3561
3566
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
3562
3567
|
electricalConfiguration?: "star" | "delta" | undefined;
|
|
@@ -3578,7 +3583,7 @@ export declare const circuitCreateBody: z.ZodObject<{
|
|
|
3578
3583
|
phases: "single_phase" | "three_phase" | "split_phase";
|
|
3579
3584
|
maxCurrent: number;
|
|
3580
3585
|
id?: number | undefined;
|
|
3581
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
3586
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
3582
3587
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
3583
3588
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
3584
3589
|
electricalConfiguration?: "star" | "delta" | undefined;
|
|
@@ -3604,7 +3609,7 @@ export declare const circuitUpdateBody: z.ZodObject<{
|
|
|
3604
3609
|
phaseRotation: z.ZodOptional<z.ZodEnum<["RST", "RTS", "SRT", "STR", "TRS", "TSR"]>>;
|
|
3605
3610
|
connectedPhase: z.ZodOptional<z.ZodEnum<["L1", "L2", "L3", "L1_L2", "L1_L3", "L2_L3"]>>;
|
|
3606
3611
|
electricalConfiguration: z.ZodOptional<z.ZodEnum<["star", "delta"]>>;
|
|
3607
|
-
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]>>;
|
|
3612
|
+
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]>>;
|
|
3608
3613
|
maxCurrent: z.ZodOptional<z.ZodNumber>;
|
|
3609
3614
|
minChargePointCurrent: z.ZodOptional<z.ZodNumber>;
|
|
3610
3615
|
setSessionLimitToZeroOnIdle: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3643,7 +3648,7 @@ export declare const circuitUpdateBody: z.ZodObject<{
|
|
|
3643
3648
|
}, "strip", z.ZodTypeAny, {
|
|
3644
3649
|
name?: string | undefined;
|
|
3645
3650
|
id?: number | undefined;
|
|
3646
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
3651
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
3647
3652
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
3648
3653
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
3649
3654
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -3665,7 +3670,7 @@ export declare const circuitUpdateBody: z.ZodObject<{
|
|
|
3665
3670
|
}, {
|
|
3666
3671
|
name?: string | undefined;
|
|
3667
3672
|
id?: number | undefined;
|
|
3668
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
3673
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
3669
3674
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
3670
3675
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
3671
3676
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -4520,7 +4525,7 @@ export declare const evseUpdateDeprecatedBody: z.ZodObject<{
|
|
|
4520
4525
|
tariffGroupId: z.ZodOptional<z.ZodNumber>;
|
|
4521
4526
|
allowsReservation: z.ZodBoolean;
|
|
4522
4527
|
maxPowerKw: z.ZodOptional<z.ZodNumber>;
|
|
4523
|
-
maxVoltage: z.ZodIntersection<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]>, z.ZodUnknown>;
|
|
4528
|
+
maxVoltage: z.ZodIntersection<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]>, z.ZodUnknown>;
|
|
4524
4529
|
maxAmperage: z.ZodOptional<z.ZodNumber>;
|
|
4525
4530
|
phases: z.ZodEnum<["single_phase", "three_phase"]>;
|
|
4526
4531
|
phaseRotation: z.ZodOptional<z.ZodEnum<["rst", "rts", "srt", "str", "trs", "tsr"]>>;
|
|
@@ -4533,7 +4538,7 @@ export declare const evseUpdateDeprecatedBody: z.ZodObject<{
|
|
|
4533
4538
|
networkId: string;
|
|
4534
4539
|
physicalReference: string;
|
|
4535
4540
|
allowsReservation: boolean;
|
|
4536
|
-
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240";
|
|
4541
|
+
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277";
|
|
4537
4542
|
phases: "single_phase" | "three_phase";
|
|
4538
4543
|
chargePointId?: number | undefined;
|
|
4539
4544
|
id?: number | undefined;
|
|
@@ -4580,7 +4585,7 @@ export declare const evseUpdateDeprecatedBody: z.ZodObject<{
|
|
|
4580
4585
|
networkId: string;
|
|
4581
4586
|
physicalReference: string;
|
|
4582
4587
|
allowsReservation: boolean;
|
|
4583
|
-
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240";
|
|
4588
|
+
maxVoltage: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277";
|
|
4584
4589
|
phases: "single_phase" | "three_phase";
|
|
4585
4590
|
chargePointId?: number | undefined;
|
|
4586
4591
|
id?: number | undefined;
|
|
@@ -4635,7 +4640,7 @@ export declare const evseCreateBody: z.ZodObject<{
|
|
|
4635
4640
|
bookingEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
4636
4641
|
powerOptions: z.ZodOptional<z.ZodObject<{
|
|
4637
4642
|
maxPower: z.ZodOptional<z.ZodNumber>;
|
|
4638
|
-
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]>>;
|
|
4643
|
+
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]>>;
|
|
4639
4644
|
maxAmperage: z.ZodOptional<z.ZodNumber>;
|
|
4640
4645
|
phases: z.ZodOptional<z.ZodEnum<["single_phase", "three_phase", "split_phase"]>>;
|
|
4641
4646
|
phaseRotation: z.ZodOptional<z.ZodEnum<["RST", "RTS", "SRT", "STR", "TRS", "TSR"]>>;
|
|
@@ -4643,14 +4648,14 @@ export declare const evseCreateBody: z.ZodObject<{
|
|
|
4643
4648
|
}, "strip", z.ZodTypeAny, {
|
|
4644
4649
|
maxPower?: number | undefined;
|
|
4645
4650
|
maxAmperage?: number | undefined;
|
|
4646
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
4651
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
4647
4652
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
4648
4653
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
4649
4654
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
4650
4655
|
}, {
|
|
4651
4656
|
maxPower?: number | undefined;
|
|
4652
4657
|
maxAmperage?: number | undefined;
|
|
4653
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
4658
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
4654
4659
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
4655
4660
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
4656
4661
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -4671,7 +4676,7 @@ export declare const evseCreateBody: z.ZodObject<{
|
|
|
4671
4676
|
powerOptions?: {
|
|
4672
4677
|
maxPower?: number | undefined;
|
|
4673
4678
|
maxAmperage?: number | undefined;
|
|
4674
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
4679
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
4675
4680
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
4676
4681
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
4677
4682
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -4691,7 +4696,7 @@ export declare const evseCreateBody: z.ZodObject<{
|
|
|
4691
4696
|
powerOptions?: {
|
|
4692
4697
|
maxPower?: number | undefined;
|
|
4693
4698
|
maxAmperage?: number | undefined;
|
|
4694
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
4699
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
4695
4700
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
4696
4701
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
4697
4702
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -4709,7 +4714,7 @@ export declare const evseUpdateBody: z.ZodObject<{
|
|
|
4709
4714
|
bookingEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
4710
4715
|
powerOptions: z.ZodOptional<z.ZodObject<{
|
|
4711
4716
|
maxPower: z.ZodOptional<z.ZodNumber>;
|
|
4712
|
-
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]>>;
|
|
4717
|
+
maxVoltage: z.ZodOptional<z.ZodEnum<["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]>>;
|
|
4713
4718
|
maxAmperage: z.ZodOptional<z.ZodNumber>;
|
|
4714
4719
|
phases: z.ZodOptional<z.ZodEnum<["single_phase", "three_phase", "split_phase"]>>;
|
|
4715
4720
|
phaseRotation: z.ZodOptional<z.ZodEnum<["RST", "RTS", "SRT", "STR", "TRS", "TSR"]>>;
|
|
@@ -4717,14 +4722,14 @@ export declare const evseUpdateBody: z.ZodObject<{
|
|
|
4717
4722
|
}, "strip", z.ZodTypeAny, {
|
|
4718
4723
|
maxPower?: number | undefined;
|
|
4719
4724
|
maxAmperage?: number | undefined;
|
|
4720
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
4725
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
4721
4726
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
4722
4727
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
4723
4728
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
4724
4729
|
}, {
|
|
4725
4730
|
maxPower?: number | undefined;
|
|
4726
4731
|
maxAmperage?: number | undefined;
|
|
4727
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
4732
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
4728
4733
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
4729
4734
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
4730
4735
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -4744,7 +4749,7 @@ export declare const evseUpdateBody: z.ZodObject<{
|
|
|
4744
4749
|
powerOptions?: {
|
|
4745
4750
|
maxPower?: number | undefined;
|
|
4746
4751
|
maxAmperage?: number | undefined;
|
|
4747
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
4752
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
4748
4753
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
4749
4754
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
4750
4755
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -4763,7 +4768,7 @@ export declare const evseUpdateBody: z.ZodObject<{
|
|
|
4763
4768
|
powerOptions?: {
|
|
4764
4769
|
maxPower?: number | undefined;
|
|
4765
4770
|
maxAmperage?: number | undefined;
|
|
4766
|
-
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | undefined;
|
|
4771
|
+
maxVoltage?: "120" | "208" | "230" | "240" | "380" | "400" | "480" | "110-130" | "220-240" | "277" | undefined;
|
|
4767
4772
|
phases?: "single_phase" | "three_phase" | "split_phase" | undefined;
|
|
4768
4773
|
phaseRotation?: "RST" | "RTS" | "SRT" | "STR" | "TRS" | "TSR" | undefined;
|
|
4769
4774
|
connectedPhase?: "L1" | "L2" | "L3" | "L1_L2" | "L1_L3" | "L2_L3" | undefined;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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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"}
|
|
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"}
|
|
@@ -735,7 +735,8 @@ export const chargePointCreateBody = z.object({
|
|
|
735
735
|
iccid: z.string().optional(),
|
|
736
736
|
imsi: z.string().optional(),
|
|
737
737
|
meterSerialNumber: z.string().optional(),
|
|
738
|
-
meterType: z.string().optional()
|
|
738
|
+
meterType: z.string().optional(),
|
|
739
|
+
lastUpdatedAt: z.string().datetime().optional()
|
|
739
740
|
}).optional(),
|
|
740
741
|
networkStatus: z.enum(["never_connected", "available", "temporarily_unavailable", "long-term_unavailable"]).optional(),
|
|
741
742
|
hardwareStatus: z.enum(["available", "unavailable", "faulted"]).optional(),
|
|
@@ -836,7 +837,7 @@ export const chargePointEvseCreateBody = z.object({
|
|
|
836
837
|
bookingEnabled: z.boolean().optional(),
|
|
837
838
|
powerOptions: z.object({
|
|
838
839
|
maxPower: z.number().int().optional(),
|
|
839
|
-
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]).optional(),
|
|
840
|
+
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]).optional(),
|
|
840
841
|
maxAmperage: z.number().optional(),
|
|
841
842
|
phases: z.enum(["single_phase", "three_phase", "split_phase"]).optional(),
|
|
842
843
|
phaseRotation: z.enum(["RST", "RTS", "SRT", "STR", "TRS", "TSR"]).optional(),
|
|
@@ -859,7 +860,7 @@ export const chargePointEvseUpdateBody = z.object({
|
|
|
859
860
|
bookingEnabled: z.boolean().optional(),
|
|
860
861
|
powerOptions: z.object({
|
|
861
862
|
maxPower: z.number().int().optional(),
|
|
862
|
-
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]).optional(),
|
|
863
|
+
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]).optional(),
|
|
863
864
|
maxAmperage: z.number().optional(),
|
|
864
865
|
phases: z.enum(["single_phase", "three_phase", "split_phase"]).optional(),
|
|
865
866
|
phaseRotation: z.enum(["RST", "RTS", "SRT", "STR", "TRS", "TSR"]).optional(),
|
|
@@ -1007,7 +1008,7 @@ export const chargePointSmartChargingUpdateBody = z.union([z.object({
|
|
|
1007
1008
|
preconditioningTime: z.number().int().optional(),
|
|
1008
1009
|
minCurrent: z.number().optional(),
|
|
1009
1010
|
enableKeepAwake: z.boolean().optional(),
|
|
1010
|
-
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]),
|
|
1011
|
+
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]),
|
|
1011
1012
|
electricalConfiguration: z.enum(["star", "delta"]).optional(),
|
|
1012
1013
|
phases: z.enum(["single_phase", "three_phase", "split_phase"]),
|
|
1013
1014
|
phaseRotation: z.enum(["RST", "RTS", "SRT", "STR", "TRS", "TSR"]),
|
|
@@ -1019,7 +1020,7 @@ export const chargePointSmartChargingUpdateBody = z.union([z.object({
|
|
|
1019
1020
|
circuitId: z.number().int().optional(),
|
|
1020
1021
|
minCurrent: z.number().optional(),
|
|
1021
1022
|
enableKeepAwake: z.boolean().optional(),
|
|
1022
|
-
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]),
|
|
1023
|
+
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]),
|
|
1023
1024
|
electricalConfiguration: z.enum(["star", "delta"]).optional(),
|
|
1024
1025
|
phases: z.enum(["single_phase", "three_phase", "split_phase"]),
|
|
1025
1026
|
phaseRotation: z.enum(["RST", "RTS", "SRT", "STR", "TRS", "TSR"]),
|
|
@@ -1031,7 +1032,7 @@ export const chargePointSmartChargingUpdateBody = z.union([z.object({
|
|
|
1031
1032
|
circuitId: z.number().int().optional(),
|
|
1032
1033
|
minCurrent: z.number(),
|
|
1033
1034
|
enableKeepAwake: z.boolean(),
|
|
1034
|
-
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]),
|
|
1035
|
+
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]),
|
|
1035
1036
|
electricalConfiguration: z.enum(["star", "delta"]).optional(),
|
|
1036
1037
|
phases: z.enum(["single_phase", "three_phase", "split_phase"]),
|
|
1037
1038
|
phaseRotation: z.enum(["RST", "RTS", "SRT", "STR", "TRS", "TSR"]),
|
|
@@ -1090,7 +1091,7 @@ export const circuitCreateBody = z.object({
|
|
|
1090
1091
|
phaseRotation: z.enum(["RST", "RTS", "SRT", "STR", "TRS", "TSR"]).optional(),
|
|
1091
1092
|
connectedPhase: z.enum(["L1", "L2", "L3", "L1_L2", "L1_L3", "L2_L3"]).optional(),
|
|
1092
1093
|
electricalConfiguration: z.enum(["star", "delta"]).optional(),
|
|
1093
|
-
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]).optional(),
|
|
1094
|
+
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]).optional(),
|
|
1094
1095
|
maxCurrent: z.number(),
|
|
1095
1096
|
minChargePointCurrent: z.number().optional(),
|
|
1096
1097
|
setSessionLimitToZeroOnIdle: z.boolean().optional(),
|
|
@@ -1116,7 +1117,7 @@ export const circuitUpdateBody = z.object({
|
|
|
1116
1117
|
phaseRotation: z.enum(["RST", "RTS", "SRT", "STR", "TRS", "TSR"]).optional(),
|
|
1117
1118
|
connectedPhase: z.enum(["L1", "L2", "L3", "L1_L2", "L1_L3", "L2_L3"]).optional(),
|
|
1118
1119
|
electricalConfiguration: z.enum(["star", "delta"]).optional(),
|
|
1119
|
-
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]).optional(),
|
|
1120
|
+
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]).optional(),
|
|
1120
1121
|
maxCurrent: z.number().optional(),
|
|
1121
1122
|
minChargePointCurrent: z.number().optional(),
|
|
1122
1123
|
setSessionLimitToZeroOnIdle: z.boolean().optional(),
|
|
@@ -1480,7 +1481,7 @@ export const evseUpdateDeprecatedBody = z.object({
|
|
|
1480
1481
|
tariffGroupId: z.number().int().optional(),
|
|
1481
1482
|
allowsReservation: z.boolean(),
|
|
1482
1483
|
maxPowerKw: z.number().optional(),
|
|
1483
|
-
maxVoltage: z.intersection(z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]), z.unknown()),
|
|
1484
|
+
maxVoltage: z.intersection(z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]), z.unknown()),
|
|
1484
1485
|
maxAmperage: z.number().optional(),
|
|
1485
1486
|
phases: z.enum(["single_phase", "three_phase"]),
|
|
1486
1487
|
phaseRotation: z.enum(["rst", "rts", "srt", "str", "trs", "tsr"]).optional(),
|
|
@@ -1505,7 +1506,7 @@ export const evseCreateBody = z.object({
|
|
|
1505
1506
|
bookingEnabled: z.boolean().optional(),
|
|
1506
1507
|
powerOptions: z.object({
|
|
1507
1508
|
maxPower: z.number().int().optional(),
|
|
1508
|
-
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]).optional(),
|
|
1509
|
+
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]).optional(),
|
|
1509
1510
|
maxAmperage: z.number().optional(),
|
|
1510
1511
|
phases: z.enum(["single_phase", "three_phase", "split_phase"]).optional(),
|
|
1511
1512
|
phaseRotation: z.enum(["RST", "RTS", "SRT", "STR", "TRS", "TSR"]).optional(),
|
|
@@ -1528,7 +1529,7 @@ export const evseUpdateBody = z.object({
|
|
|
1528
1529
|
bookingEnabled: z.boolean().optional(),
|
|
1529
1530
|
powerOptions: z.object({
|
|
1530
1531
|
maxPower: z.number().int().optional(),
|
|
1531
|
-
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240"]).optional(),
|
|
1532
|
+
maxVoltage: z.enum(["230", "380", "400", "480", "120", "208", "240", "110-130", "220-240", "277"]).optional(),
|
|
1532
1533
|
maxAmperage: z.number().optional(),
|
|
1533
1534
|
phases: z.enum(["single_phase", "three_phase", "split_phase"]).optional(),
|
|
1534
1535
|
phaseRotation: z.enum(["RST", "RTS", "SRT", "STR", "TRS", "TSR"]).optional(),
|