@sovity.de/edc-client 16.1.0 → 16.2.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.
|
@@ -22,7 +22,7 @@ class It {
|
|
|
22
22
|
return this.configuration.middleware || [];
|
|
23
23
|
}
|
|
24
24
|
get queryParamsStringify() {
|
|
25
|
-
return this.configuration.queryParamsStringify ||
|
|
25
|
+
return this.configuration.queryParamsStringify || bt;
|
|
26
26
|
}
|
|
27
27
|
get username() {
|
|
28
28
|
return this.configuration.username;
|
|
@@ -167,7 +167,7 @@ R(Pe, "jsonRegex", new RegExp(
|
|
|
167
167
|
"^(:?application/json|[^;/ ]+/[^;/ ]+[+]json)[ ]*(:?;.*)?$",
|
|
168
168
|
"i"
|
|
169
169
|
));
|
|
170
|
-
let
|
|
170
|
+
let Y = Pe;
|
|
171
171
|
function sr(e) {
|
|
172
172
|
return typeof Blob < "u" && e instanceof Blob;
|
|
173
173
|
}
|
|
@@ -201,10 +201,10 @@ const Ru = {
|
|
|
201
201
|
tsv: " ",
|
|
202
202
|
pipes: "|"
|
|
203
203
|
};
|
|
204
|
-
function
|
|
205
|
-
return Object.keys(e).map((r) =>
|
|
204
|
+
function bt(e, t = "") {
|
|
205
|
+
return Object.keys(e).map((r) => At(r, e[r], t)).filter((r) => r.length > 0).join("&");
|
|
206
206
|
}
|
|
207
|
-
function
|
|
207
|
+
function At(e, t, r = "") {
|
|
208
208
|
const n = r + (r.length ? `[${e}]` : e);
|
|
209
209
|
if (t instanceof Array) {
|
|
210
210
|
const i = t.map((a) => encodeURIComponent(String(a))).join(`&${encodeURIComponent(n)}=`);
|
|
@@ -212,11 +212,11 @@ function bt(e, t, r = "") {
|
|
|
212
212
|
}
|
|
213
213
|
if (t instanceof Set) {
|
|
214
214
|
const i = Array.from(t);
|
|
215
|
-
return
|
|
215
|
+
return At(e, i, r);
|
|
216
216
|
}
|
|
217
217
|
return t instanceof Date ? `${encodeURIComponent(n)}=${encodeURIComponent(
|
|
218
218
|
t.toISOString()
|
|
219
|
-
)}` : t instanceof Object ?
|
|
219
|
+
)}` : t instanceof Object ? bt(t, n) : `${encodeURIComponent(n)}=${encodeURIComponent(
|
|
220
220
|
String(t)
|
|
221
221
|
)}`;
|
|
222
222
|
}
|
|
@@ -251,7 +251,7 @@ class lr {
|
|
|
251
251
|
async value() {
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
|
-
class
|
|
254
|
+
class vu {
|
|
255
255
|
constructor(t) {
|
|
256
256
|
this.raw = t;
|
|
257
257
|
}
|
|
@@ -267,17 +267,17 @@ class fr {
|
|
|
267
267
|
return await this.raw.text();
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
|
-
const
|
|
270
|
+
const Ae = {
|
|
271
271
|
Like: "LIKE",
|
|
272
272
|
Eq: "EQ",
|
|
273
273
|
In: "IN"
|
|
274
274
|
};
|
|
275
|
-
function
|
|
276
|
-
for (const t in
|
|
275
|
+
function ku(e) {
|
|
276
|
+
for (const t in Ae)
|
|
277
277
|
if (Object.prototype.hasOwnProperty.call(
|
|
278
|
-
|
|
278
|
+
Ae,
|
|
279
279
|
t
|
|
280
|
-
) &&
|
|
280
|
+
) && Ae[t] === e)
|
|
281
281
|
return !0;
|
|
282
282
|
return !1;
|
|
283
283
|
}
|
|
@@ -334,10 +334,10 @@ function Rt(e) {
|
|
|
334
334
|
function hr(e, t) {
|
|
335
335
|
return e;
|
|
336
336
|
}
|
|
337
|
-
function
|
|
337
|
+
function Mu(e) {
|
|
338
338
|
return e;
|
|
339
339
|
}
|
|
340
|
-
function
|
|
340
|
+
function Bu(e, t) {
|
|
341
341
|
return e;
|
|
342
342
|
}
|
|
343
343
|
function Vu(e) {
|
|
@@ -380,9 +380,9 @@ function wr(e, t) {
|
|
|
380
380
|
};
|
|
381
381
|
}
|
|
382
382
|
function Et(e) {
|
|
383
|
-
return
|
|
383
|
+
return Cr(e, !1);
|
|
384
384
|
}
|
|
385
|
-
function
|
|
385
|
+
function Cr(e, t = !1) {
|
|
386
386
|
return e == null ? e : {
|
|
387
387
|
pageOneBased: e.pageOneBased,
|
|
388
388
|
pageSize: e.pageSize
|
|
@@ -392,19 +392,19 @@ const Je = {
|
|
|
392
392
|
Title: "TITLE",
|
|
393
393
|
Description: "DESCRIPTION"
|
|
394
394
|
};
|
|
395
|
-
function
|
|
395
|
+
function Gu(e) {
|
|
396
396
|
for (const t in Je)
|
|
397
397
|
if (Object.prototype.hasOwnProperty.call(Je, t) && Je[t] === e)
|
|
398
398
|
return !0;
|
|
399
399
|
return !1;
|
|
400
400
|
}
|
|
401
|
-
function
|
|
401
|
+
function Nr(e) {
|
|
402
402
|
return Dr(e);
|
|
403
403
|
}
|
|
404
404
|
function Dr(e, t) {
|
|
405
405
|
return e;
|
|
406
406
|
}
|
|
407
|
-
function
|
|
407
|
+
function zu(e) {
|
|
408
408
|
return e;
|
|
409
409
|
}
|
|
410
410
|
function $u(e, t) {
|
|
@@ -429,18 +429,18 @@ function Ir(e, t) {
|
|
|
429
429
|
function Ku(e) {
|
|
430
430
|
return e;
|
|
431
431
|
}
|
|
432
|
-
function
|
|
432
|
+
function Yu(e, t) {
|
|
433
433
|
return e;
|
|
434
434
|
}
|
|
435
|
-
function
|
|
435
|
+
function Wu(e) {
|
|
436
436
|
return !(!("field" in e) || e.field === void 0 || !("direction" in e) || e.direction === void 0);
|
|
437
437
|
}
|
|
438
|
-
function
|
|
439
|
-
return
|
|
438
|
+
function br(e) {
|
|
439
|
+
return Ar(e);
|
|
440
440
|
}
|
|
441
|
-
function
|
|
441
|
+
function Ar(e, t) {
|
|
442
442
|
return e == null ? e : {
|
|
443
|
-
field:
|
|
443
|
+
field: Nr(e.field),
|
|
444
444
|
direction: xt(e.direction)
|
|
445
445
|
};
|
|
446
446
|
}
|
|
@@ -464,7 +464,7 @@ function Rr(e, t) {
|
|
|
464
464
|
pagination: e.pagination == null ? void 0 : Ut(e.pagination),
|
|
465
465
|
searchText: e.searchText == null ? void 0 : e.searchText,
|
|
466
466
|
sortBy: e.sortBy == null ? void 0 : e.sortBy.map(
|
|
467
|
-
|
|
467
|
+
br
|
|
468
468
|
)
|
|
469
469
|
};
|
|
470
470
|
}
|
|
@@ -483,7 +483,7 @@ function Er(e, t = !1) {
|
|
|
483
483
|
function ed(e) {
|
|
484
484
|
return !(!("totalItems" in e) || e.totalItems === void 0 || !("lastPage" in e) || e.lastPage === void 0 || !("currentPage" in e) || e.currentPage === void 0 || !("pageStart" in e) || e.pageStart === void 0 || !("pageEnd" in e) || e.pageEnd === void 0 || !("pageSize" in e) || e.pageSize === void 0);
|
|
485
485
|
}
|
|
486
|
-
function
|
|
486
|
+
function vt(e) {
|
|
487
487
|
return xr(e);
|
|
488
488
|
}
|
|
489
489
|
function xr(e, t) {
|
|
@@ -498,10 +498,10 @@ function xr(e, t) {
|
|
|
498
498
|
pageSize: e.pageSize
|
|
499
499
|
};
|
|
500
500
|
}
|
|
501
|
-
function
|
|
502
|
-
return
|
|
501
|
+
function kt(e) {
|
|
502
|
+
return vr(e, !1);
|
|
503
503
|
}
|
|
504
|
-
function
|
|
504
|
+
function vr(e, t = !1) {
|
|
505
505
|
return e == null ? e : {
|
|
506
506
|
totalItems: e.totalItems,
|
|
507
507
|
lastPage: e.lastPage,
|
|
@@ -516,13 +516,13 @@ function kr(e, t = !1) {
|
|
|
516
516
|
function td(e) {
|
|
517
517
|
return !(!("assets" in e) || e.assets === void 0 || !("pagination" in e) || e.pagination === void 0);
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function kr(e) {
|
|
520
520
|
return Fr(e);
|
|
521
521
|
}
|
|
522
522
|
function Fr(e, t) {
|
|
523
523
|
return e == null ? e : {
|
|
524
524
|
assets: e.assets.map(Sr),
|
|
525
|
-
pagination:
|
|
525
|
+
pagination: vt(e.pagination)
|
|
526
526
|
};
|
|
527
527
|
}
|
|
528
528
|
function rd(e) {
|
|
@@ -531,7 +531,7 @@ function rd(e) {
|
|
|
531
531
|
function qr(e, t = !1) {
|
|
532
532
|
return e == null ? e : {
|
|
533
533
|
assets: e.assets.map(Or),
|
|
534
|
-
pagination:
|
|
534
|
+
pagination: kt(e.pagination)
|
|
535
535
|
};
|
|
536
536
|
}
|
|
537
537
|
function nd(e) {
|
|
@@ -547,9 +547,9 @@ function Hr(e, t) {
|
|
|
547
547
|
};
|
|
548
548
|
}
|
|
549
549
|
function id(e) {
|
|
550
|
-
return
|
|
550
|
+
return Mr(e, !1);
|
|
551
551
|
}
|
|
552
|
-
function
|
|
552
|
+
function Mr(e, t = !1) {
|
|
553
553
|
return e == null ? e : {
|
|
554
554
|
buildDate: e.buildDate,
|
|
555
555
|
buildVersion: e.buildVersion
|
|
@@ -559,9 +559,9 @@ function ad(e) {
|
|
|
559
559
|
return !(!("groupId" in e) || e.groupId === void 0 || !("businessPartnerNumbers" in e) || e.businessPartnerNumbers === void 0);
|
|
560
560
|
}
|
|
561
561
|
function od(e) {
|
|
562
|
-
return
|
|
562
|
+
return Br(e);
|
|
563
563
|
}
|
|
564
|
-
function
|
|
564
|
+
function Br(e, t) {
|
|
565
565
|
return e == null ? e : {
|
|
566
566
|
groupId: e.groupId,
|
|
567
567
|
businessPartnerNumbers: e.businessPartnerNumbers
|
|
@@ -579,10 +579,10 @@ function Zr(e, t = !1) {
|
|
|
579
579
|
function sd(e) {
|
|
580
580
|
return !(!("groupId" in e) || e.groupId === void 0 || !("businessPartnerNumbers" in e) || e.businessPartnerNumbers === void 0);
|
|
581
581
|
}
|
|
582
|
-
function
|
|
583
|
-
return
|
|
582
|
+
function Gr(e) {
|
|
583
|
+
return zr(e);
|
|
584
584
|
}
|
|
585
|
-
function
|
|
585
|
+
function zr(e, t) {
|
|
586
586
|
return e == null ? e : {
|
|
587
587
|
groupId: e.groupId,
|
|
588
588
|
businessPartnerNumbers: e.businessPartnerNumbers
|
|
@@ -609,9 +609,9 @@ function Qr(e, t) {
|
|
|
609
609
|
};
|
|
610
610
|
}
|
|
611
611
|
function Kr(e) {
|
|
612
|
-
return
|
|
612
|
+
return Yr(e, !1);
|
|
613
613
|
}
|
|
614
|
-
function
|
|
614
|
+
function Yr(e, t = !1) {
|
|
615
615
|
return e == null ? e : {
|
|
616
616
|
businessPartnerNumbers: e.businessPartnerNumbers
|
|
617
617
|
};
|
|
@@ -619,7 +619,7 @@ function Wr(e, t = !1) {
|
|
|
619
619
|
function ld(e) {
|
|
620
620
|
return !(!("groupId" in e) || e.groupId === void 0 || !("businessPartnerNumbers" in e) || e.businessPartnerNumbers === void 0);
|
|
621
621
|
}
|
|
622
|
-
function
|
|
622
|
+
function Wr(e) {
|
|
623
623
|
return Xr(e);
|
|
624
624
|
}
|
|
625
625
|
function Xr(e, t) {
|
|
@@ -780,10 +780,10 @@ function yn(e) {
|
|
|
780
780
|
function gn(e, t) {
|
|
781
781
|
return e;
|
|
782
782
|
}
|
|
783
|
-
function
|
|
783
|
+
function Cd(e) {
|
|
784
784
|
return e;
|
|
785
785
|
}
|
|
786
|
-
function
|
|
786
|
+
function Nd(e, t) {
|
|
787
787
|
return e;
|
|
788
788
|
}
|
|
789
789
|
function Dd(e) {
|
|
@@ -816,7 +816,7 @@ function On(e, t = !1) {
|
|
|
816
816
|
function Id(e) {
|
|
817
817
|
return !(!("connectorEndpoint" in e) || e.connectorEndpoint === void 0);
|
|
818
818
|
}
|
|
819
|
-
function
|
|
819
|
+
function bd(e) {
|
|
820
820
|
return Pn(e);
|
|
821
821
|
}
|
|
822
822
|
function Pn(e, t) {
|
|
@@ -831,9 +831,9 @@ function Pn(e, t) {
|
|
|
831
831
|
};
|
|
832
832
|
}
|
|
833
833
|
function wn(e) {
|
|
834
|
-
return
|
|
834
|
+
return Cn(e, !1);
|
|
835
835
|
}
|
|
836
|
-
function
|
|
836
|
+
function Cn(e, t = !1) {
|
|
837
837
|
return e == null ? e : {
|
|
838
838
|
connectorEndpoint: e.connectorEndpoint,
|
|
839
839
|
participantId: e.participantId,
|
|
@@ -844,17 +844,17 @@ function Nn(e, t = !1) {
|
|
|
844
844
|
)
|
|
845
845
|
};
|
|
846
846
|
}
|
|
847
|
-
const
|
|
847
|
+
const ve = {
|
|
848
848
|
Asc: "ASC",
|
|
849
849
|
Desc: "DESC"
|
|
850
850
|
};
|
|
851
|
-
function
|
|
852
|
-
for (const t in
|
|
853
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
851
|
+
function Ad(e) {
|
|
852
|
+
for (const t in ve)
|
|
853
|
+
if (Object.prototype.hasOwnProperty.call(ve, t) && ve[t] === e)
|
|
854
854
|
return !0;
|
|
855
855
|
return !1;
|
|
856
856
|
}
|
|
857
|
-
function
|
|
857
|
+
function Nn(e) {
|
|
858
858
|
return Dn(e);
|
|
859
859
|
}
|
|
860
860
|
function Dn(e, t) {
|
|
@@ -870,15 +870,15 @@ function Rd(e) {
|
|
|
870
870
|
return !(!("assetPropertyPath" in e) || e.assetPropertyPath === void 0);
|
|
871
871
|
}
|
|
872
872
|
function In(e) {
|
|
873
|
-
return
|
|
873
|
+
return bn(e);
|
|
874
874
|
}
|
|
875
|
-
function
|
|
875
|
+
function bn(e, t) {
|
|
876
876
|
return e == null ? e : {
|
|
877
877
|
assetPropertyPath: e.assetPropertyPath,
|
|
878
|
-
direction: e.direction == null ? void 0 :
|
|
878
|
+
direction: e.direction == null ? void 0 : Nn(e.direction)
|
|
879
879
|
};
|
|
880
880
|
}
|
|
881
|
-
function
|
|
881
|
+
function An(e) {
|
|
882
882
|
return _n(e, !1);
|
|
883
883
|
}
|
|
884
884
|
function _n(e, t = !1) {
|
|
@@ -917,7 +917,7 @@ function Un(e, t = !1) {
|
|
|
917
917
|
),
|
|
918
918
|
limit: e.limit,
|
|
919
919
|
offset: e.offset,
|
|
920
|
-
sortBy:
|
|
920
|
+
sortBy: An(e.sortBy)
|
|
921
921
|
};
|
|
922
922
|
}
|
|
923
923
|
function xd(e) {
|
|
@@ -932,32 +932,32 @@ function xn(e, t) {
|
|
|
932
932
|
maxActiveConsumingContractAgreements: e.maxActiveConsumingContractAgreements == null ? void 0 : e.maxActiveConsumingContractAgreements
|
|
933
933
|
};
|
|
934
934
|
}
|
|
935
|
-
function
|
|
936
|
-
return
|
|
935
|
+
function vd(e) {
|
|
936
|
+
return vn(e, !1);
|
|
937
937
|
}
|
|
938
|
-
function
|
|
938
|
+
function vn(e, t = !1) {
|
|
939
939
|
return e == null ? e : {
|
|
940
940
|
numActiveConsumingContractAgreements: e.numActiveConsumingContractAgreements,
|
|
941
941
|
maxActiveConsumingContractAgreements: e.maxActiveConsumingContractAgreements
|
|
942
942
|
};
|
|
943
943
|
}
|
|
944
|
-
const
|
|
944
|
+
const ke = {
|
|
945
945
|
Consuming: "CONSUMING",
|
|
946
946
|
Providing: "PROVIDING"
|
|
947
947
|
};
|
|
948
|
-
function
|
|
949
|
-
for (const t in
|
|
948
|
+
function kd(e) {
|
|
949
|
+
for (const t in ke)
|
|
950
950
|
if (Object.prototype.hasOwnProperty.call(
|
|
951
|
-
|
|
951
|
+
ke,
|
|
952
952
|
t
|
|
953
|
-
) &&
|
|
953
|
+
) && ke[t] === e)
|
|
954
954
|
return !0;
|
|
955
955
|
return !1;
|
|
956
956
|
}
|
|
957
957
|
function dt(e) {
|
|
958
|
-
return
|
|
958
|
+
return kn(e);
|
|
959
959
|
}
|
|
960
|
-
function
|
|
960
|
+
function kn(e, t) {
|
|
961
961
|
return e;
|
|
962
962
|
}
|
|
963
963
|
function Fd(e) {
|
|
@@ -985,10 +985,10 @@ function qn(e, t) {
|
|
|
985
985
|
function Hd(e) {
|
|
986
986
|
return e;
|
|
987
987
|
}
|
|
988
|
-
function
|
|
988
|
+
function Md(e, t) {
|
|
989
989
|
return e;
|
|
990
990
|
}
|
|
991
|
-
function
|
|
991
|
+
function Bd(e) {
|
|
992
992
|
return !(!("terminatedAt" in e) || e.terminatedAt === void 0 || !("reason" in e) || e.reason === void 0 || !("detail" in e) || e.detail === void 0 || !("terminatedBy" in e) || e.terminatedBy === void 0);
|
|
993
993
|
}
|
|
994
994
|
function Ft(e) {
|
|
@@ -1027,19 +1027,19 @@ function Vd(e) {
|
|
|
1027
1027
|
return !0;
|
|
1028
1028
|
return !1;
|
|
1029
1029
|
}
|
|
1030
|
-
function
|
|
1031
|
-
return
|
|
1030
|
+
function Mn(e) {
|
|
1031
|
+
return Bn(e);
|
|
1032
1032
|
}
|
|
1033
|
-
function
|
|
1033
|
+
function Bn(e, t) {
|
|
1034
1034
|
return e;
|
|
1035
1035
|
}
|
|
1036
1036
|
function Zd(e) {
|
|
1037
1037
|
return e;
|
|
1038
1038
|
}
|
|
1039
|
-
function
|
|
1039
|
+
function Gd(e, t) {
|
|
1040
1040
|
return e;
|
|
1041
1041
|
}
|
|
1042
|
-
function
|
|
1042
|
+
function zd(e) {
|
|
1043
1043
|
return !(!("name" in e) || e.name === void 0 || !("code" in e) || e.code === void 0 || !("simplifiedState" in e) || e.simplifiedState === void 0);
|
|
1044
1044
|
}
|
|
1045
1045
|
function lt(e) {
|
|
@@ -1049,7 +1049,7 @@ function Vn(e, t) {
|
|
|
1049
1049
|
return e == null ? e : {
|
|
1050
1050
|
name: e.name,
|
|
1051
1051
|
code: e.code,
|
|
1052
|
-
simplifiedState:
|
|
1052
|
+
simplifiedState: Mn(
|
|
1053
1053
|
e.simplifiedState
|
|
1054
1054
|
)
|
|
1055
1055
|
};
|
|
@@ -1067,10 +1067,10 @@ function Zn(e, t = !1) {
|
|
|
1067
1067
|
function $d(e) {
|
|
1068
1068
|
return !(!("transferProcessId" in e) || e.transferProcessId === void 0 || !("lastUpdatedDate" in e) || e.lastUpdatedDate === void 0 || !("state" in e) || e.state === void 0);
|
|
1069
1069
|
}
|
|
1070
|
-
function
|
|
1071
|
-
return
|
|
1070
|
+
function Gn(e) {
|
|
1071
|
+
return zn(e);
|
|
1072
1072
|
}
|
|
1073
|
-
function
|
|
1073
|
+
function zn(e, t) {
|
|
1074
1074
|
return e == null ? e : {
|
|
1075
1075
|
transferProcessId: e.transferProcessId,
|
|
1076
1076
|
lastUpdatedDate: new Date(e.lastUpdatedDate),
|
|
@@ -1100,21 +1100,21 @@ function Qd(e) {
|
|
|
1100
1100
|
return !1;
|
|
1101
1101
|
}
|
|
1102
1102
|
function Kn(e) {
|
|
1103
|
-
return
|
|
1103
|
+
return Yn(e);
|
|
1104
1104
|
}
|
|
1105
|
-
function
|
|
1105
|
+
function Yn(e, t) {
|
|
1106
1106
|
return e;
|
|
1107
1107
|
}
|
|
1108
1108
|
function Kd(e) {
|
|
1109
1109
|
return e;
|
|
1110
1110
|
}
|
|
1111
|
-
function
|
|
1111
|
+
function Yd(e, t) {
|
|
1112
1112
|
return e;
|
|
1113
1113
|
}
|
|
1114
|
-
function
|
|
1114
|
+
function Wd(e) {
|
|
1115
1115
|
return !0;
|
|
1116
1116
|
}
|
|
1117
|
-
function
|
|
1117
|
+
function Wn(e) {
|
|
1118
1118
|
return Xn(e);
|
|
1119
1119
|
}
|
|
1120
1120
|
function Xn(e, t) {
|
|
@@ -1167,7 +1167,7 @@ function ni(e, t) {
|
|
|
1167
1167
|
return e == null ? e : {
|
|
1168
1168
|
operandLeft: e.operandLeft,
|
|
1169
1169
|
operator: ti(e.operator),
|
|
1170
|
-
operandRight:
|
|
1170
|
+
operandRight: Wn(e.operandRight)
|
|
1171
1171
|
};
|
|
1172
1172
|
}
|
|
1173
1173
|
function Ht(e) {
|
|
@@ -1261,13 +1261,13 @@ function mi(e, t = !1) {
|
|
|
1261
1261
|
)
|
|
1262
1262
|
};
|
|
1263
1263
|
}
|
|
1264
|
-
const
|
|
1264
|
+
const Me = {
|
|
1265
1265
|
Ongoing: "ONGOING",
|
|
1266
1266
|
Terminated: "TERMINATED"
|
|
1267
1267
|
};
|
|
1268
1268
|
function sl(e) {
|
|
1269
|
-
for (const t in
|
|
1270
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
1269
|
+
for (const t in Me)
|
|
1270
|
+
if (Object.prototype.hasOwnProperty.call(Me, t) && Me[t] === e)
|
|
1271
1271
|
return !0;
|
|
1272
1272
|
return !1;
|
|
1273
1273
|
}
|
|
@@ -1284,14 +1284,26 @@ function ul(e, t) {
|
|
|
1284
1284
|
return e;
|
|
1285
1285
|
}
|
|
1286
1286
|
function dl(e) {
|
|
1287
|
-
return !
|
|
1287
|
+
return !0;
|
|
1288
1288
|
}
|
|
1289
1289
|
function mt(e) {
|
|
1290
1290
|
return gi(e);
|
|
1291
1291
|
}
|
|
1292
1292
|
function gi(e, t) {
|
|
1293
1293
|
return e == null ? e : {
|
|
1294
|
-
|
|
1294
|
+
patientCount: e.patientCount == null ? void 0 : e.patientCount,
|
|
1295
|
+
birthYearMin: e.birthYearMin == null ? void 0 : e.birthYearMin,
|
|
1296
|
+
birthYearMax: e.birthYearMax == null ? void 0 : e.birthYearMax,
|
|
1297
|
+
administrativeGender: e.administrativeGender == null ? void 0 : e.administrativeGender,
|
|
1298
|
+
bodyHeightMin: e.bodyHeightMin == null ? void 0 : e.bodyHeightMin,
|
|
1299
|
+
bodyHeightMax: e.bodyHeightMax == null ? void 0 : e.bodyHeightMax,
|
|
1300
|
+
diagnosisPrimary: e.diagnosisPrimary == null ? void 0 : e.diagnosisPrimary,
|
|
1301
|
+
diagnosisSecondary: e.diagnosisSecondary == null ? void 0 : e.diagnosisSecondary,
|
|
1302
|
+
encounterStart: e.encounterStart == null ? void 0 : e.encounterStart,
|
|
1303
|
+
encounterEnd: e.encounterEnd == null ? void 0 : e.encounterEnd,
|
|
1304
|
+
medicationCount: e.medicationCount == null ? void 0 : e.medicationCount,
|
|
1305
|
+
dosageCount: e.dosageCount == null ? void 0 : e.dosageCount,
|
|
1306
|
+
clinicalSpecialty: e.clinicalSpecialty == null ? void 0 : e.clinicalSpecialty
|
|
1295
1307
|
};
|
|
1296
1308
|
}
|
|
1297
1309
|
function yt(e) {
|
|
@@ -1299,13 +1311,25 @@ function yt(e) {
|
|
|
1299
1311
|
}
|
|
1300
1312
|
function hi(e, t = !1) {
|
|
1301
1313
|
return e == null ? e : {
|
|
1302
|
-
|
|
1314
|
+
patientCount: e.patientCount,
|
|
1315
|
+
birthYearMin: e.birthYearMin,
|
|
1316
|
+
birthYearMax: e.birthYearMax,
|
|
1317
|
+
administrativeGender: e.administrativeGender,
|
|
1318
|
+
bodyHeightMin: e.bodyHeightMin,
|
|
1319
|
+
bodyHeightMax: e.bodyHeightMax,
|
|
1320
|
+
diagnosisPrimary: e.diagnosisPrimary,
|
|
1321
|
+
diagnosisSecondary: e.diagnosisSecondary,
|
|
1322
|
+
encounterStart: e.encounterStart,
|
|
1323
|
+
encounterEnd: e.encounterEnd,
|
|
1324
|
+
medicationCount: e.medicationCount,
|
|
1325
|
+
dosageCount: e.dosageCount,
|
|
1326
|
+
clinicalSpecialty: e.clinicalSpecialty
|
|
1303
1327
|
};
|
|
1304
1328
|
}
|
|
1305
1329
|
function ll(e) {
|
|
1306
1330
|
return !(!("dataSourceAvailability" in e) || e.dataSourceAvailability === void 0 || !("assetId" in e) || e.assetId === void 0 || !("connectorEndpoint" in e) || e.connectorEndpoint === void 0 || !("participantId" in e) || e.participantId === void 0 || !("title" in e) || e.title === void 0 || !("creatorOrganizationName" in e) || e.creatorOrganizationName === void 0 || !("isOwnConnector" in e) || e.isOwnConnector === void 0);
|
|
1307
1331
|
}
|
|
1308
|
-
function
|
|
1332
|
+
function z(e) {
|
|
1309
1333
|
return Si(e);
|
|
1310
1334
|
}
|
|
1311
1335
|
function Si(e, t) {
|
|
@@ -1395,7 +1419,7 @@ function Ti(e, t = !1) {
|
|
|
1395
1419
|
privateCustomJsonLdAsString: e.privateCustomJsonLdAsString
|
|
1396
1420
|
};
|
|
1397
1421
|
}
|
|
1398
|
-
const
|
|
1422
|
+
const Be = {
|
|
1399
1423
|
Eq: "EQ",
|
|
1400
1424
|
Neq: "NEQ",
|
|
1401
1425
|
Gt: "GT",
|
|
@@ -1410,8 +1434,8 @@ const Me = {
|
|
|
1410
1434
|
IsNoneOf: "IS_NONE_OF"
|
|
1411
1435
|
};
|
|
1412
1436
|
function fl(e) {
|
|
1413
|
-
for (const t in
|
|
1414
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
1437
|
+
for (const t in Be)
|
|
1438
|
+
if (Object.prototype.hasOwnProperty.call(Be, t) && Be[t] === e)
|
|
1415
1439
|
return !0;
|
|
1416
1440
|
return !1;
|
|
1417
1441
|
}
|
|
@@ -1439,9 +1463,9 @@ function yl(e) {
|
|
|
1439
1463
|
return !1;
|
|
1440
1464
|
}
|
|
1441
1465
|
function wi(e) {
|
|
1442
|
-
return
|
|
1466
|
+
return Ci(e);
|
|
1443
1467
|
}
|
|
1444
|
-
function
|
|
1468
|
+
function Ci(e, t) {
|
|
1445
1469
|
return e;
|
|
1446
1470
|
}
|
|
1447
1471
|
function gl(e) {
|
|
@@ -1453,7 +1477,7 @@ function hl(e, t) {
|
|
|
1453
1477
|
function Sl(e) {
|
|
1454
1478
|
return !(!("type" in e) || e.type === void 0);
|
|
1455
1479
|
}
|
|
1456
|
-
function
|
|
1480
|
+
function Ni(e) {
|
|
1457
1481
|
return Di(e);
|
|
1458
1482
|
}
|
|
1459
1483
|
function Di(e, t) {
|
|
@@ -1464,9 +1488,9 @@ function Di(e, t) {
|
|
|
1464
1488
|
};
|
|
1465
1489
|
}
|
|
1466
1490
|
function Ii(e) {
|
|
1467
|
-
return
|
|
1491
|
+
return bi(e, !1);
|
|
1468
1492
|
}
|
|
1469
|
-
function
|
|
1493
|
+
function bi(e, t = !1) {
|
|
1470
1494
|
return e == null ? e : {
|
|
1471
1495
|
type: e.type,
|
|
1472
1496
|
value: e.value,
|
|
@@ -1476,17 +1500,17 @@ function Ai(e, t = !1) {
|
|
|
1476
1500
|
function Tl(e) {
|
|
1477
1501
|
return !(!("left" in e) || e.left === void 0 || !("operator" in e) || e.operator === void 0 || !("right" in e) || e.right === void 0);
|
|
1478
1502
|
}
|
|
1479
|
-
function
|
|
1480
|
-
return
|
|
1503
|
+
function Mt(e) {
|
|
1504
|
+
return Ai(e);
|
|
1481
1505
|
}
|
|
1482
|
-
function
|
|
1506
|
+
function Ai(e, t) {
|
|
1483
1507
|
return e == null ? e : {
|
|
1484
1508
|
left: e.left,
|
|
1485
1509
|
operator: Oi(e.operator),
|
|
1486
|
-
right:
|
|
1510
|
+
right: Ni(e.right)
|
|
1487
1511
|
};
|
|
1488
1512
|
}
|
|
1489
|
-
function
|
|
1513
|
+
function Bt(e) {
|
|
1490
1514
|
return _i(e, !1);
|
|
1491
1515
|
}
|
|
1492
1516
|
function _i(e, t = !1) {
|
|
@@ -1521,7 +1545,7 @@ function Pl(e) {
|
|
|
1521
1545
|
function wl(e, t) {
|
|
1522
1546
|
return e;
|
|
1523
1547
|
}
|
|
1524
|
-
function
|
|
1548
|
+
function Cl(e) {
|
|
1525
1549
|
return !(!("type" in e) || e.type === void 0);
|
|
1526
1550
|
}
|
|
1527
1551
|
function we(e) {
|
|
@@ -1533,25 +1557,25 @@ function Ui(e, t) {
|
|
|
1533
1557
|
expressions: e.expressions == null ? void 0 : e.expressions.map(
|
|
1534
1558
|
we
|
|
1535
1559
|
),
|
|
1536
|
-
constraint: e.constraint == null ? void 0 :
|
|
1560
|
+
constraint: e.constraint == null ? void 0 : Mt(e.constraint)
|
|
1537
1561
|
};
|
|
1538
1562
|
}
|
|
1539
|
-
function
|
|
1563
|
+
function Ce(e) {
|
|
1540
1564
|
return Ei(e, !1);
|
|
1541
1565
|
}
|
|
1542
1566
|
function Ei(e, t = !1) {
|
|
1543
1567
|
return e == null ? e : {
|
|
1544
1568
|
type: e.type,
|
|
1545
1569
|
expressions: e.expressions == null ? void 0 : e.expressions.map(
|
|
1546
|
-
|
|
1570
|
+
Ce
|
|
1547
1571
|
),
|
|
1548
|
-
constraint:
|
|
1572
|
+
constraint: Bt(e.constraint)
|
|
1549
1573
|
};
|
|
1550
1574
|
}
|
|
1551
|
-
function
|
|
1575
|
+
function Nl(e) {
|
|
1552
1576
|
return !(!("policyJsonLd" in e) || e.policyJsonLd === void 0 || !("errors" in e) || e.errors === void 0);
|
|
1553
1577
|
}
|
|
1554
|
-
function
|
|
1578
|
+
function Ne(e) {
|
|
1555
1579
|
return xi(e);
|
|
1556
1580
|
}
|
|
1557
1581
|
function xi(e, t) {
|
|
@@ -1562,19 +1586,19 @@ function xi(e, t) {
|
|
|
1562
1586
|
};
|
|
1563
1587
|
}
|
|
1564
1588
|
function De(e) {
|
|
1565
|
-
return
|
|
1589
|
+
return vi(e, !1);
|
|
1566
1590
|
}
|
|
1567
|
-
function
|
|
1591
|
+
function vi(e, t = !1) {
|
|
1568
1592
|
return e == null ? e : {
|
|
1569
1593
|
policyJsonLd: e.policyJsonLd,
|
|
1570
|
-
expression:
|
|
1594
|
+
expression: Ce(e.expression),
|
|
1571
1595
|
errors: e.errors
|
|
1572
1596
|
};
|
|
1573
1597
|
}
|
|
1574
1598
|
function Dl(e) {
|
|
1575
1599
|
return !(!("contractAgreementId" in e) || e.contractAgreementId === void 0 || !("contractNegotiationId" in e) || e.contractNegotiationId === void 0 || !("direction" in e) || e.direction === void 0 || !("counterPartyAddress" in e) || e.counterPartyAddress === void 0 || !("counterPartyId" in e) || e.counterPartyId === void 0 || !("contractSigningDate" in e) || e.contractSigningDate === void 0 || !("asset" in e) || e.asset === void 0 || !("contractPolicy" in e) || e.contractPolicy === void 0 || !("transferProcesses" in e) || e.transferProcesses === void 0 || !("terminationStatus" in e) || e.terminationStatus === void 0);
|
|
1576
1600
|
}
|
|
1577
|
-
function
|
|
1601
|
+
function ki(e) {
|
|
1578
1602
|
return Fi(e);
|
|
1579
1603
|
}
|
|
1580
1604
|
function Fi(e, t) {
|
|
@@ -1585,10 +1609,10 @@ function Fi(e, t) {
|
|
|
1585
1609
|
counterPartyAddress: e.counterPartyAddress,
|
|
1586
1610
|
counterPartyId: e.counterPartyId,
|
|
1587
1611
|
contractSigningDate: new Date(e.contractSigningDate),
|
|
1588
|
-
asset:
|
|
1589
|
-
contractPolicy:
|
|
1612
|
+
asset: z(e.asset),
|
|
1613
|
+
contractPolicy: Ne(e.contractPolicy),
|
|
1590
1614
|
transferProcesses: e.transferProcesses.map(
|
|
1591
|
-
|
|
1615
|
+
Gn
|
|
1592
1616
|
),
|
|
1593
1617
|
terminationStatus: pt(
|
|
1594
1618
|
e.terminationStatus
|
|
@@ -1620,10 +1644,10 @@ function qi(e, t = !1) {
|
|
|
1620
1644
|
)
|
|
1621
1645
|
};
|
|
1622
1646
|
}
|
|
1623
|
-
function
|
|
1647
|
+
function bl(e) {
|
|
1624
1648
|
return !(!("counterPartyId" in e) || e.counterPartyId === void 0 || !("counterPartyAddress" in e) || e.counterPartyAddress === void 0 || !("contractOfferId" in e) || e.contractOfferId === void 0 || !("policyJsonLd" in e) || e.policyJsonLd === void 0 || !("assetId" in e) || e.assetId === void 0);
|
|
1625
1649
|
}
|
|
1626
|
-
function
|
|
1650
|
+
function Al(e) {
|
|
1627
1651
|
return Li(e);
|
|
1628
1652
|
}
|
|
1629
1653
|
function Li(e, t) {
|
|
@@ -1639,9 +1663,9 @@ function Li(e, t) {
|
|
|
1639
1663
|
};
|
|
1640
1664
|
}
|
|
1641
1665
|
function Hi(e) {
|
|
1642
|
-
return
|
|
1666
|
+
return Mi(e, !1);
|
|
1643
1667
|
}
|
|
1644
|
-
function
|
|
1668
|
+
function Mi(e, t = !1) {
|
|
1645
1669
|
return e == null ? e : {
|
|
1646
1670
|
counterPartyId: e.counterPartyId,
|
|
1647
1671
|
counterPartyAddress: e.counterPartyAddress,
|
|
@@ -1653,21 +1677,21 @@ function Bi(e, t = !1) {
|
|
|
1653
1677
|
)
|
|
1654
1678
|
};
|
|
1655
1679
|
}
|
|
1656
|
-
const
|
|
1680
|
+
const Ge = {
|
|
1657
1681
|
InProgress: "IN_PROGRESS",
|
|
1658
1682
|
Agreed: "AGREED",
|
|
1659
1683
|
Terminated: "TERMINATED"
|
|
1660
1684
|
};
|
|
1661
1685
|
function _l(e) {
|
|
1662
|
-
for (const t in
|
|
1686
|
+
for (const t in Ge)
|
|
1663
1687
|
if (Object.prototype.hasOwnProperty.call(
|
|
1664
|
-
|
|
1688
|
+
Ge,
|
|
1665
1689
|
t
|
|
1666
|
-
) &&
|
|
1690
|
+
) && Ge[t] === e)
|
|
1667
1691
|
return !0;
|
|
1668
1692
|
return !1;
|
|
1669
1693
|
}
|
|
1670
|
-
function
|
|
1694
|
+
function Bi(e) {
|
|
1671
1695
|
return Vi(e);
|
|
1672
1696
|
}
|
|
1673
1697
|
function Vi(e, t) {
|
|
@@ -1689,15 +1713,15 @@ function Zi(e, t) {
|
|
|
1689
1713
|
return e == null ? e : {
|
|
1690
1714
|
name: e.name,
|
|
1691
1715
|
code: e.code,
|
|
1692
|
-
simplifiedState:
|
|
1716
|
+
simplifiedState: Bi(
|
|
1693
1717
|
e.simplifiedState
|
|
1694
1718
|
)
|
|
1695
1719
|
};
|
|
1696
1720
|
}
|
|
1697
1721
|
function St(e) {
|
|
1698
|
-
return
|
|
1722
|
+
return Gi(e, !1);
|
|
1699
1723
|
}
|
|
1700
|
-
function
|
|
1724
|
+
function Gi(e, t = !1) {
|
|
1701
1725
|
return e == null ? e : {
|
|
1702
1726
|
name: e.name,
|
|
1703
1727
|
code: e.code,
|
|
@@ -1707,7 +1731,7 @@ function zi(e, t = !1) {
|
|
|
1707
1731
|
function El(e) {
|
|
1708
1732
|
return !(!("contractNegotiationId" in e) || e.contractNegotiationId === void 0 || !("state" in e) || e.state === void 0 || !("stateChangedAt" in e) || e.stateChangedAt === void 0);
|
|
1709
1733
|
}
|
|
1710
|
-
function
|
|
1734
|
+
function zi(e) {
|
|
1711
1735
|
return $i(e);
|
|
1712
1736
|
}
|
|
1713
1737
|
function $i(e, t) {
|
|
@@ -1735,10 +1759,10 @@ function Qi(e, t = !1) {
|
|
|
1735
1759
|
stateChangedAt: e.stateChangedAt.toISOString()
|
|
1736
1760
|
};
|
|
1737
1761
|
}
|
|
1738
|
-
function
|
|
1762
|
+
function vl(e) {
|
|
1739
1763
|
return !(!("detail" in e) || e.detail === void 0 || !("reason" in e) || e.reason === void 0);
|
|
1740
1764
|
}
|
|
1741
|
-
function
|
|
1765
|
+
function kl(e) {
|
|
1742
1766
|
return Ki(e);
|
|
1743
1767
|
}
|
|
1744
1768
|
function Ki(e, t) {
|
|
@@ -1747,10 +1771,10 @@ function Ki(e, t) {
|
|
|
1747
1771
|
reason: e.reason
|
|
1748
1772
|
};
|
|
1749
1773
|
}
|
|
1750
|
-
function
|
|
1751
|
-
return
|
|
1774
|
+
function Yi(e) {
|
|
1775
|
+
return Wi(e, !1);
|
|
1752
1776
|
}
|
|
1753
|
-
function
|
|
1777
|
+
function Wi(e, t = !1) {
|
|
1754
1778
|
return e == null ? e : {
|
|
1755
1779
|
detail: e.detail,
|
|
1756
1780
|
reason: e.reason
|
|
@@ -1793,15 +1817,15 @@ function ta(e, t = !1) {
|
|
|
1793
1817
|
terminatedAt: e.terminatedAt == null ? void 0 : e.terminatedAt.toISOString()
|
|
1794
1818
|
};
|
|
1795
1819
|
}
|
|
1796
|
-
const
|
|
1820
|
+
const ze = {
|
|
1797
1821
|
ContractName: "CONTRACT_NAME",
|
|
1798
1822
|
SignedAt: "SIGNED_AT",
|
|
1799
1823
|
TerminatedAt: "TERMINATED_AT",
|
|
1800
1824
|
Transfers: "TRANSFERS"
|
|
1801
1825
|
};
|
|
1802
1826
|
function ql(e) {
|
|
1803
|
-
for (const t in
|
|
1804
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
1827
|
+
for (const t in ze)
|
|
1828
|
+
if (Object.prototype.hasOwnProperty.call(ze, t) && ze[t] === e)
|
|
1805
1829
|
return !0;
|
|
1806
1830
|
return !1;
|
|
1807
1831
|
}
|
|
@@ -1817,7 +1841,7 @@ function Ll(e) {
|
|
|
1817
1841
|
function Hl(e, t) {
|
|
1818
1842
|
return e;
|
|
1819
1843
|
}
|
|
1820
|
-
function
|
|
1844
|
+
function Ml(e) {
|
|
1821
1845
|
return !(!("field" in e) || e.field === void 0 || !("direction" in e) || e.direction === void 0);
|
|
1822
1846
|
}
|
|
1823
1847
|
function ia(e) {
|
|
@@ -1838,7 +1862,7 @@ function sa(e, t = !1) {
|
|
|
1838
1862
|
direction: e.direction
|
|
1839
1863
|
};
|
|
1840
1864
|
}
|
|
1841
|
-
function
|
|
1865
|
+
function Bl(e) {
|
|
1842
1866
|
return !0;
|
|
1843
1867
|
}
|
|
1844
1868
|
function Vl(e) {
|
|
@@ -1878,10 +1902,10 @@ function fa(e, t) {
|
|
|
1878
1902
|
contracts: e.contracts.map(
|
|
1879
1903
|
Xi
|
|
1880
1904
|
),
|
|
1881
|
-
pagination:
|
|
1905
|
+
pagination: vt(e.pagination)
|
|
1882
1906
|
};
|
|
1883
1907
|
}
|
|
1884
|
-
function
|
|
1908
|
+
function Gl(e) {
|
|
1885
1909
|
return pa(e, !1);
|
|
1886
1910
|
}
|
|
1887
1911
|
function pa(e, t = !1) {
|
|
@@ -1889,10 +1913,10 @@ function pa(e, t = !1) {
|
|
|
1889
1913
|
contracts: e.contracts.map(
|
|
1890
1914
|
ea
|
|
1891
1915
|
),
|
|
1892
|
-
pagination:
|
|
1916
|
+
pagination: kt(e.pagination)
|
|
1893
1917
|
};
|
|
1894
1918
|
}
|
|
1895
|
-
function
|
|
1919
|
+
function zl(e) {
|
|
1896
1920
|
return !(!("myDid" in e) || e.myDid === void 0 || !("walletTokenUrl" in e) || e.walletTokenUrl === void 0 || !("trustedVcIssuer" in e) || e.trustedVcIssuer === void 0 || !("bdrsUrl" in e) || e.bdrsUrl === void 0 || !("dimUrl" in e) || e.dimUrl === void 0);
|
|
1897
1921
|
}
|
|
1898
1922
|
function ma(e) {
|
|
@@ -1955,9 +1979,9 @@ function wa(e, t) {
|
|
|
1955
1979
|
};
|
|
1956
1980
|
}
|
|
1957
1981
|
function Pt(e) {
|
|
1958
|
-
return
|
|
1982
|
+
return Ca(e, !1);
|
|
1959
1983
|
}
|
|
1960
|
-
function
|
|
1984
|
+
function Ca(e, t = !1) {
|
|
1961
1985
|
return e == null ? e : {
|
|
1962
1986
|
numTotal: e.numTotal,
|
|
1963
1987
|
numRunning: e.numRunning,
|
|
@@ -1968,7 +1992,7 @@ function Na(e, t = !1) {
|
|
|
1968
1992
|
function Kl(e) {
|
|
1969
1993
|
return !(!("numAssets" in e) || e.numAssets === void 0 || !("numPolicies" in e) || e.numPolicies === void 0 || !("numContractDefinitions" in e) || e.numContractDefinitions === void 0 || !("numContractAgreementsConsuming" in e) || e.numContractAgreementsConsuming === void 0 || !("numContractAgreementsProviding" in e) || e.numContractAgreementsProviding === void 0 || !("transferProcessesConsuming" in e) || e.transferProcessesConsuming === void 0 || !("transferProcessesProviding" in e) || e.transferProcessesProviding === void 0 || !("managementApiUrlShownInDashboard" in e) || e.managementApiUrlShownInDashboard === void 0 || !("connectorEndpoint" in e) || e.connectorEndpoint === void 0 || !("connectorParticipantId" in e) || e.connectorParticipantId === void 0 || !("connectorTitle" in e) || e.connectorTitle === void 0 || !("connectorDescription" in e) || e.connectorDescription === void 0 || !("connectorCuratorUrl" in e) || e.connectorCuratorUrl === void 0 || !("connectorCuratorName" in e) || e.connectorCuratorName === void 0 || !("connectorMaintainerUrl" in e) || e.connectorMaintainerUrl === void 0 || !("connectorMaintainerName" in e) || e.connectorMaintainerName === void 0);
|
|
1970
1994
|
}
|
|
1971
|
-
function
|
|
1995
|
+
function Na(e) {
|
|
1972
1996
|
return Da(e);
|
|
1973
1997
|
}
|
|
1974
1998
|
function Da(e, t) {
|
|
@@ -1997,7 +2021,7 @@ function Da(e, t) {
|
|
|
1997
2021
|
connectorCxDidConfig: e.connectorCxDidConfig == null ? void 0 : ma(e.connectorCxDidConfig)
|
|
1998
2022
|
};
|
|
1999
2023
|
}
|
|
2000
|
-
function
|
|
2024
|
+
function Yl(e) {
|
|
2001
2025
|
return Ia(e, !1);
|
|
2002
2026
|
}
|
|
2003
2027
|
function Ia(e, t = !1) {
|
|
@@ -2035,16 +2059,16 @@ const $e = {
|
|
|
2035
2059
|
PublishUnrestricted: "PUBLISH_UNRESTRICTED",
|
|
2036
2060
|
PublishRestricted: "PUBLISH_RESTRICTED"
|
|
2037
2061
|
};
|
|
2038
|
-
function
|
|
2062
|
+
function Wl(e) {
|
|
2039
2063
|
for (const t in $e)
|
|
2040
2064
|
if (Object.prototype.hasOwnProperty.call($e, t) && $e[t] === e)
|
|
2041
2065
|
return !0;
|
|
2042
2066
|
return !1;
|
|
2043
2067
|
}
|
|
2044
|
-
function
|
|
2045
|
-
return
|
|
2068
|
+
function ba(e) {
|
|
2069
|
+
return Aa(e);
|
|
2046
2070
|
}
|
|
2047
|
-
function
|
|
2071
|
+
function Aa(e, t) {
|
|
2048
2072
|
return e;
|
|
2049
2073
|
}
|
|
2050
2074
|
function Xl(e) {
|
|
@@ -2129,31 +2153,31 @@ function xa(e, t = !1) {
|
|
|
2129
2153
|
function cf(e) {
|
|
2130
2154
|
return !(!("username" in e) || e.username === void 0 || !("password" in e) || e.password === void 0);
|
|
2131
2155
|
}
|
|
2132
|
-
function
|
|
2133
|
-
return
|
|
2156
|
+
function Gt(e) {
|
|
2157
|
+
return va(e);
|
|
2134
2158
|
}
|
|
2135
|
-
function
|
|
2159
|
+
function va(e, t) {
|
|
2136
2160
|
return e == null ? e : {
|
|
2137
2161
|
username: e.username,
|
|
2138
2162
|
password: e.password
|
|
2139
2163
|
};
|
|
2140
2164
|
}
|
|
2141
|
-
function
|
|
2142
|
-
return
|
|
2165
|
+
function zt(e) {
|
|
2166
|
+
return ka(e, !1);
|
|
2143
2167
|
}
|
|
2144
|
-
function
|
|
2168
|
+
function ka(e, t = !1) {
|
|
2145
2169
|
return e == null ? e : {
|
|
2146
2170
|
username: e.username,
|
|
2147
2171
|
password: e.password
|
|
2148
2172
|
};
|
|
2149
2173
|
}
|
|
2150
|
-
const
|
|
2174
|
+
const Ye = {
|
|
2151
2175
|
SharedSecret: "SHARED_SECRET",
|
|
2152
2176
|
PrivateKey: "PRIVATE_KEY"
|
|
2153
2177
|
};
|
|
2154
2178
|
function uf(e) {
|
|
2155
|
-
for (const t in
|
|
2156
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
2179
|
+
for (const t in Ye)
|
|
2180
|
+
if (Object.prototype.hasOwnProperty.call(Ye, t) && Ye[t] === e)
|
|
2157
2181
|
return !0;
|
|
2158
2182
|
return !1;
|
|
2159
2183
|
}
|
|
@@ -2181,10 +2205,10 @@ function Ha(e, t) {
|
|
|
2181
2205
|
tokenValidityInSeconds: e.tokenValidityInSeconds
|
|
2182
2206
|
};
|
|
2183
2207
|
}
|
|
2184
|
-
function
|
|
2185
|
-
return
|
|
2208
|
+
function Ma(e) {
|
|
2209
|
+
return Ba(e, !1);
|
|
2186
2210
|
}
|
|
2187
|
-
function
|
|
2211
|
+
function Ba(e, t = !1) {
|
|
2188
2212
|
return e == null ? e : {
|
|
2189
2213
|
privateKeyName: e.privateKeyName,
|
|
2190
2214
|
tokenValidityInSeconds: e.tokenValidityInSeconds
|
|
@@ -2202,10 +2226,10 @@ function Za(e, t) {
|
|
|
2202
2226
|
clientSecretName: e.clientSecretName
|
|
2203
2227
|
};
|
|
2204
2228
|
}
|
|
2205
|
-
function
|
|
2206
|
-
return
|
|
2229
|
+
function Ga(e) {
|
|
2230
|
+
return za(e, !1);
|
|
2207
2231
|
}
|
|
2208
|
-
function
|
|
2232
|
+
function za(e, t = !1) {
|
|
2209
2233
|
return e == null ? e : {
|
|
2210
2234
|
clientId: e.clientId,
|
|
2211
2235
|
clientSecretName: e.clientSecretName
|
|
@@ -2231,33 +2255,33 @@ function Qa(e, t) {
|
|
|
2231
2255
|
};
|
|
2232
2256
|
}
|
|
2233
2257
|
function Ka(e) {
|
|
2234
|
-
return
|
|
2258
|
+
return Ya(e, !1);
|
|
2235
2259
|
}
|
|
2236
|
-
function
|
|
2260
|
+
function Ya(e, t = !1) {
|
|
2237
2261
|
return e == null ? e : {
|
|
2238
2262
|
tokenUrl: e.tokenUrl,
|
|
2239
2263
|
scope: e.scope,
|
|
2240
2264
|
type: e.type,
|
|
2241
|
-
privateKey:
|
|
2265
|
+
privateKey: Ma(
|
|
2242
2266
|
e.privateKey
|
|
2243
2267
|
),
|
|
2244
|
-
sharedSecret:
|
|
2268
|
+
sharedSecret: Ga(
|
|
2245
2269
|
e.sharedSecret
|
|
2246
2270
|
)
|
|
2247
2271
|
};
|
|
2248
2272
|
}
|
|
2249
|
-
const
|
|
2273
|
+
const We = {
|
|
2250
2274
|
Basic: "BASIC",
|
|
2251
2275
|
Oauth2: "OAUTH2",
|
|
2252
2276
|
ApiKey: "API_KEY"
|
|
2253
2277
|
};
|
|
2254
2278
|
function yf(e) {
|
|
2255
|
-
for (const t in
|
|
2256
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
2279
|
+
for (const t in We)
|
|
2280
|
+
if (Object.prototype.hasOwnProperty.call(We, t) && We[t] === e)
|
|
2257
2281
|
return !0;
|
|
2258
2282
|
return !1;
|
|
2259
2283
|
}
|
|
2260
|
-
function
|
|
2284
|
+
function Wa(e) {
|
|
2261
2285
|
return Xa(e);
|
|
2262
2286
|
}
|
|
2263
2287
|
function Xa(e, t) {
|
|
@@ -2277,8 +2301,8 @@ function ja(e) {
|
|
|
2277
2301
|
}
|
|
2278
2302
|
function eo(e, t) {
|
|
2279
2303
|
return e == null ? e : {
|
|
2280
|
-
type:
|
|
2281
|
-
basic: e.basic == null ? void 0 :
|
|
2304
|
+
type: Wa(e.type),
|
|
2305
|
+
basic: e.basic == null ? void 0 : Gt(e.basic),
|
|
2282
2306
|
apiKey: e.apiKey == null ? void 0 : Vt(e.apiKey),
|
|
2283
2307
|
oauth: e.oauth == null ? void 0 : $a(e.oauth)
|
|
2284
2308
|
};
|
|
@@ -2289,7 +2313,7 @@ function to(e) {
|
|
|
2289
2313
|
function ro(e, t = !1) {
|
|
2290
2314
|
return e == null ? e : {
|
|
2291
2315
|
type: e.type,
|
|
2292
|
-
basic:
|
|
2316
|
+
basic: zt(e.basic),
|
|
2293
2317
|
apiKey: Zt(e.apiKey),
|
|
2294
2318
|
oauth: Ka(e.oauth)
|
|
2295
2319
|
};
|
|
@@ -2442,16 +2466,16 @@ function go(e, t = !1) {
|
|
|
2442
2466
|
privateCustomJsonLdAsString: e.privateCustomJsonLdAsString
|
|
2443
2467
|
};
|
|
2444
2468
|
}
|
|
2445
|
-
function
|
|
2469
|
+
function Cf(e) {
|
|
2446
2470
|
return !(!("asset" in e) || e.asset === void 0 || !("publishType" in e) || e.publishType === void 0);
|
|
2447
2471
|
}
|
|
2448
|
-
function
|
|
2472
|
+
function Nf(e) {
|
|
2449
2473
|
return ho(e);
|
|
2450
2474
|
}
|
|
2451
2475
|
function ho(e, t) {
|
|
2452
2476
|
return e == null ? e : {
|
|
2453
2477
|
asset: mo(e.asset),
|
|
2454
|
-
publishType:
|
|
2478
|
+
publishType: ba(e.publishType),
|
|
2455
2479
|
policyExpression: e.policyExpression == null ? void 0 : we(e.policyExpression)
|
|
2456
2480
|
};
|
|
2457
2481
|
}
|
|
@@ -2462,7 +2486,7 @@ function To(e, t = !1) {
|
|
|
2462
2486
|
return e == null ? e : {
|
|
2463
2487
|
asset: Tt(e.asset),
|
|
2464
2488
|
publishType: e.publishType,
|
|
2465
|
-
policyExpression:
|
|
2489
|
+
policyExpression: Ce(e.policyExpression)
|
|
2466
2490
|
};
|
|
2467
2491
|
}
|
|
2468
2492
|
function Df(e) {
|
|
@@ -2488,22 +2512,22 @@ function wo(e, t = !1) {
|
|
|
2488
2512
|
expiresAt: e.expiresAt == null ? void 0 : e.expiresAt.toISOString()
|
|
2489
2513
|
};
|
|
2490
2514
|
}
|
|
2491
|
-
function
|
|
2515
|
+
function bf(e) {
|
|
2492
2516
|
return !(!("id" in e) || e.id === void 0);
|
|
2493
2517
|
}
|
|
2494
2518
|
function Xe(e) {
|
|
2495
|
-
return
|
|
2519
|
+
return Co(e);
|
|
2496
2520
|
}
|
|
2497
|
-
function
|
|
2521
|
+
function Co(e, t) {
|
|
2498
2522
|
return e == null ? e : {
|
|
2499
2523
|
id: e.id,
|
|
2500
2524
|
available: e.available == null ? void 0 : e.available
|
|
2501
2525
|
};
|
|
2502
2526
|
}
|
|
2503
|
-
function
|
|
2504
|
-
return
|
|
2527
|
+
function Af(e) {
|
|
2528
|
+
return No(e, !1);
|
|
2505
2529
|
}
|
|
2506
|
-
function
|
|
2530
|
+
function No(e, t = !1) {
|
|
2507
2531
|
return e == null ? e : {
|
|
2508
2532
|
id: e.id,
|
|
2509
2533
|
available: e.available
|
|
@@ -2512,7 +2536,7 @@ function Co(e, t = !1) {
|
|
|
2512
2536
|
function _f(e) {
|
|
2513
2537
|
return !(!("id" in e) || e.id === void 0 || !("lastUpdatedDate" in e) || e.lastUpdatedDate === void 0);
|
|
2514
2538
|
}
|
|
2515
|
-
function
|
|
2539
|
+
function C(e) {
|
|
2516
2540
|
return Do(e);
|
|
2517
2541
|
}
|
|
2518
2542
|
function Do(e, t) {
|
|
@@ -2534,15 +2558,15 @@ function Rf(e) {
|
|
|
2534
2558
|
return !(!("contractAgreementId" in e) || e.contractAgreementId === void 0 || !("transferProcessRequestJsonLd" in e) || e.transferProcessRequestJsonLd === void 0);
|
|
2535
2559
|
}
|
|
2536
2560
|
function Uf(e) {
|
|
2537
|
-
return
|
|
2561
|
+
return bo(e);
|
|
2538
2562
|
}
|
|
2539
|
-
function
|
|
2563
|
+
function bo(e, t) {
|
|
2540
2564
|
return e == null ? e : {
|
|
2541
2565
|
contractAgreementId: e.contractAgreementId,
|
|
2542
2566
|
transferProcessRequestJsonLd: e.transferProcessRequestJsonLd
|
|
2543
2567
|
};
|
|
2544
2568
|
}
|
|
2545
|
-
function
|
|
2569
|
+
function Ao(e) {
|
|
2546
2570
|
return _o(e, !1);
|
|
2547
2571
|
}
|
|
2548
2572
|
function _o(e, t = !1) {
|
|
@@ -2576,7 +2600,7 @@ function Uo(e, t = !1) {
|
|
|
2576
2600
|
transferProcessProperties: e.transferProcessProperties
|
|
2577
2601
|
};
|
|
2578
2602
|
}
|
|
2579
|
-
function
|
|
2603
|
+
function vf(e) {
|
|
2580
2604
|
return !(!("incomingTransferProcessCounts" in e) || e.incomingTransferProcessCounts === void 0 || !("outgoingTransferProcessCounts" in e) || e.outgoingTransferProcessCounts === void 0);
|
|
2581
2605
|
}
|
|
2582
2606
|
function Eo(e) {
|
|
@@ -2588,16 +2612,16 @@ function xo(e, t) {
|
|
|
2588
2612
|
outgoingTransferProcessCounts: e.outgoingTransferProcessCounts
|
|
2589
2613
|
};
|
|
2590
2614
|
}
|
|
2591
|
-
function
|
|
2592
|
-
return
|
|
2615
|
+
function vo(e) {
|
|
2616
|
+
return ko(e, !1);
|
|
2593
2617
|
}
|
|
2594
|
-
function
|
|
2618
|
+
function ko(e, t = !1) {
|
|
2595
2619
|
return e == null ? e : {
|
|
2596
2620
|
incomingTransferProcessCounts: e.incomingTransferProcessCounts,
|
|
2597
2621
|
outgoingTransferProcessCounts: e.outgoingTransferProcessCounts
|
|
2598
2622
|
};
|
|
2599
2623
|
}
|
|
2600
|
-
function
|
|
2624
|
+
function kf(e) {
|
|
2601
2625
|
return !(!("assetsCount" in e) || e.assetsCount === void 0 || !("policiesCount" in e) || e.policiesCount === void 0 || !("contractDefinitionsCount" in e) || e.contractDefinitionsCount === void 0 || !("contractAgreementsCount" in e) || e.contractAgreementsCount === void 0 || !("transferProcessDto" in e) || e.transferProcessDto === void 0);
|
|
2602
2626
|
}
|
|
2603
2627
|
function Fo(e) {
|
|
@@ -2623,7 +2647,7 @@ function Lo(e, t = !1) {
|
|
|
2623
2647
|
policiesCount: e.policiesCount,
|
|
2624
2648
|
contractDefinitionsCount: e.contractDefinitionsCount,
|
|
2625
2649
|
contractAgreementsCount: e.contractAgreementsCount,
|
|
2626
|
-
transferProcessDto:
|
|
2650
|
+
transferProcessDto: vo(
|
|
2627
2651
|
e.transferProcessDto
|
|
2628
2652
|
)
|
|
2629
2653
|
};
|
|
@@ -2647,10 +2671,10 @@ function Ho(e, t) {
|
|
|
2647
2671
|
)
|
|
2648
2672
|
};
|
|
2649
2673
|
}
|
|
2650
|
-
function
|
|
2651
|
-
return
|
|
2674
|
+
function Mo(e) {
|
|
2675
|
+
return Bo(e, !1);
|
|
2652
2676
|
}
|
|
2653
|
-
function
|
|
2677
|
+
function Bo(e, t = !1) {
|
|
2654
2678
|
return e == null ? e : {
|
|
2655
2679
|
connectorEndpoint: e.connectorEndpoint,
|
|
2656
2680
|
participantId: e.participantId,
|
|
@@ -2675,14 +2699,14 @@ function Zo(e, t) {
|
|
|
2675
2699
|
contractAgreementId: e.contractAgreementId == null ? void 0 : e.contractAgreementId,
|
|
2676
2700
|
state: ht(e.state),
|
|
2677
2701
|
stateChangedAt: new Date(e.stateChangedAt),
|
|
2678
|
-
asset:
|
|
2679
|
-
policy:
|
|
2702
|
+
asset: z(e.asset),
|
|
2703
|
+
policy: Ne(e.policy)
|
|
2680
2704
|
};
|
|
2681
2705
|
}
|
|
2682
|
-
function
|
|
2683
|
-
return
|
|
2706
|
+
function Mf(e) {
|
|
2707
|
+
return Go(e, !1);
|
|
2684
2708
|
}
|
|
2685
|
-
function
|
|
2709
|
+
function Go(e, t = !1) {
|
|
2686
2710
|
return e == null ? e : {
|
|
2687
2711
|
contractNegotiationId: e.contractNegotiationId,
|
|
2688
2712
|
contractAgreementId: e.contractAgreementId,
|
|
@@ -2692,13 +2716,13 @@ function zo(e, t = !1) {
|
|
|
2692
2716
|
policy: De(e.policy)
|
|
2693
2717
|
};
|
|
2694
2718
|
}
|
|
2695
|
-
function
|
|
2719
|
+
function Bf(e) {
|
|
2696
2720
|
return !(!("policyDefinitionId" in e) || e.policyDefinitionId === void 0 || !("expression" in e) || e.expression === void 0);
|
|
2697
2721
|
}
|
|
2698
2722
|
function Vf(e) {
|
|
2699
|
-
return
|
|
2723
|
+
return zo(e);
|
|
2700
2724
|
}
|
|
2701
|
-
function
|
|
2725
|
+
function zo(e, t) {
|
|
2702
2726
|
return e == null ? e : {
|
|
2703
2727
|
policyDefinitionId: e.policyDefinitionId,
|
|
2704
2728
|
expression: we(e.expression)
|
|
@@ -2710,36 +2734,36 @@ function $o(e) {
|
|
|
2710
2734
|
function Qo(e, t = !1) {
|
|
2711
2735
|
return e == null ? e : {
|
|
2712
2736
|
policyDefinitionId: e.policyDefinitionId,
|
|
2713
|
-
expression:
|
|
2737
|
+
expression: Ce(e.expression)
|
|
2714
2738
|
};
|
|
2715
2739
|
}
|
|
2716
2740
|
function Zf(e) {
|
|
2717
2741
|
return !0;
|
|
2718
2742
|
}
|
|
2719
2743
|
function Ko(e) {
|
|
2720
|
-
return
|
|
2744
|
+
return Yo(e);
|
|
2721
2745
|
}
|
|
2722
|
-
function
|
|
2746
|
+
function Yo(e, t) {
|
|
2723
2747
|
return e == null ? e : {
|
|
2724
2748
|
constraints: e.constraints == null ? void 0 : e.constraints.map(
|
|
2725
|
-
|
|
2749
|
+
Mt
|
|
2726
2750
|
)
|
|
2727
2751
|
};
|
|
2728
2752
|
}
|
|
2729
|
-
function
|
|
2753
|
+
function Wo(e) {
|
|
2730
2754
|
return Xo(e, !1);
|
|
2731
2755
|
}
|
|
2732
2756
|
function Xo(e, t = !1) {
|
|
2733
2757
|
return e == null ? e : {
|
|
2734
2758
|
constraints: e.constraints == null ? void 0 : e.constraints.map(
|
|
2735
|
-
|
|
2759
|
+
Bt
|
|
2736
2760
|
)
|
|
2737
2761
|
};
|
|
2738
2762
|
}
|
|
2739
|
-
function
|
|
2763
|
+
function Gf(e) {
|
|
2740
2764
|
return !(!("policyDefinitionId" in e) || e.policyDefinitionId === void 0 || !("policy" in e) || e.policy === void 0);
|
|
2741
2765
|
}
|
|
2742
|
-
function
|
|
2766
|
+
function zf(e) {
|
|
2743
2767
|
return jo(e);
|
|
2744
2768
|
}
|
|
2745
2769
|
function jo(e, t) {
|
|
@@ -2754,7 +2778,7 @@ function es(e) {
|
|
|
2754
2778
|
function ts(e, t = !1) {
|
|
2755
2779
|
return e == null ? e : {
|
|
2756
2780
|
policyDefinitionId: e.policyDefinitionId,
|
|
2757
|
-
policy:
|
|
2781
|
+
policy: Wo(e.policy)
|
|
2758
2782
|
};
|
|
2759
2783
|
}
|
|
2760
2784
|
function $f(e) {
|
|
@@ -2766,7 +2790,7 @@ function rs(e) {
|
|
|
2766
2790
|
function ns(e, t) {
|
|
2767
2791
|
return e == null ? e : {
|
|
2768
2792
|
policyDefinitionId: e.policyDefinitionId,
|
|
2769
|
-
policy:
|
|
2793
|
+
policy: Ne(e.policy)
|
|
2770
2794
|
};
|
|
2771
2795
|
}
|
|
2772
2796
|
function is(e) {
|
|
@@ -2801,7 +2825,7 @@ function cs(e, t = !1) {
|
|
|
2801
2825
|
)
|
|
2802
2826
|
};
|
|
2803
2827
|
}
|
|
2804
|
-
function
|
|
2828
|
+
function Yf(e) {
|
|
2805
2829
|
return !(!("transferProcessId" in e) || e.transferProcessId === void 0 || !("createdDate" in e) || e.createdDate === void 0 || !("lastUpdatedDate" in e) || e.lastUpdatedDate === void 0 || !("transferType" in e) || e.transferType === void 0 || !("state" in e) || e.state === void 0 || !("contractAgreementId" in e) || e.contractAgreementId === void 0 || !("direction" in e) || e.direction === void 0 || !("counterPartyConnectorEndpoint" in e) || e.counterPartyConnectorEndpoint === void 0 || !("counterPartyParticipantId" in e) || e.counterPartyParticipantId === void 0 || !("assetName" in e) || e.assetName === void 0 || !("assetId" in e) || e.assetId === void 0 || !("isEdrConsumable" in e) || e.isEdrConsumable === void 0);
|
|
2806
2830
|
}
|
|
2807
2831
|
function us(e) {
|
|
@@ -2844,7 +2868,7 @@ function fs(e, t = !1) {
|
|
|
2844
2868
|
isEdrConsumable: e.isEdrConsumable
|
|
2845
2869
|
};
|
|
2846
2870
|
}
|
|
2847
|
-
function
|
|
2871
|
+
function Wf(e) {
|
|
2848
2872
|
return !(!("transferEntries" in e) || e.transferEntries === void 0);
|
|
2849
2873
|
}
|
|
2850
2874
|
function ps(e) {
|
|
@@ -2976,12 +3000,12 @@ function np(e) {
|
|
|
2976
3000
|
return !1;
|
|
2977
3001
|
}
|
|
2978
3002
|
function ws(e) {
|
|
2979
|
-
return
|
|
3003
|
+
return Cs(e);
|
|
2980
3004
|
}
|
|
2981
|
-
function
|
|
3005
|
+
function Cs(e, t) {
|
|
2982
3006
|
return e;
|
|
2983
3007
|
}
|
|
2984
|
-
function
|
|
3008
|
+
function Ns(e) {
|
|
2985
3009
|
return e;
|
|
2986
3010
|
}
|
|
2987
3011
|
function ip(e, t) {
|
|
@@ -2999,10 +3023,10 @@ function Is(e, t) {
|
|
|
2999
3023
|
connectorEndpoint: e.connectorEndpoint
|
|
3000
3024
|
};
|
|
3001
3025
|
}
|
|
3002
|
-
function
|
|
3003
|
-
return
|
|
3026
|
+
function bs(e) {
|
|
3027
|
+
return As(e, !1);
|
|
3004
3028
|
}
|
|
3005
|
-
function
|
|
3029
|
+
function As(e, t = !1) {
|
|
3006
3030
|
return e == null ? e : {
|
|
3007
3031
|
participantId: e.participantId,
|
|
3008
3032
|
connectorEndpoint: e.connectorEndpoint
|
|
@@ -3032,8 +3056,8 @@ function sp(e) {
|
|
|
3032
3056
|
}
|
|
3033
3057
|
function Rs(e, t = !1) {
|
|
3034
3058
|
return e == null ? e : {
|
|
3035
|
-
features: e.features.map(
|
|
3036
|
-
preconfiguredCounterparties: e.preconfiguredCounterparties.map(
|
|
3059
|
+
features: e.features.map(Ns),
|
|
3060
|
+
preconfiguredCounterparties: e.preconfiguredCounterparties.map(bs),
|
|
3037
3061
|
logoutUrl: e.logoutUrl,
|
|
3038
3062
|
documentationUrl: e.documentationUrl,
|
|
3039
3063
|
supportUrl: e.supportUrl,
|
|
@@ -3072,15 +3096,15 @@ function dp(e) {
|
|
|
3072
3096
|
return !(!("contractOfferId" in e) || e.contractOfferId === void 0 || !("policy" in e) || e.policy === void 0);
|
|
3073
3097
|
}
|
|
3074
3098
|
function xs(e) {
|
|
3075
|
-
return
|
|
3099
|
+
return vs(e);
|
|
3076
3100
|
}
|
|
3077
|
-
function
|
|
3101
|
+
function vs(e, t) {
|
|
3078
3102
|
return e == null ? e : {
|
|
3079
3103
|
contractOfferId: e.contractOfferId,
|
|
3080
|
-
policy:
|
|
3104
|
+
policy: Ne(e.policy)
|
|
3081
3105
|
};
|
|
3082
3106
|
}
|
|
3083
|
-
function
|
|
3107
|
+
function ks(e) {
|
|
3084
3108
|
return Fs(e, !1);
|
|
3085
3109
|
}
|
|
3086
3110
|
function Fs(e, t = !1) {
|
|
@@ -3099,7 +3123,7 @@ function qs(e, t) {
|
|
|
3099
3123
|
return e == null ? e : {
|
|
3100
3124
|
endpoint: e.endpoint,
|
|
3101
3125
|
participantId: e.participantId,
|
|
3102
|
-
asset:
|
|
3126
|
+
asset: z(e.asset),
|
|
3103
3127
|
contractOffers: e.contractOffers.map(
|
|
3104
3128
|
xs
|
|
3105
3129
|
)
|
|
@@ -3114,7 +3138,7 @@ function Ls(e, t = !1) {
|
|
|
3114
3138
|
participantId: e.participantId,
|
|
3115
3139
|
asset: gt(e.asset),
|
|
3116
3140
|
contractOffers: e.contractOffers.map(
|
|
3117
|
-
|
|
3141
|
+
ks
|
|
3118
3142
|
)
|
|
3119
3143
|
};
|
|
3120
3144
|
}
|
|
@@ -3135,9 +3159,9 @@ function pp(e) {
|
|
|
3135
3159
|
return !1;
|
|
3136
3160
|
}
|
|
3137
3161
|
function Hs(e) {
|
|
3138
|
-
return
|
|
3162
|
+
return Ms(e);
|
|
3139
3163
|
}
|
|
3140
|
-
function
|
|
3164
|
+
function Ms(e, t) {
|
|
3141
3165
|
return e;
|
|
3142
3166
|
}
|
|
3143
3167
|
function mp(e) {
|
|
@@ -3156,7 +3180,7 @@ function gp(e) {
|
|
|
3156
3180
|
return !0;
|
|
3157
3181
|
return !1;
|
|
3158
3182
|
}
|
|
3159
|
-
function
|
|
3183
|
+
function Bs(e) {
|
|
3160
3184
|
return Vs(e);
|
|
3161
3185
|
}
|
|
3162
3186
|
function Vs(e, t) {
|
|
@@ -3172,22 +3196,22 @@ function Tp(e) {
|
|
|
3172
3196
|
return !(!("type" in e) || e.type === void 0);
|
|
3173
3197
|
}
|
|
3174
3198
|
function Zs(e) {
|
|
3175
|
-
return
|
|
3199
|
+
return Gs(e);
|
|
3176
3200
|
}
|
|
3177
|
-
function
|
|
3201
|
+
function Gs(e, t) {
|
|
3178
3202
|
return e == null ? e : {
|
|
3179
|
-
type:
|
|
3180
|
-
basic: e.basic == null ? void 0 :
|
|
3203
|
+
type: Bs(e.type),
|
|
3204
|
+
basic: e.basic == null ? void 0 : Gt(e.basic),
|
|
3181
3205
|
apiKey: e.apiKey == null ? void 0 : Vt(e.apiKey)
|
|
3182
3206
|
};
|
|
3183
3207
|
}
|
|
3184
|
-
function
|
|
3208
|
+
function zs(e) {
|
|
3185
3209
|
return $s(e, !1);
|
|
3186
3210
|
}
|
|
3187
3211
|
function $s(e, t = !1) {
|
|
3188
3212
|
return e == null ? e : {
|
|
3189
3213
|
type: e.type,
|
|
3190
|
-
basic:
|
|
3214
|
+
basic: zt(e.basic),
|
|
3191
3215
|
apiKey: Zt(e.apiKey)
|
|
3192
3216
|
};
|
|
3193
3217
|
}
|
|
@@ -3206,15 +3230,15 @@ function Ks(e, t) {
|
|
|
3206
3230
|
headers: e.headers == null ? void 0 : e.headers
|
|
3207
3231
|
};
|
|
3208
3232
|
}
|
|
3209
|
-
function
|
|
3210
|
-
return
|
|
3233
|
+
function Ys(e) {
|
|
3234
|
+
return Ws(e, !1);
|
|
3211
3235
|
}
|
|
3212
|
-
function
|
|
3236
|
+
function Ws(e, t = !1) {
|
|
3213
3237
|
return e == null ? e : {
|
|
3214
3238
|
method: e.method,
|
|
3215
3239
|
baseUrl: e.baseUrl,
|
|
3216
3240
|
queryString: e.queryString,
|
|
3217
|
-
auth:
|
|
3241
|
+
auth: zs(e.auth),
|
|
3218
3242
|
headers: e.headers
|
|
3219
3243
|
};
|
|
3220
3244
|
}
|
|
@@ -3238,10 +3262,10 @@ function js(e, t) {
|
|
|
3238
3262
|
function wp(e) {
|
|
3239
3263
|
return e;
|
|
3240
3264
|
}
|
|
3241
|
-
function
|
|
3265
|
+
function Cp(e, t) {
|
|
3242
3266
|
return e;
|
|
3243
3267
|
}
|
|
3244
|
-
function
|
|
3268
|
+
function Np(e) {
|
|
3245
3269
|
return !(!("contractAgreementId" in e) || e.contractAgreementId === void 0 || !("type" in e) || e.type === void 0);
|
|
3246
3270
|
}
|
|
3247
3271
|
function Dp(e) {
|
|
@@ -3267,7 +3291,7 @@ function rc(e, t = !1) {
|
|
|
3267
3291
|
return e == null ? e : {
|
|
3268
3292
|
contractAgreementId: e.contractAgreementId,
|
|
3269
3293
|
type: e.type,
|
|
3270
|
-
httpDataPush:
|
|
3294
|
+
httpDataPush: Ys(e.httpDataPush),
|
|
3271
3295
|
callbackAddresses: e.callbackAddresses == null ? void 0 : e.callbackAddresses.map(
|
|
3272
3296
|
ut
|
|
3273
3297
|
),
|
|
@@ -3279,7 +3303,7 @@ function rc(e, t = !1) {
|
|
|
3279
3303
|
function Ip(e) {
|
|
3280
3304
|
return !(!("key" in e) || e.key === void 0 || !("value" in e) || e.value === void 0 || !("description" in e) || e.description === void 0);
|
|
3281
3305
|
}
|
|
3282
|
-
function
|
|
3306
|
+
function bp(e) {
|
|
3283
3307
|
return nc(e);
|
|
3284
3308
|
}
|
|
3285
3309
|
function nc(e, t) {
|
|
@@ -3299,7 +3323,7 @@ function ac(e, t = !1) {
|
|
|
3299
3323
|
description: e.description
|
|
3300
3324
|
};
|
|
3301
3325
|
}
|
|
3302
|
-
function
|
|
3326
|
+
function Ap(e) {
|
|
3303
3327
|
return !(!("key" in e) || e.key === void 0 || !("description" in e) || e.description === void 0);
|
|
3304
3328
|
}
|
|
3305
3329
|
function oc(e) {
|
|
@@ -3367,7 +3391,7 @@ function mc(e, t = !1) {
|
|
|
3367
3391
|
function xp(e) {
|
|
3368
3392
|
return !0;
|
|
3369
3393
|
}
|
|
3370
|
-
function
|
|
3394
|
+
function vp(e) {
|
|
3371
3395
|
return yc(e);
|
|
3372
3396
|
}
|
|
3373
3397
|
function yc(e, t) {
|
|
@@ -3385,7 +3409,7 @@ function hc(e, t = !1) {
|
|
|
3385
3409
|
limit: e.limit
|
|
3386
3410
|
};
|
|
3387
3411
|
}
|
|
3388
|
-
class Sc extends
|
|
3412
|
+
class Sc extends Y {
|
|
3389
3413
|
/**
|
|
3390
3414
|
* Available and used resources of a connector.
|
|
3391
3415
|
*/
|
|
@@ -3475,7 +3499,7 @@ class Sc extends W {
|
|
|
3475
3499
|
return await (await this.fileUploadRequestSasTokenRaw(t)).value();
|
|
3476
3500
|
}
|
|
3477
3501
|
}
|
|
3478
|
-
class Tc extends
|
|
3502
|
+
class Tc extends Y {
|
|
3479
3503
|
/**
|
|
3480
3504
|
* Get details for a specific Asset
|
|
3481
3505
|
*/
|
|
@@ -3499,7 +3523,7 @@ class Tc extends W {
|
|
|
3499
3523
|
);
|
|
3500
3524
|
return new p(
|
|
3501
3525
|
a,
|
|
3502
|
-
(o) =>
|
|
3526
|
+
(o) => z(o)
|
|
3503
3527
|
);
|
|
3504
3528
|
}
|
|
3505
3529
|
/**
|
|
@@ -3531,7 +3555,7 @@ class Tc extends W {
|
|
|
3531
3555
|
);
|
|
3532
3556
|
return new p(
|
|
3533
3557
|
a,
|
|
3534
|
-
(o) =>
|
|
3558
|
+
(o) => kr(o)
|
|
3535
3559
|
);
|
|
3536
3560
|
}
|
|
3537
3561
|
/**
|
|
@@ -3587,7 +3611,7 @@ class Tc extends W {
|
|
|
3587
3611
|
);
|
|
3588
3612
|
return new p(
|
|
3589
3613
|
a,
|
|
3590
|
-
(o) =>
|
|
3614
|
+
(o) => C(o)
|
|
3591
3615
|
);
|
|
3592
3616
|
}
|
|
3593
3617
|
/**
|
|
@@ -3622,7 +3646,7 @@ class Tc extends W {
|
|
|
3622
3646
|
);
|
|
3623
3647
|
return new p(
|
|
3624
3648
|
a,
|
|
3625
|
-
(o) =>
|
|
3649
|
+
(o) => Gr(o)
|
|
3626
3650
|
);
|
|
3627
3651
|
}
|
|
3628
3652
|
/**
|
|
@@ -3662,7 +3686,7 @@ class Tc extends W {
|
|
|
3662
3686
|
);
|
|
3663
3687
|
return new p(
|
|
3664
3688
|
a,
|
|
3665
|
-
(o) =>
|
|
3689
|
+
(o) => C(o)
|
|
3666
3690
|
);
|
|
3667
3691
|
}
|
|
3668
3692
|
/**
|
|
@@ -3694,7 +3718,7 @@ class Tc extends W {
|
|
|
3694
3718
|
);
|
|
3695
3719
|
return new p(
|
|
3696
3720
|
a,
|
|
3697
|
-
(o) => o.map(
|
|
3721
|
+
(o) => o.map(Wr)
|
|
3698
3722
|
);
|
|
3699
3723
|
}
|
|
3700
3724
|
/**
|
|
@@ -3731,7 +3755,7 @@ class Tc extends W {
|
|
|
3731
3755
|
);
|
|
3732
3756
|
return new p(
|
|
3733
3757
|
a,
|
|
3734
|
-
(o) =>
|
|
3758
|
+
(o) => ki(o)
|
|
3735
3759
|
);
|
|
3736
3760
|
}
|
|
3737
3761
|
/**
|
|
@@ -3795,7 +3819,7 @@ class Tc extends W {
|
|
|
3795
3819
|
);
|
|
3796
3820
|
return new p(
|
|
3797
3821
|
a,
|
|
3798
|
-
(o) =>
|
|
3822
|
+
(o) => C(o)
|
|
3799
3823
|
);
|
|
3800
3824
|
}
|
|
3801
3825
|
/**
|
|
@@ -3828,7 +3852,7 @@ class Tc extends W {
|
|
|
3828
3852
|
);
|
|
3829
3853
|
return new p(
|
|
3830
3854
|
a,
|
|
3831
|
-
(o) =>
|
|
3855
|
+
(o) => C(o)
|
|
3832
3856
|
);
|
|
3833
3857
|
}
|
|
3834
3858
|
/**
|
|
@@ -3861,7 +3885,7 @@ class Tc extends W {
|
|
|
3861
3885
|
);
|
|
3862
3886
|
return new p(
|
|
3863
3887
|
a,
|
|
3864
|
-
(o) =>
|
|
3888
|
+
(o) => C(o)
|
|
3865
3889
|
);
|
|
3866
3890
|
}
|
|
3867
3891
|
/**
|
|
@@ -3894,7 +3918,7 @@ class Tc extends W {
|
|
|
3894
3918
|
);
|
|
3895
3919
|
return new p(
|
|
3896
3920
|
a,
|
|
3897
|
-
(o) =>
|
|
3921
|
+
(o) => C(o)
|
|
3898
3922
|
);
|
|
3899
3923
|
}
|
|
3900
3924
|
/**
|
|
@@ -3927,7 +3951,7 @@ class Tc extends W {
|
|
|
3927
3951
|
);
|
|
3928
3952
|
return new p(
|
|
3929
3953
|
a,
|
|
3930
|
-
(o) =>
|
|
3954
|
+
(o) => C(o)
|
|
3931
3955
|
);
|
|
3932
3956
|
}
|
|
3933
3957
|
/**
|
|
@@ -3959,7 +3983,7 @@ class Tc extends W {
|
|
|
3959
3983
|
);
|
|
3960
3984
|
return new p(
|
|
3961
3985
|
a,
|
|
3962
|
-
(o) =>
|
|
3986
|
+
(o) => C(o)
|
|
3963
3987
|
);
|
|
3964
3988
|
}
|
|
3965
3989
|
/**
|
|
@@ -3994,7 +4018,7 @@ class Tc extends W {
|
|
|
3994
4018
|
);
|
|
3995
4019
|
return new p(
|
|
3996
4020
|
a,
|
|
3997
|
-
(o) =>
|
|
4021
|
+
(o) => C(o)
|
|
3998
4022
|
);
|
|
3999
4023
|
}
|
|
4000
4024
|
/**
|
|
@@ -4029,7 +4053,7 @@ class Tc extends W {
|
|
|
4029
4053
|
);
|
|
4030
4054
|
return new p(
|
|
4031
4055
|
a,
|
|
4032
|
-
(o) =>
|
|
4056
|
+
(o) => C(o)
|
|
4033
4057
|
);
|
|
4034
4058
|
}
|
|
4035
4059
|
/**
|
|
@@ -4066,7 +4090,7 @@ class Tc extends W {
|
|
|
4066
4090
|
);
|
|
4067
4091
|
return new p(
|
|
4068
4092
|
a,
|
|
4069
|
-
(o) =>
|
|
4093
|
+
(o) => C(o)
|
|
4070
4094
|
);
|
|
4071
4095
|
}
|
|
4072
4096
|
/**
|
|
@@ -4101,7 +4125,7 @@ class Tc extends W {
|
|
|
4101
4125
|
);
|
|
4102
4126
|
return new p(
|
|
4103
4127
|
a,
|
|
4104
|
-
(o) =>
|
|
4128
|
+
(o) => C(o)
|
|
4105
4129
|
);
|
|
4106
4130
|
}
|
|
4107
4131
|
/**
|
|
@@ -4136,7 +4160,7 @@ class Tc extends W {
|
|
|
4136
4160
|
);
|
|
4137
4161
|
return new p(
|
|
4138
4162
|
a,
|
|
4139
|
-
(o) =>
|
|
4163
|
+
(o) => C(o)
|
|
4140
4164
|
);
|
|
4141
4165
|
}
|
|
4142
4166
|
/**
|
|
@@ -4176,7 +4200,7 @@ class Tc extends W {
|
|
|
4176
4200
|
);
|
|
4177
4201
|
return new p(
|
|
4178
4202
|
a,
|
|
4179
|
-
(o) =>
|
|
4203
|
+
(o) => C(o)
|
|
4180
4204
|
);
|
|
4181
4205
|
}
|
|
4182
4206
|
/**
|
|
@@ -4216,7 +4240,7 @@ class Tc extends W {
|
|
|
4216
4240
|
);
|
|
4217
4241
|
return new p(
|
|
4218
4242
|
a,
|
|
4219
|
-
(o) =>
|
|
4243
|
+
(o) => C(o)
|
|
4220
4244
|
);
|
|
4221
4245
|
}
|
|
4222
4246
|
/**
|
|
@@ -4409,7 +4433,7 @@ class Tc extends W {
|
|
|
4409
4433
|
);
|
|
4410
4434
|
return new p(
|
|
4411
4435
|
i,
|
|
4412
|
-
(a) =>
|
|
4436
|
+
(a) => Na(a)
|
|
4413
4437
|
);
|
|
4414
4438
|
}
|
|
4415
4439
|
/**
|
|
@@ -4491,7 +4515,7 @@ class Tc extends W {
|
|
|
4491
4515
|
);
|
|
4492
4516
|
return new p(
|
|
4493
4517
|
a,
|
|
4494
|
-
(o) =>
|
|
4518
|
+
(o) => z(o)
|
|
4495
4519
|
);
|
|
4496
4520
|
}
|
|
4497
4521
|
/**
|
|
@@ -4547,7 +4571,7 @@ class Tc extends W {
|
|
|
4547
4571
|
method: "POST",
|
|
4548
4572
|
headers: i,
|
|
4549
4573
|
query: n,
|
|
4550
|
-
body:
|
|
4574
|
+
body: Ao(
|
|
4551
4575
|
t.initiateCustomTransferRequest
|
|
4552
4576
|
)
|
|
4553
4577
|
},
|
|
@@ -4555,7 +4579,7 @@ class Tc extends W {
|
|
|
4555
4579
|
);
|
|
4556
4580
|
return new p(
|
|
4557
4581
|
a,
|
|
4558
|
-
(o) =>
|
|
4582
|
+
(o) => C(o)
|
|
4559
4583
|
);
|
|
4560
4584
|
}
|
|
4561
4585
|
/**
|
|
@@ -4588,7 +4612,7 @@ class Tc extends W {
|
|
|
4588
4612
|
);
|
|
4589
4613
|
return new p(
|
|
4590
4614
|
a,
|
|
4591
|
-
(o) =>
|
|
4615
|
+
(o) => C(o)
|
|
4592
4616
|
);
|
|
4593
4617
|
}
|
|
4594
4618
|
/**
|
|
@@ -4621,7 +4645,7 @@ class Tc extends W {
|
|
|
4621
4645
|
);
|
|
4622
4646
|
return new p(
|
|
4623
4647
|
a,
|
|
4624
|
-
(o) =>
|
|
4648
|
+
(o) => C(o)
|
|
4625
4649
|
);
|
|
4626
4650
|
}
|
|
4627
4651
|
/**
|
|
@@ -4794,7 +4818,7 @@ class Tc extends W {
|
|
|
4794
4818
|
method: "POST",
|
|
4795
4819
|
headers: i,
|
|
4796
4820
|
query: n,
|
|
4797
|
-
body:
|
|
4821
|
+
body: Yi(
|
|
4798
4822
|
t.contractTerminationRequest
|
|
4799
4823
|
)
|
|
4800
4824
|
},
|
|
@@ -4802,7 +4826,7 @@ class Tc extends W {
|
|
|
4802
4826
|
);
|
|
4803
4827
|
return new p(
|
|
4804
4828
|
a,
|
|
4805
|
-
(o) =>
|
|
4829
|
+
(o) => C(o)
|
|
4806
4830
|
);
|
|
4807
4831
|
}
|
|
4808
4832
|
/**
|
|
@@ -4839,7 +4863,7 @@ class Tc extends W {
|
|
|
4839
4863
|
return await (await this.uiConfigRaw(t)).value();
|
|
4840
4864
|
}
|
|
4841
4865
|
}
|
|
4842
|
-
class Oc extends
|
|
4866
|
+
class Oc extends Y {
|
|
4843
4867
|
/**
|
|
4844
4868
|
* List all assets in the connector.
|
|
4845
4869
|
*/
|
|
@@ -4855,7 +4879,7 @@ class Oc extends W {
|
|
|
4855
4879
|
);
|
|
4856
4880
|
return new p(
|
|
4857
4881
|
i,
|
|
4858
|
-
(a) => a.map(
|
|
4882
|
+
(a) => a.map(z)
|
|
4859
4883
|
);
|
|
4860
4884
|
}
|
|
4861
4885
|
/**
|
|
@@ -4887,7 +4911,7 @@ class Oc extends W {
|
|
|
4887
4911
|
);
|
|
4888
4912
|
return new p(
|
|
4889
4913
|
a,
|
|
4890
|
-
(o) => o.map(
|
|
4914
|
+
(o) => o.map(zi)
|
|
4891
4915
|
);
|
|
4892
4916
|
}
|
|
4893
4917
|
/**
|
|
@@ -5031,7 +5055,7 @@ class Oc extends W {
|
|
|
5031
5055
|
method: "POST",
|
|
5032
5056
|
headers: i,
|
|
5033
5057
|
query: n,
|
|
5034
|
-
body:
|
|
5058
|
+
body: Mo(
|
|
5035
5059
|
t.negotiateAllQuery
|
|
5036
5060
|
)
|
|
5037
5061
|
},
|
|
@@ -5146,7 +5170,7 @@ class Oc extends W {
|
|
|
5146
5170
|
);
|
|
5147
5171
|
return new p(
|
|
5148
5172
|
a,
|
|
5149
|
-
(o) =>
|
|
5173
|
+
(o) => C(o)
|
|
5150
5174
|
);
|
|
5151
5175
|
}
|
|
5152
5176
|
/**
|
|
@@ -5224,7 +5248,7 @@ const d = O.arrayToEnum([
|
|
|
5224
5248
|
"never",
|
|
5225
5249
|
"map",
|
|
5226
5250
|
"set"
|
|
5227
|
-
]),
|
|
5251
|
+
]), k = (e) => {
|
|
5228
5252
|
switch (typeof e) {
|
|
5229
5253
|
case "undefined":
|
|
5230
5254
|
return d.undefined;
|
|
@@ -5263,7 +5287,7 @@ const d = O.arrayToEnum([
|
|
|
5263
5287
|
"not_multiple_of",
|
|
5264
5288
|
"not_finite"
|
|
5265
5289
|
]), Pc = (e) => JSON.stringify(e, null, 2).replace(/"([^"]+)":/g, "$1:");
|
|
5266
|
-
class
|
|
5290
|
+
class A extends Error {
|
|
5267
5291
|
constructor(t) {
|
|
5268
5292
|
super(), this.issues = [], this.addIssue = (n) => {
|
|
5269
5293
|
this.issues = [...this.issues, n];
|
|
@@ -5318,8 +5342,8 @@ class b extends Error {
|
|
|
5318
5342
|
return this.flatten();
|
|
5319
5343
|
}
|
|
5320
5344
|
}
|
|
5321
|
-
|
|
5322
|
-
const
|
|
5345
|
+
A.create = (e) => new A(e);
|
|
5346
|
+
const W = (e, t) => {
|
|
5323
5347
|
let r;
|
|
5324
5348
|
switch (e.code) {
|
|
5325
5349
|
case c.invalid_type:
|
|
@@ -5375,7 +5399,7 @@ const Y = (e, t) => {
|
|
|
5375
5399
|
}
|
|
5376
5400
|
return { message: r };
|
|
5377
5401
|
};
|
|
5378
|
-
let Kt =
|
|
5402
|
+
let Kt = W;
|
|
5379
5403
|
function wc(e) {
|
|
5380
5404
|
Kt = e;
|
|
5381
5405
|
}
|
|
@@ -5396,7 +5420,7 @@ const pe = (e) => {
|
|
|
5396
5420
|
path: a,
|
|
5397
5421
|
message: i.message || s
|
|
5398
5422
|
};
|
|
5399
|
-
},
|
|
5423
|
+
}, Cc = [];
|
|
5400
5424
|
function l(e, t) {
|
|
5401
5425
|
const r = pe({
|
|
5402
5426
|
issueData: t,
|
|
@@ -5406,13 +5430,13 @@ function l(e, t) {
|
|
|
5406
5430
|
e.common.contextualErrorMap,
|
|
5407
5431
|
e.schemaErrorMap,
|
|
5408
5432
|
fe(),
|
|
5409
|
-
|
|
5433
|
+
W
|
|
5410
5434
|
// then global default map
|
|
5411
5435
|
].filter((n) => !!n)
|
|
5412
5436
|
});
|
|
5413
5437
|
e.common.issues.push(r);
|
|
5414
5438
|
}
|
|
5415
|
-
class
|
|
5439
|
+
class N {
|
|
5416
5440
|
constructor() {
|
|
5417
5441
|
this.value = "valid";
|
|
5418
5442
|
}
|
|
@@ -5438,7 +5462,7 @@ class C {
|
|
|
5438
5462
|
key: await i.key,
|
|
5439
5463
|
value: await i.value
|
|
5440
5464
|
});
|
|
5441
|
-
return
|
|
5465
|
+
return N.mergeObjectSync(t, n);
|
|
5442
5466
|
}
|
|
5443
5467
|
static mergeObjectSync(t, r) {
|
|
5444
5468
|
const n = {};
|
|
@@ -5453,7 +5477,7 @@ class C {
|
|
|
5453
5477
|
}
|
|
5454
5478
|
const g = Object.freeze({
|
|
5455
5479
|
status: "aborted"
|
|
5456
|
-
}),
|
|
5480
|
+
}), Yt = (e) => ({ status: "dirty", value: e }), D = (e) => ({ status: "valid", value: e }), at = (e) => e.status === "aborted", ot = (e) => e.status === "dirty", X = (e) => e.status === "valid", me = (e) => typeof Promise < "u" && e instanceof Promise;
|
|
5457
5481
|
var m;
|
|
5458
5482
|
(function(e) {
|
|
5459
5483
|
e.errToObj = (t) => typeof t == "string" ? { message: t } : t || {}, e.toString = (t) => typeof t == "string" ? t : t == null ? void 0 : t.message;
|
|
@@ -5466,7 +5490,7 @@ class U {
|
|
|
5466
5490
|
return this._cachedPath.length || (this._key instanceof Array ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
|
|
5467
5491
|
}
|
|
5468
5492
|
}
|
|
5469
|
-
const
|
|
5493
|
+
const Ct = (e, t) => {
|
|
5470
5494
|
if (X(t))
|
|
5471
5495
|
return { success: !0, data: t.value };
|
|
5472
5496
|
if (!e.common.issues.length)
|
|
@@ -5476,7 +5500,7 @@ const Nt = (e, t) => {
|
|
|
5476
5500
|
get error() {
|
|
5477
5501
|
if (this._error)
|
|
5478
5502
|
return this._error;
|
|
5479
|
-
const r = new
|
|
5503
|
+
const r = new A(e.common.issues);
|
|
5480
5504
|
return this._error = r, this._error;
|
|
5481
5505
|
}
|
|
5482
5506
|
};
|
|
@@ -5497,13 +5521,13 @@ class S {
|
|
|
5497
5521
|
return this._def.description;
|
|
5498
5522
|
}
|
|
5499
5523
|
_getType(t) {
|
|
5500
|
-
return
|
|
5524
|
+
return k(t.data);
|
|
5501
5525
|
}
|
|
5502
5526
|
_getOrReturnCtx(t, r) {
|
|
5503
5527
|
return r || {
|
|
5504
5528
|
common: t.parent.common,
|
|
5505
5529
|
data: t.data,
|
|
5506
|
-
parsedType:
|
|
5530
|
+
parsedType: k(t.data),
|
|
5507
5531
|
schemaErrorMap: this._def.errorMap,
|
|
5508
5532
|
path: t.path,
|
|
5509
5533
|
parent: t.parent
|
|
@@ -5511,11 +5535,11 @@ class S {
|
|
|
5511
5535
|
}
|
|
5512
5536
|
_processInputParams(t) {
|
|
5513
5537
|
return {
|
|
5514
|
-
status: new
|
|
5538
|
+
status: new N(),
|
|
5515
5539
|
ctx: {
|
|
5516
5540
|
common: t.parent.common,
|
|
5517
5541
|
data: t.data,
|
|
5518
|
-
parsedType:
|
|
5542
|
+
parsedType: k(t.data),
|
|
5519
5543
|
schemaErrorMap: this._def.errorMap,
|
|
5520
5544
|
path: t.path,
|
|
5521
5545
|
parent: t.parent
|
|
@@ -5550,9 +5574,9 @@ class S {
|
|
|
5550
5574
|
schemaErrorMap: this._def.errorMap,
|
|
5551
5575
|
parent: null,
|
|
5552
5576
|
data: t,
|
|
5553
|
-
parsedType:
|
|
5577
|
+
parsedType: k(t)
|
|
5554
5578
|
}, a = this._parseSync({ data: t, path: i.path, parent: i });
|
|
5555
|
-
return
|
|
5579
|
+
return Ct(i, a);
|
|
5556
5580
|
}
|
|
5557
5581
|
async parseAsync(t, r) {
|
|
5558
5582
|
const n = await this.safeParseAsync(t, r);
|
|
@@ -5571,9 +5595,9 @@ class S {
|
|
|
5571
5595
|
schemaErrorMap: this._def.errorMap,
|
|
5572
5596
|
parent: null,
|
|
5573
5597
|
data: t,
|
|
5574
|
-
parsedType:
|
|
5598
|
+
parsedType: k(t)
|
|
5575
5599
|
}, i = this._parse({ data: t, path: n.path, parent: n }), a = await (me(i) ? i : Promise.resolve(i));
|
|
5576
|
-
return
|
|
5600
|
+
return Ct(n, a);
|
|
5577
5601
|
}
|
|
5578
5602
|
refine(t, r) {
|
|
5579
5603
|
const n = (i) => typeof r == "string" || typeof r > "u" ? { message: r } : typeof r == "function" ? r(i) : r;
|
|
@@ -5672,13 +5696,13 @@ class S {
|
|
|
5672
5696
|
return this.safeParse(null).success;
|
|
5673
5697
|
}
|
|
5674
5698
|
}
|
|
5675
|
-
const
|
|
5699
|
+
const Nc = /^c[^\s-]{8,}$/i, Dc = /^[a-z][a-z0-9]*$/, Ic = /^[0-9A-HJKMNP-TV-Z]{26}$/, bc = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i, Ac = /^(?!\.)(?!.*\.\.)([A-Z0-9_+-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, _c = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
5676
5700
|
let nt;
|
|
5677
5701
|
const Jc = /^(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))$/, Rc = /^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/, Uc = (e) => e.precision ? e.offset ? new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${e.precision}}(([+-]\\d{2}(:?\\d{2})?)|Z)$`) : new RegExp(`^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{${e.precision}}Z$`) : e.precision === 0 ? e.offset ? new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(([+-]\\d{2}(:?\\d{2})?)|Z)$") : new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$") : e.offset ? new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(([+-]\\d{2}(:?\\d{2})?)|Z)$") : new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?Z$");
|
|
5678
5702
|
function Ec(e, t) {
|
|
5679
5703
|
return !!((t === "v4" || !t) && Jc.test(e) || (t === "v6" || !t) && Rc.test(e));
|
|
5680
5704
|
}
|
|
5681
|
-
class
|
|
5705
|
+
class b extends S {
|
|
5682
5706
|
_parse(t) {
|
|
5683
5707
|
if (this._def.coerce && (t.data = String(t.data)), this._getType(t) !== d.string) {
|
|
5684
5708
|
const a = this._getOrReturnCtx(t);
|
|
@@ -5692,7 +5716,7 @@ class A extends S {
|
|
|
5692
5716
|
//
|
|
5693
5717
|
), g;
|
|
5694
5718
|
}
|
|
5695
|
-
const n = new
|
|
5719
|
+
const n = new N();
|
|
5696
5720
|
let i;
|
|
5697
5721
|
for (const a of this._def.checks)
|
|
5698
5722
|
if (a.kind === "min")
|
|
@@ -5731,7 +5755,7 @@ class A extends S {
|
|
|
5731
5755
|
message: a.message
|
|
5732
5756
|
}), n.dirty());
|
|
5733
5757
|
} else if (a.kind === "email")
|
|
5734
|
-
|
|
5758
|
+
Ac.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
|
|
5735
5759
|
validation: "email",
|
|
5736
5760
|
code: c.invalid_string,
|
|
5737
5761
|
message: a.message
|
|
@@ -5743,13 +5767,13 @@ class A extends S {
|
|
|
5743
5767
|
message: a.message
|
|
5744
5768
|
}), n.dirty());
|
|
5745
5769
|
else if (a.kind === "uuid")
|
|
5746
|
-
|
|
5770
|
+
bc.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
|
|
5747
5771
|
validation: "uuid",
|
|
5748
5772
|
code: c.invalid_string,
|
|
5749
5773
|
message: a.message
|
|
5750
5774
|
}), n.dirty());
|
|
5751
5775
|
else if (a.kind === "cuid")
|
|
5752
|
-
|
|
5776
|
+
Nc.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
|
|
5753
5777
|
validation: "cuid",
|
|
5754
5778
|
code: c.invalid_string,
|
|
5755
5779
|
message: a.message
|
|
@@ -5811,7 +5835,7 @@ class A extends S {
|
|
|
5811
5835
|
});
|
|
5812
5836
|
}
|
|
5813
5837
|
_addCheck(t) {
|
|
5814
|
-
return new
|
|
5838
|
+
return new b({
|
|
5815
5839
|
...this._def,
|
|
5816
5840
|
checks: [...this._def.checks, t]
|
|
5817
5841
|
});
|
|
@@ -5912,19 +5936,19 @@ class A extends S {
|
|
|
5912
5936
|
return this.min(1, m.errToObj(t));
|
|
5913
5937
|
}
|
|
5914
5938
|
trim() {
|
|
5915
|
-
return new
|
|
5939
|
+
return new b({
|
|
5916
5940
|
...this._def,
|
|
5917
5941
|
checks: [...this._def.checks, { kind: "trim" }]
|
|
5918
5942
|
});
|
|
5919
5943
|
}
|
|
5920
5944
|
toLowerCase() {
|
|
5921
|
-
return new
|
|
5945
|
+
return new b({
|
|
5922
5946
|
...this._def,
|
|
5923
5947
|
checks: [...this._def.checks, { kind: "toLowerCase" }]
|
|
5924
5948
|
});
|
|
5925
5949
|
}
|
|
5926
5950
|
toUpperCase() {
|
|
5927
|
-
return new
|
|
5951
|
+
return new b({
|
|
5928
5952
|
...this._def,
|
|
5929
5953
|
checks: [...this._def.checks, { kind: "toUpperCase" }]
|
|
5930
5954
|
});
|
|
@@ -5969,9 +5993,9 @@ class A extends S {
|
|
|
5969
5993
|
return t;
|
|
5970
5994
|
}
|
|
5971
5995
|
}
|
|
5972
|
-
|
|
5996
|
+
b.create = (e) => {
|
|
5973
5997
|
var t;
|
|
5974
|
-
return new
|
|
5998
|
+
return new b({
|
|
5975
5999
|
checks: [],
|
|
5976
6000
|
typeName: y.ZodString,
|
|
5977
6001
|
coerce: (t = e == null ? void 0 : e.coerce) !== null && t !== void 0 ? t : !1,
|
|
@@ -5996,7 +6020,7 @@ class F extends S {
|
|
|
5996
6020
|
}), g;
|
|
5997
6021
|
}
|
|
5998
6022
|
let n;
|
|
5999
|
-
const i = new
|
|
6023
|
+
const i = new N();
|
|
6000
6024
|
for (const a of this._def.checks)
|
|
6001
6025
|
a.kind === "int" ? O.isInteger(t.data) || (n = this._getOrReturnCtx(t, n), l(n, {
|
|
6002
6026
|
code: c.invalid_type,
|
|
@@ -6168,7 +6192,7 @@ class q extends S {
|
|
|
6168
6192
|
}), g;
|
|
6169
6193
|
}
|
|
6170
6194
|
let n;
|
|
6171
|
-
const i = new
|
|
6195
|
+
const i = new N();
|
|
6172
6196
|
for (const a of this._def.checks)
|
|
6173
6197
|
a.kind === "min" ? (a.inclusive ? t.data < a.value : t.data <= a.value) && (n = this._getOrReturnCtx(t, n), l(n, {
|
|
6174
6198
|
code: c.too_small,
|
|
@@ -6300,7 +6324,7 @@ j.create = (e) => new j({
|
|
|
6300
6324
|
coerce: (e == null ? void 0 : e.coerce) || !1,
|
|
6301
6325
|
...h(e)
|
|
6302
6326
|
});
|
|
6303
|
-
class
|
|
6327
|
+
class M extends S {
|
|
6304
6328
|
_parse(t) {
|
|
6305
6329
|
if (this._def.coerce && (t.data = new Date(t.data)), this._getType(t) !== d.date) {
|
|
6306
6330
|
const a = this._getOrReturnCtx(t);
|
|
@@ -6316,7 +6340,7 @@ class B extends S {
|
|
|
6316
6340
|
code: c.invalid_date
|
|
6317
6341
|
}), g;
|
|
6318
6342
|
}
|
|
6319
|
-
const n = new
|
|
6343
|
+
const n = new N();
|
|
6320
6344
|
let i;
|
|
6321
6345
|
for (const a of this._def.checks)
|
|
6322
6346
|
a.kind === "min" ? t.data.getTime() < a.value && (i = this._getOrReturnCtx(t, i), l(i, {
|
|
@@ -6340,7 +6364,7 @@ class B extends S {
|
|
|
6340
6364
|
};
|
|
6341
6365
|
}
|
|
6342
6366
|
_addCheck(t) {
|
|
6343
|
-
return new
|
|
6367
|
+
return new M({
|
|
6344
6368
|
...this._def,
|
|
6345
6369
|
checks: [...this._def.checks, t]
|
|
6346
6370
|
});
|
|
@@ -6372,7 +6396,7 @@ class B extends S {
|
|
|
6372
6396
|
return t != null ? new Date(t) : null;
|
|
6373
6397
|
}
|
|
6374
6398
|
}
|
|
6375
|
-
|
|
6399
|
+
M.create = (e) => new M({
|
|
6376
6400
|
checks: [],
|
|
6377
6401
|
coerce: (e == null ? void 0 : e.coerce) || !1,
|
|
6378
6402
|
typeName: y.ZodDate,
|
|
@@ -6453,7 +6477,7 @@ H.create = (e) => new H({
|
|
|
6453
6477
|
typeName: y.ZodUnknown,
|
|
6454
6478
|
...h(e)
|
|
6455
6479
|
});
|
|
6456
|
-
class
|
|
6480
|
+
class v extends S {
|
|
6457
6481
|
_parse(t) {
|
|
6458
6482
|
const r = this._getOrReturnCtx(t);
|
|
6459
6483
|
return l(r, {
|
|
@@ -6463,7 +6487,7 @@ class k extends S {
|
|
|
6463
6487
|
}), g;
|
|
6464
6488
|
}
|
|
6465
6489
|
}
|
|
6466
|
-
|
|
6490
|
+
v.create = (e) => new v({
|
|
6467
6491
|
typeName: y.ZodNever,
|
|
6468
6492
|
...h(e)
|
|
6469
6493
|
});
|
|
@@ -6520,9 +6544,9 @@ class _ extends S {
|
|
|
6520
6544
|
exact: !1,
|
|
6521
6545
|
message: i.maxLength.message
|
|
6522
6546
|
}), n.dirty()), r.common.async)
|
|
6523
|
-
return Promise.all([...r.data].map((o, s) => i.type._parseAsync(new U(r, o, r.path, s)))).then((o) =>
|
|
6547
|
+
return Promise.all([...r.data].map((o, s) => i.type._parseAsync(new U(r, o, r.path, s)))).then((o) => N.mergeArray(n, o));
|
|
6524
6548
|
const a = [...r.data].map((o, s) => i.type._parseSync(new U(r, o, r.path, s)));
|
|
6525
|
-
return
|
|
6549
|
+
return N.mergeArray(n, a);
|
|
6526
6550
|
}
|
|
6527
6551
|
get element() {
|
|
6528
6552
|
return this._def.type;
|
|
@@ -6593,7 +6617,7 @@ class w extends S {
|
|
|
6593
6617
|
}), g;
|
|
6594
6618
|
}
|
|
6595
6619
|
const { status: n, ctx: i } = this._processInputParams(t), { shape: a, keys: o } = this._getCached(), s = [];
|
|
6596
|
-
if (!(this._def.catchall instanceof
|
|
6620
|
+
if (!(this._def.catchall instanceof v && this._def.unknownKeys === "strip"))
|
|
6597
6621
|
for (const u in i.data)
|
|
6598
6622
|
o.includes(u) || s.push(u);
|
|
6599
6623
|
const f = [];
|
|
@@ -6605,7 +6629,7 @@ class w extends S {
|
|
|
6605
6629
|
alwaysSet: u in i.data
|
|
6606
6630
|
});
|
|
6607
6631
|
}
|
|
6608
|
-
if (this._def.catchall instanceof
|
|
6632
|
+
if (this._def.catchall instanceof v) {
|
|
6609
6633
|
const u = this._def.unknownKeys;
|
|
6610
6634
|
if (u === "passthrough")
|
|
6611
6635
|
for (const T of s)
|
|
@@ -6644,7 +6668,7 @@ class w extends S {
|
|
|
6644
6668
|
});
|
|
6645
6669
|
}
|
|
6646
6670
|
return u;
|
|
6647
|
-
}).then((u) =>
|
|
6671
|
+
}).then((u) => N.mergeObjectSync(n, u)) : N.mergeObjectSync(n, f);
|
|
6648
6672
|
}
|
|
6649
6673
|
get shape() {
|
|
6650
6674
|
return this._def.shape();
|
|
@@ -6836,27 +6860,27 @@ class w extends S {
|
|
|
6836
6860
|
});
|
|
6837
6861
|
}
|
|
6838
6862
|
keyof() {
|
|
6839
|
-
return
|
|
6863
|
+
return Wt(O.objectKeys(this.shape));
|
|
6840
6864
|
}
|
|
6841
6865
|
}
|
|
6842
6866
|
w.create = (e, t) => new w({
|
|
6843
6867
|
shape: () => e,
|
|
6844
6868
|
unknownKeys: "strip",
|
|
6845
|
-
catchall:
|
|
6869
|
+
catchall: v.create(),
|
|
6846
6870
|
typeName: y.ZodObject,
|
|
6847
6871
|
...h(t)
|
|
6848
6872
|
});
|
|
6849
6873
|
w.strictCreate = (e, t) => new w({
|
|
6850
6874
|
shape: () => e,
|
|
6851
6875
|
unknownKeys: "strict",
|
|
6852
|
-
catchall:
|
|
6876
|
+
catchall: v.create(),
|
|
6853
6877
|
typeName: y.ZodObject,
|
|
6854
6878
|
...h(t)
|
|
6855
6879
|
});
|
|
6856
6880
|
w.lazycreate = (e, t) => new w({
|
|
6857
6881
|
shape: e,
|
|
6858
6882
|
unknownKeys: "strip",
|
|
6859
|
-
catchall:
|
|
6883
|
+
catchall: v.create(),
|
|
6860
6884
|
typeName: y.ZodObject,
|
|
6861
6885
|
...h(t)
|
|
6862
6886
|
});
|
|
@@ -6870,7 +6894,7 @@ class re extends S {
|
|
|
6870
6894
|
for (const s of a)
|
|
6871
6895
|
if (s.result.status === "dirty")
|
|
6872
6896
|
return r.common.issues.push(...s.ctx.common.issues), s.result;
|
|
6873
|
-
const o = a.map((s) => new
|
|
6897
|
+
const o = a.map((s) => new A(s.ctx.common.issues));
|
|
6874
6898
|
return l(r, {
|
|
6875
6899
|
code: c.invalid_union,
|
|
6876
6900
|
unionErrors: o
|
|
@@ -6917,7 +6941,7 @@ class re extends S {
|
|
|
6917
6941
|
}
|
|
6918
6942
|
if (a)
|
|
6919
6943
|
return r.common.issues.push(...a.ctx.common.issues), a.result;
|
|
6920
|
-
const s = o.map((f) => new
|
|
6944
|
+
const s = o.map((f) => new A(f));
|
|
6921
6945
|
return l(r, {
|
|
6922
6946
|
code: c.invalid_union,
|
|
6923
6947
|
unionErrors: s
|
|
@@ -6997,7 +7021,7 @@ class Ie extends S {
|
|
|
6997
7021
|
}
|
|
6998
7022
|
}
|
|
6999
7023
|
function st(e, t) {
|
|
7000
|
-
const r =
|
|
7024
|
+
const r = k(e), n = k(t);
|
|
7001
7025
|
if (e === t)
|
|
7002
7026
|
return { valid: !0, data: e };
|
|
7003
7027
|
if (r === d.object && n === d.object) {
|
|
@@ -7088,7 +7112,7 @@ class E extends S {
|
|
|
7088
7112
|
const f = this._def.items[s] || this._def.rest;
|
|
7089
7113
|
return f ? f._parse(new U(n, o, n.path, s)) : null;
|
|
7090
7114
|
}).filter((o) => !!o);
|
|
7091
|
-
return n.common.async ? Promise.all(a).then((o) =>
|
|
7115
|
+
return n.common.async ? Promise.all(a).then((o) => N.mergeArray(r, o)) : N.mergeArray(r, a);
|
|
7092
7116
|
}
|
|
7093
7117
|
get items() {
|
|
7094
7118
|
return this._def.items;
|
|
@@ -7131,7 +7155,7 @@ class ie extends S {
|
|
|
7131
7155
|
key: a._parse(new U(n, s, n.path, s)),
|
|
7132
7156
|
value: o._parse(new U(n, n.data[s], n.path, s))
|
|
7133
7157
|
});
|
|
7134
|
-
return n.common.async ?
|
|
7158
|
+
return n.common.async ? N.mergeObjectAsync(r, i) : N.mergeObjectSync(r, i);
|
|
7135
7159
|
}
|
|
7136
7160
|
get element() {
|
|
7137
7161
|
return this._def.valueType;
|
|
@@ -7143,7 +7167,7 @@ class ie extends S {
|
|
|
7143
7167
|
typeName: y.ZodRecord,
|
|
7144
7168
|
...h(n)
|
|
7145
7169
|
}) : new ie({
|
|
7146
|
-
keyType:
|
|
7170
|
+
keyType: b.create(),
|
|
7147
7171
|
valueType: t,
|
|
7148
7172
|
typeName: y.ZodRecord,
|
|
7149
7173
|
...h(r)
|
|
@@ -7198,7 +7222,7 @@ he.create = (e, t, r) => new he({
|
|
|
7198
7222
|
typeName: y.ZodMap,
|
|
7199
7223
|
...h(r)
|
|
7200
7224
|
});
|
|
7201
|
-
class
|
|
7225
|
+
class B extends S {
|
|
7202
7226
|
_parse(t) {
|
|
7203
7227
|
const { status: r, ctx: n } = this._processInputParams(t);
|
|
7204
7228
|
if (n.parsedType !== d.set)
|
|
@@ -7237,13 +7261,13 @@ class M extends S {
|
|
|
7237
7261
|
return n.common.async ? Promise.all(s).then((f) => o(f)) : o(s);
|
|
7238
7262
|
}
|
|
7239
7263
|
min(t, r) {
|
|
7240
|
-
return new
|
|
7264
|
+
return new B({
|
|
7241
7265
|
...this._def,
|
|
7242
7266
|
minSize: { value: t, message: m.toString(r) }
|
|
7243
7267
|
});
|
|
7244
7268
|
}
|
|
7245
7269
|
max(t, r) {
|
|
7246
|
-
return new
|
|
7270
|
+
return new B({
|
|
7247
7271
|
...this._def,
|
|
7248
7272
|
maxSize: { value: t, message: m.toString(r) }
|
|
7249
7273
|
});
|
|
@@ -7255,14 +7279,14 @@ class M extends S {
|
|
|
7255
7279
|
return this.min(1, t);
|
|
7256
7280
|
}
|
|
7257
7281
|
}
|
|
7258
|
-
|
|
7282
|
+
B.create = (e, t) => new B({
|
|
7259
7283
|
valueType: e,
|
|
7260
7284
|
minSize: null,
|
|
7261
7285
|
maxSize: null,
|
|
7262
7286
|
typeName: y.ZodSet,
|
|
7263
7287
|
...h(t)
|
|
7264
7288
|
});
|
|
7265
|
-
class
|
|
7289
|
+
class G extends S {
|
|
7266
7290
|
constructor() {
|
|
7267
7291
|
super(...arguments), this.validate = this.implement;
|
|
7268
7292
|
}
|
|
@@ -7282,7 +7306,7 @@ class z extends S {
|
|
|
7282
7306
|
r.common.contextualErrorMap,
|
|
7283
7307
|
r.schemaErrorMap,
|
|
7284
7308
|
fe(),
|
|
7285
|
-
|
|
7309
|
+
W
|
|
7286
7310
|
].filter((u) => !!u),
|
|
7287
7311
|
issueData: {
|
|
7288
7312
|
code: c.invalid_arguments,
|
|
@@ -7298,7 +7322,7 @@ class z extends S {
|
|
|
7298
7322
|
r.common.contextualErrorMap,
|
|
7299
7323
|
r.schemaErrorMap,
|
|
7300
7324
|
fe(),
|
|
7301
|
-
|
|
7325
|
+
W
|
|
7302
7326
|
].filter((u) => !!u),
|
|
7303
7327
|
issueData: {
|
|
7304
7328
|
code: c.invalid_return_type,
|
|
@@ -7310,11 +7334,11 @@ class z extends S {
|
|
|
7310
7334
|
if (this._def.returns instanceof Q) {
|
|
7311
7335
|
const s = this;
|
|
7312
7336
|
return D(async function(...f) {
|
|
7313
|
-
const u = new
|
|
7314
|
-
throw u.addIssue(n(f,
|
|
7337
|
+
const u = new A([]), T = await s._def.args.parseAsync(f, a).catch((be) => {
|
|
7338
|
+
throw u.addIssue(n(f, be)), u;
|
|
7315
7339
|
}), I = await Reflect.apply(o, this, T);
|
|
7316
|
-
return await s._def.returns._def.type.parseAsync(I, a).catch((
|
|
7317
|
-
throw u.addIssue(i(I,
|
|
7340
|
+
return await s._def.returns._def.type.parseAsync(I, a).catch((be) => {
|
|
7341
|
+
throw u.addIssue(i(I, be)), u;
|
|
7318
7342
|
});
|
|
7319
7343
|
});
|
|
7320
7344
|
} else {
|
|
@@ -7322,10 +7346,10 @@ class z extends S {
|
|
|
7322
7346
|
return D(function(...f) {
|
|
7323
7347
|
const u = s._def.args.safeParse(f, a);
|
|
7324
7348
|
if (!u.success)
|
|
7325
|
-
throw new
|
|
7349
|
+
throw new A([n(f, u.error)]);
|
|
7326
7350
|
const T = Reflect.apply(o, this, u.data), I = s._def.returns.safeParse(T, a);
|
|
7327
7351
|
if (!I.success)
|
|
7328
|
-
throw new
|
|
7352
|
+
throw new A([i(T, I.error)]);
|
|
7329
7353
|
return I.data;
|
|
7330
7354
|
});
|
|
7331
7355
|
}
|
|
@@ -7337,13 +7361,13 @@ class z extends S {
|
|
|
7337
7361
|
return this._def.returns;
|
|
7338
7362
|
}
|
|
7339
7363
|
args(...t) {
|
|
7340
|
-
return new
|
|
7364
|
+
return new G({
|
|
7341
7365
|
...this._def,
|
|
7342
7366
|
args: E.create(t).rest(H.create())
|
|
7343
7367
|
});
|
|
7344
7368
|
}
|
|
7345
7369
|
returns(t) {
|
|
7346
|
-
return new
|
|
7370
|
+
return new G({
|
|
7347
7371
|
...this._def,
|
|
7348
7372
|
returns: t
|
|
7349
7373
|
});
|
|
@@ -7355,7 +7379,7 @@ class z extends S {
|
|
|
7355
7379
|
return this.parse(t);
|
|
7356
7380
|
}
|
|
7357
7381
|
static create(t, r, n) {
|
|
7358
|
-
return new
|
|
7382
|
+
return new G({
|
|
7359
7383
|
args: t || E.create([]).rest(H.create()),
|
|
7360
7384
|
returns: r || H.create(),
|
|
7361
7385
|
typeName: y.ZodFunction,
|
|
@@ -7398,7 +7422,7 @@ oe.create = (e, t) => new oe({
|
|
|
7398
7422
|
typeName: y.ZodLiteral,
|
|
7399
7423
|
...h(t)
|
|
7400
7424
|
});
|
|
7401
|
-
function
|
|
7425
|
+
function Wt(e, t) {
|
|
7402
7426
|
return new L({
|
|
7403
7427
|
values: e,
|
|
7404
7428
|
typeName: y.ZodEnum,
|
|
@@ -7453,7 +7477,7 @@ class L extends S {
|
|
|
7453
7477
|
return L.create(this.options.filter((r) => !t.includes(r)));
|
|
7454
7478
|
}
|
|
7455
7479
|
}
|
|
7456
|
-
L.create =
|
|
7480
|
+
L.create = Wt;
|
|
7457
7481
|
class se extends S {
|
|
7458
7482
|
_parse(t) {
|
|
7459
7483
|
const r = O.getValidEnumValues(this._def.values), n = this._getOrReturnCtx(t);
|
|
@@ -7653,7 +7677,7 @@ class Se extends S {
|
|
|
7653
7677
|
status: "valid",
|
|
7654
7678
|
value: a.status === "valid" ? a.value : this._def.catchValue({
|
|
7655
7679
|
get error() {
|
|
7656
|
-
return new
|
|
7680
|
+
return new A(n.common.issues);
|
|
7657
7681
|
},
|
|
7658
7682
|
input: n.data
|
|
7659
7683
|
})
|
|
@@ -7661,7 +7685,7 @@ class Se extends S {
|
|
|
7661
7685
|
status: "valid",
|
|
7662
7686
|
value: i.status === "valid" ? i.value : this._def.catchValue({
|
|
7663
7687
|
get error() {
|
|
7664
|
-
return new
|
|
7688
|
+
return new A(n.common.issues);
|
|
7665
7689
|
},
|
|
7666
7690
|
input: n.data
|
|
7667
7691
|
})
|
|
@@ -7694,7 +7718,7 @@ Te.create = (e) => new Te({
|
|
|
7694
7718
|
typeName: y.ZodNaN,
|
|
7695
7719
|
...h(e)
|
|
7696
7720
|
});
|
|
7697
|
-
const
|
|
7721
|
+
const vc = Symbol("zod_brand");
|
|
7698
7722
|
class Xt extends S {
|
|
7699
7723
|
_parse(t) {
|
|
7700
7724
|
const { ctx: r } = this._processInputParams(t), n = r.data;
|
|
@@ -7718,7 +7742,7 @@ class ue extends S {
|
|
|
7718
7742
|
path: n.path,
|
|
7719
7743
|
parent: n
|
|
7720
7744
|
});
|
|
7721
|
-
return a.status === "aborted" ? g : a.status === "dirty" ? (r.dirty(),
|
|
7745
|
+
return a.status === "aborted" ? g : a.status === "dirty" ? (r.dirty(), Yt(a.value)) : this._def.out._parseAsync({
|
|
7722
7746
|
data: a.value,
|
|
7723
7747
|
path: n.path,
|
|
7724
7748
|
parent: n
|
|
@@ -7765,7 +7789,7 @@ const jt = (e, t = {}, r) => e ? $.create().superRefine((n, i) => {
|
|
|
7765
7789
|
const s = typeof t == "function" ? t(n) : typeof t == "string" ? { message: t } : t, f = (o = (a = s.fatal) !== null && a !== void 0 ? a : r) !== null && o !== void 0 ? o : !0, u = typeof s == "string" ? { message: s } : s;
|
|
7766
7790
|
i.addIssue({ code: "custom", ...u, fatal: f });
|
|
7767
7791
|
}
|
|
7768
|
-
}) : $.create(),
|
|
7792
|
+
}) : $.create(), kc = {
|
|
7769
7793
|
object: w.lazycreate
|
|
7770
7794
|
};
|
|
7771
7795
|
var y;
|
|
@@ -7774,27 +7798,27 @@ var y;
|
|
|
7774
7798
|
})(y || (y = {}));
|
|
7775
7799
|
const Fc = (e, t = {
|
|
7776
7800
|
message: `Input not instance of ${e.name}`
|
|
7777
|
-
}) => jt((r) => r instanceof e, t), er =
|
|
7778
|
-
string: (e) =>
|
|
7801
|
+
}) => jt((r) => r instanceof e, t), er = b.create, tr = F.create, qc = Te.create, Lc = q.create, rr = j.create, Hc = M.create, Mc = ye.create, Bc = ee.create, Vc = te.create, Zc = $.create, Gc = H.create, zc = v.create, $c = ge.create, Qc = _.create, Kc = w.create, Yc = w.strictCreate, Wc = re.create, Xc = Ie.create, jc = ne.create, eu = E.create, tu = ie.create, ru = he.create, nu = B.create, iu = G.create, au = ae.create, ou = oe.create, su = L.create, cu = se.create, uu = Q.create, Nt = J.create, du = x.create, lu = V.create, fu = J.createWithPreprocess, pu = ue.create, mu = () => er().optional(), yu = () => tr().optional(), gu = () => rr().optional(), hu = {
|
|
7802
|
+
string: (e) => b.create({ ...e, coerce: !0 }),
|
|
7779
7803
|
number: (e) => F.create({ ...e, coerce: !0 }),
|
|
7780
7804
|
boolean: (e) => j.create({
|
|
7781
7805
|
...e,
|
|
7782
7806
|
coerce: !0
|
|
7783
7807
|
}),
|
|
7784
7808
|
bigint: (e) => q.create({ ...e, coerce: !0 }),
|
|
7785
|
-
date: (e) =>
|
|
7809
|
+
date: (e) => M.create({ ...e, coerce: !0 })
|
|
7786
7810
|
}, Su = g;
|
|
7787
7811
|
var K = /* @__PURE__ */ Object.freeze({
|
|
7788
7812
|
__proto__: null,
|
|
7789
|
-
defaultErrorMap:
|
|
7813
|
+
defaultErrorMap: W,
|
|
7790
7814
|
setErrorMap: wc,
|
|
7791
7815
|
getErrorMap: fe,
|
|
7792
7816
|
makeIssue: pe,
|
|
7793
|
-
EMPTY_PATH:
|
|
7817
|
+
EMPTY_PATH: Cc,
|
|
7794
7818
|
addIssueToContext: l,
|
|
7795
|
-
ParseStatus:
|
|
7819
|
+
ParseStatus: N,
|
|
7796
7820
|
INVALID: g,
|
|
7797
|
-
DIRTY:
|
|
7821
|
+
DIRTY: Yt,
|
|
7798
7822
|
OK: D,
|
|
7799
7823
|
isAborted: at,
|
|
7800
7824
|
isDirty: ot,
|
|
@@ -7807,19 +7831,19 @@ var K = /* @__PURE__ */ Object.freeze({
|
|
|
7807
7831
|
return it;
|
|
7808
7832
|
},
|
|
7809
7833
|
ZodParsedType: d,
|
|
7810
|
-
getParsedType:
|
|
7834
|
+
getParsedType: k,
|
|
7811
7835
|
ZodType: S,
|
|
7812
|
-
ZodString:
|
|
7836
|
+
ZodString: b,
|
|
7813
7837
|
ZodNumber: F,
|
|
7814
7838
|
ZodBigInt: q,
|
|
7815
7839
|
ZodBoolean: j,
|
|
7816
|
-
ZodDate:
|
|
7840
|
+
ZodDate: M,
|
|
7817
7841
|
ZodSymbol: ye,
|
|
7818
7842
|
ZodUndefined: ee,
|
|
7819
7843
|
ZodNull: te,
|
|
7820
7844
|
ZodAny: $,
|
|
7821
7845
|
ZodUnknown: H,
|
|
7822
|
-
ZodNever:
|
|
7846
|
+
ZodNever: v,
|
|
7823
7847
|
ZodVoid: ge,
|
|
7824
7848
|
ZodArray: _,
|
|
7825
7849
|
ZodObject: w,
|
|
@@ -7829,8 +7853,8 @@ var K = /* @__PURE__ */ Object.freeze({
|
|
|
7829
7853
|
ZodTuple: E,
|
|
7830
7854
|
ZodRecord: ie,
|
|
7831
7855
|
ZodMap: he,
|
|
7832
|
-
ZodSet:
|
|
7833
|
-
ZodFunction:
|
|
7856
|
+
ZodSet: B,
|
|
7857
|
+
ZodFunction: G,
|
|
7834
7858
|
ZodLazy: ae,
|
|
7835
7859
|
ZodLiteral: oe,
|
|
7836
7860
|
ZodEnum: L,
|
|
@@ -7843,14 +7867,14 @@ var K = /* @__PURE__ */ Object.freeze({
|
|
|
7843
7867
|
ZodDefault: ce,
|
|
7844
7868
|
ZodCatch: Se,
|
|
7845
7869
|
ZodNaN: Te,
|
|
7846
|
-
BRAND:
|
|
7870
|
+
BRAND: vc,
|
|
7847
7871
|
ZodBranded: Xt,
|
|
7848
7872
|
ZodPipeline: ue,
|
|
7849
7873
|
ZodReadonly: Oe,
|
|
7850
7874
|
custom: jt,
|
|
7851
7875
|
Schema: S,
|
|
7852
7876
|
ZodSchema: S,
|
|
7853
|
-
late:
|
|
7877
|
+
late: kc,
|
|
7854
7878
|
get ZodFirstPartyTypeKind() {
|
|
7855
7879
|
return y;
|
|
7856
7880
|
},
|
|
@@ -7861,7 +7885,7 @@ var K = /* @__PURE__ */ Object.freeze({
|
|
|
7861
7885
|
boolean: rr,
|
|
7862
7886
|
date: Hc,
|
|
7863
7887
|
discriminatedUnion: Xc,
|
|
7864
|
-
effect:
|
|
7888
|
+
effect: Nt,
|
|
7865
7889
|
enum: su,
|
|
7866
7890
|
function: iu,
|
|
7867
7891
|
instanceof: Fc,
|
|
@@ -7871,7 +7895,7 @@ var K = /* @__PURE__ */ Object.freeze({
|
|
|
7871
7895
|
map: ru,
|
|
7872
7896
|
nan: qc,
|
|
7873
7897
|
nativeEnum: cu,
|
|
7874
|
-
never:
|
|
7898
|
+
never: zc,
|
|
7875
7899
|
null: Vc,
|
|
7876
7900
|
nullable: lu,
|
|
7877
7901
|
number: tr,
|
|
@@ -7885,19 +7909,19 @@ var K = /* @__PURE__ */ Object.freeze({
|
|
|
7885
7909
|
promise: uu,
|
|
7886
7910
|
record: tu,
|
|
7887
7911
|
set: nu,
|
|
7888
|
-
strictObject:
|
|
7912
|
+
strictObject: Yc,
|
|
7889
7913
|
string: er,
|
|
7890
|
-
symbol:
|
|
7891
|
-
transformer:
|
|
7914
|
+
symbol: Mc,
|
|
7915
|
+
transformer: Nt,
|
|
7892
7916
|
tuple: eu,
|
|
7893
|
-
undefined:
|
|
7894
|
-
union:
|
|
7895
|
-
unknown:
|
|
7917
|
+
undefined: Bc,
|
|
7918
|
+
union: Wc,
|
|
7919
|
+
unknown: Gc,
|
|
7896
7920
|
void: $c,
|
|
7897
7921
|
NEVER: Su,
|
|
7898
7922
|
ZodIssueCode: c,
|
|
7899
7923
|
quotelessJson: Pc,
|
|
7900
|
-
ZodError:
|
|
7924
|
+
ZodError: A
|
|
7901
7925
|
});
|
|
7902
7926
|
function Tu(e) {
|
|
7903
7927
|
return e === 401 || e === 403;
|
|
@@ -7923,15 +7947,15 @@ async function wu(e) {
|
|
|
7923
7947
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
7924
7948
|
}
|
|
7925
7949
|
})).json();
|
|
7926
|
-
return
|
|
7950
|
+
return Cu(r);
|
|
7927
7951
|
}
|
|
7928
|
-
function
|
|
7952
|
+
function Cu(e) {
|
|
7929
7953
|
const t = Pu.safeParse(e);
|
|
7930
7954
|
if (!t.success)
|
|
7931
7955
|
throw new Error("Bad access token response");
|
|
7932
7956
|
return t.data;
|
|
7933
7957
|
}
|
|
7934
|
-
class
|
|
7958
|
+
class Nu {
|
|
7935
7959
|
constructor(t) {
|
|
7936
7960
|
R(this, "activeRequest", null);
|
|
7937
7961
|
R(this, "refreshTimeout");
|
|
@@ -7970,8 +7994,8 @@ function Du(e, t, r) {
|
|
|
7970
7994
|
function Iu(e) {
|
|
7971
7995
|
return "append" in e && "delete" in e && "get" in e && "has" in e && "set" in e && "forEach" in e;
|
|
7972
7996
|
}
|
|
7973
|
-
function
|
|
7974
|
-
const t = new
|
|
7997
|
+
function bu(e) {
|
|
7998
|
+
const t = new Nu(e);
|
|
7975
7999
|
return {
|
|
7976
8000
|
pre: async (r) => {
|
|
7977
8001
|
const n = await t.getAccessToken();
|
|
@@ -7989,10 +8013,10 @@ function Au(e) {
|
|
|
7989
8013
|
}
|
|
7990
8014
|
};
|
|
7991
8015
|
}
|
|
7992
|
-
function
|
|
8016
|
+
function kp(e) {
|
|
7993
8017
|
const t = [];
|
|
7994
8018
|
let r = {};
|
|
7995
|
-
e.clientCredentials && t.push(
|
|
8019
|
+
e.clientCredentials && t.push(bu(e.clientCredentials)), e.managementApiKey && (r = Au(e.managementApiKey));
|
|
7996
8020
|
const n = new It({
|
|
7997
8021
|
basePath: e.managementApiUrl,
|
|
7998
8022
|
headers: r,
|
|
@@ -8006,7 +8030,7 @@ function vp(e) {
|
|
|
8006
8030
|
enterpriseEditionApi: new Sc(n)
|
|
8007
8031
|
};
|
|
8008
8032
|
}
|
|
8009
|
-
function
|
|
8033
|
+
function Au(e) {
|
|
8010
8034
|
return {
|
|
8011
8035
|
"X-Api-Key": e
|
|
8012
8036
|
};
|
|
@@ -8014,7 +8038,7 @@ function bu(e) {
|
|
|
8014
8038
|
export {
|
|
8015
8039
|
_t as AssetFilterConstraintFromJSON,
|
|
8016
8040
|
yr as AssetFilterConstraintFromJSONTyped,
|
|
8017
|
-
|
|
8041
|
+
Ae as AssetFilterConstraintOperator,
|
|
8018
8042
|
pr as AssetFilterConstraintOperatorFromJSON,
|
|
8019
8043
|
mr as AssetFilterConstraintOperatorFromJSONTyped,
|
|
8020
8044
|
Fu as AssetFilterConstraintOperatorToJSON,
|
|
@@ -8029,35 +8053,35 @@ export {
|
|
|
8029
8053
|
Rr as AssetsPageRequestFromJSONTyped,
|
|
8030
8054
|
Ur as AssetsPageRequestToJSON,
|
|
8031
8055
|
Er as AssetsPageRequestToJSONTyped,
|
|
8032
|
-
|
|
8056
|
+
kr as AssetsPageResultFromJSON,
|
|
8033
8057
|
Fr as AssetsPageResultFromJSONTyped,
|
|
8034
8058
|
rd as AssetsPageResultToJSON,
|
|
8035
8059
|
qr as AssetsPageResultToJSONTyped,
|
|
8036
8060
|
Je as AssetsPageSortProperty,
|
|
8037
|
-
|
|
8061
|
+
Nr as AssetsPageSortPropertyFromJSON,
|
|
8038
8062
|
Dr as AssetsPageSortPropertyFromJSONTyped,
|
|
8039
|
-
|
|
8063
|
+
zu as AssetsPageSortPropertyToJSON,
|
|
8040
8064
|
$u as AssetsPageSortPropertyToJSONTyped,
|
|
8041
8065
|
ar as BASE_PATH,
|
|
8042
|
-
|
|
8043
|
-
|
|
8066
|
+
Y as BaseAPI,
|
|
8067
|
+
vu as BlobApiResponse,
|
|
8044
8068
|
Lr as BuildInfoFromJSON,
|
|
8045
8069
|
Hr as BuildInfoFromJSONTyped,
|
|
8046
8070
|
id as BuildInfoToJSON,
|
|
8047
|
-
|
|
8071
|
+
Mr as BuildInfoToJSONTyped,
|
|
8048
8072
|
od as BusinessPartnerGroupCreateSubmitFromJSON,
|
|
8049
|
-
|
|
8073
|
+
Br as BusinessPartnerGroupCreateSubmitFromJSONTyped,
|
|
8050
8074
|
Vr as BusinessPartnerGroupCreateSubmitToJSON,
|
|
8051
8075
|
Zr as BusinessPartnerGroupCreateSubmitToJSONTyped,
|
|
8052
|
-
|
|
8053
|
-
|
|
8076
|
+
Gr as BusinessPartnerGroupEditPageFromJSON,
|
|
8077
|
+
zr as BusinessPartnerGroupEditPageFromJSONTyped,
|
|
8054
8078
|
cd as BusinessPartnerGroupEditPageToJSON,
|
|
8055
8079
|
$r as BusinessPartnerGroupEditPageToJSONTyped,
|
|
8056
8080
|
dd as BusinessPartnerGroupEditSubmitFromJSON,
|
|
8057
8081
|
Qr as BusinessPartnerGroupEditSubmitFromJSONTyped,
|
|
8058
8082
|
Kr as BusinessPartnerGroupEditSubmitToJSON,
|
|
8059
|
-
|
|
8060
|
-
|
|
8083
|
+
Yr as BusinessPartnerGroupEditSubmitToJSONTyped,
|
|
8084
|
+
Wr as BusinessPartnerGroupListPageEntryFromJSON,
|
|
8061
8085
|
Xr as BusinessPartnerGroupListPageEntryFromJSONTyped,
|
|
8062
8086
|
fd as BusinessPartnerGroupListPageEntryToJSON,
|
|
8063
8087
|
jr as BusinessPartnerGroupListPageEntryToJSONTyped,
|
|
@@ -8089,43 +8113,43 @@ export {
|
|
|
8089
8113
|
xe as CatalogFilterExpressionOperator,
|
|
8090
8114
|
yn as CatalogFilterExpressionOperatorFromJSON,
|
|
8091
8115
|
gn as CatalogFilterExpressionOperatorFromJSONTyped,
|
|
8092
|
-
|
|
8093
|
-
|
|
8116
|
+
Cd as CatalogFilterExpressionOperatorToJSON,
|
|
8117
|
+
Nd as CatalogFilterExpressionOperatorToJSONTyped,
|
|
8094
8118
|
Tn as CatalogFilterExpressionToJSON,
|
|
8095
8119
|
On as CatalogFilterExpressionToJSONTyped,
|
|
8096
|
-
|
|
8120
|
+
bd as CatalogQueryFromJSON,
|
|
8097
8121
|
Pn as CatalogQueryFromJSONTyped,
|
|
8098
8122
|
wn as CatalogQueryToJSON,
|
|
8099
|
-
|
|
8123
|
+
Cn as CatalogQueryToJSONTyped,
|
|
8100
8124
|
Ed as CatalogQueryV2FromJSON,
|
|
8101
8125
|
Jn as CatalogQueryV2FromJSONTyped,
|
|
8102
8126
|
Rn as CatalogQueryV2ToJSON,
|
|
8103
8127
|
Un as CatalogQueryV2ToJSONTyped,
|
|
8104
|
-
|
|
8105
|
-
|
|
8128
|
+
ve as CatalogSortByDirection,
|
|
8129
|
+
Nn as CatalogSortByDirectionFromJSON,
|
|
8106
8130
|
Dn as CatalogSortByDirectionFromJSONTyped,
|
|
8107
8131
|
_d as CatalogSortByDirectionToJSON,
|
|
8108
8132
|
Jd as CatalogSortByDirectionToJSONTyped,
|
|
8109
8133
|
In as CatalogSortByFromJSON,
|
|
8110
|
-
|
|
8111
|
-
|
|
8134
|
+
bn as CatalogSortByFromJSONTyped,
|
|
8135
|
+
An as CatalogSortByToJSON,
|
|
8112
8136
|
_n as CatalogSortByToJSONTyped,
|
|
8113
8137
|
It as Configuration,
|
|
8114
8138
|
En as ConnectorLimitsFromJSON,
|
|
8115
8139
|
xn as ConnectorLimitsFromJSONTyped,
|
|
8116
|
-
|
|
8117
|
-
|
|
8118
|
-
|
|
8140
|
+
vd as ConnectorLimitsToJSON,
|
|
8141
|
+
vn as ConnectorLimitsToJSONTyped,
|
|
8142
|
+
ke as ContractAgreementDirection,
|
|
8119
8143
|
dt as ContractAgreementDirectionFromJSON,
|
|
8120
|
-
|
|
8144
|
+
kn as ContractAgreementDirectionFromJSONTyped,
|
|
8121
8145
|
Fd as ContractAgreementDirectionToJSON,
|
|
8122
8146
|
qd as ContractAgreementDirectionToJSONTyped,
|
|
8123
8147
|
Ft as ContractAgreementTerminationInfoFromJSON,
|
|
8124
8148
|
Ln as ContractAgreementTerminationInfoFromJSONTyped,
|
|
8125
8149
|
qt as ContractAgreementTerminationInfoToJSON,
|
|
8126
8150
|
Hn as ContractAgreementTerminationInfoToJSONTyped,
|
|
8127
|
-
|
|
8128
|
-
|
|
8151
|
+
Gn as ContractAgreementTransferProcessFromJSON,
|
|
8152
|
+
zn as ContractAgreementTransferProcessFromJSONTyped,
|
|
8129
8153
|
$n as ContractAgreementTransferProcessToJSON,
|
|
8130
8154
|
Qn as ContractAgreementTransferProcessToJSONTyped,
|
|
8131
8155
|
ai as ContractDefinitionEntryFromJSON,
|
|
@@ -8140,37 +8164,37 @@ export {
|
|
|
8140
8164
|
fi as ContractDefinitionRequestFromJSONTyped,
|
|
8141
8165
|
pi as ContractDefinitionRequestToJSON,
|
|
8142
8166
|
mi as ContractDefinitionRequestToJSONTyped,
|
|
8143
|
-
|
|
8167
|
+
ki as ContractDetailPageResultFromJSON,
|
|
8144
8168
|
Fi as ContractDetailPageResultFromJSONTyped,
|
|
8145
8169
|
Il as ContractDetailPageResultToJSON,
|
|
8146
8170
|
qi as ContractDetailPageResultToJSONTyped,
|
|
8147
|
-
|
|
8171
|
+
Al as ContractNegotiationRequestFromJSON,
|
|
8148
8172
|
Li as ContractNegotiationRequestFromJSONTyped,
|
|
8149
8173
|
Hi as ContractNegotiationRequestToJSON,
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8174
|
+
Mi as ContractNegotiationRequestToJSONTyped,
|
|
8175
|
+
Ge as ContractNegotiationSimplifiedState,
|
|
8176
|
+
Bi as ContractNegotiationSimplifiedStateFromJSON,
|
|
8153
8177
|
Vi as ContractNegotiationSimplifiedStateFromJSONTyped,
|
|
8154
8178
|
Jl as ContractNegotiationSimplifiedStateToJSON,
|
|
8155
8179
|
Rl as ContractNegotiationSimplifiedStateToJSONTyped,
|
|
8156
8180
|
ht as ContractNegotiationStateFromJSON,
|
|
8157
8181
|
Zi as ContractNegotiationStateFromJSONTyped,
|
|
8158
|
-
|
|
8182
|
+
zi as ContractNegotiationStateResultFromJSON,
|
|
8159
8183
|
$i as ContractNegotiationStateResultFromJSONTyped,
|
|
8160
8184
|
xl as ContractNegotiationStateResultToJSON,
|
|
8161
8185
|
Qi as ContractNegotiationStateResultToJSONTyped,
|
|
8162
8186
|
St as ContractNegotiationStateToJSON,
|
|
8163
|
-
|
|
8187
|
+
Gi as ContractNegotiationStateToJSONTyped,
|
|
8164
8188
|
Fe as ContractTerminatedBy,
|
|
8165
8189
|
Fn as ContractTerminatedByFromJSON,
|
|
8166
8190
|
qn as ContractTerminatedByFromJSONTyped,
|
|
8167
8191
|
Hd as ContractTerminatedByToJSON,
|
|
8168
|
-
|
|
8169
|
-
|
|
8192
|
+
Md as ContractTerminatedByToJSONTyped,
|
|
8193
|
+
kl as ContractTerminationRequestFromJSON,
|
|
8170
8194
|
Ki as ContractTerminationRequestFromJSONTyped,
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
|
|
8195
|
+
Yi as ContractTerminationRequestToJSON,
|
|
8196
|
+
Wi as ContractTerminationRequestToJSONTyped,
|
|
8197
|
+
Me as ContractTerminationStatus,
|
|
8174
8198
|
pt as ContractTerminationStatusFromJSON,
|
|
8175
8199
|
yi as ContractTerminationStatusFromJSONTyped,
|
|
8176
8200
|
cl as ContractTerminationStatusToJSON,
|
|
@@ -8185,9 +8209,9 @@ export {
|
|
|
8185
8209
|
da as ContractsPageRequestToJSONTyped,
|
|
8186
8210
|
la as ContractsPageResultFromJSON,
|
|
8187
8211
|
fa as ContractsPageResultFromJSONTyped,
|
|
8188
|
-
|
|
8212
|
+
Gl as ContractsPageResultToJSON,
|
|
8189
8213
|
pa as ContractsPageResultToJSONTyped,
|
|
8190
|
-
|
|
8214
|
+
ze as ContractsPageSortProperty,
|
|
8191
8215
|
ra as ContractsPageSortPropertyFromJSON,
|
|
8192
8216
|
na as ContractsPageSortPropertyFromJSONTyped,
|
|
8193
8217
|
Ll as ContractsPageSortPropertyToJSON,
|
|
@@ -8200,28 +8224,28 @@ export {
|
|
|
8200
8224
|
Ta as DashboardDapsConfigFromJSONTyped,
|
|
8201
8225
|
Oa as DashboardDapsConfigToJSON,
|
|
8202
8226
|
Pa as DashboardDapsConfigToJSONTyped,
|
|
8203
|
-
|
|
8227
|
+
Na as DashboardPageFromJSON,
|
|
8204
8228
|
Da as DashboardPageFromJSONTyped,
|
|
8205
|
-
|
|
8229
|
+
Yl as DashboardPageToJSON,
|
|
8206
8230
|
Ia as DashboardPageToJSONTyped,
|
|
8207
8231
|
Ot as DashboardTransferAmountsFromJSON,
|
|
8208
8232
|
wa as DashboardTransferAmountsFromJSONTyped,
|
|
8209
8233
|
Pt as DashboardTransferAmountsToJSON,
|
|
8210
|
-
|
|
8211
|
-
|
|
8234
|
+
Ca as DashboardTransferAmountsToJSONTyped,
|
|
8235
|
+
Nf as DataOfferCreateRequestFromJSON,
|
|
8212
8236
|
ho as DataOfferCreateRequestFromJSONTyped,
|
|
8213
8237
|
So as DataOfferCreateRequestToJSON,
|
|
8214
8238
|
To as DataOfferCreateRequestToJSONTyped,
|
|
8215
8239
|
$e as DataOfferPublishType,
|
|
8216
|
-
|
|
8217
|
-
|
|
8240
|
+
ba as DataOfferPublishTypeFromJSON,
|
|
8241
|
+
Aa as DataOfferPublishTypeFromJSONTyped,
|
|
8218
8242
|
Xl as DataOfferPublishTypeToJSON,
|
|
8219
8243
|
jl as DataOfferPublishTypeToJSONTyped,
|
|
8220
8244
|
_e as DataSourceAvailability,
|
|
8221
8245
|
Rt as DataSourceAvailabilityFromJSON,
|
|
8222
8246
|
hr as DataSourceAvailabilityFromJSONTyped,
|
|
8223
|
-
|
|
8224
|
-
|
|
8247
|
+
Mu as DataSourceAvailabilityToJSON,
|
|
8248
|
+
Bu as DataSourceAvailabilityToJSONTyped,
|
|
8225
8249
|
Qe as DataSourceType,
|
|
8226
8250
|
_a as DataSourceTypeFromJSON,
|
|
8227
8251
|
Ja as DataSourceTypeFromJSONTyped,
|
|
@@ -8235,16 +8259,16 @@ export {
|
|
|
8235
8259
|
Sc as EnterpriseEditionApi,
|
|
8236
8260
|
dr as FetchError,
|
|
8237
8261
|
Xe as IdAvailabilityResponseFromJSON,
|
|
8238
|
-
|
|
8239
|
-
|
|
8240
|
-
|
|
8241
|
-
|
|
8262
|
+
Co as IdAvailabilityResponseFromJSONTyped,
|
|
8263
|
+
Af as IdAvailabilityResponseToJSON,
|
|
8264
|
+
No as IdAvailabilityResponseToJSONTyped,
|
|
8265
|
+
C as IdResponseDtoFromJSON,
|
|
8242
8266
|
Do as IdResponseDtoFromJSONTyped,
|
|
8243
8267
|
Jf as IdResponseDtoToJSON,
|
|
8244
8268
|
Io as IdResponseDtoToJSONTyped,
|
|
8245
8269
|
Uf as InitiateCustomTransferRequestFromJSON,
|
|
8246
|
-
|
|
8247
|
-
|
|
8270
|
+
bo as InitiateCustomTransferRequestFromJSONTyped,
|
|
8271
|
+
Ao as InitiateCustomTransferRequestToJSON,
|
|
8248
8272
|
_o as InitiateCustomTransferRequestToJSONTyped,
|
|
8249
8273
|
xf as InitiateTransferRequestFromJSON,
|
|
8250
8274
|
Jo as InitiateTransferRequestFromJSONTyped,
|
|
@@ -8257,13 +8281,13 @@ export {
|
|
|
8257
8281
|
Lo as KpiResultToJSONTyped,
|
|
8258
8282
|
Lf as NegotiateAllQueryFromJSON,
|
|
8259
8283
|
Ho as NegotiateAllQueryFromJSONTyped,
|
|
8260
|
-
|
|
8261
|
-
|
|
8284
|
+
Mo as NegotiateAllQueryToJSON,
|
|
8285
|
+
Bo as NegotiateAllQueryToJSONTyped,
|
|
8262
8286
|
Vo as NegotiateAllResultFromJSON,
|
|
8263
8287
|
Zo as NegotiateAllResultFromJSONTyped,
|
|
8264
|
-
|
|
8265
|
-
|
|
8266
|
-
|
|
8288
|
+
Mf as NegotiateAllResultToJSON,
|
|
8289
|
+
Go as NegotiateAllResultToJSONTyped,
|
|
8290
|
+
Be as OperatorDto,
|
|
8267
8291
|
Oi as OperatorDtoFromJSON,
|
|
8268
8292
|
Pi as OperatorDtoFromJSONTyped,
|
|
8269
8293
|
pl as OperatorDtoToJSON,
|
|
@@ -8271,16 +8295,16 @@ export {
|
|
|
8271
8295
|
Ut as PaginationRequestFromJSON,
|
|
8272
8296
|
wr as PaginationRequestFromJSONTyped,
|
|
8273
8297
|
Et as PaginationRequestToJSON,
|
|
8274
|
-
|
|
8275
|
-
|
|
8298
|
+
Cr as PaginationRequestToJSONTyped,
|
|
8299
|
+
vt as PaginationResultFromJSON,
|
|
8276
8300
|
xr as PaginationResultFromJSONTyped,
|
|
8277
|
-
|
|
8278
|
-
|
|
8301
|
+
kt as PaginationResultToJSON,
|
|
8302
|
+
vr as PaginationResultToJSONTyped,
|
|
8279
8303
|
Vf as PolicyDefinitionCreateDtoFromJSON,
|
|
8280
|
-
|
|
8304
|
+
zo as PolicyDefinitionCreateDtoFromJSONTyped,
|
|
8281
8305
|
$o as PolicyDefinitionCreateDtoToJSON,
|
|
8282
8306
|
Qo as PolicyDefinitionCreateDtoToJSONTyped,
|
|
8283
|
-
|
|
8307
|
+
zf as PolicyDefinitionCreateRequestFromJSON,
|
|
8284
8308
|
jo as PolicyDefinitionCreateRequestFromJSONTyped,
|
|
8285
8309
|
es as PolicyDefinitionCreateRequestToJSON,
|
|
8286
8310
|
ts as PolicyDefinitionCreateRequestToJSONTyped,
|
|
@@ -8298,9 +8322,9 @@ export {
|
|
|
8298
8322
|
xt as SortByDirectionFromJSON,
|
|
8299
8323
|
Ir as SortByDirectionFromJSONTyped,
|
|
8300
8324
|
Ku as SortByDirectionToJSON,
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8325
|
+
Yu as SortByDirectionToJSONTyped,
|
|
8326
|
+
br as SortByRequestAssetsPageSortPropertyFromJSON,
|
|
8327
|
+
Ar as SortByRequestAssetsPageSortPropertyFromJSONTyped,
|
|
8304
8328
|
_r as SortByRequestAssetsPageSortPropertyToJSON,
|
|
8305
8329
|
Jr as SortByRequestAssetsPageSortPropertyToJSONTyped,
|
|
8306
8330
|
ia as SortByRequestContractsPageSortPropertyFromJSON,
|
|
@@ -8317,10 +8341,10 @@ export {
|
|
|
8317
8341
|
Xf as TransferHistoryPageToJSON,
|
|
8318
8342
|
ys as TransferHistoryPageToJSONTyped,
|
|
8319
8343
|
qe as TransferProcessSimplifiedState,
|
|
8320
|
-
|
|
8321
|
-
|
|
8344
|
+
Mn as TransferProcessSimplifiedStateFromJSON,
|
|
8345
|
+
Bn as TransferProcessSimplifiedStateFromJSONTyped,
|
|
8322
8346
|
Zd as TransferProcessSimplifiedStateToJSON,
|
|
8323
|
-
|
|
8347
|
+
Gd as TransferProcessSimplifiedStateToJSONTyped,
|
|
8324
8348
|
lt as TransferProcessStateFromJSON,
|
|
8325
8349
|
Vn as TransferProcessStateFromJSONTyped,
|
|
8326
8350
|
gs as TransferProcessStateResultFromJSON,
|
|
@@ -8331,8 +8355,8 @@ export {
|
|
|
8331
8355
|
Zn as TransferProcessStateToJSONTyped,
|
|
8332
8356
|
Eo as TransferProcessStatesDtoFromJSON,
|
|
8333
8357
|
xo as TransferProcessStatesDtoFromJSONTyped,
|
|
8334
|
-
|
|
8335
|
-
|
|
8358
|
+
vo as TransferProcessStatesDtoToJSON,
|
|
8359
|
+
ko as TransferProcessStatesDtoToJSONTyped,
|
|
8336
8360
|
Tc as UIApi,
|
|
8337
8361
|
mo as UiAssetCreateRequestFromJSON,
|
|
8338
8362
|
yo as UiAssetCreateRequestFromJSONTyped,
|
|
@@ -8346,21 +8370,21 @@ export {
|
|
|
8346
8370
|
gi as UiAssetExtForSphinxFromJSONTyped,
|
|
8347
8371
|
yt as UiAssetExtForSphinxToJSON,
|
|
8348
8372
|
hi as UiAssetExtForSphinxToJSONTyped,
|
|
8349
|
-
|
|
8373
|
+
z as UiAssetFromJSON,
|
|
8350
8374
|
Si as UiAssetFromJSONTyped,
|
|
8351
8375
|
gt as UiAssetToJSON,
|
|
8352
8376
|
Ti as UiAssetToJSONTyped,
|
|
8353
8377
|
je as UiConfigFeature,
|
|
8354
8378
|
ws as UiConfigFeatureFromJSON,
|
|
8355
|
-
|
|
8356
|
-
|
|
8379
|
+
Cs as UiConfigFeatureFromJSONTyped,
|
|
8380
|
+
Ns as UiConfigFeatureToJSON,
|
|
8357
8381
|
ip as UiConfigFeatureToJSONTyped,
|
|
8358
8382
|
_s as UiConfigFromJSON,
|
|
8359
8383
|
Js as UiConfigFromJSONTyped,
|
|
8360
8384
|
Ds as UiConfigPreconfiguredCounterpartyFromJSON,
|
|
8361
8385
|
Is as UiConfigPreconfiguredCounterpartyFromJSONTyped,
|
|
8362
|
-
|
|
8363
|
-
|
|
8386
|
+
bs as UiConfigPreconfiguredCounterpartyToJSON,
|
|
8387
|
+
As as UiConfigPreconfiguredCounterpartyToJSONTyped,
|
|
8364
8388
|
sp as UiConfigToJSON,
|
|
8365
8389
|
Rs as UiConfigToJSONTyped,
|
|
8366
8390
|
wt as UiContractNegotiationFromJSON,
|
|
@@ -8368,20 +8392,20 @@ export {
|
|
|
8368
8392
|
up as UiContractNegotiationToJSON,
|
|
8369
8393
|
Es as UiContractNegotiationToJSONTyped,
|
|
8370
8394
|
xs as UiContractOfferFromJSON,
|
|
8371
|
-
|
|
8372
|
-
|
|
8395
|
+
vs as UiContractOfferFromJSONTyped,
|
|
8396
|
+
ks as UiContractOfferToJSON,
|
|
8373
8397
|
Fs as UiContractOfferToJSONTyped,
|
|
8374
8398
|
Lt as UiCriterionFromJSON,
|
|
8375
8399
|
ni as UiCriterionFromJSONTyped,
|
|
8376
|
-
|
|
8400
|
+
Wn as UiCriterionLiteralFromJSON,
|
|
8377
8401
|
Xn as UiCriterionLiteralFromJSONTyped,
|
|
8378
8402
|
jn as UiCriterionLiteralToJSON,
|
|
8379
8403
|
ei as UiCriterionLiteralToJSONTyped,
|
|
8380
8404
|
Le as UiCriterionLiteralType,
|
|
8381
8405
|
Kn as UiCriterionLiteralTypeFromJSON,
|
|
8382
|
-
|
|
8406
|
+
Yn as UiCriterionLiteralTypeFromJSONTyped,
|
|
8383
8407
|
Kd as UiCriterionLiteralTypeToJSON,
|
|
8384
|
-
|
|
8408
|
+
Yd as UiCriterionLiteralTypeToJSONTyped,
|
|
8385
8409
|
He as UiCriterionOperator,
|
|
8386
8410
|
ti as UiCriterionOperatorFromJSON,
|
|
8387
8411
|
ri as UiCriterionOperatorFromJSONTyped,
|
|
@@ -8397,11 +8421,11 @@ export {
|
|
|
8397
8421
|
Ks as UiDataSinkHttpDataPushFromJSONTyped,
|
|
8398
8422
|
et as UiDataSinkHttpDataPushMethod,
|
|
8399
8423
|
Hs as UiDataSinkHttpDataPushMethodFromJSON,
|
|
8400
|
-
|
|
8424
|
+
Ms as UiDataSinkHttpDataPushMethodFromJSONTyped,
|
|
8401
8425
|
mp as UiDataSinkHttpDataPushMethodToJSON,
|
|
8402
8426
|
yp as UiDataSinkHttpDataPushMethodToJSONTyped,
|
|
8403
|
-
|
|
8404
|
-
|
|
8427
|
+
Ys as UiDataSinkHttpDataPushToJSON,
|
|
8428
|
+
Ws as UiDataSinkHttpDataPushToJSONTyped,
|
|
8405
8429
|
$t as UiDataSourceFromJSON,
|
|
8406
8430
|
fo as UiDataSourceFromJSONTyped,
|
|
8407
8431
|
no as UiDataSourceHttpDataFromJSON,
|
|
@@ -8423,42 +8447,42 @@ export {
|
|
|
8423
8447
|
Ea as UiHttpAuthApiKeyFromJSONTyped,
|
|
8424
8448
|
Zt as UiHttpAuthApiKeyToJSON,
|
|
8425
8449
|
xa as UiHttpAuthApiKeyToJSONTyped,
|
|
8426
|
-
|
|
8427
|
-
|
|
8428
|
-
|
|
8429
|
-
|
|
8450
|
+
Gt as UiHttpAuthBasicFromJSON,
|
|
8451
|
+
va as UiHttpAuthBasicFromJSONTyped,
|
|
8452
|
+
zt as UiHttpAuthBasicToJSON,
|
|
8453
|
+
ka as UiHttpAuthBasicToJSONTyped,
|
|
8430
8454
|
ja as UiHttpAuthFromJSON,
|
|
8431
8455
|
eo as UiHttpAuthFromJSONTyped,
|
|
8432
8456
|
$a as UiHttpAuthOauth2FromJSON,
|
|
8433
8457
|
Qa as UiHttpAuthOauth2FromJSONTyped,
|
|
8434
8458
|
Ka as UiHttpAuthOauth2ToJSON,
|
|
8435
|
-
|
|
8459
|
+
Ya as UiHttpAuthOauth2ToJSONTyped,
|
|
8436
8460
|
to as UiHttpAuthToJSON,
|
|
8437
8461
|
ro as UiHttpAuthToJSONTyped,
|
|
8438
|
-
|
|
8439
|
-
|
|
8462
|
+
We as UiHttpAuthType,
|
|
8463
|
+
Wa as UiHttpAuthTypeFromJSON,
|
|
8440
8464
|
Xa as UiHttpAuthTypeFromJSONTyped,
|
|
8441
8465
|
gf as UiHttpAuthTypeToJSON,
|
|
8442
8466
|
hf as UiHttpAuthTypeToJSONTyped,
|
|
8443
|
-
|
|
8467
|
+
Ye as UiHttpOauth2AuthType,
|
|
8444
8468
|
Fa as UiHttpOauth2AuthTypeFromJSON,
|
|
8445
8469
|
qa as UiHttpOauth2AuthTypeFromJSONTyped,
|
|
8446
8470
|
df as UiHttpOauth2AuthTypeToJSON,
|
|
8447
8471
|
lf as UiHttpOauth2AuthTypeToJSONTyped,
|
|
8448
8472
|
La as UiHttpOauth2PrivateKeyAuthorizationFromJSON,
|
|
8449
8473
|
Ha as UiHttpOauth2PrivateKeyAuthorizationFromJSONTyped,
|
|
8450
|
-
|
|
8451
|
-
|
|
8474
|
+
Ma as UiHttpOauth2PrivateKeyAuthorizationToJSON,
|
|
8475
|
+
Ba as UiHttpOauth2PrivateKeyAuthorizationToJSONTyped,
|
|
8452
8476
|
Va as UiHttpOauth2SharedSecretAuthorizationFromJSON,
|
|
8453
8477
|
Za as UiHttpOauth2SharedSecretAuthorizationFromJSONTyped,
|
|
8454
|
-
|
|
8455
|
-
|
|
8478
|
+
Ga as UiHttpOauth2SharedSecretAuthorizationToJSON,
|
|
8479
|
+
za as UiHttpOauth2SharedSecretAuthorizationToJSONTyped,
|
|
8456
8480
|
Zs as UiHttpPushAuthFromJSON,
|
|
8457
|
-
|
|
8458
|
-
|
|
8481
|
+
Gs as UiHttpPushAuthFromJSONTyped,
|
|
8482
|
+
zs as UiHttpPushAuthToJSON,
|
|
8459
8483
|
$s as UiHttpPushAuthToJSONTyped,
|
|
8460
8484
|
tt as UiHttpPushAuthType,
|
|
8461
|
-
|
|
8485
|
+
Bs as UiHttpPushAuthTypeFromJSON,
|
|
8462
8486
|
Vs as UiHttpPushAuthTypeFromJSONTyped,
|
|
8463
8487
|
hp as UiHttpPushAuthTypeToJSON,
|
|
8464
8488
|
Sp as UiHttpPushAuthTypeToJSONTyped,
|
|
@@ -8470,39 +8494,39 @@ export {
|
|
|
8470
8494
|
Xs as UiInitiateTransferTypeFromJSON,
|
|
8471
8495
|
js as UiInitiateTransferTypeFromJSONTyped,
|
|
8472
8496
|
wp as UiInitiateTransferTypeToJSON,
|
|
8473
|
-
|
|
8474
|
-
|
|
8475
|
-
|
|
8476
|
-
|
|
8497
|
+
Cp as UiInitiateTransferTypeToJSONTyped,
|
|
8498
|
+
Mt as UiPolicyConstraintFromJSON,
|
|
8499
|
+
Ai as UiPolicyConstraintFromJSONTyped,
|
|
8500
|
+
Bt as UiPolicyConstraintToJSON,
|
|
8477
8501
|
_i as UiPolicyConstraintToJSONTyped,
|
|
8478
8502
|
Ko as UiPolicyCreateRequestFromJSON,
|
|
8479
|
-
|
|
8480
|
-
|
|
8503
|
+
Yo as UiPolicyCreateRequestFromJSONTyped,
|
|
8504
|
+
Wo as UiPolicyCreateRequestToJSON,
|
|
8481
8505
|
Xo as UiPolicyCreateRequestToJSONTyped,
|
|
8482
8506
|
we as UiPolicyExpressionFromJSON,
|
|
8483
8507
|
Ui as UiPolicyExpressionFromJSONTyped,
|
|
8484
|
-
|
|
8508
|
+
Ce as UiPolicyExpressionToJSON,
|
|
8485
8509
|
Ei as UiPolicyExpressionToJSONTyped,
|
|
8486
8510
|
Ze as UiPolicyExpressionType,
|
|
8487
8511
|
Ji as UiPolicyExpressionTypeFromJSON,
|
|
8488
8512
|
Ri as UiPolicyExpressionTypeFromJSONTyped,
|
|
8489
8513
|
Pl as UiPolicyExpressionTypeToJSON,
|
|
8490
8514
|
wl as UiPolicyExpressionTypeToJSONTyped,
|
|
8491
|
-
|
|
8515
|
+
Ne as UiPolicyFromJSON,
|
|
8492
8516
|
xi as UiPolicyFromJSONTyped,
|
|
8493
|
-
|
|
8517
|
+
Ni as UiPolicyLiteralFromJSON,
|
|
8494
8518
|
Di as UiPolicyLiteralFromJSONTyped,
|
|
8495
8519
|
Ii as UiPolicyLiteralToJSON,
|
|
8496
|
-
|
|
8520
|
+
bi as UiPolicyLiteralToJSONTyped,
|
|
8497
8521
|
Ve as UiPolicyLiteralType,
|
|
8498
8522
|
wi as UiPolicyLiteralTypeFromJSON,
|
|
8499
|
-
|
|
8523
|
+
Ci as UiPolicyLiteralTypeFromJSONTyped,
|
|
8500
8524
|
gl as UiPolicyLiteralTypeToJSON,
|
|
8501
8525
|
hl as UiPolicyLiteralTypeToJSONTyped,
|
|
8502
8526
|
De as UiPolicyToJSON,
|
|
8503
|
-
|
|
8527
|
+
vi as UiPolicyToJSONTyped,
|
|
8504
8528
|
Oc as UseCaseApi,
|
|
8505
|
-
|
|
8529
|
+
bp as VaultSecretCreateSubmitFromJSON,
|
|
8506
8530
|
nc as VaultSecretCreateSubmitFromJSONTyped,
|
|
8507
8531
|
ic as VaultSecretCreateSubmitToJSON,
|
|
8508
8532
|
ac as VaultSecretCreateSubmitToJSONTyped,
|
|
@@ -8518,20 +8542,20 @@ export {
|
|
|
8518
8542
|
pc as VaultSecretListPageEntryFromJSONTyped,
|
|
8519
8543
|
Ep as VaultSecretListPageEntryToJSON,
|
|
8520
8544
|
mc as VaultSecretListPageEntryToJSONTyped,
|
|
8521
|
-
|
|
8545
|
+
vp as VaultSecretQueryFromJSON,
|
|
8522
8546
|
yc as VaultSecretQueryFromJSONTyped,
|
|
8523
8547
|
gc as VaultSecretQueryToJSON,
|
|
8524
8548
|
hc as VaultSecretQueryToJSONTyped,
|
|
8525
8549
|
lr as VoidApiResponse,
|
|
8526
|
-
|
|
8550
|
+
kp as buildEdcClient,
|
|
8527
8551
|
xu as canConsumeForm,
|
|
8528
8552
|
Uu as exists,
|
|
8529
8553
|
Lu as instanceOfAssetFilterConstraint,
|
|
8530
|
-
|
|
8554
|
+
ku as instanceOfAssetFilterConstraintOperator,
|
|
8531
8555
|
Vu as instanceOfAssetsPageEntry,
|
|
8532
8556
|
Xu as instanceOfAssetsPageRequest,
|
|
8533
8557
|
td as instanceOfAssetsPageResult,
|
|
8534
|
-
|
|
8558
|
+
Gu as instanceOfAssetsPageSortProperty,
|
|
8535
8559
|
nd as instanceOfBuildInfo,
|
|
8536
8560
|
ad as instanceOfBusinessPartnerGroupCreateSubmit,
|
|
8537
8561
|
sd as instanceOfBusinessPartnerGroupEditPage,
|
|
@@ -8547,58 +8571,58 @@ export {
|
|
|
8547
8571
|
Id as instanceOfCatalogQuery,
|
|
8548
8572
|
Ud as instanceOfCatalogQueryV2,
|
|
8549
8573
|
Rd as instanceOfCatalogSortBy,
|
|
8550
|
-
|
|
8574
|
+
Ad as instanceOfCatalogSortByDirection,
|
|
8551
8575
|
xd as instanceOfConnectorLimits,
|
|
8552
|
-
|
|
8553
|
-
|
|
8576
|
+
kd as instanceOfContractAgreementDirection,
|
|
8577
|
+
Bd as instanceOfContractAgreementTerminationInfo,
|
|
8554
8578
|
$d as instanceOfContractAgreementTransferProcess,
|
|
8555
8579
|
rl as instanceOfContractDefinitionEntry,
|
|
8556
8580
|
nl as instanceOfContractDefinitionPage,
|
|
8557
8581
|
al as instanceOfContractDefinitionRequest,
|
|
8558
8582
|
Dl as instanceOfContractDetailPageResult,
|
|
8559
|
-
|
|
8583
|
+
bl as instanceOfContractNegotiationRequest,
|
|
8560
8584
|
_l as instanceOfContractNegotiationSimplifiedState,
|
|
8561
8585
|
Ul as instanceOfContractNegotiationState,
|
|
8562
8586
|
El as instanceOfContractNegotiationStateResult,
|
|
8563
8587
|
Ld as instanceOfContractTerminatedBy,
|
|
8564
|
-
|
|
8588
|
+
vl as instanceOfContractTerminationRequest,
|
|
8565
8589
|
sl as instanceOfContractTerminationStatus,
|
|
8566
8590
|
Fl as instanceOfContractsPageEntry,
|
|
8567
|
-
|
|
8591
|
+
Bl as instanceOfContractsPageRequest,
|
|
8568
8592
|
Zl as instanceOfContractsPageResult,
|
|
8569
8593
|
ql as instanceOfContractsPageSortProperty,
|
|
8570
|
-
|
|
8594
|
+
zl as instanceOfDashboardCxDidConfig,
|
|
8571
8595
|
$l as instanceOfDashboardDapsConfig,
|
|
8572
8596
|
Kl as instanceOfDashboardPage,
|
|
8573
8597
|
Ql as instanceOfDashboardTransferAmounts,
|
|
8574
|
-
|
|
8575
|
-
|
|
8598
|
+
Cf as instanceOfDataOfferCreateRequest,
|
|
8599
|
+
Wl as instanceOfDataOfferPublishType,
|
|
8576
8600
|
Hu as instanceOfDataSourceAvailability,
|
|
8577
8601
|
ef as instanceOfDataSourceType,
|
|
8578
8602
|
Df as instanceOfEdrDto,
|
|
8579
|
-
|
|
8603
|
+
bf as instanceOfIdAvailabilityResponse,
|
|
8580
8604
|
_f as instanceOfIdResponseDto,
|
|
8581
8605
|
Rf as instanceOfInitiateCustomTransferRequest,
|
|
8582
8606
|
Ef as instanceOfInitiateTransferRequest,
|
|
8583
|
-
|
|
8607
|
+
kf as instanceOfKpiResult,
|
|
8584
8608
|
qf as instanceOfNegotiateAllQuery,
|
|
8585
8609
|
Hf as instanceOfNegotiateAllResult,
|
|
8586
8610
|
fl as instanceOfOperatorDto,
|
|
8587
8611
|
Zu as instanceOfPaginationRequest,
|
|
8588
8612
|
ed as instanceOfPaginationResult,
|
|
8589
|
-
|
|
8590
|
-
|
|
8613
|
+
Bf as instanceOfPolicyDefinitionCreateDto,
|
|
8614
|
+
Gf as instanceOfPolicyDefinitionCreateRequest,
|
|
8591
8615
|
$f as instanceOfPolicyDefinitionDto,
|
|
8592
8616
|
Qf as instanceOfPolicyDefinitionPage,
|
|
8593
8617
|
Qu as instanceOfSortByDirection,
|
|
8594
|
-
|
|
8595
|
-
|
|
8596
|
-
|
|
8597
|
-
|
|
8618
|
+
Wu as instanceOfSortByRequestAssetsPageSortProperty,
|
|
8619
|
+
Ml as instanceOfSortByRequestContractsPageSortProperty,
|
|
8620
|
+
Yf as instanceOfTransferHistoryEntry,
|
|
8621
|
+
Wf as instanceOfTransferHistoryPage,
|
|
8598
8622
|
Vd as instanceOfTransferProcessSimplifiedState,
|
|
8599
|
-
|
|
8623
|
+
zd as instanceOfTransferProcessState,
|
|
8600
8624
|
jf as instanceOfTransferProcessStateResult,
|
|
8601
|
-
|
|
8625
|
+
vf as instanceOfTransferProcessStatesDto,
|
|
8602
8626
|
ll as instanceOfUiAsset,
|
|
8603
8627
|
wf as instanceOfUiAssetCreateRequest,
|
|
8604
8628
|
tp as instanceOfUiAssetEditRequest,
|
|
@@ -8609,7 +8633,7 @@ export {
|
|
|
8609
8633
|
cp as instanceOfUiContractNegotiation,
|
|
8610
8634
|
dp as instanceOfUiContractOffer,
|
|
8611
8635
|
tl as instanceOfUiCriterion,
|
|
8612
|
-
|
|
8636
|
+
Wd as instanceOfUiCriterionLiteral,
|
|
8613
8637
|
Qd as instanceOfUiCriterionLiteralType,
|
|
8614
8638
|
Xd as instanceOfUiCriterionOperator,
|
|
8615
8639
|
lp as instanceOfUiDataOffer,
|
|
@@ -8629,21 +8653,21 @@ export {
|
|
|
8629
8653
|
pf as instanceOfUiHttpOauth2SharedSecretAuthorization,
|
|
8630
8654
|
Tp as instanceOfUiHttpPushAuth,
|
|
8631
8655
|
gp as instanceOfUiHttpPushAuthType,
|
|
8632
|
-
|
|
8656
|
+
Np as instanceOfUiInitiateTransferRequest,
|
|
8633
8657
|
Pp as instanceOfUiInitiateTransferType,
|
|
8634
|
-
|
|
8658
|
+
Nl as instanceOfUiPolicy,
|
|
8635
8659
|
Tl as instanceOfUiPolicyConstraint,
|
|
8636
8660
|
Zf as instanceOfUiPolicyCreateRequest,
|
|
8637
|
-
|
|
8661
|
+
Cl as instanceOfUiPolicyExpression,
|
|
8638
8662
|
Ol as instanceOfUiPolicyExpressionType,
|
|
8639
8663
|
Sl as instanceOfUiPolicyLiteral,
|
|
8640
8664
|
yl as instanceOfUiPolicyLiteralType,
|
|
8641
8665
|
Ip as instanceOfVaultSecretCreateSubmit,
|
|
8642
|
-
|
|
8666
|
+
Ap as instanceOfVaultSecretEditPage,
|
|
8643
8667
|
Jp as instanceOfVaultSecretEditSubmit,
|
|
8644
8668
|
Up as instanceOfVaultSecretListPageEntry,
|
|
8645
8669
|
xp as instanceOfVaultSecretQuery,
|
|
8646
8670
|
Eu as mapValues,
|
|
8647
|
-
|
|
8671
|
+
bt as querystring
|
|
8648
8672
|
};
|
|
8649
8673
|
//# sourceMappingURL=sovity-edc-client.js.map
|