@zetra/citrineos-base 1.8.3-fork.24 → 1.8.3-fork.25
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/interfaces/dto/async.job.dto.d.ts +8 -8
- package/dist/interfaces/dto/authorization.dto.d.ts +28 -28
- package/dist/interfaces/dto/boot.dto.d.ts +48 -48
- package/dist/interfaces/dto/certificate.dto.d.ts +4 -4
- package/dist/interfaces/dto/change.configuration.dto.d.ts +4 -4
- package/dist/interfaces/dto/charging.needs.dto.d.ts +4 -4
- package/dist/interfaces/dto/charging.profile.dto.d.ts +52 -52
- package/dist/interfaces/dto/charging.schedule.dto.d.ts +8 -8
- package/dist/interfaces/dto/charging.station.dto.d.ts +40 -40
- package/dist/interfaces/dto/charging.station.network.profile.dto.d.ts +56 -56
- package/dist/interfaces/dto/charging.station.security.info.dto.d.ts +4 -4
- package/dist/interfaces/dto/charging.station.sequence.dto.d.ts +24 -24
- package/dist/interfaces/dto/component.dto.d.ts +12 -12
- package/dist/interfaces/dto/composite.schedule.dto.d.ts +4 -4
- package/dist/interfaces/dto/connector.dto.d.ts +8 -8
- package/dist/interfaces/dto/event.data.dto.d.ts +20 -20
- package/dist/interfaces/dto/evse.dto.d.ts +12 -12
- package/dist/interfaces/dto/evse.type.dto.d.ts +4 -4
- package/dist/interfaces/dto/installed.certificate.dto.d.ts +4 -4
- package/dist/interfaces/dto/latest.status.notification.dto.d.ts +48 -48
- package/dist/interfaces/dto/location.dto.d.ts +24 -24
- package/dist/interfaces/dto/message.info.dto.d.ts +16 -16
- package/dist/interfaces/dto/meter.value.dto.d.ts +4 -4
- package/dist/interfaces/dto/ocpp.message.dto.d.ts +22 -22
- package/dist/interfaces/dto/reservation.dto.d.ts +8 -8
- package/dist/interfaces/dto/sales.tariff.dto.d.ts +4 -4
- package/dist/interfaces/dto/security.event.dto.d.ts +4 -4
- package/dist/interfaces/dto/server.network.profile.dto.d.ts +24 -24
- package/dist/interfaces/dto/set.network.profile.dto.d.ts +28 -28
- package/dist/interfaces/dto/start.transaction.dto.d.ts +8 -8
- package/dist/interfaces/dto/status.notification.dto.d.ts +24 -24
- package/dist/interfaces/dto/stop.transaction.dto.d.ts +8 -8
- package/dist/interfaces/dto/subscription.dto.d.ts +4 -4
- package/dist/interfaces/dto/tariff.dto.d.ts +4 -4
- package/dist/interfaces/dto/tenant.dto.d.ts +12 -12
- package/dist/interfaces/dto/tenant.partner.dto.d.ts +4 -4
- package/dist/interfaces/dto/transaction.dto.d.ts +120 -120
- package/dist/interfaces/dto/transaction.event.dto.d.ts +16 -16
- package/dist/interfaces/dto/types/base.dto.d.ts +2 -2
- package/dist/interfaces/dto/types/ocpi.registration.d.ts +2 -2
- package/dist/interfaces/dto/types/ocpi.registration.js +1 -1
- package/dist/interfaces/dto/types/ocpi.registration.js.map +1 -1
- package/dist/interfaces/dto/variable.attribute.dto.d.ts +44 -44
- package/dist/interfaces/dto/variable.characteristics.dto.d.ts +8 -8
- package/dist/interfaces/dto/variable.dto.d.ts +4 -4
- package/dist/interfaces/dto/variable.monitoring.dto.d.ts +20 -20
- package/dist/interfaces/dto/variable.monitoring.status.dto.d.ts +24 -24
- package/dist/interfaces/dto/variable.status.dto.d.ts +48 -48
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ export declare const AsyncJobSchema: z.ZodObject<{
|
|
|
15
15
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
17
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
18
|
-
|
|
18
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
19
19
|
role: z.ZodEnum<{
|
|
20
20
|
CPO: "CPO";
|
|
21
21
|
EMSP: "EMSP";
|
|
@@ -35,7 +35,7 @@ export declare const AsyncJobSchema: z.ZodObject<{
|
|
|
35
35
|
height: z.ZodOptional<z.ZodNumber>;
|
|
36
36
|
}, z.core.$strip>>;
|
|
37
37
|
}, z.core.$strip>;
|
|
38
|
-
}, z.core.$strip
|
|
38
|
+
}, z.core.$strip>>;
|
|
39
39
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
40
40
|
version: z.ZodEnum<{
|
|
41
41
|
"2.2.1": "2.2.1";
|
|
@@ -67,7 +67,7 @@ export declare const AsyncJobSchema: z.ZodObject<{
|
|
|
67
67
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
68
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
69
69
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
70
|
-
|
|
70
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
71
71
|
role: z.ZodEnum<{
|
|
72
72
|
CPO: "CPO";
|
|
73
73
|
EMSP: "EMSP";
|
|
@@ -87,7 +87,7 @@ export declare const AsyncJobSchema: z.ZodObject<{
|
|
|
87
87
|
height: z.ZodOptional<z.ZodNumber>;
|
|
88
88
|
}, z.core.$strip>>;
|
|
89
89
|
}, z.core.$strip>;
|
|
90
|
-
}, z.core.$strip
|
|
90
|
+
}, z.core.$strip>>;
|
|
91
91
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
92
92
|
version: z.ZodEnum<{
|
|
93
93
|
"2.2.1": "2.2.1";
|
|
@@ -221,7 +221,7 @@ export declare const asyncJobSchemas: {
|
|
|
221
221
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
222
222
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
223
223
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
224
|
-
|
|
224
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
225
225
|
role: z.ZodEnum<{
|
|
226
226
|
CPO: "CPO";
|
|
227
227
|
EMSP: "EMSP";
|
|
@@ -241,7 +241,7 @@ export declare const asyncJobSchemas: {
|
|
|
241
241
|
height: z.ZodOptional<z.ZodNumber>;
|
|
242
242
|
}, z.core.$strip>>;
|
|
243
243
|
}, z.core.$strip>;
|
|
244
|
-
}, z.core.$strip
|
|
244
|
+
}, z.core.$strip>>;
|
|
245
245
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
246
246
|
version: z.ZodEnum<{
|
|
247
247
|
"2.2.1": "2.2.1";
|
|
@@ -273,7 +273,7 @@ export declare const asyncJobSchemas: {
|
|
|
273
273
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
274
274
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
275
275
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
276
|
-
|
|
276
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
277
277
|
role: z.ZodEnum<{
|
|
278
278
|
CPO: "CPO";
|
|
279
279
|
EMSP: "EMSP";
|
|
@@ -293,7 +293,7 @@ export declare const asyncJobSchemas: {
|
|
|
293
293
|
height: z.ZodOptional<z.ZodNumber>;
|
|
294
294
|
}, z.core.$strip>>;
|
|
295
295
|
}, z.core.$strip>;
|
|
296
|
-
}, z.core.$strip
|
|
296
|
+
}, z.core.$strip>>;
|
|
297
297
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
298
298
|
version: z.ZodEnum<{
|
|
299
299
|
"2.2.1": "2.2.1";
|
|
@@ -79,7 +79,7 @@ export declare const GroupAuthorizationSchema: z.ZodObject<{
|
|
|
79
79
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
80
80
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
81
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
82
|
-
|
|
82
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
83
83
|
role: z.ZodEnum<{
|
|
84
84
|
CPO: "CPO";
|
|
85
85
|
EMSP: "EMSP";
|
|
@@ -99,7 +99,7 @@ export declare const GroupAuthorizationSchema: z.ZodObject<{
|
|
|
99
99
|
height: z.ZodOptional<z.ZodNumber>;
|
|
100
100
|
}, z.core.$strip>>;
|
|
101
101
|
}, z.core.$strip>;
|
|
102
|
-
}, z.core.$strip
|
|
102
|
+
}, z.core.$strip>>;
|
|
103
103
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
104
104
|
version: z.ZodEnum<{
|
|
105
105
|
"2.2.1": "2.2.1";
|
|
@@ -175,7 +175,7 @@ export declare const GroupAuthorizationSchema: z.ZodObject<{
|
|
|
175
175
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
176
176
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
177
177
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
178
|
-
|
|
178
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
179
179
|
role: z.ZodEnum<{
|
|
180
180
|
CPO: "CPO";
|
|
181
181
|
EMSP: "EMSP";
|
|
@@ -195,7 +195,7 @@ export declare const GroupAuthorizationSchema: z.ZodObject<{
|
|
|
195
195
|
height: z.ZodOptional<z.ZodNumber>;
|
|
196
196
|
}, z.core.$strip>>;
|
|
197
197
|
}, z.core.$strip>;
|
|
198
|
-
}, z.core.$strip
|
|
198
|
+
}, z.core.$strip>>;
|
|
199
199
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
200
200
|
version: z.ZodEnum<{
|
|
201
201
|
"2.2.1": "2.2.1";
|
|
@@ -298,7 +298,7 @@ export declare const AuthorizationSchema: z.ZodObject<{
|
|
|
298
298
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
299
299
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
300
300
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
301
|
-
|
|
301
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
302
302
|
role: z.ZodEnum<{
|
|
303
303
|
CPO: "CPO";
|
|
304
304
|
EMSP: "EMSP";
|
|
@@ -318,7 +318,7 @@ export declare const AuthorizationSchema: z.ZodObject<{
|
|
|
318
318
|
height: z.ZodOptional<z.ZodNumber>;
|
|
319
319
|
}, z.core.$strip>>;
|
|
320
320
|
}, z.core.$strip>;
|
|
321
|
-
}, z.core.$strip
|
|
321
|
+
}, z.core.$strip>>;
|
|
322
322
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
323
323
|
version: z.ZodEnum<{
|
|
324
324
|
"2.2.1": "2.2.1";
|
|
@@ -394,7 +394,7 @@ export declare const AuthorizationSchema: z.ZodObject<{
|
|
|
394
394
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
395
395
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
396
396
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
397
|
-
|
|
397
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
398
398
|
role: z.ZodEnum<{
|
|
399
399
|
CPO: "CPO";
|
|
400
400
|
EMSP: "EMSP";
|
|
@@ -414,7 +414,7 @@ export declare const AuthorizationSchema: z.ZodObject<{
|
|
|
414
414
|
height: z.ZodOptional<z.ZodNumber>;
|
|
415
415
|
}, z.core.$strip>>;
|
|
416
416
|
}, z.core.$strip>;
|
|
417
|
-
}, z.core.$strip
|
|
417
|
+
}, z.core.$strip>>;
|
|
418
418
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
419
419
|
version: z.ZodEnum<{
|
|
420
420
|
"2.2.1": "2.2.1";
|
|
@@ -509,7 +509,7 @@ export declare const AuthorizationSchema: z.ZodObject<{
|
|
|
509
509
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
510
510
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
511
511
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
512
|
-
|
|
512
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
513
513
|
role: z.ZodEnum<{
|
|
514
514
|
CPO: "CPO";
|
|
515
515
|
EMSP: "EMSP";
|
|
@@ -529,7 +529,7 @@ export declare const AuthorizationSchema: z.ZodObject<{
|
|
|
529
529
|
height: z.ZodOptional<z.ZodNumber>;
|
|
530
530
|
}, z.core.$strip>>;
|
|
531
531
|
}, z.core.$strip>;
|
|
532
|
-
}, z.core.$strip
|
|
532
|
+
}, z.core.$strip>>;
|
|
533
533
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
534
534
|
version: z.ZodEnum<{
|
|
535
535
|
"2.2.1": "2.2.1";
|
|
@@ -604,7 +604,7 @@ export declare const AuthorizationSchema: z.ZodObject<{
|
|
|
604
604
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
605
605
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
606
606
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
607
|
-
|
|
607
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
608
608
|
role: z.ZodEnum<{
|
|
609
609
|
CPO: "CPO";
|
|
610
610
|
EMSP: "EMSP";
|
|
@@ -624,7 +624,7 @@ export declare const AuthorizationSchema: z.ZodObject<{
|
|
|
624
624
|
height: z.ZodOptional<z.ZodNumber>;
|
|
625
625
|
}, z.core.$strip>>;
|
|
626
626
|
}, z.core.$strip>;
|
|
627
|
-
}, z.core.$strip
|
|
627
|
+
}, z.core.$strip>>;
|
|
628
628
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
629
629
|
version: z.ZodEnum<{
|
|
630
630
|
"2.2.1": "2.2.1";
|
|
@@ -747,7 +747,7 @@ export declare const AuthorizationCreateSchema: z.ZodObject<{
|
|
|
747
747
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
748
748
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
749
749
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
750
|
-
|
|
750
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
751
751
|
role: z.ZodEnum<{
|
|
752
752
|
CPO: "CPO";
|
|
753
753
|
EMSP: "EMSP";
|
|
@@ -767,7 +767,7 @@ export declare const AuthorizationCreateSchema: z.ZodObject<{
|
|
|
767
767
|
height: z.ZodOptional<z.ZodNumber>;
|
|
768
768
|
}, z.core.$strip>>;
|
|
769
769
|
}, z.core.$strip>;
|
|
770
|
-
}, z.core.$strip
|
|
770
|
+
}, z.core.$strip>>;
|
|
771
771
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
772
772
|
version: z.ZodEnum<{
|
|
773
773
|
"2.2.1": "2.2.1";
|
|
@@ -865,7 +865,7 @@ export declare const AuthorizationUpdateSchema: z.ZodObject<{
|
|
|
865
865
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
866
866
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
867
867
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
868
|
-
|
|
868
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
869
869
|
role: z.ZodEnum<{
|
|
870
870
|
CPO: "CPO";
|
|
871
871
|
EMSP: "EMSP";
|
|
@@ -885,7 +885,7 @@ export declare const AuthorizationUpdateSchema: z.ZodObject<{
|
|
|
885
885
|
height: z.ZodOptional<z.ZodNumber>;
|
|
886
886
|
}, z.core.$strip>>;
|
|
887
887
|
}, z.core.$strip>;
|
|
888
|
-
}, z.core.$strip
|
|
888
|
+
}, z.core.$strip>>;
|
|
889
889
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
890
890
|
version: z.ZodEnum<{
|
|
891
891
|
"2.2.1": "2.2.1";
|
|
@@ -989,7 +989,7 @@ export declare const authorizationSchemas: {
|
|
|
989
989
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
990
990
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
991
991
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
992
|
-
|
|
992
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
993
993
|
role: z.ZodEnum<{
|
|
994
994
|
CPO: "CPO";
|
|
995
995
|
EMSP: "EMSP";
|
|
@@ -1009,7 +1009,7 @@ export declare const authorizationSchemas: {
|
|
|
1009
1009
|
height: z.ZodOptional<z.ZodNumber>;
|
|
1010
1010
|
}, z.core.$strip>>;
|
|
1011
1011
|
}, z.core.$strip>;
|
|
1012
|
-
}, z.core.$strip
|
|
1012
|
+
}, z.core.$strip>>;
|
|
1013
1013
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
1014
1014
|
version: z.ZodEnum<{
|
|
1015
1015
|
"2.2.1": "2.2.1";
|
|
@@ -1085,7 +1085,7 @@ export declare const authorizationSchemas: {
|
|
|
1085
1085
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1086
1086
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1087
1087
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1088
|
-
|
|
1088
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
1089
1089
|
role: z.ZodEnum<{
|
|
1090
1090
|
CPO: "CPO";
|
|
1091
1091
|
EMSP: "EMSP";
|
|
@@ -1105,7 +1105,7 @@ export declare const authorizationSchemas: {
|
|
|
1105
1105
|
height: z.ZodOptional<z.ZodNumber>;
|
|
1106
1106
|
}, z.core.$strip>>;
|
|
1107
1107
|
}, z.core.$strip>;
|
|
1108
|
-
}, z.core.$strip
|
|
1108
|
+
}, z.core.$strip>>;
|
|
1109
1109
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
1110
1110
|
version: z.ZodEnum<{
|
|
1111
1111
|
"2.2.1": "2.2.1";
|
|
@@ -1200,7 +1200,7 @@ export declare const authorizationSchemas: {
|
|
|
1200
1200
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1201
1201
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1202
1202
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1203
|
-
|
|
1203
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
1204
1204
|
role: z.ZodEnum<{
|
|
1205
1205
|
CPO: "CPO";
|
|
1206
1206
|
EMSP: "EMSP";
|
|
@@ -1220,7 +1220,7 @@ export declare const authorizationSchemas: {
|
|
|
1220
1220
|
height: z.ZodOptional<z.ZodNumber>;
|
|
1221
1221
|
}, z.core.$strip>>;
|
|
1222
1222
|
}, z.core.$strip>;
|
|
1223
|
-
}, z.core.$strip
|
|
1223
|
+
}, z.core.$strip>>;
|
|
1224
1224
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
1225
1225
|
version: z.ZodEnum<{
|
|
1226
1226
|
"2.2.1": "2.2.1";
|
|
@@ -1295,7 +1295,7 @@ export declare const authorizationSchemas: {
|
|
|
1295
1295
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1296
1296
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1297
1297
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1298
|
-
|
|
1298
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
1299
1299
|
role: z.ZodEnum<{
|
|
1300
1300
|
CPO: "CPO";
|
|
1301
1301
|
EMSP: "EMSP";
|
|
@@ -1315,7 +1315,7 @@ export declare const authorizationSchemas: {
|
|
|
1315
1315
|
height: z.ZodOptional<z.ZodNumber>;
|
|
1316
1316
|
}, z.core.$strip>>;
|
|
1317
1317
|
}, z.core.$strip>;
|
|
1318
|
-
}, z.core.$strip
|
|
1318
|
+
}, z.core.$strip>>;
|
|
1319
1319
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
1320
1320
|
version: z.ZodEnum<{
|
|
1321
1321
|
"2.2.1": "2.2.1";
|
|
@@ -1411,7 +1411,7 @@ export declare const authorizationSchemas: {
|
|
|
1411
1411
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1412
1412
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1413
1413
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1414
|
-
|
|
1414
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
1415
1415
|
role: z.ZodEnum<{
|
|
1416
1416
|
CPO: "CPO";
|
|
1417
1417
|
EMSP: "EMSP";
|
|
@@ -1431,7 +1431,7 @@ export declare const authorizationSchemas: {
|
|
|
1431
1431
|
height: z.ZodOptional<z.ZodNumber>;
|
|
1432
1432
|
}, z.core.$strip>>;
|
|
1433
1433
|
}, z.core.$strip>;
|
|
1434
|
-
}, z.core.$strip
|
|
1434
|
+
}, z.core.$strip>>;
|
|
1435
1435
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
1436
1436
|
version: z.ZodEnum<{
|
|
1437
1437
|
"2.2.1": "2.2.1";
|
|
@@ -1528,7 +1528,7 @@ export declare const authorizationSchemas: {
|
|
|
1528
1528
|
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1529
1529
|
partyId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1530
1530
|
serverProfileOCPI: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1531
|
-
|
|
1531
|
+
credentialsRoles: z.ZodArray<z.ZodObject<{
|
|
1532
1532
|
role: z.ZodEnum<{
|
|
1533
1533
|
CPO: "CPO";
|
|
1534
1534
|
EMSP: "EMSP";
|
|
@@ -1548,7 +1548,7 @@ export declare const authorizationSchemas: {
|
|
|
1548
1548
|
height: z.ZodOptional<z.ZodNumber>;
|
|
1549
1549
|
}, z.core.$strip>>;
|
|
1550
1550
|
}, z.core.$strip>;
|
|
1551
|
-
}, z.core.$strip
|
|
1551
|
+
}, z.core.$strip>>;
|
|
1552
1552
|
versionDetails: z.ZodArray<z.ZodObject<{
|
|
1553
1553
|
version: z.ZodEnum<{
|
|
1554
1554
|
"2.2.1": "2.2.1";
|