@sovity.de/edc-client 11.0.0 → 12.0.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.
@@ -1,11 +1,11 @@
1
1
  var vt = Object.defineProperty;
2
- var Nt = (e, t, r) => t in e ? vt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
3
- var x = (e, t, r) => (Nt(e, typeof t != "symbol" ? t + "" : t, r), r);
4
- const It = "https://my-connector/api/management".replace(
2
+ var It = (e, t, r) => t in e ? vt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
3
+ var x = (e, t, r) => It(e, typeof t != "symbol" ? t + "" : t, r);
4
+ const bt = "https://my-connector/api/management".replace(
5
5
  /\/+$/,
6
6
  ""
7
7
  );
8
- class nt {
8
+ class it {
9
9
  constructor(t = {}) {
10
10
  this.configuration = t;
11
11
  }
@@ -13,7 +13,7 @@ class nt {
13
13
  this.configuration = t;
14
14
  }
15
15
  get basePath() {
16
- return this.configuration.basePath != null ? this.configuration.basePath : It;
16
+ return this.configuration.basePath != null ? this.configuration.basePath : bt;
17
17
  }
18
18
  get fetchApi() {
19
19
  return this.configuration.fetchApi;
@@ -22,7 +22,7 @@ class nt {
22
22
  return this.configuration.middleware || [];
23
23
  }
24
24
  get queryParamsStringify() {
25
- return this.configuration.queryParamsStringify || it;
25
+ return this.configuration.queryParamsStringify || at;
26
26
  }
27
27
  get username() {
28
28
  return this.configuration.username;
@@ -47,8 +47,8 @@ class nt {
47
47
  return this.configuration.credentials;
48
48
  }
49
49
  }
50
- const bt = new nt(), Se = class Se {
51
- constructor(t = bt) {
50
+ const At = new it(), Se = class Se {
51
+ constructor(t = At) {
52
52
  x(this, "middleware");
53
53
  x(this, "fetchApi", async (t, r) => {
54
54
  let n = { url: t, init: r };
@@ -147,7 +147,7 @@ const bt = new nt(), Se = class Se {
147
147
  })
148
148
  };
149
149
  let f;
150
- xt(s.body) || s.body instanceof URLSearchParams || At(s.body) ? f = s.body : this.isJsonMime(i["Content-Type"]) ? f = JSON.stringify(s.body) : f = s.body;
150
+ Ut(s.body) || s.body instanceof URLSearchParams || xt(s.body) ? f = s.body : this.isJsonMime(i["Content-Type"]) ? f = JSON.stringify(s.body) : f = s.body;
151
151
  const u = {
152
152
  ...s,
153
153
  body: f
@@ -168,10 +168,10 @@ x(Se, "jsonRegex", new RegExp(
168
168
  "i"
169
169
  ));
170
170
  let K = Se;
171
- function At(e) {
171
+ function xt(e) {
172
172
  return typeof Blob < "u" && e instanceof Blob;
173
173
  }
174
- function xt(e) {
174
+ function Ut(e) {
175
175
  return typeof FormData < "u" && e instanceof FormData;
176
176
  }
177
177
  class Rt extends Error {
@@ -195,16 +195,16 @@ class D extends Error {
195
195
  this.field = r;
196
196
  }
197
197
  }
198
- const No = {
198
+ const qo = {
199
199
  csv: ",",
200
200
  ssv: " ",
201
201
  tsv: " ",
202
202
  pipes: "|"
203
203
  };
204
- function it(e, t = "") {
205
- return Object.keys(e).map((r) => at(r, e[r], t)).filter((r) => r.length > 0).join("&");
204
+ function at(e, t = "") {
205
+ return Object.keys(e).map((r) => ot(r, e[r], t)).filter((r) => r.length > 0).join("&");
206
206
  }
207
- function at(e, t, r = "") {
207
+ function ot(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,25 +212,25 @@ function at(e, t, r = "") {
212
212
  }
213
213
  if (t instanceof Set) {
214
214
  const i = Array.from(t);
215
- return at(e, i, r);
215
+ return ot(e, i, r);
216
216
  }
217
217
  return t instanceof Date ? `${encodeURIComponent(n)}=${encodeURIComponent(
218
218
  t.toISOString()
219
- )}` : t instanceof Object ? it(t, n) : `${encodeURIComponent(n)}=${encodeURIComponent(
219
+ )}` : t instanceof Object ? at(t, n) : `${encodeURIComponent(n)}=${encodeURIComponent(
220
220
  String(t)
221
221
  )}`;
222
222
  }
223
- function Io(e, t) {
223
+ function Lo(e, t) {
224
224
  const r = e[t];
225
225
  return r != null;
226
226
  }
227
- function bo(e, t) {
227
+ function Mo(e, t) {
228
228
  return Object.keys(e).reduce(
229
229
  (r, n) => ({ ...r, [n]: t(e[n]) }),
230
230
  {}
231
231
  );
232
232
  }
233
- function Ao(e) {
233
+ function Zo(e) {
234
234
  for (const t of e)
235
235
  if (t.contentType === "multipart/form-data")
236
236
  return !0;
@@ -244,14 +244,14 @@ class S {
244
244
  return this.transformer(await this.raw.json());
245
245
  }
246
246
  }
247
- class Ut {
247
+ class kt {
248
248
  constructor(t) {
249
249
  this.raw = t;
250
250
  }
251
251
  async value() {
252
252
  }
253
253
  }
254
- class xo {
254
+ class Vo {
255
255
  constructor(t) {
256
256
  this.raw = t;
257
257
  }
@@ -259,7 +259,7 @@ class xo {
259
259
  return await this.raw.blob();
260
260
  }
261
261
  }
262
- class kt {
262
+ class Et {
263
263
  constructor(t) {
264
264
  this.raw = t;
265
265
  }
@@ -271,33 +271,33 @@ const _e = {
271
271
  Live: "LIVE",
272
272
  OnRequest: "ON_REQUEST"
273
273
  };
274
- function Ro(e) {
274
+ function Ho(e) {
275
275
  for (const t in _e)
276
276
  if (Object.prototype.hasOwnProperty.call(_e, t) && _e[t] === e)
277
277
  return !0;
278
278
  return !1;
279
279
  }
280
- function Et(e) {
280
+ function Ft(e) {
281
281
  return qt(e);
282
282
  }
283
283
  function qt(e, t) {
284
284
  return e;
285
285
  }
286
- function Jo(e) {
286
+ function $o(e) {
287
287
  return e;
288
288
  }
289
- function Uo(e, t) {
289
+ function zo(e, t) {
290
290
  return e;
291
291
  }
292
- function ko(e) {
292
+ function Bo(e) {
293
293
  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);
294
294
  }
295
- function Oe(e) {
295
+ function Ce(e) {
296
296
  return Lt(e);
297
297
  }
298
298
  function Lt(e, t) {
299
299
  return e == null ? e : {
300
- dataSourceAvailability: Et(
300
+ dataSourceAvailability: Ft(
301
301
  e.dataSourceAvailability
302
302
  ),
303
303
  assetId: e.assetId,
@@ -343,10 +343,10 @@ function Lt(e, t) {
343
343
  privateCustomJsonLdAsString: e.privateCustomJsonLdAsString == null ? void 0 : e.privateCustomJsonLdAsString
344
344
  };
345
345
  }
346
- function Ge(e) {
347
- return Ft(e, !1);
346
+ function Qe(e) {
347
+ return Mt(e, !1);
348
348
  }
349
- function Ft(e, t = !1) {
349
+ function Mt(e, t = !1) {
350
350
  return e == null ? e : {
351
351
  dataSourceAvailability: e.dataSourceAvailability,
352
352
  assetId: e.assetId,
@@ -392,194 +392,194 @@ function Ft(e, t = !1) {
392
392
  privateCustomJsonLdAsString: e.privateCustomJsonLdAsString
393
393
  };
394
394
  }
395
- function Eo(e) {
395
+ function Go(e) {
396
396
  return !(!("assets" in e) || e.assets === void 0);
397
397
  }
398
- function Mt(e) {
399
- return Zt(e);
398
+ function Zt(e) {
399
+ return Vt(e);
400
400
  }
401
- function Zt(e, t) {
401
+ function Vt(e, t) {
402
402
  return e == null ? e : {
403
- assets: e.assets.map(Oe)
403
+ assets: e.assets.map(Ce)
404
404
  };
405
405
  }
406
- function qo(e) {
407
- return Vt(e, !1);
406
+ function Qo(e) {
407
+ return Ht(e, !1);
408
408
  }
409
- function Vt(e, t = !1) {
409
+ function Ht(e, t = !1) {
410
410
  return e == null ? e : {
411
- assets: e.assets.map(Ge)
411
+ assets: e.assets.map(Qe)
412
412
  };
413
413
  }
414
- function Lo(e) {
414
+ function Ko(e) {
415
415
  return !(!("buildDate" in e) || e.buildDate === void 0 || !("buildVersion" in e) || e.buildVersion === void 0);
416
416
  }
417
- function Ht(e) {
418
- return $t(e);
417
+ function $t(e) {
418
+ return zt(e);
419
419
  }
420
- function $t(e, t) {
420
+ function zt(e, t) {
421
421
  return e == null ? e : {
422
422
  buildDate: e.buildDate,
423
423
  buildVersion: e.buildVersion
424
424
  };
425
425
  }
426
- function Fo(e) {
427
- return zt(e, !1);
426
+ function Wo(e) {
427
+ return Bt(e, !1);
428
428
  }
429
- function zt(e, t = !1) {
429
+ function Bt(e, t = !1) {
430
430
  return e == null ? e : {
431
431
  buildDate: e.buildDate,
432
432
  buildVersion: e.buildVersion
433
433
  };
434
434
  }
435
- const ve = {
435
+ const Ne = {
436
436
  Value: "VALUE",
437
437
  ValueList: "VALUE_LIST"
438
438
  };
439
- function Mo(e) {
440
- for (const t in ve)
439
+ function Yo(e) {
440
+ for (const t in Ne)
441
441
  if (Object.prototype.hasOwnProperty.call(
442
- ve,
442
+ Ne,
443
443
  t
444
- ) && ve[t] === e)
444
+ ) && Ne[t] === e)
445
445
  return !0;
446
446
  return !1;
447
447
  }
448
- function Bt(e) {
449
- return Gt(e);
448
+ function Gt(e) {
449
+ return Qt(e);
450
450
  }
451
- function Gt(e, t) {
451
+ function Qt(e, t) {
452
452
  return e;
453
453
  }
454
- function Zo(e) {
454
+ function Xo(e) {
455
455
  return e;
456
456
  }
457
- function Vo(e, t) {
457
+ function jo(e, t) {
458
458
  return e;
459
459
  }
460
- function Ho(e) {
460
+ function es(e) {
461
461
  return !0;
462
462
  }
463
- function Qt(e) {
464
- return Kt(e);
463
+ function Kt(e) {
464
+ return Wt(e);
465
465
  }
466
- function Kt(e, t) {
466
+ function Wt(e, t) {
467
467
  return e == null ? e : {
468
- type: e.type == null ? void 0 : Bt(e.type),
468
+ type: e.type == null ? void 0 : Gt(e.type),
469
469
  value: e.value == null ? void 0 : e.value,
470
470
  valueList: e.valueList == null ? void 0 : e.valueList
471
471
  };
472
472
  }
473
- function Wt(e) {
474
- return Yt(e, !1);
473
+ function Yt(e) {
474
+ return Xt(e, !1);
475
475
  }
476
- function Yt(e, t = !1) {
476
+ function Xt(e, t = !1) {
477
477
  return e == null ? e : {
478
478
  type: e.type,
479
479
  value: e.value,
480
480
  valueList: e.valueList
481
481
  };
482
482
  }
483
- const Ne = {
483
+ const ve = {
484
484
  Like: "LIKE",
485
485
  Eq: "EQ",
486
486
  In: "IN"
487
487
  };
488
- function $o(e) {
489
- for (const t in Ne)
488
+ function ts(e) {
489
+ for (const t in ve)
490
490
  if (Object.prototype.hasOwnProperty.call(
491
- Ne,
491
+ ve,
492
492
  t
493
- ) && Ne[t] === e)
493
+ ) && ve[t] === e)
494
494
  return !0;
495
495
  return !1;
496
496
  }
497
- function Xt(e) {
498
- return jt(e);
497
+ function jt(e) {
498
+ return er(e);
499
499
  }
500
- function jt(e, t) {
500
+ function er(e, t) {
501
501
  return e;
502
502
  }
503
- function zo(e) {
503
+ function rs(e) {
504
504
  return e;
505
505
  }
506
- function Bo(e, t) {
506
+ function ns(e, t) {
507
507
  return e;
508
508
  }
509
- function Go(e) {
509
+ function is(e) {
510
510
  return !(!("operandLeft" in e) || e.operandLeft === void 0 || !("operator" in e) || e.operator === void 0 || !("operandRight" in e) || e.operandRight === void 0);
511
511
  }
512
- function er(e) {
513
- return tr(e);
512
+ function tr(e) {
513
+ return rr(e);
514
514
  }
515
- function tr(e, t) {
515
+ function rr(e, t) {
516
516
  return e == null ? e : {
517
517
  operandLeft: e.operandLeft,
518
- operator: Xt(e.operator),
519
- operandRight: Qt(
518
+ operator: jt(e.operator),
519
+ operandRight: Kt(
520
520
  e.operandRight
521
521
  )
522
522
  };
523
523
  }
524
- function rr(e) {
525
- return nr(e, !1);
524
+ function nr(e) {
525
+ return ir(e, !1);
526
526
  }
527
- function nr(e, t = !1) {
527
+ function ir(e, t = !1) {
528
528
  return e == null ? e : {
529
529
  operandLeft: e.operandLeft,
530
530
  operator: e.operator,
531
- operandRight: Wt(
531
+ operandRight: Yt(
532
532
  e.operandRight
533
533
  )
534
534
  };
535
535
  }
536
- function Qo(e) {
536
+ function as(e) {
537
537
  return !(!("connectorEndpoint" in e) || e.connectorEndpoint === void 0);
538
538
  }
539
- function Ko(e) {
540
- return ir(e);
539
+ function os(e) {
540
+ return ar(e);
541
541
  }
542
- function ir(e, t) {
542
+ function ar(e, t) {
543
543
  return e == null ? e : {
544
544
  connectorEndpoint: e.connectorEndpoint,
545
545
  participantId: e.participantId == null ? void 0 : e.participantId,
546
546
  limit: e.limit == null ? void 0 : e.limit,
547
547
  offset: e.offset == null ? void 0 : e.offset,
548
548
  filterExpressions: e.filterExpressions == null ? void 0 : e.filterExpressions.map(
549
- er
549
+ tr
550
550
  )
551
551
  };
552
552
  }
553
- function ar(e) {
554
- return or(e, !1);
553
+ function or(e) {
554
+ return sr(e, !1);
555
555
  }
556
- function or(e, t = !1) {
556
+ function sr(e, t = !1) {
557
557
  return e == null ? e : {
558
558
  connectorEndpoint: e.connectorEndpoint,
559
559
  participantId: e.participantId,
560
560
  limit: e.limit,
561
561
  offset: e.offset,
562
562
  filterExpressions: e.filterExpressions == null ? void 0 : e.filterExpressions.map(
563
- rr
563
+ nr
564
564
  )
565
565
  };
566
566
  }
567
- function Wo(e) {
567
+ function ss(e) {
568
568
  return !(!("numActiveConsumingContractAgreements" in e) || e.numActiveConsumingContractAgreements === void 0);
569
569
  }
570
- function sr(e) {
571
- return cr(e);
570
+ function cr(e) {
571
+ return ur(e);
572
572
  }
573
- function cr(e, t) {
573
+ function ur(e, t) {
574
574
  return e == null ? e : {
575
575
  numActiveConsumingContractAgreements: e.numActiveConsumingContractAgreements,
576
576
  maxActiveConsumingContractAgreements: e.maxActiveConsumingContractAgreements == null ? void 0 : e.maxActiveConsumingContractAgreements
577
577
  };
578
578
  }
579
- function Yo(e) {
580
- return ur(e, !1);
579
+ function cs(e) {
580
+ return dr(e, !1);
581
581
  }
582
- function ur(e, t = !1) {
582
+ function dr(e, t = !1) {
583
583
  return e == null ? e : {
584
584
  numActiveConsumingContractAgreements: e.numActiveConsumingContractAgreements,
585
585
  maxActiveConsumingContractAgreements: e.maxActiveConsumingContractAgreements
@@ -589,7 +589,7 @@ const Ie = {
589
589
  Consuming: "CONSUMING",
590
590
  Providing: "PROVIDING"
591
591
  };
592
- function Xo(e) {
592
+ function us(e) {
593
593
  for (const t in Ie)
594
594
  if (Object.prototype.hasOwnProperty.call(
595
595
  Ie,
@@ -598,55 +598,55 @@ function Xo(e) {
598
598
  return !0;
599
599
  return !1;
600
600
  }
601
- function ot(e) {
602
- return dr(e);
601
+ function st(e) {
602
+ return lr(e);
603
603
  }
604
- function dr(e, t) {
604
+ function lr(e, t) {
605
605
  return e;
606
606
  }
607
- function jo(e) {
607
+ function ds(e) {
608
608
  return e;
609
609
  }
610
- function es(e, t) {
610
+ function ls(e, t) {
611
611
  return e;
612
612
  }
613
613
  const be = {
614
614
  Self: "SELF",
615
615
  Counterparty: "COUNTERPARTY"
616
616
  };
617
- function ts(e) {
617
+ function fs(e) {
618
618
  for (const t in be)
619
619
  if (Object.prototype.hasOwnProperty.call(be, t) && be[t] === e)
620
620
  return !0;
621
621
  return !1;
622
622
  }
623
- function lr(e) {
624
- return fr(e);
623
+ function fr(e) {
624
+ return pr(e);
625
625
  }
626
- function fr(e, t) {
626
+ function pr(e, t) {
627
627
  return e;
628
628
  }
629
- function rs(e) {
629
+ function ps(e) {
630
630
  return e;
631
631
  }
632
- function ns(e, t) {
632
+ function ms(e, t) {
633
633
  return e;
634
634
  }
635
- function is(e) {
635
+ function gs(e) {
636
636
  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);
637
637
  }
638
- function pr(e) {
639
- return mr(e);
638
+ function mr(e) {
639
+ return gr(e);
640
640
  }
641
- function mr(e, t) {
641
+ function gr(e, t) {
642
642
  return e == null ? e : {
643
643
  terminatedAt: new Date(e.terminatedAt),
644
644
  reason: e.reason,
645
645
  detail: e.detail,
646
- terminatedBy: lr(e.terminatedBy)
646
+ terminatedBy: fr(e.terminatedBy)
647
647
  };
648
648
  }
649
- function gr(e) {
649
+ function yr(e) {
650
650
  return hr(e, !1);
651
651
  }
652
652
  function hr(e, t = !1) {
@@ -662,7 +662,7 @@ const Ae = {
662
662
  Ok: "OK",
663
663
  Error: "ERROR"
664
664
  };
665
- function as(e) {
665
+ function ys(e) {
666
666
  for (const t in Ae)
667
667
  if (Object.prototype.hasOwnProperty.call(
668
668
  Ae,
@@ -671,34 +671,34 @@ function as(e) {
671
671
  return !0;
672
672
  return !1;
673
673
  }
674
- function yr(e) {
675
- return Tr(e);
674
+ function Tr(e) {
675
+ return Sr(e);
676
676
  }
677
- function Tr(e, t) {
677
+ function Sr(e, t) {
678
678
  return e;
679
679
  }
680
- function os(e) {
680
+ function hs(e) {
681
681
  return e;
682
682
  }
683
- function ss(e, t) {
683
+ function Ts(e, t) {
684
684
  return e;
685
685
  }
686
- function cs(e) {
686
+ function Ss(e) {
687
687
  return !(!("name" in e) || e.name === void 0 || !("code" in e) || e.code === void 0 || !("simplifiedState" in e) || e.simplifiedState === void 0);
688
688
  }
689
- function st(e) {
690
- return Sr(e);
689
+ function ct(e) {
690
+ return Cr(e);
691
691
  }
692
- function Sr(e, t) {
692
+ function Cr(e, t) {
693
693
  return e == null ? e : {
694
694
  name: e.name,
695
695
  code: e.code,
696
- simplifiedState: yr(
696
+ simplifiedState: Tr(
697
697
  e.simplifiedState
698
698
  )
699
699
  };
700
700
  }
701
- function ct(e) {
701
+ function ut(e) {
702
702
  return Or(e, !1);
703
703
  }
704
704
  function Or(e, t = !1) {
@@ -708,28 +708,28 @@ function Or(e, t = !1) {
708
708
  simplifiedState: e.simplifiedState
709
709
  };
710
710
  }
711
- function us(e) {
711
+ function Cs(e) {
712
712
  return !(!("transferProcessId" in e) || e.transferProcessId === void 0 || !("lastUpdatedDate" in e) || e.lastUpdatedDate === void 0 || !("state" in e) || e.state === void 0);
713
713
  }
714
- function Cr(e) {
715
- return wr(e);
714
+ function wr(e) {
715
+ return Pr(e);
716
716
  }
717
- function wr(e, t) {
717
+ function Pr(e, t) {
718
718
  return e == null ? e : {
719
719
  transferProcessId: e.transferProcessId,
720
720
  lastUpdatedDate: new Date(e.lastUpdatedDate),
721
- state: st(e.state),
721
+ state: ct(e.state),
722
722
  errorMessage: e.errorMessage == null ? void 0 : e.errorMessage
723
723
  };
724
724
  }
725
- function Pr(e) {
726
- return Dr(e, !1);
725
+ function Dr(e) {
726
+ return _r(e, !1);
727
727
  }
728
- function Dr(e, t = !1) {
728
+ function _r(e, t = !1) {
729
729
  return e == null ? e : {
730
730
  transferProcessId: e.transferProcessId,
731
731
  lastUpdatedDate: e.lastUpdatedDate.toISOString(),
732
- state: ct(e.state),
732
+ state: ut(e.state),
733
733
  errorMessage: e.errorMessage
734
734
  };
735
735
  }
@@ -737,25 +737,25 @@ const xe = {
737
737
  Ongoing: "ONGOING",
738
738
  Terminated: "TERMINATED"
739
739
  };
740
- function ds(e) {
740
+ function Os(e) {
741
741
  for (const t in xe)
742
742
  if (Object.prototype.hasOwnProperty.call(xe, t) && xe[t] === e)
743
743
  return !0;
744
744
  return !1;
745
745
  }
746
- function ut(e) {
747
- return _r(e);
746
+ function dt(e) {
747
+ return Nr(e);
748
748
  }
749
- function _r(e, t) {
749
+ function Nr(e, t) {
750
750
  return e;
751
751
  }
752
- function ls(e) {
752
+ function ws(e) {
753
753
  return e;
754
754
  }
755
- function fs(e, t) {
755
+ function Ps(e, t) {
756
756
  return e;
757
757
  }
758
- const Re = {
758
+ const Ue = {
759
759
  Eq: "EQ",
760
760
  Neq: "NEQ",
761
761
  Gt: "GT",
@@ -769,56 +769,56 @@ const Re = {
769
769
  IsAnyOf: "IS_ANY_OF",
770
770
  IsNoneOf: "IS_NONE_OF"
771
771
  };
772
- function ps(e) {
773
- for (const t in Re)
774
- if (Object.prototype.hasOwnProperty.call(Re, t) && Re[t] === e)
772
+ function Ds(e) {
773
+ for (const t in Ue)
774
+ if (Object.prototype.hasOwnProperty.call(Ue, t) && Ue[t] === e)
775
775
  return !0;
776
776
  return !1;
777
777
  }
778
778
  function vr(e) {
779
- return Nr(e);
779
+ return Ir(e);
780
780
  }
781
- function Nr(e, t) {
781
+ function Ir(e, t) {
782
782
  return e;
783
783
  }
784
- function ms(e) {
784
+ function _s(e) {
785
785
  return e;
786
786
  }
787
- function gs(e, t) {
787
+ function Ns(e, t) {
788
788
  return e;
789
789
  }
790
- const Je = {
790
+ const Re = {
791
791
  String: "STRING",
792
792
  StringList: "STRING_LIST",
793
793
  Json: "JSON"
794
794
  };
795
- function hs(e) {
796
- for (const t in Je)
797
- if (Object.prototype.hasOwnProperty.call(Je, t) && Je[t] === e)
795
+ function vs(e) {
796
+ for (const t in Re)
797
+ if (Object.prototype.hasOwnProperty.call(Re, t) && Re[t] === e)
798
798
  return !0;
799
799
  return !1;
800
800
  }
801
- function Ir(e) {
802
- return br(e);
801
+ function br(e) {
802
+ return Ar(e);
803
803
  }
804
- function br(e, t) {
804
+ function Ar(e, t) {
805
805
  return e;
806
806
  }
807
- function ys(e) {
807
+ function Is(e) {
808
808
  return e;
809
809
  }
810
- function Ts(e, t) {
810
+ function bs(e, t) {
811
811
  return e;
812
812
  }
813
- function Ss(e) {
813
+ function As(e) {
814
814
  return !(!("type" in e) || e.type === void 0);
815
815
  }
816
- function Ar(e) {
817
- return xr(e);
816
+ function xr(e) {
817
+ return Ur(e);
818
818
  }
819
- function xr(e, t) {
819
+ function Ur(e, t) {
820
820
  return e == null ? e : {
821
- type: Ir(e.type),
821
+ type: br(e.type),
822
822
  value: e.value == null ? void 0 : e.value,
823
823
  valueList: e.valueList == null ? void 0 : e.valueList
824
824
  };
@@ -833,135 +833,135 @@ function Jr(e, t = !1) {
833
833
  valueList: e.valueList
834
834
  };
835
835
  }
836
- function Os(e) {
836
+ function xs(e) {
837
837
  return !(!("left" in e) || e.left === void 0 || !("operator" in e) || e.operator === void 0 || !("right" in e) || e.right === void 0);
838
838
  }
839
- function dt(e) {
840
- return Ur(e);
839
+ function lt(e) {
840
+ return kr(e);
841
841
  }
842
- function Ur(e, t) {
842
+ function kr(e, t) {
843
843
  return e == null ? e : {
844
844
  left: e.left,
845
845
  operator: vr(e.operator),
846
- right: Ar(e.right)
846
+ right: xr(e.right)
847
847
  };
848
848
  }
849
- function lt(e) {
850
- return kr(e, !1);
849
+ function ft(e) {
850
+ return Er(e, !1);
851
851
  }
852
- function kr(e, t = !1) {
852
+ function Er(e, t = !1) {
853
853
  return e == null ? e : {
854
854
  left: e.left,
855
855
  operator: e.operator,
856
856
  right: Rr(e.right)
857
857
  };
858
858
  }
859
- const Ue = {
859
+ const Je = {
860
860
  Empty: "EMPTY",
861
861
  Constraint: "CONSTRAINT",
862
862
  And: "AND",
863
863
  Or: "OR",
864
864
  Xone: "XONE"
865
865
  };
866
- function Cs(e) {
867
- for (const t in Ue)
868
- if (Object.prototype.hasOwnProperty.call(Ue, t) && Ue[t] === e)
866
+ function Us(e) {
867
+ for (const t in Je)
868
+ if (Object.prototype.hasOwnProperty.call(Je, t) && Je[t] === e)
869
869
  return !0;
870
870
  return !1;
871
871
  }
872
- function Er(e) {
872
+ function Fr(e) {
873
873
  return qr(e);
874
874
  }
875
875
  function qr(e, t) {
876
876
  return e;
877
877
  }
878
- function ws(e) {
878
+ function Rs(e) {
879
879
  return e;
880
880
  }
881
- function Ps(e, t) {
881
+ function Js(e, t) {
882
882
  return e;
883
883
  }
884
- function Ds(e) {
884
+ function ks(e) {
885
885
  return !(!("type" in e) || e.type === void 0);
886
886
  }
887
- function Ce(e) {
887
+ function Oe(e) {
888
888
  return Lr(e);
889
889
  }
890
890
  function Lr(e, t) {
891
891
  return e == null ? e : {
892
- type: Er(e.type),
892
+ type: Fr(e.type),
893
893
  expressions: e.expressions == null ? void 0 : e.expressions.map(
894
- Ce
894
+ Oe
895
895
  ),
896
- constraint: e.constraint == null ? void 0 : dt(e.constraint)
896
+ constraint: e.constraint == null ? void 0 : lt(e.constraint)
897
897
  };
898
898
  }
899
899
  function we(e) {
900
- return Fr(e, !1);
900
+ return Mr(e, !1);
901
901
  }
902
- function Fr(e, t = !1) {
902
+ function Mr(e, t = !1) {
903
903
  return e == null ? e : {
904
904
  type: e.type,
905
905
  expressions: e.expressions == null ? void 0 : e.expressions.map(
906
906
  we
907
907
  ),
908
- constraint: lt(e.constraint)
908
+ constraint: ft(e.constraint)
909
909
  };
910
910
  }
911
- function _s(e) {
911
+ function Es(e) {
912
912
  return !(!("policyJsonLd" in e) || e.policyJsonLd === void 0 || !("errors" in e) || e.errors === void 0);
913
913
  }
914
- function Qe(e) {
915
- return Mr(e);
914
+ function Ke(e) {
915
+ return Zr(e);
916
916
  }
917
- function Mr(e, t) {
917
+ function Zr(e, t) {
918
918
  return e == null ? e : {
919
919
  policyJsonLd: e.policyJsonLd,
920
- expression: e.expression == null ? void 0 : Ce(e.expression),
920
+ expression: e.expression == null ? void 0 : Oe(e.expression),
921
921
  errors: e.errors
922
922
  };
923
923
  }
924
- function Ke(e) {
925
- return Zr(e, !1);
924
+ function We(e) {
925
+ return Vr(e, !1);
926
926
  }
927
- function Zr(e, t = !1) {
927
+ function Vr(e, t = !1) {
928
928
  return e == null ? e : {
929
929
  policyJsonLd: e.policyJsonLd,
930
930
  expression: we(e.expression),
931
931
  errors: e.errors
932
932
  };
933
933
  }
934
- function vs(e) {
934
+ function Fs(e) {
935
935
  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);
936
936
  }
937
- function ft(e) {
938
- return Vr(e);
937
+ function pt(e) {
938
+ return Hr(e);
939
939
  }
940
- function Vr(e, t) {
940
+ function Hr(e, t) {
941
941
  return e == null ? e : {
942
942
  contractAgreementId: e.contractAgreementId,
943
943
  contractNegotiationId: e.contractNegotiationId,
944
- direction: ot(e.direction),
944
+ direction: st(e.direction),
945
945
  counterPartyAddress: e.counterPartyAddress,
946
946
  counterPartyId: e.counterPartyId,
947
947
  contractSigningDate: new Date(e.contractSigningDate),
948
- asset: Oe(e.asset),
949
- contractPolicy: Qe(e.contractPolicy),
948
+ asset: Ce(e.asset),
949
+ contractPolicy: Ke(e.contractPolicy),
950
950
  transferProcesses: e.transferProcesses.map(
951
- Cr
951
+ wr
952
952
  ),
953
- terminationStatus: ut(
953
+ terminationStatus: dt(
954
954
  e.terminationStatus
955
955
  ),
956
- terminationInformation: e.terminationInformation == null ? void 0 : pr(
956
+ terminationInformation: e.terminationInformation == null ? void 0 : mr(
957
957
  e.terminationInformation
958
958
  )
959
959
  };
960
960
  }
961
- function Hr(e) {
962
- return $r(e, !1);
961
+ function $r(e) {
962
+ return zr(e, !1);
963
963
  }
964
- function $r(e, t = !1) {
964
+ function zr(e, t = !1) {
965
965
  return e == null ? e : {
966
966
  contractAgreementId: e.contractAgreementId,
967
967
  contractNegotiationId: e.contractNegotiationId,
@@ -969,55 +969,55 @@ function $r(e, t = !1) {
969
969
  counterPartyAddress: e.counterPartyAddress,
970
970
  counterPartyId: e.counterPartyId,
971
971
  contractSigningDate: e.contractSigningDate.toISOString(),
972
- asset: Ge(e.asset),
973
- contractPolicy: Ke(e.contractPolicy),
972
+ asset: Qe(e.asset),
973
+ contractPolicy: We(e.contractPolicy),
974
974
  transferProcesses: e.transferProcesses.map(
975
- Pr
975
+ Dr
976
976
  ),
977
977
  terminationStatus: e.terminationStatus,
978
- terminationInformation: gr(
978
+ terminationInformation: yr(
979
979
  e.terminationInformation
980
980
  )
981
981
  };
982
982
  }
983
- function Ns(e) {
983
+ function qs(e) {
984
984
  return !(!("contractAgreements" in e) || e.contractAgreements === void 0);
985
985
  }
986
- function zr(e) {
987
- return Br(e);
986
+ function Br(e) {
987
+ return Gr(e);
988
988
  }
989
- function Br(e, t) {
989
+ function Gr(e, t) {
990
990
  return e == null ? e : {
991
991
  contractAgreements: e.contractAgreements.map(
992
- ft
992
+ pt
993
993
  )
994
994
  };
995
995
  }
996
- function Is(e) {
997
- return Gr(e, !1);
996
+ function Ls(e) {
997
+ return Qr(e, !1);
998
998
  }
999
- function Gr(e, t = !1) {
999
+ function Qr(e, t = !1) {
1000
1000
  return e == null ? e : {
1001
1001
  contractAgreements: e.contractAgreements.map(
1002
- Hr
1002
+ $r
1003
1003
  )
1004
1004
  };
1005
1005
  }
1006
- function bs(e) {
1006
+ function Ms(e) {
1007
1007
  return !0;
1008
1008
  }
1009
- function As(e) {
1010
- return Qr(e);
1009
+ function Zs(e) {
1010
+ return Kr(e);
1011
1011
  }
1012
- function Qr(e, t) {
1012
+ function Kr(e, t) {
1013
1013
  return e == null ? e : {
1014
- terminationStatus: e.terminationStatus == null ? void 0 : ut(e.terminationStatus)
1014
+ terminationStatus: e.terminationStatus == null ? void 0 : dt(e.terminationStatus)
1015
1015
  };
1016
1016
  }
1017
- function Kr(e) {
1018
- return Wr(e, !1);
1017
+ function Wr(e) {
1018
+ return Yr(e, !1);
1019
1019
  }
1020
- function Wr(e, t = !1) {
1020
+ function Yr(e, t = !1) {
1021
1021
  return e == null ? e : {
1022
1022
  terminationStatus: e.terminationStatus
1023
1023
  };
@@ -1026,41 +1026,41 @@ const ke = {
1026
1026
  Value: "VALUE",
1027
1027
  ValueList: "VALUE_LIST"
1028
1028
  };
1029
- function xs(e) {
1029
+ function Vs(e) {
1030
1030
  for (const t in ke)
1031
1031
  if (Object.prototype.hasOwnProperty.call(ke, t) && ke[t] === e)
1032
1032
  return !0;
1033
1033
  return !1;
1034
1034
  }
1035
- function Yr(e) {
1036
- return Xr(e);
1035
+ function Xr(e) {
1036
+ return jr(e);
1037
1037
  }
1038
- function Xr(e, t) {
1038
+ function jr(e, t) {
1039
1039
  return e;
1040
1040
  }
1041
- function Rs(e) {
1041
+ function Hs(e) {
1042
1042
  return e;
1043
1043
  }
1044
- function Js(e, t) {
1044
+ function $s(e, t) {
1045
1045
  return e;
1046
1046
  }
1047
- function Us(e) {
1047
+ function zs(e) {
1048
1048
  return !0;
1049
1049
  }
1050
- function jr(e) {
1051
- return en(e);
1050
+ function en(e) {
1051
+ return tn(e);
1052
1052
  }
1053
- function en(e, t) {
1053
+ function tn(e, t) {
1054
1054
  return e == null ? e : {
1055
- type: e.type == null ? void 0 : Yr(e.type),
1055
+ type: e.type == null ? void 0 : Xr(e.type),
1056
1056
  value: e.value == null ? void 0 : e.value,
1057
1057
  valueList: e.valueList == null ? void 0 : e.valueList
1058
1058
  };
1059
1059
  }
1060
- function tn(e) {
1061
- return rn(e, !1);
1060
+ function rn(e) {
1061
+ return nn(e, !1);
1062
1062
  }
1063
- function rn(e, t = !1) {
1063
+ function nn(e, t = !1) {
1064
1064
  return e == null ? e : {
1065
1065
  type: e.type,
1066
1066
  value: e.value,
@@ -1072,135 +1072,135 @@ const Ee = {
1072
1072
  In: "IN",
1073
1073
  Like: "LIKE"
1074
1074
  };
1075
- function ks(e) {
1075
+ function Bs(e) {
1076
1076
  for (const t in Ee)
1077
1077
  if (Object.prototype.hasOwnProperty.call(Ee, t) && Ee[t] === e)
1078
1078
  return !0;
1079
1079
  return !1;
1080
1080
  }
1081
- function nn(e) {
1082
- return an(e);
1081
+ function an(e) {
1082
+ return on(e);
1083
1083
  }
1084
- function an(e, t) {
1084
+ function on(e, t) {
1085
1085
  return e;
1086
1086
  }
1087
- function Es(e) {
1087
+ function Gs(e) {
1088
1088
  return e;
1089
1089
  }
1090
- function qs(e, t) {
1090
+ function Qs(e, t) {
1091
1091
  return e;
1092
1092
  }
1093
- function Ls(e) {
1093
+ function Ks(e) {
1094
1094
  return !(!("operandLeft" in e) || e.operandLeft === void 0 || !("operator" in e) || e.operator === void 0 || !("operandRight" in e) || e.operandRight === void 0);
1095
1095
  }
1096
- function pt(e) {
1097
- return on(e);
1096
+ function mt(e) {
1097
+ return sn(e);
1098
1098
  }
1099
- function on(e, t) {
1099
+ function sn(e, t) {
1100
1100
  return e == null ? e : {
1101
1101
  operandLeft: e.operandLeft,
1102
- operator: nn(e.operator),
1103
- operandRight: jr(e.operandRight)
1102
+ operator: an(e.operator),
1103
+ operandRight: en(e.operandRight)
1104
1104
  };
1105
1105
  }
1106
- function mt(e) {
1107
- return sn(e, !1);
1106
+ function gt(e) {
1107
+ return cn(e, !1);
1108
1108
  }
1109
- function sn(e, t = !1) {
1109
+ function cn(e, t = !1) {
1110
1110
  return e == null ? e : {
1111
1111
  operandLeft: e.operandLeft,
1112
1112
  operator: e.operator,
1113
- operandRight: tn(e.operandRight)
1113
+ operandRight: rn(e.operandRight)
1114
1114
  };
1115
1115
  }
1116
- function Fs(e) {
1116
+ function Ws(e) {
1117
1117
  return !(!("contractDefinitionId" in e) || e.contractDefinitionId === void 0 || !("accessPolicyId" in e) || e.accessPolicyId === void 0 || !("contractPolicyId" in e) || e.contractPolicyId === void 0 || !("assetSelector" in e) || e.assetSelector === void 0);
1118
1118
  }
1119
- function cn(e) {
1120
- return un(e);
1119
+ function un(e) {
1120
+ return dn(e);
1121
1121
  }
1122
- function un(e, t) {
1122
+ function dn(e, t) {
1123
1123
  return e == null ? e : {
1124
1124
  contractDefinitionId: e.contractDefinitionId,
1125
1125
  accessPolicyId: e.accessPolicyId,
1126
1126
  contractPolicyId: e.contractPolicyId,
1127
1127
  assetSelector: e.assetSelector.map(
1128
- pt
1128
+ mt
1129
1129
  )
1130
1130
  };
1131
1131
  }
1132
- function dn(e) {
1133
- return ln(e, !1);
1132
+ function ln(e) {
1133
+ return fn(e, !1);
1134
1134
  }
1135
- function ln(e, t = !1) {
1135
+ function fn(e, t = !1) {
1136
1136
  return e == null ? e : {
1137
1137
  contractDefinitionId: e.contractDefinitionId,
1138
1138
  accessPolicyId: e.accessPolicyId,
1139
1139
  contractPolicyId: e.contractPolicyId,
1140
1140
  assetSelector: e.assetSelector.map(
1141
- mt
1141
+ gt
1142
1142
  )
1143
1143
  };
1144
1144
  }
1145
- function Ms(e) {
1145
+ function Ys(e) {
1146
1146
  return !(!("contractDefinitions" in e) || e.contractDefinitions === void 0);
1147
1147
  }
1148
- function fn(e) {
1149
- return pn(e);
1148
+ function pn(e) {
1149
+ return mn(e);
1150
1150
  }
1151
- function pn(e, t) {
1151
+ function mn(e, t) {
1152
1152
  return e == null ? e : {
1153
1153
  contractDefinitions: e.contractDefinitions.map(
1154
- cn
1154
+ un
1155
1155
  )
1156
1156
  };
1157
1157
  }
1158
- function Zs(e) {
1159
- return mn(e, !1);
1158
+ function Xs(e) {
1159
+ return gn(e, !1);
1160
1160
  }
1161
- function mn(e, t = !1) {
1161
+ function gn(e, t = !1) {
1162
1162
  return e == null ? e : {
1163
1163
  contractDefinitions: e.contractDefinitions.map(
1164
- dn
1164
+ ln
1165
1165
  )
1166
1166
  };
1167
1167
  }
1168
- function Vs(e) {
1168
+ function js(e) {
1169
1169
  return !(!("contractDefinitionId" in e) || e.contractDefinitionId === void 0 || !("contractPolicyId" in e) || e.contractPolicyId === void 0 || !("accessPolicyId" in e) || e.accessPolicyId === void 0 || !("assetSelector" in e) || e.assetSelector === void 0);
1170
1170
  }
1171
- function Hs(e) {
1172
- return gn(e);
1171
+ function ec(e) {
1172
+ return yn(e);
1173
1173
  }
1174
- function gn(e, t) {
1174
+ function yn(e, t) {
1175
1175
  return e == null ? e : {
1176
1176
  contractDefinitionId: e.contractDefinitionId,
1177
1177
  contractPolicyId: e.contractPolicyId,
1178
1178
  accessPolicyId: e.accessPolicyId,
1179
1179
  assetSelector: e.assetSelector.map(
1180
- pt
1180
+ mt
1181
1181
  )
1182
1182
  };
1183
1183
  }
1184
1184
  function hn(e) {
1185
- return yn(e, !1);
1185
+ return Tn(e, !1);
1186
1186
  }
1187
- function yn(e, t = !1) {
1187
+ function Tn(e, t = !1) {
1188
1188
  return e == null ? e : {
1189
1189
  contractDefinitionId: e.contractDefinitionId,
1190
1190
  contractPolicyId: e.contractPolicyId,
1191
1191
  accessPolicyId: e.accessPolicyId,
1192
1192
  assetSelector: e.assetSelector.map(
1193
- mt
1193
+ gt
1194
1194
  )
1195
1195
  };
1196
1196
  }
1197
- function $s(e) {
1197
+ function tc(e) {
1198
1198
  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);
1199
1199
  }
1200
- function zs(e) {
1201
- return Tn(e);
1200
+ function rc(e) {
1201
+ return Sn(e);
1202
1202
  }
1203
- function Tn(e, t) {
1203
+ function Sn(e, t) {
1204
1204
  return e == null ? e : {
1205
1205
  counterPartyId: e.counterPartyId,
1206
1206
  counterPartyAddress: e.counterPartyAddress,
@@ -1209,7 +1209,7 @@ function Tn(e, t) {
1209
1209
  assetId: e.assetId
1210
1210
  };
1211
1211
  }
1212
- function Sn(e) {
1212
+ function Cn(e) {
1213
1213
  return On(e, !1);
1214
1214
  }
1215
1215
  function On(e, t = !1) {
@@ -1221,48 +1221,48 @@ function On(e, t = !1) {
1221
1221
  assetId: e.assetId
1222
1222
  };
1223
1223
  }
1224
- const qe = {
1224
+ const Fe = {
1225
1225
  InProgress: "IN_PROGRESS",
1226
1226
  Agreed: "AGREED",
1227
1227
  Terminated: "TERMINATED"
1228
1228
  };
1229
- function Bs(e) {
1230
- for (const t in qe)
1229
+ function nc(e) {
1230
+ for (const t in Fe)
1231
1231
  if (Object.prototype.hasOwnProperty.call(
1232
- qe,
1232
+ Fe,
1233
1233
  t
1234
- ) && qe[t] === e)
1234
+ ) && Fe[t] === e)
1235
1235
  return !0;
1236
1236
  return !1;
1237
1237
  }
1238
- function Cn(e) {
1239
- return wn(e);
1238
+ function wn(e) {
1239
+ return Pn(e);
1240
1240
  }
1241
- function wn(e, t) {
1241
+ function Pn(e, t) {
1242
1242
  return e;
1243
1243
  }
1244
- function Gs(e) {
1244
+ function ic(e) {
1245
1245
  return e;
1246
1246
  }
1247
- function Qs(e, t) {
1247
+ function ac(e, t) {
1248
1248
  return e;
1249
1249
  }
1250
- function Ks(e) {
1250
+ function oc(e) {
1251
1251
  return !(!("name" in e) || e.name === void 0 || !("code" in e) || e.code === void 0 || !("simplifiedState" in e) || e.simplifiedState === void 0);
1252
1252
  }
1253
- function Pn(e) {
1254
- return Dn(e);
1253
+ function Dn(e) {
1254
+ return _n(e);
1255
1255
  }
1256
- function Dn(e, t) {
1256
+ function _n(e, t) {
1257
1257
  return e == null ? e : {
1258
1258
  name: e.name,
1259
1259
  code: e.code,
1260
- simplifiedState: Cn(
1260
+ simplifiedState: wn(
1261
1261
  e.simplifiedState
1262
1262
  )
1263
1263
  };
1264
1264
  }
1265
- function _n(e) {
1265
+ function Nn(e) {
1266
1266
  return vn(e, !1);
1267
1267
  }
1268
1268
  function vn(e, t = !1) {
@@ -1272,34 +1272,34 @@ function vn(e, t = !1) {
1272
1272
  simplifiedState: e.simplifiedState
1273
1273
  };
1274
1274
  }
1275
- function Ws(e) {
1275
+ function sc(e) {
1276
1276
  return !(!("detail" in e) || e.detail === void 0 || !("reason" in e) || e.reason === void 0);
1277
1277
  }
1278
- function Ys(e) {
1279
- return Nn(e);
1278
+ function cc(e) {
1279
+ return In(e);
1280
1280
  }
1281
- function Nn(e, t) {
1281
+ function In(e, t) {
1282
1282
  return e == null ? e : {
1283
1283
  detail: e.detail,
1284
1284
  reason: e.reason
1285
1285
  };
1286
1286
  }
1287
- function In(e) {
1288
- return bn(e, !1);
1287
+ function bn(e) {
1288
+ return An(e, !1);
1289
1289
  }
1290
- function bn(e, t = !1) {
1290
+ function An(e, t = !1) {
1291
1291
  return e == null ? e : {
1292
1292
  detail: e.detail,
1293
1293
  reason: e.reason
1294
1294
  };
1295
1295
  }
1296
- function Xs(e) {
1296
+ function uc(e) {
1297
1297
  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);
1298
1298
  }
1299
- function An(e) {
1300
- return xn(e);
1299
+ function xn(e) {
1300
+ return Un(e);
1301
1301
  }
1302
- function xn(e, t) {
1302
+ function Un(e, t) {
1303
1303
  return e == null ? e : {
1304
1304
  myDid: e.myDid,
1305
1305
  walletTokenUrl: e.walletTokenUrl,
@@ -1320,19 +1320,19 @@ function Jn(e, t = !1) {
1320
1320
  dimUrl: e.dimUrl
1321
1321
  };
1322
1322
  }
1323
- function js(e) {
1323
+ function dc(e) {
1324
1324
  return !(!("tokenUrl" in e) || e.tokenUrl === void 0 || !("jwksUrl" in e) || e.jwksUrl === void 0);
1325
1325
  }
1326
- function Un(e) {
1327
- return kn(e);
1326
+ function kn(e) {
1327
+ return En(e);
1328
1328
  }
1329
- function kn(e, t) {
1329
+ function En(e, t) {
1330
1330
  return e == null ? e : {
1331
1331
  tokenUrl: e.tokenUrl,
1332
1332
  jwksUrl: e.jwksUrl
1333
1333
  };
1334
1334
  }
1335
- function En(e) {
1335
+ function Fn(e) {
1336
1336
  return qn(e, !1);
1337
1337
  }
1338
1338
  function qn(e, t = !1) {
@@ -1341,10 +1341,10 @@ function qn(e, t = !1) {
1341
1341
  jwksUrl: e.jwksUrl
1342
1342
  };
1343
1343
  }
1344
- function ec(e) {
1344
+ function lc(e) {
1345
1345
  return !(!("numTotal" in e) || e.numTotal === void 0 || !("numRunning" in e) || e.numRunning === void 0 || !("numOk" in e) || e.numOk === void 0 || !("numError" in e) || e.numError === void 0);
1346
1346
  }
1347
- function Ye(e) {
1347
+ function Xe(e) {
1348
1348
  return Ln(e);
1349
1349
  }
1350
1350
  function Ln(e, t) {
@@ -1355,10 +1355,10 @@ function Ln(e, t) {
1355
1355
  numError: e.numError
1356
1356
  };
1357
1357
  }
1358
- function Xe(e) {
1359
- return Fn(e, !1);
1358
+ function je(e) {
1359
+ return Mn(e, !1);
1360
1360
  }
1361
- function Fn(e, t = !1) {
1361
+ function Mn(e, t = !1) {
1362
1362
  return e == null ? e : {
1363
1363
  numTotal: e.numTotal,
1364
1364
  numRunning: e.numRunning,
@@ -1366,25 +1366,26 @@ function Fn(e, t = !1) {
1366
1366
  numError: e.numError
1367
1367
  };
1368
1368
  }
1369
- function tc(e) {
1370
- 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 || !("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);
1369
+ function fc(e) {
1370
+ 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);
1371
1371
  }
1372
- function Mn(e) {
1373
- return Zn(e);
1372
+ function Zn(e) {
1373
+ return Vn(e);
1374
1374
  }
1375
- function Zn(e, t) {
1375
+ function Vn(e, t) {
1376
1376
  return e == null ? e : {
1377
1377
  numAssets: e.numAssets,
1378
1378
  numPolicies: e.numPolicies,
1379
1379
  numContractDefinitions: e.numContractDefinitions,
1380
1380
  numContractAgreementsConsuming: e.numContractAgreementsConsuming,
1381
1381
  numContractAgreementsProviding: e.numContractAgreementsProviding,
1382
- transferProcessesConsuming: Ye(
1382
+ transferProcessesConsuming: Xe(
1383
1383
  e.transferProcessesConsuming
1384
1384
  ),
1385
- transferProcessesProviding: Ye(
1385
+ transferProcessesProviding: Xe(
1386
1386
  e.transferProcessesProviding
1387
1387
  ),
1388
+ managementApiUrlShownInDashboard: e.managementApiUrlShownInDashboard,
1388
1389
  connectorEndpoint: e.connectorEndpoint,
1389
1390
  connectorParticipantId: e.connectorParticipantId,
1390
1391
  connectorTitle: e.connectorTitle,
@@ -1393,26 +1394,27 @@ function Zn(e, t) {
1393
1394
  connectorCuratorName: e.connectorCuratorName,
1394
1395
  connectorMaintainerUrl: e.connectorMaintainerUrl,
1395
1396
  connectorMaintainerName: e.connectorMaintainerName,
1396
- connectorDapsConfig: e.connectorDapsConfig == null ? void 0 : Un(e.connectorDapsConfig),
1397
- connectorCxDidConfig: e.connectorCxDidConfig == null ? void 0 : An(e.connectorCxDidConfig)
1397
+ connectorDapsConfig: e.connectorDapsConfig == null ? void 0 : kn(e.connectorDapsConfig),
1398
+ connectorCxDidConfig: e.connectorCxDidConfig == null ? void 0 : xn(e.connectorCxDidConfig)
1398
1399
  };
1399
1400
  }
1400
- function rc(e) {
1401
- return Vn(e, !1);
1401
+ function pc(e) {
1402
+ return Hn(e, !1);
1402
1403
  }
1403
- function Vn(e, t = !1) {
1404
+ function Hn(e, t = !1) {
1404
1405
  return e == null ? e : {
1405
1406
  numAssets: e.numAssets,
1406
1407
  numPolicies: e.numPolicies,
1407
1408
  numContractDefinitions: e.numContractDefinitions,
1408
1409
  numContractAgreementsConsuming: e.numContractAgreementsConsuming,
1409
1410
  numContractAgreementsProviding: e.numContractAgreementsProviding,
1410
- transferProcessesConsuming: Xe(
1411
+ transferProcessesConsuming: je(
1411
1412
  e.transferProcessesConsuming
1412
1413
  ),
1413
- transferProcessesProviding: Xe(
1414
+ transferProcessesProviding: je(
1414
1415
  e.transferProcessesProviding
1415
1416
  ),
1417
+ managementApiUrlShownInDashboard: e.managementApiUrlShownInDashboard,
1416
1418
  connectorEndpoint: e.connectorEndpoint,
1417
1419
  connectorParticipantId: e.connectorParticipantId,
1418
1420
  connectorTitle: e.connectorTitle,
@@ -1421,7 +1423,7 @@ function Vn(e, t = !1) {
1421
1423
  connectorCuratorName: e.connectorCuratorName,
1422
1424
  connectorMaintainerUrl: e.connectorMaintainerUrl,
1423
1425
  connectorMaintainerName: e.connectorMaintainerName,
1424
- connectorDapsConfig: En(
1426
+ connectorDapsConfig: Fn(
1425
1427
  e.connectorDapsConfig
1426
1428
  ),
1427
1429
  connectorCxDidConfig: Rn(
@@ -1429,68 +1431,68 @@ function Vn(e, t = !1) {
1429
1431
  )
1430
1432
  };
1431
1433
  }
1432
- const Le = {
1434
+ const qe = {
1433
1435
  DontPublish: "DONT_PUBLISH",
1434
1436
  PublishUnrestricted: "PUBLISH_UNRESTRICTED",
1435
1437
  PublishRestricted: "PUBLISH_RESTRICTED"
1436
1438
  };
1437
- function nc(e) {
1438
- for (const t in Le)
1439
- if (Object.prototype.hasOwnProperty.call(Le, t) && Le[t] === e)
1439
+ function mc(e) {
1440
+ for (const t in qe)
1441
+ if (Object.prototype.hasOwnProperty.call(qe, t) && qe[t] === e)
1440
1442
  return !0;
1441
1443
  return !1;
1442
1444
  }
1443
- function Hn(e) {
1444
- return $n(e);
1445
+ function $n(e) {
1446
+ return zn(e);
1445
1447
  }
1446
- function $n(e, t) {
1448
+ function zn(e, t) {
1447
1449
  return e;
1448
1450
  }
1449
- function ic(e) {
1451
+ function gc(e) {
1450
1452
  return e;
1451
1453
  }
1452
- function ac(e, t) {
1454
+ function yc(e, t) {
1453
1455
  return e;
1454
1456
  }
1455
- const Fe = {
1457
+ const Le = {
1456
1458
  HttpData: "HTTP_DATA",
1457
1459
  OnRequest: "ON_REQUEST",
1458
1460
  Custom: "CUSTOM"
1459
1461
  };
1460
- function oc(e) {
1461
- for (const t in Fe)
1462
- if (Object.prototype.hasOwnProperty.call(Fe, t) && Fe[t] === e)
1462
+ function hc(e) {
1463
+ for (const t in Le)
1464
+ if (Object.prototype.hasOwnProperty.call(Le, t) && Le[t] === e)
1463
1465
  return !0;
1464
1466
  return !1;
1465
1467
  }
1466
- function zn(e) {
1467
- return Bn(e);
1468
+ function Bn(e) {
1469
+ return Gn(e);
1468
1470
  }
1469
- function Bn(e, t) {
1471
+ function Gn(e, t) {
1470
1472
  return e;
1471
1473
  }
1472
- function sc(e) {
1474
+ function Tc(e) {
1473
1475
  return e;
1474
1476
  }
1475
- function cc(e, t) {
1477
+ function Sc(e, t) {
1476
1478
  return e;
1477
1479
  }
1478
- function uc(e) {
1480
+ function Cc(e) {
1479
1481
  return !0;
1480
1482
  }
1481
- function Gn(e) {
1482
- return Qn(e);
1483
+ function Qn(e) {
1484
+ return Kn(e);
1483
1485
  }
1484
- function Qn(e, t) {
1486
+ function Kn(e, t) {
1485
1487
  return e == null ? e : {
1486
1488
  secretName: e.secretName == null ? void 0 : e.secretName,
1487
1489
  rawValue: e.rawValue == null ? void 0 : e.rawValue
1488
1490
  };
1489
1491
  }
1490
- function Kn(e) {
1491
- return Wn(e, !1);
1492
+ function Wn(e) {
1493
+ return Yn(e, !1);
1492
1494
  }
1493
- function Wn(e, t = !1) {
1495
+ function Yn(e, t = !1) {
1494
1496
  return e == null ? e : {
1495
1497
  secretName: e.secretName,
1496
1498
  rawValue: e.rawValue
@@ -1504,7 +1506,7 @@ const Me = {
1504
1506
  Delete: "DELETE",
1505
1507
  Options: "OPTIONS"
1506
1508
  };
1507
- function dc(e) {
1509
+ function Oc(e) {
1508
1510
  for (const t in Me)
1509
1511
  if (Object.prototype.hasOwnProperty.call(
1510
1512
  Me,
@@ -1513,31 +1515,31 @@ function dc(e) {
1513
1515
  return !0;
1514
1516
  return !1;
1515
1517
  }
1516
- function Yn(e) {
1517
- return Xn(e);
1518
+ function Xn(e) {
1519
+ return jn(e);
1518
1520
  }
1519
- function Xn(e, t) {
1521
+ function jn(e, t) {
1520
1522
  return e;
1521
1523
  }
1522
- function lc(e) {
1524
+ function wc(e) {
1523
1525
  return e;
1524
1526
  }
1525
- function fc(e, t) {
1527
+ function Pc(e, t) {
1526
1528
  return e;
1527
1529
  }
1528
- function pc(e) {
1530
+ function Dc(e) {
1529
1531
  return !(!("baseUrl" in e) || e.baseUrl === void 0);
1530
1532
  }
1531
- function jn(e) {
1532
- return ei(e);
1533
+ function ei(e) {
1534
+ return ti(e);
1533
1535
  }
1534
- function ei(e, t) {
1536
+ function ti(e, t) {
1535
1537
  return e == null ? e : {
1536
- method: e.method == null ? void 0 : Yn(e.method),
1538
+ method: e.method == null ? void 0 : Xn(e.method),
1537
1539
  baseUrl: e.baseUrl,
1538
1540
  queryString: e.queryString == null ? void 0 : e.queryString,
1539
1541
  authHeaderName: e.authHeaderName == null ? void 0 : e.authHeaderName,
1540
- authHeaderValue: e.authHeaderValue == null ? void 0 : Gn(e.authHeaderValue),
1542
+ authHeaderValue: e.authHeaderValue == null ? void 0 : Qn(e.authHeaderValue),
1541
1543
  headers: e.headers == null ? void 0 : e.headers,
1542
1544
  enableMethodParameterization: e.enableMethodParameterization == null ? void 0 : e.enableMethodParameterization,
1543
1545
  enablePathParameterization: e.enablePathParameterization == null ? void 0 : e.enablePathParameterization,
@@ -1545,16 +1547,16 @@ function ei(e, t) {
1545
1547
  enableBodyParameterization: e.enableBodyParameterization == null ? void 0 : e.enableBodyParameterization
1546
1548
  };
1547
1549
  }
1548
- function ti(e) {
1549
- return ri(e, !1);
1550
+ function ri(e) {
1551
+ return ni(e, !1);
1550
1552
  }
1551
- function ri(e, t = !1) {
1553
+ function ni(e, t = !1) {
1552
1554
  return e == null ? e : {
1553
1555
  method: e.method,
1554
1556
  baseUrl: e.baseUrl,
1555
1557
  queryString: e.queryString,
1556
1558
  authHeaderName: e.authHeaderName,
1557
- authHeaderValue: Kn(e.authHeaderValue),
1559
+ authHeaderValue: Wn(e.authHeaderValue),
1558
1560
  headers: e.headers,
1559
1561
  enableMethodParameterization: e.enableMethodParameterization,
1560
1562
  enablePathParameterization: e.enablePathParameterization,
@@ -1562,61 +1564,61 @@ function ri(e, t = !1) {
1562
1564
  enableBodyParameterization: e.enableBodyParameterization
1563
1565
  };
1564
1566
  }
1565
- function mc(e) {
1567
+ function _c(e) {
1566
1568
  return !(!("contactEmail" in e) || e.contactEmail === void 0 || !("contactPreferredEmailSubject" in e) || e.contactPreferredEmailSubject === void 0);
1567
1569
  }
1568
- function ni(e) {
1569
- return ii(e);
1570
+ function ii(e) {
1571
+ return ai(e);
1570
1572
  }
1571
- function ii(e, t) {
1573
+ function ai(e, t) {
1572
1574
  return e == null ? e : {
1573
1575
  contactEmail: e.contactEmail,
1574
1576
  contactPreferredEmailSubject: e.contactPreferredEmailSubject
1575
1577
  };
1576
1578
  }
1577
- function ai(e) {
1578
- return oi(e, !1);
1579
+ function oi(e) {
1580
+ return si(e, !1);
1579
1581
  }
1580
- function oi(e, t = !1) {
1582
+ function si(e, t = !1) {
1581
1583
  return e == null ? e : {
1582
1584
  contactEmail: e.contactEmail,
1583
1585
  contactPreferredEmailSubject: e.contactPreferredEmailSubject
1584
1586
  };
1585
1587
  }
1586
- function gc(e) {
1588
+ function Nc(e) {
1587
1589
  return !(!("type" in e) || e.type === void 0);
1588
1590
  }
1589
- function gt(e) {
1590
- return si(e);
1591
+ function yt(e) {
1592
+ return ci(e);
1591
1593
  }
1592
- function si(e, t) {
1594
+ function ci(e, t) {
1593
1595
  return e == null ? e : {
1594
- type: zn(e.type),
1595
- httpData: e.httpData == null ? void 0 : jn(e.httpData),
1596
- onRequest: e.onRequest == null ? void 0 : ni(e.onRequest),
1596
+ type: Bn(e.type),
1597
+ httpData: e.httpData == null ? void 0 : ei(e.httpData),
1598
+ onRequest: e.onRequest == null ? void 0 : ii(e.onRequest),
1597
1599
  customProperties: e.customProperties == null ? void 0 : e.customProperties
1598
1600
  };
1599
1601
  }
1600
1602
  function ht(e) {
1601
- return ci(e, !1);
1603
+ return ui(e, !1);
1602
1604
  }
1603
- function ci(e, t = !1) {
1605
+ function ui(e, t = !1) {
1604
1606
  return e == null ? e : {
1605
1607
  type: e.type,
1606
- httpData: ti(e.httpData),
1607
- onRequest: ai(e.onRequest),
1608
+ httpData: ri(e.httpData),
1609
+ onRequest: oi(e.onRequest),
1608
1610
  customProperties: e.customProperties
1609
1611
  };
1610
1612
  }
1611
- function hc(e) {
1613
+ function vc(e) {
1612
1614
  return !(!("dataSource" in e) || e.dataSource === void 0 || !("id" in e) || e.id === void 0);
1613
1615
  }
1614
- function ui(e) {
1615
- return di(e);
1616
+ function di(e) {
1617
+ return li(e);
1616
1618
  }
1617
- function di(e, t) {
1619
+ function li(e, t) {
1618
1620
  return e == null ? e : {
1619
- dataSource: gt(e.dataSource),
1621
+ dataSource: yt(e.dataSource),
1620
1622
  id: e.id,
1621
1623
  title: e.title == null ? void 0 : e.title,
1622
1624
  language: e.language == null ? void 0 : e.language,
@@ -1648,10 +1650,10 @@ function di(e, t) {
1648
1650
  privateCustomJsonLdAsString: e.privateCustomJsonLdAsString == null ? void 0 : e.privateCustomJsonLdAsString
1649
1651
  };
1650
1652
  }
1651
- function We(e) {
1652
- return li(e, !1);
1653
+ function Ye(e) {
1654
+ return fi(e, !1);
1653
1655
  }
1654
- function li(e, t = !1) {
1656
+ function fi(e, t = !1) {
1655
1657
  return e == null ? e : {
1656
1658
  dataSource: ht(e.dataSource),
1657
1659
  id: e.id,
@@ -1685,42 +1687,42 @@ function li(e, t = !1) {
1685
1687
  privateCustomJsonLdAsString: e.privateCustomJsonLdAsString
1686
1688
  };
1687
1689
  }
1688
- function yc(e) {
1690
+ function Ic(e) {
1689
1691
  return !(!("asset" in e) || e.asset === void 0 || !("publishType" in e) || e.publishType === void 0);
1690
1692
  }
1691
- function Tc(e) {
1692
- return fi(e);
1693
+ function bc(e) {
1694
+ return pi(e);
1693
1695
  }
1694
- function fi(e, t) {
1696
+ function pi(e, t) {
1695
1697
  return e == null ? e : {
1696
- asset: ui(e.asset),
1697
- publishType: Hn(e.publishType),
1698
- policyExpression: e.policyExpression == null ? void 0 : Ce(e.policyExpression)
1698
+ asset: di(e.asset),
1699
+ publishType: $n(e.publishType),
1700
+ policyExpression: e.policyExpression == null ? void 0 : Oe(e.policyExpression)
1699
1701
  };
1700
1702
  }
1701
- function pi(e) {
1702
- return mi(e, !1);
1703
+ function mi(e) {
1704
+ return gi(e, !1);
1703
1705
  }
1704
- function mi(e, t = !1) {
1706
+ function gi(e, t = !1) {
1705
1707
  return e == null ? e : {
1706
- asset: We(e.asset),
1708
+ asset: Ye(e.asset),
1707
1709
  publishType: e.publishType,
1708
1710
  policyExpression: we(e.policyExpression)
1709
1711
  };
1710
1712
  }
1711
- function Sc(e) {
1713
+ function Ac(e) {
1712
1714
  return !(!("id" in e) || e.id === void 0);
1713
1715
  }
1714
1716
  function Ze(e) {
1715
- return gi(e);
1717
+ return yi(e);
1716
1718
  }
1717
- function gi(e, t) {
1719
+ function yi(e, t) {
1718
1720
  return e == null ? e : {
1719
1721
  id: e.id,
1720
1722
  available: e.available == null ? void 0 : e.available
1721
1723
  };
1722
1724
  }
1723
- function Oc(e) {
1725
+ function xc(e) {
1724
1726
  return hi(e, !1);
1725
1727
  }
1726
1728
  function hi(e, t = !1) {
@@ -1729,55 +1731,55 @@ function hi(e, t = !1) {
1729
1731
  available: e.available
1730
1732
  };
1731
1733
  }
1732
- function Cc(e) {
1734
+ function Uc(e) {
1733
1735
  return !(!("id" in e) || e.id === void 0 || !("lastUpdatedDate" in e) || e.lastUpdatedDate === void 0);
1734
1736
  }
1735
- function v(e) {
1736
- return yi(e);
1737
+ function N(e) {
1738
+ return Ti(e);
1737
1739
  }
1738
- function yi(e, t) {
1740
+ function Ti(e, t) {
1739
1741
  return e == null ? e : {
1740
1742
  id: e.id,
1741
1743
  lastUpdatedDate: new Date(e.lastUpdatedDate)
1742
1744
  };
1743
1745
  }
1744
- function wc(e) {
1745
- return Ti(e, !1);
1746
+ function Rc(e) {
1747
+ return Si(e, !1);
1746
1748
  }
1747
- function Ti(e, t = !1) {
1749
+ function Si(e, t = !1) {
1748
1750
  return e == null ? e : {
1749
1751
  id: e.id,
1750
1752
  lastUpdatedDate: e.lastUpdatedDate.toISOString()
1751
1753
  };
1752
1754
  }
1753
- function Pc(e) {
1755
+ function Jc(e) {
1754
1756
  return !(!("contractAgreementId" in e) || e.contractAgreementId === void 0 || !("transferProcessRequestJsonLd" in e) || e.transferProcessRequestJsonLd === void 0);
1755
1757
  }
1756
- function Dc(e) {
1757
- return Si(e);
1758
+ function kc(e) {
1759
+ return Ci(e);
1758
1760
  }
1759
- function Si(e, t) {
1761
+ function Ci(e, t) {
1760
1762
  return e == null ? e : {
1761
1763
  contractAgreementId: e.contractAgreementId,
1762
1764
  transferProcessRequestJsonLd: e.transferProcessRequestJsonLd
1763
1765
  };
1764
1766
  }
1765
1767
  function Oi(e) {
1766
- return Ci(e, !1);
1768
+ return wi(e, !1);
1767
1769
  }
1768
- function Ci(e, t = !1) {
1770
+ function wi(e, t = !1) {
1769
1771
  return e == null ? e : {
1770
1772
  contractAgreementId: e.contractAgreementId,
1771
1773
  transferProcessRequestJsonLd: e.transferProcessRequestJsonLd
1772
1774
  };
1773
1775
  }
1774
- function _c(e) {
1776
+ function Ec(e) {
1775
1777
  return !(!("contractAgreementId" in e) || e.contractAgreementId === void 0 || !("transferType" in e) || e.transferType === void 0 || !("dataSinkProperties" in e) || e.dataSinkProperties === void 0 || !("transferProcessProperties" in e) || e.transferProcessProperties === void 0);
1776
1778
  }
1777
- function vc(e) {
1778
- return wi(e);
1779
+ function Fc(e) {
1780
+ return Pi(e);
1779
1781
  }
1780
- function wi(e, t) {
1782
+ function Pi(e, t) {
1781
1783
  return e == null ? e : {
1782
1784
  contractAgreementId: e.contractAgreementId,
1783
1785
  transferType: e.transferType,
@@ -1785,10 +1787,10 @@ function wi(e, t) {
1785
1787
  transferProcessProperties: e.transferProcessProperties
1786
1788
  };
1787
1789
  }
1788
- function Pi(e) {
1789
- return Di(e, !1);
1790
+ function Di(e) {
1791
+ return _i(e, !1);
1790
1792
  }
1791
- function Di(e, t = !1) {
1793
+ function _i(e, t = !1) {
1792
1794
  return e == null ? e : {
1793
1795
  contractAgreementId: e.contractAgreementId,
1794
1796
  transferType: e.transferType,
@@ -1796,10 +1798,10 @@ function Di(e, t = !1) {
1796
1798
  transferProcessProperties: e.transferProcessProperties
1797
1799
  };
1798
1800
  }
1799
- function Nc(e) {
1801
+ function qc(e) {
1800
1802
  return !(!("incomingTransferProcessCounts" in e) || e.incomingTransferProcessCounts === void 0 || !("outgoingTransferProcessCounts" in e) || e.outgoingTransferProcessCounts === void 0);
1801
1803
  }
1802
- function _i(e) {
1804
+ function Ni(e) {
1803
1805
  return vi(e);
1804
1806
  }
1805
1807
  function vi(e, t) {
@@ -1808,77 +1810,77 @@ function vi(e, t) {
1808
1810
  outgoingTransferProcessCounts: e.outgoingTransferProcessCounts
1809
1811
  };
1810
1812
  }
1811
- function Ni(e) {
1812
- return Ii(e, !1);
1813
+ function Ii(e) {
1814
+ return bi(e, !1);
1813
1815
  }
1814
- function Ii(e, t = !1) {
1816
+ function bi(e, t = !1) {
1815
1817
  return e == null ? e : {
1816
1818
  incomingTransferProcessCounts: e.incomingTransferProcessCounts,
1817
1819
  outgoingTransferProcessCounts: e.outgoingTransferProcessCounts
1818
1820
  };
1819
1821
  }
1820
- function Ic(e) {
1822
+ function Lc(e) {
1821
1823
  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);
1822
1824
  }
1823
- function bi(e) {
1824
- return Ai(e);
1825
+ function Ai(e) {
1826
+ return xi(e);
1825
1827
  }
1826
- function Ai(e, t) {
1828
+ function xi(e, t) {
1827
1829
  return e == null ? e : {
1828
1830
  assetsCount: e.assetsCount,
1829
1831
  policiesCount: e.policiesCount,
1830
1832
  contractDefinitionsCount: e.contractDefinitionsCount,
1831
1833
  contractAgreementsCount: e.contractAgreementsCount,
1832
- transferProcessDto: _i(
1834
+ transferProcessDto: Ni(
1833
1835
  e.transferProcessDto
1834
1836
  )
1835
1837
  };
1836
1838
  }
1837
- function bc(e) {
1838
- return xi(e, !1);
1839
+ function Mc(e) {
1840
+ return Ui(e, !1);
1839
1841
  }
1840
- function xi(e, t = !1) {
1842
+ function Ui(e, t = !1) {
1841
1843
  return e == null ? e : {
1842
1844
  assetsCount: e.assetsCount,
1843
1845
  policiesCount: e.policiesCount,
1844
1846
  contractDefinitionsCount: e.contractDefinitionsCount,
1845
1847
  contractAgreementsCount: e.contractAgreementsCount,
1846
- transferProcessDto: Ni(
1848
+ transferProcessDto: Ii(
1847
1849
  e.transferProcessDto
1848
1850
  )
1849
1851
  };
1850
1852
  }
1851
- function Ac(e) {
1853
+ function Zc(e) {
1852
1854
  return !(!("policyDefinitionId" in e) || e.policyDefinitionId === void 0 || !("expression" in e) || e.expression === void 0);
1853
1855
  }
1854
- function xc(e) {
1856
+ function Vc(e) {
1855
1857
  return Ri(e);
1856
1858
  }
1857
1859
  function Ri(e, t) {
1858
1860
  return e == null ? e : {
1859
1861
  policyDefinitionId: e.policyDefinitionId,
1860
- expression: Ce(e.expression)
1862
+ expression: Oe(e.expression)
1861
1863
  };
1862
1864
  }
1863
1865
  function Ji(e) {
1864
- return Ui(e, !1);
1866
+ return ki(e, !1);
1865
1867
  }
1866
- function Ui(e, t = !1) {
1868
+ function ki(e, t = !1) {
1867
1869
  return e == null ? e : {
1868
1870
  policyDefinitionId: e.policyDefinitionId,
1869
1871
  expression: we(e.expression)
1870
1872
  };
1871
1873
  }
1872
- function Rc(e) {
1874
+ function Hc(e) {
1873
1875
  return !0;
1874
1876
  }
1875
- function ki(e) {
1876
- return Ei(e);
1877
+ function Ei(e) {
1878
+ return Fi(e);
1877
1879
  }
1878
- function Ei(e, t) {
1880
+ function Fi(e, t) {
1879
1881
  return e == null ? e : {
1880
1882
  constraints: e.constraints == null ? void 0 : e.constraints.map(
1881
- dt
1883
+ lt
1882
1884
  )
1883
1885
  };
1884
1886
  }
@@ -1888,89 +1890,89 @@ function qi(e) {
1888
1890
  function Li(e, t = !1) {
1889
1891
  return e == null ? e : {
1890
1892
  constraints: e.constraints == null ? void 0 : e.constraints.map(
1891
- lt
1893
+ ft
1892
1894
  )
1893
1895
  };
1894
1896
  }
1895
- function Jc(e) {
1897
+ function $c(e) {
1896
1898
  return !(!("policyDefinitionId" in e) || e.policyDefinitionId === void 0 || !("policy" in e) || e.policy === void 0);
1897
1899
  }
1898
- function Uc(e) {
1899
- return Fi(e);
1900
+ function zc(e) {
1901
+ return Mi(e);
1900
1902
  }
1901
- function Fi(e, t) {
1903
+ function Mi(e, t) {
1902
1904
  return e == null ? e : {
1903
1905
  policyDefinitionId: e.policyDefinitionId,
1904
- policy: ki(e.policy)
1906
+ policy: Ei(e.policy)
1905
1907
  };
1906
1908
  }
1907
- function Mi(e) {
1908
- return Zi(e, !1);
1909
+ function Zi(e) {
1910
+ return Vi(e, !1);
1909
1911
  }
1910
- function Zi(e, t = !1) {
1912
+ function Vi(e, t = !1) {
1911
1913
  return e == null ? e : {
1912
1914
  policyDefinitionId: e.policyDefinitionId,
1913
1915
  policy: qi(e.policy)
1914
1916
  };
1915
1917
  }
1916
- function kc(e) {
1918
+ function Bc(e) {
1917
1919
  return !(!("policyDefinitionId" in e) || e.policyDefinitionId === void 0 || !("policy" in e) || e.policy === void 0);
1918
1920
  }
1919
- function Vi(e) {
1920
- return Hi(e);
1921
+ function Hi(e) {
1922
+ return $i(e);
1921
1923
  }
1922
- function Hi(e, t) {
1924
+ function $i(e, t) {
1923
1925
  return e == null ? e : {
1924
1926
  policyDefinitionId: e.policyDefinitionId,
1925
- policy: Qe(e.policy)
1927
+ policy: Ke(e.policy)
1926
1928
  };
1927
1929
  }
1928
- function $i(e) {
1929
- return zi(e, !1);
1930
+ function zi(e) {
1931
+ return Bi(e, !1);
1930
1932
  }
1931
- function zi(e, t = !1) {
1933
+ function Bi(e, t = !1) {
1932
1934
  return e == null ? e : {
1933
1935
  policyDefinitionId: e.policyDefinitionId,
1934
- policy: Ke(e.policy)
1936
+ policy: We(e.policy)
1935
1937
  };
1936
1938
  }
1937
- function Ec(e) {
1939
+ function Gc(e) {
1938
1940
  return !(!("policies" in e) || e.policies === void 0);
1939
1941
  }
1940
- function Bi(e) {
1941
- return Gi(e);
1942
+ function Gi(e) {
1943
+ return Qi(e);
1942
1944
  }
1943
- function Gi(e, t) {
1945
+ function Qi(e, t) {
1944
1946
  return e == null ? e : {
1945
1947
  policies: e.policies.map(
1946
- Vi
1948
+ Hi
1947
1949
  )
1948
1950
  };
1949
1951
  }
1950
- function qc(e) {
1951
- return Qi(e, !1);
1952
+ function Qc(e) {
1953
+ return Ki(e, !1);
1952
1954
  }
1953
- function Qi(e, t = !1) {
1955
+ function Ki(e, t = !1) {
1954
1956
  return e == null ? e : {
1955
1957
  policies: e.policies.map(
1956
- $i
1958
+ zi
1957
1959
  )
1958
1960
  };
1959
1961
  }
1960
- function Lc(e) {
1962
+ function Kc(e) {
1961
1963
  return !(!("transferProcessId" in e) || e.transferProcessId === void 0 || !("createdDate" in e) || e.createdDate === void 0 || !("lastUpdatedDate" in e) || e.lastUpdatedDate === 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);
1962
1964
  }
1963
- function Ki(e) {
1964
- return Wi(e);
1965
+ function Wi(e) {
1966
+ return Yi(e);
1965
1967
  }
1966
- function Wi(e, t) {
1968
+ function Yi(e, t) {
1967
1969
  return e == null ? e : {
1968
1970
  transferProcessId: e.transferProcessId,
1969
1971
  createdDate: new Date(e.createdDate),
1970
1972
  lastUpdatedDate: new Date(e.lastUpdatedDate),
1971
- state: st(e.state),
1973
+ state: ct(e.state),
1972
1974
  contractAgreementId: e.contractAgreementId,
1973
- direction: ot(e.direction),
1975
+ direction: st(e.direction),
1974
1976
  counterPartyConnectorEndpoint: e.counterPartyConnectorEndpoint,
1975
1977
  counterPartyParticipantId: e.counterPartyParticipantId,
1976
1978
  assetName: e.assetName,
@@ -1978,15 +1980,15 @@ function Wi(e, t) {
1978
1980
  errorMessage: e.errorMessage == null ? void 0 : e.errorMessage
1979
1981
  };
1980
1982
  }
1981
- function Yi(e) {
1982
- return Xi(e, !1);
1983
+ function Xi(e) {
1984
+ return ji(e, !1);
1983
1985
  }
1984
- function Xi(e, t = !1) {
1986
+ function ji(e, t = !1) {
1985
1987
  return e == null ? e : {
1986
1988
  transferProcessId: e.transferProcessId,
1987
1989
  createdDate: e.createdDate.toISOString(),
1988
1990
  lastUpdatedDate: e.lastUpdatedDate.toISOString(),
1989
- state: ct(e.state),
1991
+ state: ut(e.state),
1990
1992
  contractAgreementId: e.contractAgreementId,
1991
1993
  direction: e.direction,
1992
1994
  counterPartyConnectorEndpoint: e.counterPartyConnectorEndpoint,
@@ -1996,38 +1998,38 @@ function Xi(e, t = !1) {
1996
1998
  errorMessage: e.errorMessage
1997
1999
  };
1998
2000
  }
1999
- function Fc(e) {
2001
+ function Wc(e) {
2000
2002
  return !(!("transferEntries" in e) || e.transferEntries === void 0);
2001
2003
  }
2002
- function ji(e) {
2003
- return ea(e);
2004
+ function ea(e) {
2005
+ return ta(e);
2004
2006
  }
2005
- function ea(e, t) {
2007
+ function ta(e, t) {
2006
2008
  return e == null ? e : {
2007
2009
  transferEntries: e.transferEntries.map(
2008
- Ki
2010
+ Wi
2009
2011
  )
2010
2012
  };
2011
2013
  }
2012
- function Mc(e) {
2013
- return ta(e, !1);
2014
+ function Yc(e) {
2015
+ return ra(e, !1);
2014
2016
  }
2015
- function ta(e, t = !1) {
2017
+ function ra(e, t = !1) {
2016
2018
  return e == null ? e : {
2017
2019
  transferEntries: e.transferEntries.map(
2018
- Yi
2020
+ Xi
2019
2021
  )
2020
2022
  };
2021
2023
  }
2022
- function Zc(e) {
2024
+ function Xc(e) {
2023
2025
  return !0;
2024
2026
  }
2025
- function Vc(e) {
2026
- return ra(e);
2027
+ function jc(e) {
2028
+ return na(e);
2027
2029
  }
2028
- function ra(e, t) {
2030
+ function na(e, t) {
2029
2031
  return e == null ? e : {
2030
- dataSourceOverrideOrNull: e.dataSourceOverrideOrNull == null ? void 0 : gt(e.dataSourceOverrideOrNull),
2032
+ dataSourceOverrideOrNull: e.dataSourceOverrideOrNull == null ? void 0 : yt(e.dataSourceOverrideOrNull),
2031
2033
  title: e.title == null ? void 0 : e.title,
2032
2034
  language: e.language == null ? void 0 : e.language,
2033
2035
  description: e.description == null ? void 0 : e.description,
@@ -2058,10 +2060,10 @@ function ra(e, t) {
2058
2060
  privateCustomJsonLdAsString: e.privateCustomJsonLdAsString == null ? void 0 : e.privateCustomJsonLdAsString
2059
2061
  };
2060
2062
  }
2061
- function na(e) {
2062
- return ia(e, !1);
2063
+ function ia(e) {
2064
+ return aa(e, !1);
2063
2065
  }
2064
- function ia(e, t = !1) {
2066
+ function aa(e, t = !1) {
2065
2067
  return e == null ? e : {
2066
2068
  dataSourceOverrideOrNull: ht(
2067
2069
  e.dataSourceOverrideOrNull
@@ -2096,82 +2098,157 @@ function ia(e, t = !1) {
2096
2098
  privateCustomJsonLdAsString: e.privateCustomJsonLdAsString
2097
2099
  };
2098
2100
  }
2099
- function Hc(e) {
2101
+ const Ve = {
2102
+ ConnectorLimits: "CONNECTOR_LIMITS",
2103
+ OpenSourceMarketing: "OPEN_SOURCE_MARKETING",
2104
+ EeBasicMarketing: "EE_BASIC_MARKETING"
2105
+ };
2106
+ function eu(e) {
2107
+ for (const t in Ve)
2108
+ if (Object.prototype.hasOwnProperty.call(Ve, t) && Ve[t] === e)
2109
+ return !0;
2110
+ return !1;
2111
+ }
2112
+ function oa(e) {
2113
+ return sa(e);
2114
+ }
2115
+ function sa(e, t) {
2116
+ return e;
2117
+ }
2118
+ function ca(e) {
2119
+ return e;
2120
+ }
2121
+ function tu(e, t) {
2122
+ return e;
2123
+ }
2124
+ function ru(e) {
2125
+ return !(!("participantId" in e) || e.participantId === void 0 || !("connectorEndpoint" in e) || e.connectorEndpoint === void 0);
2126
+ }
2127
+ function ua(e) {
2128
+ return da(e);
2129
+ }
2130
+ function da(e, t) {
2131
+ return e == null ? e : {
2132
+ participantId: e.participantId,
2133
+ connectorEndpoint: e.connectorEndpoint
2134
+ };
2135
+ }
2136
+ function la(e) {
2137
+ return fa(e, !1);
2138
+ }
2139
+ function fa(e, t = !1) {
2140
+ return e == null ? e : {
2141
+ participantId: e.participantId,
2142
+ connectorEndpoint: e.connectorEndpoint
2143
+ };
2144
+ }
2145
+ function nu(e) {
2146
+ return !(!("features" in e) || e.features === void 0 || !("preconfiguredCounterparties" in e) || e.preconfiguredCounterparties === void 0);
2147
+ }
2148
+ function pa(e) {
2149
+ return ma(e);
2150
+ }
2151
+ function ma(e, t) {
2152
+ return e == null ? e : {
2153
+ features: e.features.map(oa),
2154
+ preconfiguredCounterparties: e.preconfiguredCounterparties.map(ua),
2155
+ logoutUrl: e.logoutUrl == null ? void 0 : e.logoutUrl,
2156
+ documentationUrl: e.documentationUrl == null ? void 0 : e.documentationUrl,
2157
+ supportUrl: e.supportUrl == null ? void 0 : e.supportUrl,
2158
+ privacyPolicyUrl: e.privacyPolicyUrl == null ? void 0 : e.privacyPolicyUrl,
2159
+ legalNoticeUrl: e.legalNoticeUrl == null ? void 0 : e.legalNoticeUrl
2160
+ };
2161
+ }
2162
+ function iu(e) {
2163
+ return ga(e, !1);
2164
+ }
2165
+ function ga(e, t = !1) {
2166
+ return e == null ? e : {
2167
+ features: e.features.map(ca),
2168
+ preconfiguredCounterparties: e.preconfiguredCounterparties.map(la),
2169
+ logoutUrl: e.logoutUrl,
2170
+ documentationUrl: e.documentationUrl,
2171
+ supportUrl: e.supportUrl,
2172
+ privacyPolicyUrl: e.privacyPolicyUrl,
2173
+ legalNoticeUrl: e.legalNoticeUrl
2174
+ };
2175
+ }
2176
+ function au(e) {
2100
2177
  return !(!("contractNegotiationId" in e) || e.contractNegotiationId === void 0 || !("createdAt" in e) || e.createdAt === void 0 || !("state" in e) || e.state === void 0);
2101
2178
  }
2102
- function je(e) {
2103
- return aa(e);
2179
+ function et(e) {
2180
+ return ya(e);
2104
2181
  }
2105
- function aa(e, t) {
2182
+ function ya(e, t) {
2106
2183
  return e == null ? e : {
2107
2184
  contractNegotiationId: e.contractNegotiationId,
2108
2185
  createdAt: new Date(e.createdAt),
2109
2186
  contractAgreementId: e.contractAgreementId == null ? void 0 : e.contractAgreementId,
2110
- state: Pn(e.state)
2187
+ state: Dn(e.state)
2111
2188
  };
2112
2189
  }
2113
- function $c(e) {
2114
- return oa(e, !1);
2190
+ function ou(e) {
2191
+ return ha(e, !1);
2115
2192
  }
2116
- function oa(e, t = !1) {
2193
+ function ha(e, t = !1) {
2117
2194
  return e == null ? e : {
2118
2195
  contractNegotiationId: e.contractNegotiationId,
2119
2196
  createdAt: e.createdAt.toISOString(),
2120
2197
  contractAgreementId: e.contractAgreementId,
2121
- state: _n(e.state)
2198
+ state: Nn(e.state)
2122
2199
  };
2123
2200
  }
2124
- function zc(e) {
2201
+ function su(e) {
2125
2202
  return !(!("contractOfferId" in e) || e.contractOfferId === void 0 || !("policy" in e) || e.policy === void 0);
2126
2203
  }
2127
- function sa(e) {
2128
- return ca(e);
2204
+ function Ta(e) {
2205
+ return Sa(e);
2129
2206
  }
2130
- function ca(e, t) {
2207
+ function Sa(e, t) {
2131
2208
  return e == null ? e : {
2132
2209
  contractOfferId: e.contractOfferId,
2133
- policy: Qe(e.policy)
2210
+ policy: Ke(e.policy)
2134
2211
  };
2135
2212
  }
2136
- function ua(e) {
2137
- return da(e, !1);
2213
+ function Ca(e) {
2214
+ return Oa(e, !1);
2138
2215
  }
2139
- function da(e, t = !1) {
2216
+ function Oa(e, t = !1) {
2140
2217
  return e == null ? e : {
2141
2218
  contractOfferId: e.contractOfferId,
2142
- policy: Ke(e.policy)
2219
+ policy: We(e.policy)
2143
2220
  };
2144
2221
  }
2145
- function Bc(e) {
2222
+ function cu(e) {
2146
2223
  return !(!("endpoint" in e) || e.endpoint === void 0 || !("participantId" in e) || e.participantId === void 0 || !("asset" in e) || e.asset === void 0 || !("contractOffers" in e) || e.contractOffers === void 0);
2147
2224
  }
2148
- function yt(e) {
2149
- return la(e);
2225
+ function Tt(e) {
2226
+ return wa(e);
2150
2227
  }
2151
- function la(e, t) {
2228
+ function wa(e, t) {
2152
2229
  return e == null ? e : {
2153
2230
  endpoint: e.endpoint,
2154
2231
  participantId: e.participantId,
2155
- asset: Oe(e.asset),
2232
+ asset: Ce(e.asset),
2156
2233
  contractOffers: e.contractOffers.map(
2157
- sa
2234
+ Ta
2158
2235
  )
2159
2236
  };
2160
2237
  }
2161
- function Gc(e) {
2162
- return fa(e, !1);
2238
+ function uu(e) {
2239
+ return Pa(e, !1);
2163
2240
  }
2164
- function fa(e, t = !1) {
2241
+ function Pa(e, t = !1) {
2165
2242
  return e == null ? e : {
2166
2243
  endpoint: e.endpoint,
2167
2244
  participantId: e.participantId,
2168
- asset: Ge(e.asset),
2245
+ asset: Qe(e.asset),
2169
2246
  contractOffers: e.contractOffers.map(
2170
- ua
2247
+ Ca
2171
2248
  )
2172
2249
  };
2173
2250
  }
2174
- class pa extends K {
2251
+ class Da extends K {
2175
2252
  /**
2176
2253
  * Available and used resources of a connector.
2177
2254
  */
@@ -2187,7 +2264,7 @@ class pa extends K {
2187
2264
  );
2188
2265
  return new S(
2189
2266
  i,
2190
- (a) => sr(a)
2267
+ (a) => cr(a)
2191
2268
  );
2192
2269
  }
2193
2270
  /**
@@ -2222,13 +2299,13 @@ class pa extends K {
2222
2299
  method: "POST",
2223
2300
  headers: i,
2224
2301
  query: n,
2225
- body: We(
2302
+ body: Ye(
2226
2303
  t.uiAssetCreateRequest
2227
2304
  )
2228
2305
  },
2229
2306
  r
2230
2307
  );
2231
- return new Ut(a);
2308
+ return new kt(a);
2232
2309
  }
2233
2310
  /**
2234
2311
  * Creates an asset using the uploaded file as data source.
@@ -2251,7 +2328,7 @@ class pa extends K {
2251
2328
  },
2252
2329
  t
2253
2330
  );
2254
- return this.isJsonMime(i.headers.get("content-type")) ? new S(i) : new kt(i);
2331
+ return this.isJsonMime(i.headers.get("content-type")) ? new S(i) : new Et(i);
2255
2332
  }
2256
2333
  /**
2257
2334
  * Requests a Blob URL with a SAS Token so that the UI can directly upload the file to the Azure Blob Storage. Returns the Blob ID / Token.
@@ -2261,7 +2338,7 @@ class pa extends K {
2261
2338
  return await (await this.fileUploadRequestSasTokenRaw(t)).value();
2262
2339
  }
2263
2340
  }
2264
- class ma extends K {
2341
+ class _a extends K {
2265
2342
  /**
2266
2343
  * Get the build version info
2267
2344
  */
@@ -2277,7 +2354,7 @@ class ma extends K {
2277
2354
  );
2278
2355
  return new S(
2279
2356
  i,
2280
- (a) => Ht(a)
2357
+ (a) => $t(a)
2281
2358
  );
2282
2359
  }
2283
2360
  /**
@@ -2298,7 +2375,7 @@ class ma extends K {
2298
2375
  method: "POST",
2299
2376
  headers: i,
2300
2377
  query: n,
2301
- body: We(
2378
+ body: Ye(
2302
2379
  t.uiAssetCreateRequest
2303
2380
  )
2304
2381
  },
@@ -2306,7 +2383,7 @@ class ma extends K {
2306
2383
  );
2307
2384
  return new S(
2308
2385
  a,
2309
- (o) => v(o)
2386
+ (o) => N(o)
2310
2387
  );
2311
2388
  }
2312
2389
  /**
@@ -2338,7 +2415,7 @@ class ma extends K {
2338
2415
  );
2339
2416
  return new S(
2340
2417
  a,
2341
- (o) => v(o)
2418
+ (o) => N(o)
2342
2419
  );
2343
2420
  }
2344
2421
  /**
@@ -2362,7 +2439,7 @@ class ma extends K {
2362
2439
  method: "POST",
2363
2440
  headers: i,
2364
2441
  query: n,
2365
- body: pi(
2442
+ body: mi(
2366
2443
  t.dataOfferCreateRequest
2367
2444
  )
2368
2445
  },
@@ -2370,7 +2447,7 @@ class ma extends K {
2370
2447
  );
2371
2448
  return new S(
2372
2449
  a,
2373
- (o) => v(o)
2450
+ (o) => N(o)
2374
2451
  );
2375
2452
  }
2376
2453
  /**
@@ -2395,7 +2472,7 @@ class ma extends K {
2395
2472
  method: "POST",
2396
2473
  headers: i,
2397
2474
  query: n,
2398
- body: Mi(
2475
+ body: Zi(
2399
2476
  t.policyDefinitionCreateRequest
2400
2477
  )
2401
2478
  },
@@ -2403,7 +2480,7 @@ class ma extends K {
2403
2480
  );
2404
2481
  return new S(
2405
2482
  a,
2406
- (o) => v(o)
2483
+ (o) => N(o)
2407
2484
  );
2408
2485
  }
2409
2486
  /**
@@ -2436,7 +2513,7 @@ class ma extends K {
2436
2513
  );
2437
2514
  return new S(
2438
2515
  a,
2439
- (o) => v(o)
2516
+ (o) => N(o)
2440
2517
  );
2441
2518
  }
2442
2519
  /**
@@ -2471,7 +2548,7 @@ class ma extends K {
2471
2548
  );
2472
2549
  return new S(
2473
2550
  a,
2474
- (o) => v(o)
2551
+ (o) => N(o)
2475
2552
  );
2476
2553
  }
2477
2554
  /**
@@ -2508,7 +2585,7 @@ class ma extends K {
2508
2585
  );
2509
2586
  return new S(
2510
2587
  a,
2511
- (o) => v(o)
2588
+ (o) => N(o)
2512
2589
  );
2513
2590
  }
2514
2591
  /**
@@ -2543,7 +2620,7 @@ class ma extends K {
2543
2620
  );
2544
2621
  return new S(
2545
2622
  a,
2546
- (o) => v(o)
2623
+ (o) => N(o)
2547
2624
  );
2548
2625
  }
2549
2626
  /**
@@ -2575,7 +2652,7 @@ class ma extends K {
2575
2652
  method: "PUT",
2576
2653
  headers: i,
2577
2654
  query: n,
2578
- body: na(
2655
+ body: ia(
2579
2656
  t.uiAssetEditRequest
2580
2657
  )
2581
2658
  },
@@ -2583,7 +2660,7 @@ class ma extends K {
2583
2660
  );
2584
2661
  return new S(
2585
2662
  a,
2586
- (o) => v(o)
2663
+ (o) => N(o)
2587
2664
  );
2588
2665
  }
2589
2666
  /**
@@ -2610,7 +2687,7 @@ class ma extends K {
2610
2687
  );
2611
2688
  return new S(
2612
2689
  i,
2613
- (a) => Mt(a)
2690
+ (a) => Zt(a)
2614
2691
  );
2615
2692
  }
2616
2693
  /**
@@ -2636,7 +2713,7 @@ class ma extends K {
2636
2713
  );
2637
2714
  return new S(
2638
2715
  a,
2639
- (o) => o.map(yt)
2716
+ (o) => o.map(Tt)
2640
2717
  );
2641
2718
  }
2642
2719
  /**
@@ -2673,7 +2750,7 @@ class ma extends K {
2673
2750
  );
2674
2751
  return new S(
2675
2752
  a,
2676
- (o) => ft(o)
2753
+ (o) => pt(o)
2677
2754
  );
2678
2755
  }
2679
2756
  /**
@@ -2697,7 +2774,7 @@ class ma extends K {
2697
2774
  method: "POST",
2698
2775
  headers: i,
2699
2776
  query: n,
2700
- body: Kr(
2777
+ body: Wr(
2701
2778
  t.contractAgreementPageQuery
2702
2779
  )
2703
2780
  },
@@ -2705,7 +2782,7 @@ class ma extends K {
2705
2782
  );
2706
2783
  return new S(
2707
2784
  a,
2708
- (o) => zr(o)
2785
+ (o) => Br(o)
2709
2786
  );
2710
2787
  }
2711
2788
  /**
@@ -2732,7 +2809,7 @@ class ma extends K {
2732
2809
  );
2733
2810
  return new S(
2734
2811
  i,
2735
- (a) => fn(a)
2812
+ (a) => pn(a)
2736
2813
  );
2737
2814
  }
2738
2815
  /**
@@ -2766,7 +2843,7 @@ class ma extends K {
2766
2843
  );
2767
2844
  return new S(
2768
2845
  a,
2769
- (o) => je(o)
2846
+ (o) => et(o)
2770
2847
  );
2771
2848
  }
2772
2849
  /**
@@ -2793,7 +2870,7 @@ class ma extends K {
2793
2870
  );
2794
2871
  return new S(
2795
2872
  i,
2796
- (a) => Mn(a)
2873
+ (a) => Zn(a)
2797
2874
  );
2798
2875
  }
2799
2876
  /**
@@ -2817,7 +2894,7 @@ class ma extends K {
2817
2894
  );
2818
2895
  return new S(
2819
2896
  i,
2820
- (a) => Bi(a)
2897
+ (a) => Gi(a)
2821
2898
  );
2822
2899
  }
2823
2900
  /**
@@ -2841,7 +2918,7 @@ class ma extends K {
2841
2918
  );
2842
2919
  return new S(
2843
2920
  i,
2844
- (a) => ji(a)
2921
+ (a) => ea(a)
2845
2922
  );
2846
2923
  }
2847
2924
  /**
@@ -2875,7 +2952,7 @@ class ma extends K {
2875
2952
  );
2876
2953
  return new S(
2877
2954
  a,
2878
- (o) => Oe(o)
2955
+ (o) => Ce(o)
2879
2956
  );
2880
2957
  }
2881
2958
  /**
@@ -2899,7 +2976,7 @@ class ma extends K {
2899
2976
  method: "POST",
2900
2977
  headers: i,
2901
2978
  query: n,
2902
- body: Sn(
2979
+ body: Cn(
2903
2980
  t.contractNegotiationRequest
2904
2981
  )
2905
2982
  },
@@ -2907,7 +2984,7 @@ class ma extends K {
2907
2984
  );
2908
2985
  return new S(
2909
2986
  a,
2910
- (o) => je(o)
2987
+ (o) => et(o)
2911
2988
  );
2912
2989
  }
2913
2990
  /**
@@ -2939,7 +3016,7 @@ class ma extends K {
2939
3016
  );
2940
3017
  return new S(
2941
3018
  a,
2942
- (o) => v(o)
3019
+ (o) => N(o)
2943
3020
  );
2944
3021
  }
2945
3022
  /**
@@ -2963,7 +3040,7 @@ class ma extends K {
2963
3040
  method: "POST",
2964
3041
  headers: i,
2965
3042
  query: n,
2966
- body: Pi(
3043
+ body: Di(
2967
3044
  t.initiateTransferRequest
2968
3045
  )
2969
3046
  },
@@ -2971,7 +3048,7 @@ class ma extends K {
2971
3048
  );
2972
3049
  return new S(
2973
3050
  a,
2974
- (o) => v(o)
3051
+ (o) => N(o)
2975
3052
  );
2976
3053
  }
2977
3054
  /**
@@ -3112,7 +3189,7 @@ class ma extends K {
3112
3189
  method: "POST",
3113
3190
  headers: i,
3114
3191
  query: n,
3115
- body: In(
3192
+ body: bn(
3116
3193
  t.contractTerminationRequest
3117
3194
  )
3118
3195
  },
@@ -3120,7 +3197,7 @@ class ma extends K {
3120
3197
  );
3121
3198
  return new S(
3122
3199
  a,
3123
- (o) => v(o)
3200
+ (o) => N(o)
3124
3201
  );
3125
3202
  }
3126
3203
  /**
@@ -3132,8 +3209,32 @@ class ma extends K {
3132
3209
  r
3133
3210
  )).value();
3134
3211
  }
3212
+ /**
3213
+ * Get the UI configuration
3214
+ */
3215
+ async uiConfigRaw(t) {
3216
+ const r = {}, n = {}, i = await this.request(
3217
+ {
3218
+ path: "/wrapper/ui/config",
3219
+ method: "GET",
3220
+ headers: n,
3221
+ query: r
3222
+ },
3223
+ t
3224
+ );
3225
+ return new S(
3226
+ i,
3227
+ (a) => pa(a)
3228
+ );
3229
+ }
3230
+ /**
3231
+ * Get the UI configuration
3232
+ */
3233
+ async uiConfig(t) {
3234
+ return await (await this.uiConfigRaw(t)).value();
3235
+ }
3135
3236
  }
3136
- class ga extends K {
3237
+ class Na extends K {
3137
3238
  /**
3138
3239
  * Basic KPIs about the running EDC Connector.
3139
3240
  */
@@ -3149,7 +3250,7 @@ class ga extends K {
3149
3250
  );
3150
3251
  return new S(
3151
3252
  i,
3152
- (a) => bi(a)
3253
+ (a) => Ai(a)
3153
3254
  );
3154
3255
  }
3155
3256
  /**
@@ -3196,13 +3297,13 @@ class ga extends K {
3196
3297
  method: "POST",
3197
3298
  headers: i,
3198
3299
  query: n,
3199
- body: ar(t.catalogQuery)
3300
+ body: or(t.catalogQuery)
3200
3301
  },
3201
3302
  r
3202
3303
  );
3203
3304
  return new S(
3204
3305
  a,
3205
- (o) => o.map(yt)
3306
+ (o) => o.map(Tt)
3206
3307
  );
3207
3308
  }
3208
3309
  /**
@@ -3215,7 +3316,7 @@ class ga extends K {
3215
3316
  )).value();
3216
3317
  }
3217
3318
  }
3218
- var O;
3319
+ var C;
3219
3320
  (function(e) {
3220
3321
  e.assertEqual = (i) => i;
3221
3322
  function t(i) {
@@ -3250,16 +3351,16 @@ var O;
3250
3351
  return i.map((o) => typeof o == "string" ? `'${o}'` : o).join(a);
3251
3352
  }
3252
3353
  e.joinValues = n, e.jsonStringifyReplacer = (i, a) => typeof a == "bigint" ? a.toString() : a;
3253
- })(O || (O = {}));
3254
- var He;
3354
+ })(C || (C = {}));
3355
+ var $e;
3255
3356
  (function(e) {
3256
3357
  e.mergeShapes = (t, r) => ({
3257
3358
  ...t,
3258
3359
  ...r
3259
3360
  // second overwrites first
3260
3361
  });
3261
- })(He || (He = {}));
3262
- const d = O.arrayToEnum([
3362
+ })($e || ($e = {}));
3363
+ const d = C.arrayToEnum([
3263
3364
  "string",
3264
3365
  "nan",
3265
3366
  "number",
@@ -3301,7 +3402,7 @@ const d = O.arrayToEnum([
3301
3402
  default:
3302
3403
  return d.unknown;
3303
3404
  }
3304
- }, c = O.arrayToEnum([
3405
+ }, c = C.arrayToEnum([
3305
3406
  "invalid_type",
3306
3407
  "invalid_literal",
3307
3408
  "custom",
@@ -3318,7 +3419,7 @@ const d = O.arrayToEnum([
3318
3419
  "invalid_intersection_types",
3319
3420
  "not_multiple_of",
3320
3421
  "not_finite"
3321
- ]), ha = (e) => JSON.stringify(e, null, 2).replace(/"([^"]+)":/g, "$1:");
3422
+ ]), va = (e) => JSON.stringify(e, null, 2).replace(/"([^"]+)":/g, "$1:");
3322
3423
  class I extends Error {
3323
3424
  constructor(t) {
3324
3425
  super(), this.issues = [], this.addIssue = (n) => {
@@ -3359,7 +3460,7 @@ class I extends Error {
3359
3460
  return this.message;
3360
3461
  }
3361
3462
  get message() {
3362
- return JSON.stringify(this.issues, O.jsonStringifyReplacer, 2);
3463
+ return JSON.stringify(this.issues, C.jsonStringifyReplacer, 2);
3363
3464
  }
3364
3465
  get isEmpty() {
3365
3466
  return this.issues.length === 0;
@@ -3382,19 +3483,19 @@ const W = (e, t) => {
3382
3483
  e.received === d.undefined ? r = "Required" : r = `Expected ${e.expected}, received ${e.received}`;
3383
3484
  break;
3384
3485
  case c.invalid_literal:
3385
- r = `Invalid literal value, expected ${JSON.stringify(e.expected, O.jsonStringifyReplacer)}`;
3486
+ r = `Invalid literal value, expected ${JSON.stringify(e.expected, C.jsonStringifyReplacer)}`;
3386
3487
  break;
3387
3488
  case c.unrecognized_keys:
3388
- r = `Unrecognized key(s) in object: ${O.joinValues(e.keys, ", ")}`;
3489
+ r = `Unrecognized key(s) in object: ${C.joinValues(e.keys, ", ")}`;
3389
3490
  break;
3390
3491
  case c.invalid_union:
3391
3492
  r = "Invalid input";
3392
3493
  break;
3393
3494
  case c.invalid_union_discriminator:
3394
- r = `Invalid discriminator value. Expected ${O.joinValues(e.options)}`;
3495
+ r = `Invalid discriminator value. Expected ${C.joinValues(e.options)}`;
3395
3496
  break;
3396
3497
  case c.invalid_enum_value:
3397
- r = `Invalid enum value. Expected ${O.joinValues(e.options)}, received '${e.received}'`;
3498
+ r = `Invalid enum value. Expected ${C.joinValues(e.options)}, received '${e.received}'`;
3398
3499
  break;
3399
3500
  case c.invalid_arguments:
3400
3501
  r = "Invalid function arguments";
@@ -3406,7 +3507,7 @@ const W = (e, t) => {
3406
3507
  r = "Invalid date";
3407
3508
  break;
3408
3509
  case c.invalid_string:
3409
- typeof e.validation == "object" ? "includes" in e.validation ? (r = `Invalid input: must include "${e.validation.includes}"`, typeof e.validation.position == "number" && (r = `${r} at one or more positions greater than or equal to ${e.validation.position}`)) : "startsWith" in e.validation ? r = `Invalid input: must start with "${e.validation.startsWith}"` : "endsWith" in e.validation ? r = `Invalid input: must end with "${e.validation.endsWith}"` : O.assertNever(e.validation) : e.validation !== "regex" ? r = `Invalid ${e.validation}` : r = "Invalid";
3510
+ typeof e.validation == "object" ? "includes" in e.validation ? (r = `Invalid input: must include "${e.validation.includes}"`, typeof e.validation.position == "number" && (r = `${r} at one or more positions greater than or equal to ${e.validation.position}`)) : "startsWith" in e.validation ? r = `Invalid input: must start with "${e.validation.startsWith}"` : "endsWith" in e.validation ? r = `Invalid input: must end with "${e.validation.endsWith}"` : C.assertNever(e.validation) : e.validation !== "regex" ? r = `Invalid ${e.validation}` : r = "Invalid";
3410
3511
  break;
3411
3512
  case c.too_small:
3412
3513
  e.type === "array" ? r = `Array must contain ${e.exact ? "exactly" : e.inclusive ? "at least" : "more than"} ${e.minimum} element(s)` : e.type === "string" ? r = `String must contain ${e.exact ? "exactly" : e.inclusive ? "at least" : "over"} ${e.minimum} character(s)` : e.type === "number" ? r = `Number must be ${e.exact ? "exactly equal to " : e.inclusive ? "greater than or equal to " : "greater than "}${e.minimum}` : e.type === "date" ? r = `Date must be ${e.exact ? "exactly equal to " : e.inclusive ? "greater than or equal to " : "greater than "}${new Date(Number(e.minimum))}` : r = "Invalid input";
@@ -3427,16 +3528,16 @@ const W = (e, t) => {
3427
3528
  r = "Number must be finite";
3428
3529
  break;
3429
3530
  default:
3430
- r = t.defaultError, O.assertNever(e);
3531
+ r = t.defaultError, C.assertNever(e);
3431
3532
  }
3432
3533
  return { message: r };
3433
3534
  };
3434
- let Tt = W;
3435
- function ya(e) {
3436
- Tt = e;
3535
+ let St = W;
3536
+ function Ia(e) {
3537
+ St = e;
3437
3538
  }
3438
3539
  function de() {
3439
- return Tt;
3540
+ return St;
3440
3541
  }
3441
3542
  const le = (e) => {
3442
3543
  const { data: t, path: r, errorMaps: n, issueData: i } = e, a = [...r, ...i.path || []], o = {
@@ -3452,7 +3553,7 @@ const le = (e) => {
3452
3553
  path: a,
3453
3554
  message: i.message || s
3454
3555
  };
3455
- }, Ta = [];
3556
+ }, ba = [];
3456
3557
  function l(e, t) {
3457
3558
  const r = le({
3458
3559
  issueData: t,
@@ -3509,12 +3610,12 @@ class w {
3509
3610
  }
3510
3611
  const g = Object.freeze({
3511
3612
  status: "aborted"
3512
- }), St = (e) => ({ status: "dirty", value: e }), P = (e) => ({ status: "valid", value: e }), $e = (e) => e.status === "aborted", ze = (e) => e.status === "dirty", Y = (e) => e.status === "valid", fe = (e) => typeof Promise < "u" && e instanceof Promise;
3613
+ }), Ct = (e) => ({ status: "dirty", value: e }), P = (e) => ({ status: "valid", value: e }), ze = (e) => e.status === "aborted", Be = (e) => e.status === "dirty", Y = (e) => e.status === "valid", fe = (e) => typeof Promise < "u" && e instanceof Promise;
3513
3614
  var p;
3514
3615
  (function(e) {
3515
3616
  e.errToObj = (t) => typeof t == "string" ? { message: t } : t || {}, e.toString = (t) => typeof t == "string" ? t : t == null ? void 0 : t.message;
3516
3617
  })(p || (p = {}));
3517
- class R {
3618
+ class U {
3518
3619
  constructor(t, r, n, i) {
3519
3620
  this._cachedPath = [], this.parent = t, this.data = r, this._path = n, this._key = i;
3520
3621
  }
@@ -3522,7 +3623,7 @@ class R {
3522
3623
  return this._cachedPath.length || (this._key instanceof Array ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
3523
3624
  }
3524
3625
  }
3525
- const et = (e, t) => {
3626
+ const tt = (e, t) => {
3526
3627
  if (Y(t))
3527
3628
  return { success: !0, data: t.value };
3528
3629
  if (!e.common.issues.length)
@@ -3537,7 +3638,7 @@ const et = (e, t) => {
3537
3638
  }
3538
3639
  };
3539
3640
  };
3540
- function h(e) {
3641
+ function y(e) {
3541
3642
  if (!e)
3542
3643
  return {};
3543
3644
  const { errorMap: t, invalid_type_error: r, required_error: n, description: i } = e;
@@ -3545,7 +3646,7 @@ function h(e) {
3545
3646
  throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);
3546
3647
  return t ? { errorMap: t, description: i } : { errorMap: (o, s) => o.code !== "invalid_type" ? { message: s.defaultError } : typeof s.data > "u" ? { message: n ?? s.defaultError } : { message: r ?? s.defaultError }, description: i };
3547
3648
  }
3548
- class y {
3649
+ class h {
3549
3650
  constructor(t) {
3550
3651
  this.spa = this.safeParseAsync, this._def = t, this.parse = this.parse.bind(this), this.safeParse = this.safeParse.bind(this), this.parseAsync = this.parseAsync.bind(this), this.safeParseAsync = this.safeParseAsync.bind(this), this.spa = this.spa.bind(this), this.refine = this.refine.bind(this), this.refinement = this.refinement.bind(this), this.superRefine = this.superRefine.bind(this), this.optional = this.optional.bind(this), this.nullable = this.nullable.bind(this), this.nullish = this.nullish.bind(this), this.array = this.array.bind(this), this.promise = this.promise.bind(this), this.or = this.or.bind(this), this.and = this.and.bind(this), this.transform = this.transform.bind(this), this.brand = this.brand.bind(this), this.default = this.default.bind(this), this.catch = this.catch.bind(this), this.describe = this.describe.bind(this), this.pipe = this.pipe.bind(this), this.readonly = this.readonly.bind(this), this.isNullable = this.isNullable.bind(this), this.isOptional = this.isOptional.bind(this);
3551
3652
  }
@@ -3608,7 +3709,7 @@ class y {
3608
3709
  data: t,
3609
3710
  parsedType: E(t)
3610
3711
  }, a = this._parseSync({ data: t, path: i.path, parent: i });
3611
- return et(i, a);
3712
+ return tt(i, a);
3612
3713
  }
3613
3714
  async parseAsync(t, r) {
3614
3715
  const n = await this.safeParseAsync(t, r);
@@ -3629,7 +3730,7 @@ class y {
3629
3730
  data: t,
3630
3731
  parsedType: E(t)
3631
3732
  }, i = this._parse({ data: t, path: n.path, parent: n }), a = await (fe(i) ? i : Promise.resolve(i));
3632
- return et(n, a);
3733
+ return tt(n, a);
3633
3734
  }
3634
3735
  refine(t, r) {
3635
3736
  const n = (i) => typeof r == "string" || typeof r > "u" ? { message: r } : typeof r == "function" ? r(i) : r;
@@ -3655,7 +3756,7 @@ class y {
3655
3756
  return this._refinement(t);
3656
3757
  }
3657
3758
  optional() {
3658
- return U.create(this, this._def);
3759
+ return J.create(this, this._def);
3659
3760
  }
3660
3761
  nullable() {
3661
3762
  return H.create(this, this._def);
@@ -3677,7 +3778,7 @@ class y {
3677
3778
  }
3678
3779
  transform(t) {
3679
3780
  return new A({
3680
- ...h(this._def),
3781
+ ...y(this._def),
3681
3782
  schema: this,
3682
3783
  typeName: m.ZodEffects,
3683
3784
  effect: { type: "transform", transform: t }
@@ -3686,23 +3787,23 @@ class y {
3686
3787
  default(t) {
3687
3788
  const r = typeof t == "function" ? t : () => t;
3688
3789
  return new se({
3689
- ...h(this._def),
3790
+ ...y(this._def),
3690
3791
  innerType: this,
3691
3792
  defaultValue: r,
3692
3793
  typeName: m.ZodDefault
3693
3794
  });
3694
3795
  }
3695
3796
  brand() {
3696
- return new Ct({
3797
+ return new wt({
3697
3798
  typeName: m.ZodBranded,
3698
3799
  type: this,
3699
- ...h(this._def)
3800
+ ...y(this._def)
3700
3801
  });
3701
3802
  }
3702
3803
  catch(t) {
3703
3804
  const r = typeof t == "function" ? t : () => t;
3704
- return new he({
3705
- ...h(this._def),
3805
+ return new ye({
3806
+ ...y(this._def),
3706
3807
  innerType: this,
3707
3808
  catchValue: r,
3708
3809
  typeName: m.ZodCatch
@@ -3728,13 +3829,13 @@ class y {
3728
3829
  return this.safeParse(null).success;
3729
3830
  }
3730
3831
  }
3731
- const Sa = /^c[^\s-]{8,}$/i, Oa = /^[a-z][a-z0-9]*$/, Ca = /^[0-9A-HJKMNP-TV-Z]{26}$/, wa = /^[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, Pa = /^(?!\.)(?!.*\.\.)([A-Z0-9_+-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Da = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
3732
- let Ve;
3733
- const _a = /^(((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}))$/, va = /^(([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})))$/, Na = (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$");
3734
- function Ia(e, t) {
3735
- return !!((t === "v4" || !t) && _a.test(e) || (t === "v6" || !t) && va.test(e));
3832
+ const Aa = /^c[^\s-]{8,}$/i, xa = /^[a-z][a-z0-9]*$/, Ua = /^[0-9A-HJKMNP-TV-Z]{26}$/, Ra = /^[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, Ja = /^(?!\.)(?!.*\.\.)([A-Z0-9_+-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, ka = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
3833
+ let He;
3834
+ const Ea = /^(((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}))$/, Fa = /^(([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})))$/, qa = (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$");
3835
+ function La(e, t) {
3836
+ return !!((t === "v4" || !t) && Ea.test(e) || (t === "v6" || !t) && Fa.test(e));
3736
3837
  }
3737
- class N extends y {
3838
+ class v extends h {
3738
3839
  _parse(t) {
3739
3840
  if (this._def.coerce && (t.data = String(t.data)), this._getType(t) !== d.string) {
3740
3841
  const a = this._getOrReturnCtx(t);
@@ -3787,37 +3888,37 @@ class N extends y {
3787
3888
  message: a.message
3788
3889
  }), n.dirty());
3789
3890
  } else if (a.kind === "email")
3790
- Pa.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3891
+ Ja.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3791
3892
  validation: "email",
3792
3893
  code: c.invalid_string,
3793
3894
  message: a.message
3794
3895
  }), n.dirty());
3795
3896
  else if (a.kind === "emoji")
3796
- Ve || (Ve = new RegExp(Da, "u")), Ve.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3897
+ He || (He = new RegExp(ka, "u")), He.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3797
3898
  validation: "emoji",
3798
3899
  code: c.invalid_string,
3799
3900
  message: a.message
3800
3901
  }), n.dirty());
3801
3902
  else if (a.kind === "uuid")
3802
- wa.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3903
+ Ra.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3803
3904
  validation: "uuid",
3804
3905
  code: c.invalid_string,
3805
3906
  message: a.message
3806
3907
  }), n.dirty());
3807
3908
  else if (a.kind === "cuid")
3808
- Sa.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3909
+ Aa.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3809
3910
  validation: "cuid",
3810
3911
  code: c.invalid_string,
3811
3912
  message: a.message
3812
3913
  }), n.dirty());
3813
3914
  else if (a.kind === "cuid2")
3814
- Oa.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3915
+ xa.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3815
3916
  validation: "cuid2",
3816
3917
  code: c.invalid_string,
3817
3918
  message: a.message
3818
3919
  }), n.dirty());
3819
3920
  else if (a.kind === "ulid")
3820
- Ca.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3921
+ Ua.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3821
3922
  validation: "ulid",
3822
3923
  code: c.invalid_string,
3823
3924
  message: a.message
@@ -3832,32 +3933,31 @@ class N extends y {
3832
3933
  message: a.message
3833
3934
  }), n.dirty();
3834
3935
  }
3835
- else
3836
- a.kind === "regex" ? (a.regex.lastIndex = 0, a.regex.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3837
- validation: "regex",
3838
- code: c.invalid_string,
3839
- message: a.message
3840
- }), n.dirty())) : a.kind === "trim" ? t.data = t.data.trim() : a.kind === "includes" ? t.data.includes(a.value, a.position) || (i = this._getOrReturnCtx(t, i), l(i, {
3841
- code: c.invalid_string,
3842
- validation: { includes: a.value, position: a.position },
3843
- message: a.message
3844
- }), n.dirty()) : a.kind === "toLowerCase" ? t.data = t.data.toLowerCase() : a.kind === "toUpperCase" ? t.data = t.data.toUpperCase() : a.kind === "startsWith" ? t.data.startsWith(a.value) || (i = this._getOrReturnCtx(t, i), l(i, {
3845
- code: c.invalid_string,
3846
- validation: { startsWith: a.value },
3847
- message: a.message
3848
- }), n.dirty()) : a.kind === "endsWith" ? t.data.endsWith(a.value) || (i = this._getOrReturnCtx(t, i), l(i, {
3849
- code: c.invalid_string,
3850
- validation: { endsWith: a.value },
3851
- message: a.message
3852
- }), n.dirty()) : a.kind === "datetime" ? Na(a).test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3853
- code: c.invalid_string,
3854
- validation: "datetime",
3855
- message: a.message
3856
- }), n.dirty()) : a.kind === "ip" ? Ia(t.data, a.version) || (i = this._getOrReturnCtx(t, i), l(i, {
3857
- validation: "ip",
3858
- code: c.invalid_string,
3859
- message: a.message
3860
- }), n.dirty()) : O.assertNever(a);
3936
+ else a.kind === "regex" ? (a.regex.lastIndex = 0, a.regex.test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3937
+ validation: "regex",
3938
+ code: c.invalid_string,
3939
+ message: a.message
3940
+ }), n.dirty())) : a.kind === "trim" ? t.data = t.data.trim() : a.kind === "includes" ? t.data.includes(a.value, a.position) || (i = this._getOrReturnCtx(t, i), l(i, {
3941
+ code: c.invalid_string,
3942
+ validation: { includes: a.value, position: a.position },
3943
+ message: a.message
3944
+ }), n.dirty()) : a.kind === "toLowerCase" ? t.data = t.data.toLowerCase() : a.kind === "toUpperCase" ? t.data = t.data.toUpperCase() : a.kind === "startsWith" ? t.data.startsWith(a.value) || (i = this._getOrReturnCtx(t, i), l(i, {
3945
+ code: c.invalid_string,
3946
+ validation: { startsWith: a.value },
3947
+ message: a.message
3948
+ }), n.dirty()) : a.kind === "endsWith" ? t.data.endsWith(a.value) || (i = this._getOrReturnCtx(t, i), l(i, {
3949
+ code: c.invalid_string,
3950
+ validation: { endsWith: a.value },
3951
+ message: a.message
3952
+ }), n.dirty()) : a.kind === "datetime" ? qa(a).test(t.data) || (i = this._getOrReturnCtx(t, i), l(i, {
3953
+ code: c.invalid_string,
3954
+ validation: "datetime",
3955
+ message: a.message
3956
+ }), n.dirty()) : a.kind === "ip" ? La(t.data, a.version) || (i = this._getOrReturnCtx(t, i), l(i, {
3957
+ validation: "ip",
3958
+ code: c.invalid_string,
3959
+ message: a.message
3960
+ }), n.dirty()) : C.assertNever(a);
3861
3961
  return { status: n.value, value: t.data };
3862
3962
  }
3863
3963
  _regex(t, r, n) {
@@ -3868,7 +3968,7 @@ class N extends y {
3868
3968
  });
3869
3969
  }
3870
3970
  _addCheck(t) {
3871
- return new N({
3971
+ return new v({
3872
3972
  ...this._def,
3873
3973
  checks: [...this._def.checks, t]
3874
3974
  });
@@ -3969,19 +4069,19 @@ class N extends y {
3969
4069
  return this.min(1, p.errToObj(t));
3970
4070
  }
3971
4071
  trim() {
3972
- return new N({
4072
+ return new v({
3973
4073
  ...this._def,
3974
4074
  checks: [...this._def.checks, { kind: "trim" }]
3975
4075
  });
3976
4076
  }
3977
4077
  toLowerCase() {
3978
- return new N({
4078
+ return new v({
3979
4079
  ...this._def,
3980
4080
  checks: [...this._def.checks, { kind: "toLowerCase" }]
3981
4081
  });
3982
4082
  }
3983
4083
  toUpperCase() {
3984
- return new N({
4084
+ return new v({
3985
4085
  ...this._def,
3986
4086
  checks: [...this._def.checks, { kind: "toUpperCase" }]
3987
4087
  });
@@ -4026,20 +4126,20 @@ class N extends y {
4026
4126
  return t;
4027
4127
  }
4028
4128
  }
4029
- N.create = (e) => {
4129
+ v.create = (e) => {
4030
4130
  var t;
4031
- return new N({
4131
+ return new v({
4032
4132
  checks: [],
4033
4133
  typeName: m.ZodString,
4034
4134
  coerce: (t = e == null ? void 0 : e.coerce) !== null && t !== void 0 ? t : !1,
4035
- ...h(e)
4135
+ ...y(e)
4036
4136
  });
4037
4137
  };
4038
- function ba(e, t) {
4138
+ function Ma(e, t) {
4039
4139
  const r = (e.toString().split(".")[1] || "").length, n = (t.toString().split(".")[1] || "").length, i = r > n ? r : n, a = parseInt(e.toFixed(i).replace(".", "")), o = parseInt(t.toFixed(i).replace(".", ""));
4040
4140
  return a % o / Math.pow(10, i);
4041
4141
  }
4042
- class q extends y {
4142
+ class F extends h {
4043
4143
  constructor() {
4044
4144
  super(...arguments), this.min = this.gte, this.max = this.lte, this.step = this.multipleOf;
4045
4145
  }
@@ -4055,7 +4155,7 @@ class q extends y {
4055
4155
  let n;
4056
4156
  const i = new w();
4057
4157
  for (const a of this._def.checks)
4058
- a.kind === "int" ? O.isInteger(t.data) || (n = this._getOrReturnCtx(t, n), l(n, {
4158
+ a.kind === "int" ? C.isInteger(t.data) || (n = this._getOrReturnCtx(t, n), l(n, {
4059
4159
  code: c.invalid_type,
4060
4160
  expected: "integer",
4061
4161
  received: "float",
@@ -4074,14 +4174,14 @@ class q extends y {
4074
4174
  inclusive: a.inclusive,
4075
4175
  exact: !1,
4076
4176
  message: a.message
4077
- }), i.dirty()) : a.kind === "multipleOf" ? ba(t.data, a.value) !== 0 && (n = this._getOrReturnCtx(t, n), l(n, {
4177
+ }), i.dirty()) : a.kind === "multipleOf" ? Ma(t.data, a.value) !== 0 && (n = this._getOrReturnCtx(t, n), l(n, {
4078
4178
  code: c.not_multiple_of,
4079
4179
  multipleOf: a.value,
4080
4180
  message: a.message
4081
4181
  }), i.dirty()) : a.kind === "finite" ? Number.isFinite(t.data) || (n = this._getOrReturnCtx(t, n), l(n, {
4082
4182
  code: c.not_finite,
4083
4183
  message: a.message
4084
- }), i.dirty()) : O.assertNever(a);
4184
+ }), i.dirty()) : C.assertNever(a);
4085
4185
  return { status: i.value, value: t.data };
4086
4186
  }
4087
4187
  gte(t, r) {
@@ -4097,7 +4197,7 @@ class q extends y {
4097
4197
  return this.setLimit("max", t, !1, p.toString(r));
4098
4198
  }
4099
4199
  setLimit(t, r, n, i) {
4100
- return new q({
4200
+ return new F({
4101
4201
  ...this._def,
4102
4202
  checks: [
4103
4203
  ...this._def.checks,
@@ -4111,7 +4211,7 @@ class q extends y {
4111
4211
  });
4112
4212
  }
4113
4213
  _addCheck(t) {
4114
- return new q({
4214
+ return new F({
4115
4215
  ...this._def,
4116
4216
  checks: [...this._def.checks, t]
4117
4217
  });
@@ -4193,7 +4293,7 @@ class q extends y {
4193
4293
  return t;
4194
4294
  }
4195
4295
  get isInt() {
4196
- return !!this._def.checks.find((t) => t.kind === "int" || t.kind === "multipleOf" && O.isInteger(t.value));
4296
+ return !!this._def.checks.find((t) => t.kind === "int" || t.kind === "multipleOf" && C.isInteger(t.value));
4197
4297
  }
4198
4298
  get isFinite() {
4199
4299
  let t = null, r = null;
@@ -4205,13 +4305,13 @@ class q extends y {
4205
4305
  return Number.isFinite(r) && Number.isFinite(t);
4206
4306
  }
4207
4307
  }
4208
- q.create = (e) => new q({
4308
+ F.create = (e) => new F({
4209
4309
  checks: [],
4210
4310
  typeName: m.ZodNumber,
4211
4311
  coerce: (e == null ? void 0 : e.coerce) || !1,
4212
- ...h(e)
4312
+ ...y(e)
4213
4313
  });
4214
- class L extends y {
4314
+ class q extends h {
4215
4315
  constructor() {
4216
4316
  super(...arguments), this.min = this.gte, this.max = this.lte;
4217
4317
  }
@@ -4243,7 +4343,7 @@ class L extends y {
4243
4343
  code: c.not_multiple_of,
4244
4344
  multipleOf: a.value,
4245
4345
  message: a.message
4246
- }), i.dirty()) : O.assertNever(a);
4346
+ }), i.dirty()) : C.assertNever(a);
4247
4347
  return { status: i.value, value: t.data };
4248
4348
  }
4249
4349
  gte(t, r) {
@@ -4259,7 +4359,7 @@ class L extends y {
4259
4359
  return this.setLimit("max", t, !1, p.toString(r));
4260
4360
  }
4261
4361
  setLimit(t, r, n, i) {
4262
- return new L({
4362
+ return new q({
4263
4363
  ...this._def,
4264
4364
  checks: [
4265
4365
  ...this._def.checks,
@@ -4273,7 +4373,7 @@ class L extends y {
4273
4373
  });
4274
4374
  }
4275
4375
  _addCheck(t) {
4276
- return new L({
4376
+ return new q({
4277
4377
  ...this._def,
4278
4378
  checks: [...this._def.checks, t]
4279
4379
  });
@@ -4330,16 +4430,16 @@ class L extends y {
4330
4430
  return t;
4331
4431
  }
4332
4432
  }
4333
- L.create = (e) => {
4433
+ q.create = (e) => {
4334
4434
  var t;
4335
- return new L({
4435
+ return new q({
4336
4436
  checks: [],
4337
4437
  typeName: m.ZodBigInt,
4338
4438
  coerce: (t = e == null ? void 0 : e.coerce) !== null && t !== void 0 ? t : !1,
4339
- ...h(e)
4439
+ ...y(e)
4340
4440
  });
4341
4441
  };
4342
- class X extends y {
4442
+ class X extends h {
4343
4443
  _parse(t) {
4344
4444
  if (this._def.coerce && (t.data = !!t.data), this._getType(t) !== d.boolean) {
4345
4445
  const n = this._getOrReturnCtx(t);
@@ -4355,9 +4455,9 @@ class X extends y {
4355
4455
  X.create = (e) => new X({
4356
4456
  typeName: m.ZodBoolean,
4357
4457
  coerce: (e == null ? void 0 : e.coerce) || !1,
4358
- ...h(e)
4458
+ ...y(e)
4359
4459
  });
4360
- class Z extends y {
4460
+ class Z extends h {
4361
4461
  _parse(t) {
4362
4462
  if (this._def.coerce && (t.data = new Date(t.data)), this._getType(t) !== d.date) {
4363
4463
  const a = this._getOrReturnCtx(t);
@@ -4390,7 +4490,7 @@ class Z extends y {
4390
4490
  exact: !1,
4391
4491
  maximum: a.value,
4392
4492
  type: "date"
4393
- }), n.dirty()) : O.assertNever(a);
4493
+ }), n.dirty()) : C.assertNever(a);
4394
4494
  return {
4395
4495
  status: n.value,
4396
4496
  value: new Date(t.data.getTime())
@@ -4433,9 +4533,9 @@ Z.create = (e) => new Z({
4433
4533
  checks: [],
4434
4534
  coerce: (e == null ? void 0 : e.coerce) || !1,
4435
4535
  typeName: m.ZodDate,
4436
- ...h(e)
4536
+ ...y(e)
4437
4537
  });
4438
- class pe extends y {
4538
+ class pe extends h {
4439
4539
  _parse(t) {
4440
4540
  if (this._getType(t) !== d.symbol) {
4441
4541
  const n = this._getOrReturnCtx(t);
@@ -4450,9 +4550,9 @@ class pe extends y {
4450
4550
  }
4451
4551
  pe.create = (e) => new pe({
4452
4552
  typeName: m.ZodSymbol,
4453
- ...h(e)
4553
+ ...y(e)
4454
4554
  });
4455
- class j extends y {
4555
+ class j extends h {
4456
4556
  _parse(t) {
4457
4557
  if (this._getType(t) !== d.undefined) {
4458
4558
  const n = this._getOrReturnCtx(t);
@@ -4467,9 +4567,9 @@ class j extends y {
4467
4567
  }
4468
4568
  j.create = (e) => new j({
4469
4569
  typeName: m.ZodUndefined,
4470
- ...h(e)
4570
+ ...y(e)
4471
4571
  });
4472
- class ee extends y {
4572
+ class ee extends h {
4473
4573
  _parse(t) {
4474
4574
  if (this._getType(t) !== d.null) {
4475
4575
  const n = this._getOrReturnCtx(t);
@@ -4484,9 +4584,9 @@ class ee extends y {
4484
4584
  }
4485
4585
  ee.create = (e) => new ee({
4486
4586
  typeName: m.ZodNull,
4487
- ...h(e)
4587
+ ...y(e)
4488
4588
  });
4489
- class B extends y {
4589
+ class B extends h {
4490
4590
  constructor() {
4491
4591
  super(...arguments), this._any = !0;
4492
4592
  }
@@ -4496,9 +4596,9 @@ class B extends y {
4496
4596
  }
4497
4597
  B.create = (e) => new B({
4498
4598
  typeName: m.ZodAny,
4499
- ...h(e)
4599
+ ...y(e)
4500
4600
  });
4501
- class M extends y {
4601
+ class M extends h {
4502
4602
  constructor() {
4503
4603
  super(...arguments), this._unknown = !0;
4504
4604
  }
@@ -4508,9 +4608,9 @@ class M extends y {
4508
4608
  }
4509
4609
  M.create = (e) => new M({
4510
4610
  typeName: m.ZodUnknown,
4511
- ...h(e)
4611
+ ...y(e)
4512
4612
  });
4513
- class k extends y {
4613
+ class k extends h {
4514
4614
  _parse(t) {
4515
4615
  const r = this._getOrReturnCtx(t);
4516
4616
  return l(r, {
@@ -4522,9 +4622,9 @@ class k extends y {
4522
4622
  }
4523
4623
  k.create = (e) => new k({
4524
4624
  typeName: m.ZodNever,
4525
- ...h(e)
4625
+ ...y(e)
4526
4626
  });
4527
- class me extends y {
4627
+ class me extends h {
4528
4628
  _parse(t) {
4529
4629
  if (this._getType(t) !== d.undefined) {
4530
4630
  const n = this._getOrReturnCtx(t);
@@ -4539,9 +4639,9 @@ class me extends y {
4539
4639
  }
4540
4640
  me.create = (e) => new me({
4541
4641
  typeName: m.ZodVoid,
4542
- ...h(e)
4642
+ ...y(e)
4543
4643
  });
4544
- class b extends y {
4644
+ class b extends h {
4545
4645
  _parse(t) {
4546
4646
  const { ctx: r, status: n } = this._processInputParams(t), i = this._def;
4547
4647
  if (r.parsedType !== d.array)
@@ -4577,8 +4677,8 @@ class b extends y {
4577
4677
  exact: !1,
4578
4678
  message: i.maxLength.message
4579
4679
  }), n.dirty()), r.common.async)
4580
- return Promise.all([...r.data].map((o, s) => i.type._parseAsync(new R(r, o, r.path, s)))).then((o) => w.mergeArray(n, o));
4581
- const a = [...r.data].map((o, s) => i.type._parseSync(new R(r, o, r.path, s)));
4680
+ return Promise.all([...r.data].map((o, s) => i.type._parseAsync(new U(r, o, r.path, s)))).then((o) => w.mergeArray(n, o));
4681
+ const a = [...r.data].map((o, s) => i.type._parseSync(new U(r, o, r.path, s)));
4582
4682
  return w.mergeArray(n, a);
4583
4683
  }
4584
4684
  get element() {
@@ -4612,33 +4712,32 @@ b.create = (e, t) => new b({
4612
4712
  maxLength: null,
4613
4713
  exactLength: null,
4614
4714
  typeName: m.ZodArray,
4615
- ...h(t)
4715
+ ...y(t)
4616
4716
  });
4617
4717
  function $(e) {
4618
- if (e instanceof C) {
4718
+ if (e instanceof O) {
4619
4719
  const t = {};
4620
4720
  for (const r in e.shape) {
4621
4721
  const n = e.shape[r];
4622
- t[r] = U.create($(n));
4722
+ t[r] = J.create($(n));
4623
4723
  }
4624
- return new C({
4724
+ return new O({
4625
4725
  ...e._def,
4626
4726
  shape: () => t
4627
4727
  });
4628
- } else
4629
- return e instanceof b ? new b({
4630
- ...e._def,
4631
- type: $(e.element)
4632
- }) : e instanceof U ? U.create($(e.unwrap())) : e instanceof H ? H.create($(e.unwrap())) : e instanceof J ? J.create(e.items.map((t) => $(t))) : e;
4728
+ } else return e instanceof b ? new b({
4729
+ ...e._def,
4730
+ type: $(e.element)
4731
+ }) : e instanceof J ? J.create($(e.unwrap())) : e instanceof H ? H.create($(e.unwrap())) : e instanceof R ? R.create(e.items.map((t) => $(t))) : e;
4633
4732
  }
4634
- class C extends y {
4733
+ class O extends h {
4635
4734
  constructor() {
4636
4735
  super(...arguments), this._cached = null, this.nonstrict = this.passthrough, this.augment = this.extend;
4637
4736
  }
4638
4737
  _getCached() {
4639
4738
  if (this._cached !== null)
4640
4739
  return this._cached;
4641
- const t = this._def.shape(), r = O.objectKeys(t);
4740
+ const t = this._def.shape(), r = C.objectKeys(t);
4642
4741
  return this._cached = { shape: t, keys: r };
4643
4742
  }
4644
4743
  _parse(t) {
@@ -4659,7 +4758,7 @@ class C extends y {
4659
4758
  const T = a[u], _ = i.data[u];
4660
4759
  f.push({
4661
4760
  key: { status: "valid", value: u },
4662
- value: T._parse(new R(i, _, i.path, u)),
4761
+ value: T._parse(new U(i, _, i.path, u)),
4663
4762
  alwaysSet: u in i.data
4664
4763
  });
4665
4764
  }
@@ -4676,8 +4775,7 @@ class C extends y {
4676
4775
  code: c.unrecognized_keys,
4677
4776
  keys: s
4678
4777
  }), n.dirty());
4679
- else if (u !== "strip")
4680
- throw new Error("Internal ZodObject error: invalid unknownKeys value.");
4778
+ else if (u !== "strip") throw new Error("Internal ZodObject error: invalid unknownKeys value.");
4681
4779
  } else {
4682
4780
  const u = this._def.catchall;
4683
4781
  for (const T of s) {
@@ -4685,7 +4783,7 @@ class C extends y {
4685
4783
  f.push({
4686
4784
  key: { status: "valid", value: T },
4687
4785
  value: u._parse(
4688
- new R(i, _, i.path, T)
4786
+ new U(i, _, i.path, T)
4689
4787
  //, ctx.child(key), value, getParsedType(value)
4690
4788
  ),
4691
4789
  alwaysSet: T in i.data
@@ -4709,7 +4807,7 @@ class C extends y {
4709
4807
  return this._def.shape();
4710
4808
  }
4711
4809
  strict(t) {
4712
- return p.errToObj, new C({
4810
+ return p.errToObj, new O({
4713
4811
  ...this._def,
4714
4812
  unknownKeys: "strict",
4715
4813
  ...t !== void 0 ? {
@@ -4726,13 +4824,13 @@ class C extends y {
4726
4824
  });
4727
4825
  }
4728
4826
  strip() {
4729
- return new C({
4827
+ return new O({
4730
4828
  ...this._def,
4731
4829
  unknownKeys: "strip"
4732
4830
  });
4733
4831
  }
4734
4832
  passthrough() {
4735
- return new C({
4833
+ return new O({
4736
4834
  ...this._def,
4737
4835
  unknownKeys: "passthrough"
4738
4836
  });
@@ -4755,7 +4853,7 @@ class C extends y {
4755
4853
  // }) as any;
4756
4854
  // };
4757
4855
  extend(t) {
4758
- return new C({
4856
+ return new O({
4759
4857
  ...this._def,
4760
4858
  shape: () => ({
4761
4859
  ...this._def.shape(),
@@ -4769,7 +4867,7 @@ class C extends y {
4769
4867
  * upgrade if you are experiencing issues.
4770
4868
  */
4771
4869
  merge(t) {
4772
- return new C({
4870
+ return new O({
4773
4871
  unknownKeys: t._def.unknownKeys,
4774
4872
  catchall: t._def.catchall,
4775
4873
  shape: () => ({
@@ -4839,25 +4937,25 @@ class C extends y {
4839
4937
  // return merged;
4840
4938
  // }
4841
4939
  catchall(t) {
4842
- return new C({
4940
+ return new O({
4843
4941
  ...this._def,
4844
4942
  catchall: t
4845
4943
  });
4846
4944
  }
4847
4945
  pick(t) {
4848
4946
  const r = {};
4849
- return O.objectKeys(t).forEach((n) => {
4947
+ return C.objectKeys(t).forEach((n) => {
4850
4948
  t[n] && this.shape[n] && (r[n] = this.shape[n]);
4851
- }), new C({
4949
+ }), new O({
4852
4950
  ...this._def,
4853
4951
  shape: () => r
4854
4952
  });
4855
4953
  }
4856
4954
  omit(t) {
4857
4955
  const r = {};
4858
- return O.objectKeys(this.shape).forEach((n) => {
4956
+ return C.objectKeys(this.shape).forEach((n) => {
4859
4957
  t[n] || (r[n] = this.shape[n]);
4860
- }), new C({
4958
+ }), new O({
4861
4959
  ...this._def,
4862
4960
  shape: () => r
4863
4961
  });
@@ -4870,56 +4968,56 @@ class C extends y {
4870
4968
  }
4871
4969
  partial(t) {
4872
4970
  const r = {};
4873
- return O.objectKeys(this.shape).forEach((n) => {
4971
+ return C.objectKeys(this.shape).forEach((n) => {
4874
4972
  const i = this.shape[n];
4875
4973
  t && !t[n] ? r[n] = i : r[n] = i.optional();
4876
- }), new C({
4974
+ }), new O({
4877
4975
  ...this._def,
4878
4976
  shape: () => r
4879
4977
  });
4880
4978
  }
4881
4979
  required(t) {
4882
4980
  const r = {};
4883
- return O.objectKeys(this.shape).forEach((n) => {
4981
+ return C.objectKeys(this.shape).forEach((n) => {
4884
4982
  if (t && !t[n])
4885
4983
  r[n] = this.shape[n];
4886
4984
  else {
4887
4985
  let a = this.shape[n];
4888
- for (; a instanceof U; )
4986
+ for (; a instanceof J; )
4889
4987
  a = a._def.innerType;
4890
4988
  r[n] = a;
4891
4989
  }
4892
- }), new C({
4990
+ }), new O({
4893
4991
  ...this._def,
4894
4992
  shape: () => r
4895
4993
  });
4896
4994
  }
4897
4995
  keyof() {
4898
- return Ot(O.objectKeys(this.shape));
4996
+ return Ot(C.objectKeys(this.shape));
4899
4997
  }
4900
4998
  }
4901
- C.create = (e, t) => new C({
4999
+ O.create = (e, t) => new O({
4902
5000
  shape: () => e,
4903
5001
  unknownKeys: "strip",
4904
5002
  catchall: k.create(),
4905
5003
  typeName: m.ZodObject,
4906
- ...h(t)
5004
+ ...y(t)
4907
5005
  });
4908
- C.strictCreate = (e, t) => new C({
5006
+ O.strictCreate = (e, t) => new O({
4909
5007
  shape: () => e,
4910
5008
  unknownKeys: "strict",
4911
5009
  catchall: k.create(),
4912
5010
  typeName: m.ZodObject,
4913
- ...h(t)
5011
+ ...y(t)
4914
5012
  });
4915
- C.lazycreate = (e, t) => new C({
5013
+ O.lazycreate = (e, t) => new O({
4916
5014
  shape: e,
4917
5015
  unknownKeys: "strip",
4918
5016
  catchall: k.create(),
4919
5017
  typeName: m.ZodObject,
4920
- ...h(t)
5018
+ ...y(t)
4921
5019
  });
4922
- class te extends y {
5020
+ class te extends h {
4923
5021
  _parse(t) {
4924
5022
  const { ctx: r } = this._processInputParams(t), n = this._def.options;
4925
5023
  function i(a) {
@@ -4990,10 +5088,10 @@ class te extends y {
4990
5088
  te.create = (e, t) => new te({
4991
5089
  options: e,
4992
5090
  typeName: m.ZodUnion,
4993
- ...h(t)
5091
+ ...y(t)
4994
5092
  });
4995
- const ue = (e) => e instanceof ie ? ue(e.schema) : e instanceof A ? ue(e.innerType()) : e instanceof ae ? [e.value] : e instanceof F ? e.options : e instanceof oe ? Object.keys(e.enum) : e instanceof se ? ue(e._def.innerType) : e instanceof j ? [void 0] : e instanceof ee ? [null] : null;
4996
- class Pe extends y {
5093
+ const ue = (e) => e instanceof ie ? ue(e.schema) : e instanceof A ? ue(e.innerType()) : e instanceof ae ? [e.value] : e instanceof L ? e.options : e instanceof oe ? Object.keys(e.enum) : e instanceof se ? ue(e._def.innerType) : e instanceof j ? [void 0] : e instanceof ee ? [null] : null;
5094
+ class Pe extends h {
4997
5095
  _parse(t) {
4998
5096
  const { ctx: r } = this._processInputParams(t);
4999
5097
  if (r.parsedType !== d.object)
@@ -5051,18 +5149,18 @@ class Pe extends y {
5051
5149
  discriminator: t,
5052
5150
  options: r,
5053
5151
  optionsMap: i,
5054
- ...h(n)
5152
+ ...y(n)
5055
5153
  });
5056
5154
  }
5057
5155
  }
5058
- function Be(e, t) {
5156
+ function Ge(e, t) {
5059
5157
  const r = E(e), n = E(t);
5060
5158
  if (e === t)
5061
5159
  return { valid: !0, data: e };
5062
5160
  if (r === d.object && n === d.object) {
5063
- const i = O.objectKeys(t), a = O.objectKeys(e).filter((s) => i.indexOf(s) !== -1), o = { ...e, ...t };
5161
+ const i = C.objectKeys(t), a = C.objectKeys(e).filter((s) => i.indexOf(s) !== -1), o = { ...e, ...t };
5064
5162
  for (const s of a) {
5065
- const f = Be(e[s], t[s]);
5163
+ const f = Ge(e[s], t[s]);
5066
5164
  if (!f.valid)
5067
5165
  return { valid: !1 };
5068
5166
  o[s] = f.data;
@@ -5073,22 +5171,21 @@ function Be(e, t) {
5073
5171
  return { valid: !1 };
5074
5172
  const i = [];
5075
5173
  for (let a = 0; a < e.length; a++) {
5076
- const o = e[a], s = t[a], f = Be(o, s);
5174
+ const o = e[a], s = t[a], f = Ge(o, s);
5077
5175
  if (!f.valid)
5078
5176
  return { valid: !1 };
5079
5177
  i.push(f.data);
5080
5178
  }
5081
5179
  return { valid: !0, data: i };
5082
- } else
5083
- return r === d.date && n === d.date && +e == +t ? { valid: !0, data: e } : { valid: !1 };
5180
+ } else return r === d.date && n === d.date && +e == +t ? { valid: !0, data: e } : { valid: !1 };
5084
5181
  }
5085
- class re extends y {
5182
+ class re extends h {
5086
5183
  _parse(t) {
5087
5184
  const { status: r, ctx: n } = this._processInputParams(t), i = (a, o) => {
5088
- if ($e(a) || $e(o))
5185
+ if (ze(a) || ze(o))
5089
5186
  return g;
5090
- const s = Be(a.value, o.value);
5091
- return s.valid ? ((ze(a) || ze(o)) && r.dirty(), { status: r.value, value: s.data }) : (l(n, {
5187
+ const s = Ge(a.value, o.value);
5188
+ return s.valid ? ((Be(a) || Be(o)) && r.dirty(), { status: r.value, value: s.data }) : (l(n, {
5092
5189
  code: c.invalid_intersection_types
5093
5190
  }), g);
5094
5191
  };
@@ -5118,9 +5215,9 @@ re.create = (e, t, r) => new re({
5118
5215
  left: e,
5119
5216
  right: t,
5120
5217
  typeName: m.ZodIntersection,
5121
- ...h(r)
5218
+ ...y(r)
5122
5219
  });
5123
- class J extends y {
5220
+ class R extends h {
5124
5221
  _parse(t) {
5125
5222
  const { status: r, ctx: n } = this._processInputParams(t);
5126
5223
  if (n.parsedType !== d.array)
@@ -5146,7 +5243,7 @@ class J extends y {
5146
5243
  }), r.dirty());
5147
5244
  const a = [...n.data].map((o, s) => {
5148
5245
  const f = this._def.items[s] || this._def.rest;
5149
- return f ? f._parse(new R(n, o, n.path, s)) : null;
5246
+ return f ? f._parse(new U(n, o, n.path, s)) : null;
5150
5247
  }).filter((o) => !!o);
5151
5248
  return n.common.async ? Promise.all(a).then((o) => w.mergeArray(r, o)) : w.mergeArray(r, a);
5152
5249
  }
@@ -5154,23 +5251,23 @@ class J extends y {
5154
5251
  return this._def.items;
5155
5252
  }
5156
5253
  rest(t) {
5157
- return new J({
5254
+ return new R({
5158
5255
  ...this._def,
5159
5256
  rest: t
5160
5257
  });
5161
5258
  }
5162
5259
  }
5163
- J.create = (e, t) => {
5260
+ R.create = (e, t) => {
5164
5261
  if (!Array.isArray(e))
5165
5262
  throw new Error("You must pass an array of schemas to z.tuple([ ... ])");
5166
- return new J({
5263
+ return new R({
5167
5264
  items: e,
5168
5265
  typeName: m.ZodTuple,
5169
5266
  rest: null,
5170
- ...h(t)
5267
+ ...y(t)
5171
5268
  });
5172
5269
  };
5173
- class ne extends y {
5270
+ class ne extends h {
5174
5271
  get keySchema() {
5175
5272
  return this._def.keyType;
5176
5273
  }
@@ -5188,8 +5285,8 @@ class ne extends y {
5188
5285
  const i = [], a = this._def.keyType, o = this._def.valueType;
5189
5286
  for (const s in n.data)
5190
5287
  i.push({
5191
- key: a._parse(new R(n, s, n.path, s)),
5192
- value: o._parse(new R(n, n.data[s], n.path, s))
5288
+ key: a._parse(new U(n, s, n.path, s)),
5289
+ value: o._parse(new U(n, n.data[s], n.path, s))
5193
5290
  });
5194
5291
  return n.common.async ? w.mergeObjectAsync(r, i) : w.mergeObjectSync(r, i);
5195
5292
  }
@@ -5197,20 +5294,20 @@ class ne extends y {
5197
5294
  return this._def.valueType;
5198
5295
  }
5199
5296
  static create(t, r, n) {
5200
- return r instanceof y ? new ne({
5297
+ return r instanceof h ? new ne({
5201
5298
  keyType: t,
5202
5299
  valueType: r,
5203
5300
  typeName: m.ZodRecord,
5204
- ...h(n)
5301
+ ...y(n)
5205
5302
  }) : new ne({
5206
- keyType: N.create(),
5303
+ keyType: v.create(),
5207
5304
  valueType: t,
5208
5305
  typeName: m.ZodRecord,
5209
- ...h(r)
5306
+ ...y(r)
5210
5307
  });
5211
5308
  }
5212
5309
  }
5213
- class ge extends y {
5310
+ class ge extends h {
5214
5311
  get keySchema() {
5215
5312
  return this._def.keyType;
5216
5313
  }
@@ -5226,8 +5323,8 @@ class ge extends y {
5226
5323
  received: n.parsedType
5227
5324
  }), g;
5228
5325
  const i = this._def.keyType, a = this._def.valueType, o = [...n.data.entries()].map(([s, f], u) => ({
5229
- key: i._parse(new R(n, s, n.path, [u, "key"])),
5230
- value: a._parse(new R(n, f, n.path, [u, "value"]))
5326
+ key: i._parse(new U(n, s, n.path, [u, "key"])),
5327
+ value: a._parse(new U(n, f, n.path, [u, "value"]))
5231
5328
  }));
5232
5329
  if (n.common.async) {
5233
5330
  const s = /* @__PURE__ */ new Map();
@@ -5256,9 +5353,9 @@ ge.create = (e, t, r) => new ge({
5256
5353
  valueType: t,
5257
5354
  keyType: e,
5258
5355
  typeName: m.ZodMap,
5259
- ...h(r)
5356
+ ...y(r)
5260
5357
  });
5261
- class V extends y {
5358
+ class V extends h {
5262
5359
  _parse(t) {
5263
5360
  const { status: r, ctx: n } = this._processInputParams(t);
5264
5361
  if (n.parsedType !== d.set)
@@ -5293,7 +5390,7 @@ class V extends y {
5293
5390
  }
5294
5391
  return { status: r.value, value: u };
5295
5392
  }
5296
- const s = [...n.data.values()].map((f, u) => a._parse(new R(n, f, n.path, u)));
5393
+ const s = [...n.data.values()].map((f, u) => a._parse(new U(n, f, n.path, u)));
5297
5394
  return n.common.async ? Promise.all(s).then((f) => o(f)) : o(s);
5298
5395
  }
5299
5396
  min(t, r) {
@@ -5320,9 +5417,9 @@ V.create = (e, t) => new V({
5320
5417
  minSize: null,
5321
5418
  maxSize: null,
5322
5419
  typeName: m.ZodSet,
5323
- ...h(t)
5420
+ ...y(t)
5324
5421
  });
5325
- class z extends y {
5422
+ class z extends h {
5326
5423
  constructor() {
5327
5424
  super(...arguments), this.validate = this.implement;
5328
5425
  }
@@ -5399,7 +5496,7 @@ class z extends y {
5399
5496
  args(...t) {
5400
5497
  return new z({
5401
5498
  ...this._def,
5402
- args: J.create(t).rest(M.create())
5499
+ args: R.create(t).rest(M.create())
5403
5500
  });
5404
5501
  }
5405
5502
  returns(t) {
@@ -5416,14 +5513,14 @@ class z extends y {
5416
5513
  }
5417
5514
  static create(t, r, n) {
5418
5515
  return new z({
5419
- args: t || J.create([]).rest(M.create()),
5516
+ args: t || R.create([]).rest(M.create()),
5420
5517
  returns: r || M.create(),
5421
5518
  typeName: m.ZodFunction,
5422
- ...h(n)
5519
+ ...y(n)
5423
5520
  });
5424
5521
  }
5425
5522
  }
5426
- class ie extends y {
5523
+ class ie extends h {
5427
5524
  get schema() {
5428
5525
  return this._def.getter();
5429
5526
  }
@@ -5435,9 +5532,9 @@ class ie extends y {
5435
5532
  ie.create = (e, t) => new ie({
5436
5533
  getter: e,
5437
5534
  typeName: m.ZodLazy,
5438
- ...h(t)
5535
+ ...y(t)
5439
5536
  });
5440
- class ae extends y {
5537
+ class ae extends h {
5441
5538
  _parse(t) {
5442
5539
  if (t.data !== this._def.value) {
5443
5540
  const r = this._getOrReturnCtx(t);
@@ -5456,21 +5553,21 @@ class ae extends y {
5456
5553
  ae.create = (e, t) => new ae({
5457
5554
  value: e,
5458
5555
  typeName: m.ZodLiteral,
5459
- ...h(t)
5556
+ ...y(t)
5460
5557
  });
5461
5558
  function Ot(e, t) {
5462
- return new F({
5559
+ return new L({
5463
5560
  values: e,
5464
5561
  typeName: m.ZodEnum,
5465
- ...h(t)
5562
+ ...y(t)
5466
5563
  });
5467
5564
  }
5468
- class F extends y {
5565
+ class L extends h {
5469
5566
  _parse(t) {
5470
5567
  if (typeof t.data != "string") {
5471
5568
  const r = this._getOrReturnCtx(t), n = this._def.values;
5472
5569
  return l(r, {
5473
- expected: O.joinValues(n),
5570
+ expected: C.joinValues(n),
5474
5571
  received: r.parsedType,
5475
5572
  code: c.invalid_type
5476
5573
  }), g;
@@ -5507,26 +5604,26 @@ class F extends y {
5507
5604
  return t;
5508
5605
  }
5509
5606
  extract(t) {
5510
- return F.create(t);
5607
+ return L.create(t);
5511
5608
  }
5512
5609
  exclude(t) {
5513
- return F.create(this.options.filter((r) => !t.includes(r)));
5610
+ return L.create(this.options.filter((r) => !t.includes(r)));
5514
5611
  }
5515
5612
  }
5516
- F.create = Ot;
5517
- class oe extends y {
5613
+ L.create = Ot;
5614
+ class oe extends h {
5518
5615
  _parse(t) {
5519
- const r = O.getValidEnumValues(this._def.values), n = this._getOrReturnCtx(t);
5616
+ const r = C.getValidEnumValues(this._def.values), n = this._getOrReturnCtx(t);
5520
5617
  if (n.parsedType !== d.string && n.parsedType !== d.number) {
5521
- const i = O.objectValues(r);
5618
+ const i = C.objectValues(r);
5522
5619
  return l(n, {
5523
- expected: O.joinValues(i),
5620
+ expected: C.joinValues(i),
5524
5621
  received: n.parsedType,
5525
5622
  code: c.invalid_type
5526
5623
  }), g;
5527
5624
  }
5528
5625
  if (r.indexOf(t.data) === -1) {
5529
- const i = O.objectValues(r);
5626
+ const i = C.objectValues(r);
5530
5627
  return l(n, {
5531
5628
  received: n.data,
5532
5629
  code: c.invalid_enum_value,
@@ -5542,9 +5639,9 @@ class oe extends y {
5542
5639
  oe.create = (e, t) => new oe({
5543
5640
  values: e,
5544
5641
  typeName: m.ZodNativeEnum,
5545
- ...h(t)
5642
+ ...y(t)
5546
5643
  });
5547
- class G extends y {
5644
+ class G extends h {
5548
5645
  unwrap() {
5549
5646
  return this._def.type;
5550
5647
  }
@@ -5566,9 +5663,9 @@ class G extends y {
5566
5663
  G.create = (e, t) => new G({
5567
5664
  type: e,
5568
5665
  typeName: m.ZodPromise,
5569
- ...h(t)
5666
+ ...y(t)
5570
5667
  });
5571
- class A extends y {
5668
+ class A extends h {
5572
5669
  innerType() {
5573
5670
  return this._def.schema;
5574
5671
  }
@@ -5633,22 +5730,22 @@ class A extends y {
5633
5730
  return { status: r.value, value: s };
5634
5731
  } else
5635
5732
  return this._def.schema._parseAsync({ data: n.data, path: n.path, parent: n }).then((o) => Y(o) ? Promise.resolve(i.transform(o.value, a)).then((s) => ({ status: r.value, value: s })) : o);
5636
- O.assertNever(i);
5733
+ C.assertNever(i);
5637
5734
  }
5638
5735
  }
5639
5736
  A.create = (e, t, r) => new A({
5640
5737
  schema: e,
5641
5738
  typeName: m.ZodEffects,
5642
5739
  effect: t,
5643
- ...h(r)
5740
+ ...y(r)
5644
5741
  });
5645
5742
  A.createWithPreprocess = (e, t, r) => new A({
5646
5743
  schema: t,
5647
5744
  effect: { type: "preprocess", transform: e },
5648
5745
  typeName: m.ZodEffects,
5649
- ...h(r)
5746
+ ...y(r)
5650
5747
  });
5651
- class U extends y {
5748
+ class J extends h {
5652
5749
  _parse(t) {
5653
5750
  return this._getType(t) === d.undefined ? P(void 0) : this._def.innerType._parse(t);
5654
5751
  }
@@ -5656,12 +5753,12 @@ class U extends y {
5656
5753
  return this._def.innerType;
5657
5754
  }
5658
5755
  }
5659
- U.create = (e, t) => new U({
5756
+ J.create = (e, t) => new J({
5660
5757
  innerType: e,
5661
5758
  typeName: m.ZodOptional,
5662
- ...h(t)
5759
+ ...y(t)
5663
5760
  });
5664
- class H extends y {
5761
+ class H extends h {
5665
5762
  _parse(t) {
5666
5763
  return this._getType(t) === d.null ? P(null) : this._def.innerType._parse(t);
5667
5764
  }
@@ -5672,9 +5769,9 @@ class H extends y {
5672
5769
  H.create = (e, t) => new H({
5673
5770
  innerType: e,
5674
5771
  typeName: m.ZodNullable,
5675
- ...h(t)
5772
+ ...y(t)
5676
5773
  });
5677
- class se extends y {
5774
+ class se extends h {
5678
5775
  _parse(t) {
5679
5776
  const { ctx: r } = this._processInputParams(t);
5680
5777
  let n = r.data;
@@ -5692,9 +5789,9 @@ se.create = (e, t) => new se({
5692
5789
  innerType: e,
5693
5790
  typeName: m.ZodDefault,
5694
5791
  defaultValue: typeof t.default == "function" ? t.default : () => t.default,
5695
- ...h(t)
5792
+ ...y(t)
5696
5793
  });
5697
- class he extends y {
5794
+ class ye extends h {
5698
5795
  _parse(t) {
5699
5796
  const { ctx: r } = this._processInputParams(t), n = {
5700
5797
  ...r,
@@ -5731,13 +5828,13 @@ class he extends y {
5731
5828
  return this._def.innerType;
5732
5829
  }
5733
5830
  }
5734
- he.create = (e, t) => new he({
5831
+ ye.create = (e, t) => new ye({
5735
5832
  innerType: e,
5736
5833
  typeName: m.ZodCatch,
5737
5834
  catchValue: typeof t.catch == "function" ? t.catch : () => t.catch,
5738
- ...h(t)
5835
+ ...y(t)
5739
5836
  });
5740
- class ye extends y {
5837
+ class he extends h {
5741
5838
  _parse(t) {
5742
5839
  if (this._getType(t) !== d.nan) {
5743
5840
  const n = this._getOrReturnCtx(t);
@@ -5750,12 +5847,12 @@ class ye extends y {
5750
5847
  return { status: "valid", value: t.data };
5751
5848
  }
5752
5849
  }
5753
- ye.create = (e) => new ye({
5850
+ he.create = (e) => new he({
5754
5851
  typeName: m.ZodNaN,
5755
- ...h(e)
5852
+ ...y(e)
5756
5853
  });
5757
- const Aa = Symbol("zod_brand");
5758
- class Ct extends y {
5854
+ const Za = Symbol("zod_brand");
5855
+ class wt extends h {
5759
5856
  _parse(t) {
5760
5857
  const { ctx: r } = this._processInputParams(t), n = r.data;
5761
5858
  return this._def.type._parse({
@@ -5768,7 +5865,7 @@ class Ct extends y {
5768
5865
  return this._def.type;
5769
5866
  }
5770
5867
  }
5771
- class ce extends y {
5868
+ class ce extends h {
5772
5869
  _parse(t) {
5773
5870
  const { status: r, ctx: n } = this._processInputParams(t);
5774
5871
  if (n.common.async)
@@ -5778,7 +5875,7 @@ class ce extends y {
5778
5875
  path: n.path,
5779
5876
  parent: n
5780
5877
  });
5781
- return a.status === "aborted" ? g : a.status === "dirty" ? (r.dirty(), St(a.value)) : this._def.out._parseAsync({
5878
+ return a.status === "aborted" ? g : a.status === "dirty" ? (r.dirty(), Ct(a.value)) : this._def.out._parseAsync({
5782
5879
  data: a.value,
5783
5880
  path: n.path,
5784
5881
  parent: n
@@ -5808,7 +5905,7 @@ class ce extends y {
5808
5905
  });
5809
5906
  }
5810
5907
  }
5811
- class Te extends y {
5908
+ class Te extends h {
5812
5909
  _parse(t) {
5813
5910
  const r = this._def.innerType._parse(t);
5814
5911
  return Y(r) && (r.value = Object.freeze(r.value)), r;
@@ -5817,61 +5914,61 @@ class Te extends y {
5817
5914
  Te.create = (e, t) => new Te({
5818
5915
  innerType: e,
5819
5916
  typeName: m.ZodReadonly,
5820
- ...h(t)
5917
+ ...y(t)
5821
5918
  });
5822
- const wt = (e, t = {}, r) => e ? B.create().superRefine((n, i) => {
5919
+ const Pt = (e, t = {}, r) => e ? B.create().superRefine((n, i) => {
5823
5920
  var a, o;
5824
5921
  if (!e(n)) {
5825
5922
  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;
5826
5923
  i.addIssue({ code: "custom", ...u, fatal: f });
5827
5924
  }
5828
- }) : B.create(), xa = {
5829
- object: C.lazycreate
5925
+ }) : B.create(), Va = {
5926
+ object: O.lazycreate
5830
5927
  };
5831
5928
  var m;
5832
5929
  (function(e) {
5833
5930
  e.ZodString = "ZodString", e.ZodNumber = "ZodNumber", e.ZodNaN = "ZodNaN", e.ZodBigInt = "ZodBigInt", e.ZodBoolean = "ZodBoolean", e.ZodDate = "ZodDate", e.ZodSymbol = "ZodSymbol", e.ZodUndefined = "ZodUndefined", e.ZodNull = "ZodNull", e.ZodAny = "ZodAny", e.ZodUnknown = "ZodUnknown", e.ZodNever = "ZodNever", e.ZodVoid = "ZodVoid", e.ZodArray = "ZodArray", e.ZodObject = "ZodObject", e.ZodUnion = "ZodUnion", e.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", e.ZodIntersection = "ZodIntersection", e.ZodTuple = "ZodTuple", e.ZodRecord = "ZodRecord", e.ZodMap = "ZodMap", e.ZodSet = "ZodSet", e.ZodFunction = "ZodFunction", e.ZodLazy = "ZodLazy", e.ZodLiteral = "ZodLiteral", e.ZodEnum = "ZodEnum", e.ZodEffects = "ZodEffects", e.ZodNativeEnum = "ZodNativeEnum", e.ZodOptional = "ZodOptional", e.ZodNullable = "ZodNullable", e.ZodDefault = "ZodDefault", e.ZodCatch = "ZodCatch", e.ZodPromise = "ZodPromise", e.ZodBranded = "ZodBranded", e.ZodPipeline = "ZodPipeline", e.ZodReadonly = "ZodReadonly";
5834
5931
  })(m || (m = {}));
5835
- const Ra = (e, t = {
5932
+ const Ha = (e, t = {
5836
5933
  message: `Input not instance of ${e.name}`
5837
- }) => wt((r) => r instanceof e, t), Pt = N.create, Dt = q.create, Ja = ye.create, Ua = L.create, _t = X.create, ka = Z.create, Ea = pe.create, qa = j.create, La = ee.create, Fa = B.create, Ma = M.create, Za = k.create, Va = me.create, Ha = b.create, $a = C.create, za = C.strictCreate, Ba = te.create, Ga = Pe.create, Qa = re.create, Ka = J.create, Wa = ne.create, Ya = ge.create, Xa = V.create, ja = z.create, eo = ie.create, to = ae.create, ro = F.create, no = oe.create, io = G.create, tt = A.create, ao = U.create, oo = H.create, so = A.createWithPreprocess, co = ce.create, uo = () => Pt().optional(), lo = () => Dt().optional(), fo = () => _t().optional(), po = {
5838
- string: (e) => N.create({ ...e, coerce: !0 }),
5839
- number: (e) => q.create({ ...e, coerce: !0 }),
5934
+ }) => Pt((r) => r instanceof e, t), Dt = v.create, _t = F.create, $a = he.create, za = q.create, Nt = X.create, Ba = Z.create, Ga = pe.create, Qa = j.create, Ka = ee.create, Wa = B.create, Ya = M.create, Xa = k.create, ja = me.create, eo = b.create, to = O.create, ro = O.strictCreate, no = te.create, io = Pe.create, ao = re.create, oo = R.create, so = ne.create, co = ge.create, uo = V.create, lo = z.create, fo = ie.create, po = ae.create, mo = L.create, go = oe.create, yo = G.create, rt = A.create, ho = J.create, To = H.create, So = A.createWithPreprocess, Co = ce.create, Oo = () => Dt().optional(), wo = () => _t().optional(), Po = () => Nt().optional(), Do = {
5935
+ string: (e) => v.create({ ...e, coerce: !0 }),
5936
+ number: (e) => F.create({ ...e, coerce: !0 }),
5840
5937
  boolean: (e) => X.create({
5841
5938
  ...e,
5842
5939
  coerce: !0
5843
5940
  }),
5844
- bigint: (e) => L.create({ ...e, coerce: !0 }),
5941
+ bigint: (e) => q.create({ ...e, coerce: !0 }),
5845
5942
  date: (e) => Z.create({ ...e, coerce: !0 })
5846
- }, mo = g;
5943
+ }, _o = g;
5847
5944
  var Q = /* @__PURE__ */ Object.freeze({
5848
5945
  __proto__: null,
5849
5946
  defaultErrorMap: W,
5850
- setErrorMap: ya,
5947
+ setErrorMap: Ia,
5851
5948
  getErrorMap: de,
5852
5949
  makeIssue: le,
5853
- EMPTY_PATH: Ta,
5950
+ EMPTY_PATH: ba,
5854
5951
  addIssueToContext: l,
5855
5952
  ParseStatus: w,
5856
5953
  INVALID: g,
5857
- DIRTY: St,
5954
+ DIRTY: Ct,
5858
5955
  OK: P,
5859
- isAborted: $e,
5860
- isDirty: ze,
5956
+ isAborted: ze,
5957
+ isDirty: Be,
5861
5958
  isValid: Y,
5862
5959
  isAsync: fe,
5863
5960
  get util() {
5864
- return O;
5961
+ return C;
5865
5962
  },
5866
5963
  get objectUtil() {
5867
- return He;
5964
+ return $e;
5868
5965
  },
5869
5966
  ZodParsedType: d,
5870
5967
  getParsedType: E,
5871
- ZodType: y,
5872
- ZodString: N,
5873
- ZodNumber: q,
5874
- ZodBigInt: L,
5968
+ ZodType: h,
5969
+ ZodString: v,
5970
+ ZodNumber: F,
5971
+ ZodBigInt: q,
5875
5972
  ZodBoolean: X,
5876
5973
  ZodDate: Z,
5877
5974
  ZodSymbol: pe,
@@ -5882,99 +5979,99 @@ var Q = /* @__PURE__ */ Object.freeze({
5882
5979
  ZodNever: k,
5883
5980
  ZodVoid: me,
5884
5981
  ZodArray: b,
5885
- ZodObject: C,
5982
+ ZodObject: O,
5886
5983
  ZodUnion: te,
5887
5984
  ZodDiscriminatedUnion: Pe,
5888
5985
  ZodIntersection: re,
5889
- ZodTuple: J,
5986
+ ZodTuple: R,
5890
5987
  ZodRecord: ne,
5891
5988
  ZodMap: ge,
5892
5989
  ZodSet: V,
5893
5990
  ZodFunction: z,
5894
5991
  ZodLazy: ie,
5895
5992
  ZodLiteral: ae,
5896
- ZodEnum: F,
5993
+ ZodEnum: L,
5897
5994
  ZodNativeEnum: oe,
5898
5995
  ZodPromise: G,
5899
5996
  ZodEffects: A,
5900
5997
  ZodTransformer: A,
5901
- ZodOptional: U,
5998
+ ZodOptional: J,
5902
5999
  ZodNullable: H,
5903
6000
  ZodDefault: se,
5904
- ZodCatch: he,
5905
- ZodNaN: ye,
5906
- BRAND: Aa,
5907
- ZodBranded: Ct,
6001
+ ZodCatch: ye,
6002
+ ZodNaN: he,
6003
+ BRAND: Za,
6004
+ ZodBranded: wt,
5908
6005
  ZodPipeline: ce,
5909
6006
  ZodReadonly: Te,
5910
- custom: wt,
5911
- Schema: y,
5912
- ZodSchema: y,
5913
- late: xa,
6007
+ custom: Pt,
6008
+ Schema: h,
6009
+ ZodSchema: h,
6010
+ late: Va,
5914
6011
  get ZodFirstPartyTypeKind() {
5915
6012
  return m;
5916
6013
  },
5917
- coerce: po,
5918
- any: Fa,
5919
- array: Ha,
5920
- bigint: Ua,
5921
- boolean: _t,
5922
- date: ka,
5923
- discriminatedUnion: Ga,
5924
- effect: tt,
5925
- enum: ro,
5926
- function: ja,
5927
- instanceof: Ra,
5928
- intersection: Qa,
5929
- lazy: eo,
5930
- literal: to,
5931
- map: Ya,
5932
- nan: Ja,
5933
- nativeEnum: no,
5934
- never: Za,
5935
- null: La,
5936
- nullable: oo,
5937
- number: Dt,
5938
- object: $a,
5939
- oboolean: fo,
5940
- onumber: lo,
5941
- optional: ao,
5942
- ostring: uo,
5943
- pipeline: co,
5944
- preprocess: so,
5945
- promise: io,
5946
- record: Wa,
5947
- set: Xa,
5948
- strictObject: za,
5949
- string: Pt,
5950
- symbol: Ea,
5951
- transformer: tt,
5952
- tuple: Ka,
5953
- undefined: qa,
5954
- union: Ba,
5955
- unknown: Ma,
5956
- void: Va,
5957
- NEVER: mo,
6014
+ coerce: Do,
6015
+ any: Wa,
6016
+ array: eo,
6017
+ bigint: za,
6018
+ boolean: Nt,
6019
+ date: Ba,
6020
+ discriminatedUnion: io,
6021
+ effect: rt,
6022
+ enum: mo,
6023
+ function: lo,
6024
+ instanceof: Ha,
6025
+ intersection: ao,
6026
+ lazy: fo,
6027
+ literal: po,
6028
+ map: co,
6029
+ nan: $a,
6030
+ nativeEnum: go,
6031
+ never: Xa,
6032
+ null: Ka,
6033
+ nullable: To,
6034
+ number: _t,
6035
+ object: to,
6036
+ oboolean: Po,
6037
+ onumber: wo,
6038
+ optional: ho,
6039
+ ostring: Oo,
6040
+ pipeline: Co,
6041
+ preprocess: So,
6042
+ promise: yo,
6043
+ record: so,
6044
+ set: uo,
6045
+ strictObject: ro,
6046
+ string: Dt,
6047
+ symbol: Ga,
6048
+ transformer: rt,
6049
+ tuple: oo,
6050
+ undefined: Qa,
6051
+ union: no,
6052
+ unknown: Ya,
6053
+ void: ja,
6054
+ NEVER: _o,
5958
6055
  ZodIssueCode: c,
5959
- quotelessJson: ha,
6056
+ quotelessJson: va,
5960
6057
  ZodError: I
5961
6058
  });
5962
- function go(e) {
6059
+ function No(e) {
5963
6060
  return e === 401 || e === 403;
5964
6061
  }
5965
- function ho(e) {
6062
+ function vo(e) {
5966
6063
  return Object.entries(e).map(([t, r]) => `${encodeURIComponent(t)}=${encodeURIComponent(r)}`).join("&");
5967
6064
  }
5968
- const yo = Q.object({
6065
+ const Io = Q.object({
5969
6066
  access_token: Q.string().min(1),
5970
6067
  token_type: Q.string(),
5971
6068
  expires_in: Q.number(),
5972
6069
  scope: Q.string()
5973
6070
  });
5974
- async function To(e) {
5975
- let r = await (await fetch(e.tokenUrl, {
6071
+ async function bo(e) {
6072
+ const r = await (await fetch(e.tokenUrl, {
5976
6073
  method: "POST",
5977
- body: ho({
6074
+ body: vo({
5978
6075
  grant_type: "client_credentials",
5979
6076
  client_id: e.clientId,
5980
6077
  client_secret: e.clientSecret
@@ -5983,15 +6080,15 @@ async function To(e) {
5983
6080
  "Content-Type": "application/x-www-form-urlencoded"
5984
6081
  }
5985
6082
  })).json();
5986
- return So(r);
6083
+ return Ao(r);
5987
6084
  }
5988
- function So(e) {
5989
- const t = yo.safeParse(e);
6085
+ function Ao(e) {
6086
+ const t = Io.safeParse(e);
5990
6087
  if (!t.success)
5991
6088
  throw new Error("Bad access token response");
5992
6089
  return t.data;
5993
6090
  }
5994
- class Oo {
6091
+ class xo {
5995
6092
  constructor(t) {
5996
6093
  x(this, "activeRequest", null);
5997
6094
  x(this, "refreshTimeout");
@@ -6007,7 +6104,7 @@ class Oo {
6007
6104
  async refreshAccessToken() {
6008
6105
  if (this.activeRequest)
6009
6106
  return await this.activeRequest, this.accessToken;
6010
- this.accessToken = null, this.activeRequest = To(this.clientCredentials);
6107
+ this.accessToken = null, this.activeRequest = bo(this.clientCredentials);
6011
6108
  const t = await this.activeRequest;
6012
6109
  return this.scheduleNextRefresh(t), this.accessToken = t.access_token, this.activeRequest = null, this.accessToken;
6013
6110
  }
@@ -6019,40 +6116,41 @@ class Oo {
6019
6116
  }, r);
6020
6117
  }
6021
6118
  }
6022
- function rt(e, t) {
6023
- e.headers = Co("Authorization", `Bearer ${t}`, e.headers);
6119
+ function nt(e, t) {
6120
+ e.headers = Uo("Authorization", `Bearer ${t}`, e.headers);
6024
6121
  }
6025
- function Co(e, t, r) {
6122
+ function Uo(e, t, r) {
6026
6123
  return r ? Array.isArray(r) ? r.map(
6027
6124
  ([n, i]) => n !== e ? [n, i] : [e, t]
6028
- ) : wo(r) ? (r.has(e) ? r.set(e, t) : r.append(e, t), r) : (r[e] = t, r) : (r = {}, r[e] = t, r);
6125
+ ) : Ro(r) ? (r.has(e) ? r.set(e, t) : r.append(e, t), r) : (r[e] = t, r) : (r = {}, r[e] = t, r);
6029
6126
  }
6030
- function wo(e) {
6127
+ function Ro(e) {
6031
6128
  return "append" in e && "delete" in e && "get" in e && "has" in e && "set" in e && "forEach" in e;
6032
6129
  }
6033
- function Po(e) {
6034
- const t = new Oo(e);
6130
+ function Jo(e) {
6131
+ const t = new xo(e);
6035
6132
  return {
6036
6133
  pre: async (r) => {
6037
6134
  const n = await t.getAccessToken();
6038
- return rt(r.init, n), Promise.resolve({
6135
+ return nt(r.init, n), Promise.resolve({
6039
6136
  url: r.url,
6040
6137
  init: r.init
6041
6138
  });
6042
6139
  },
6043
6140
  post: async (r) => {
6044
- if (go(r.response.status)) {
6141
+ if (No(r.response.status)) {
6045
6142
  const n = await t.refreshAccessToken();
6046
- return rt(r.init, n), await fetch(r.url, r.init);
6143
+ return nt(r.init, n), await fetch(r.url, r.init);
6047
6144
  }
6048
6145
  return Promise.resolve(r.response);
6049
6146
  }
6050
6147
  };
6051
6148
  }
6052
- function Qc(e) {
6053
- let t = [], r = {};
6054
- e.clientCredentials && t.push(Po(e.clientCredentials)), e.managementApiKey && (r = Do(e.managementApiKey));
6055
- const n = new nt({
6149
+ function du(e) {
6150
+ const t = [];
6151
+ let r = {};
6152
+ e.clientCredentials && t.push(Jo(e.clientCredentials)), e.managementApiKey && (r = ko(e.managementApiKey));
6153
+ const n = new it({
6056
6154
  basePath: e.managementApiUrl,
6057
6155
  headers: r,
6058
6156
  credentials: "same-origin",
@@ -6060,392 +6158,408 @@ function Qc(e) {
6060
6158
  ...e.configOverrides
6061
6159
  });
6062
6160
  return {
6063
- uiApi: new ma(n),
6064
- useCaseApi: new ga(n),
6065
- enterpriseEditionApi: new pa(n)
6161
+ uiApi: new _a(n),
6162
+ useCaseApi: new Na(n),
6163
+ enterpriseEditionApi: new Da(n)
6066
6164
  };
6067
6165
  }
6068
- function Do(e) {
6166
+ function ko(e) {
6069
6167
  return {
6070
6168
  "X-Api-Key": e
6071
6169
  };
6072
6170
  }
6073
6171
  export {
6074
- Mt as AssetPageFromJSON,
6075
- Zt as AssetPageFromJSONTyped,
6076
- qo as AssetPageToJSON,
6077
- Vt as AssetPageToJSONTyped,
6078
- It as BASE_PATH,
6172
+ Zt as AssetPageFromJSON,
6173
+ Vt as AssetPageFromJSONTyped,
6174
+ Qo as AssetPageToJSON,
6175
+ Ht as AssetPageToJSONTyped,
6176
+ bt as BASE_PATH,
6079
6177
  K as BaseAPI,
6080
- xo as BlobApiResponse,
6081
- Ht as BuildInfoFromJSON,
6082
- $t as BuildInfoFromJSONTyped,
6083
- Fo as BuildInfoToJSON,
6084
- zt as BuildInfoToJSONTyped,
6085
- No as COLLECTION_FORMATS,
6086
- er as CatalogFilterExpressionFromJSON,
6087
- tr as CatalogFilterExpressionFromJSONTyped,
6088
- Qt as CatalogFilterExpressionLiteralFromJSON,
6089
- Kt as CatalogFilterExpressionLiteralFromJSONTyped,
6090
- Wt as CatalogFilterExpressionLiteralToJSON,
6091
- Yt as CatalogFilterExpressionLiteralToJSONTyped,
6092
- ve as CatalogFilterExpressionLiteralType,
6093
- Bt as CatalogFilterExpressionLiteralTypeFromJSON,
6094
- Gt as CatalogFilterExpressionLiteralTypeFromJSONTyped,
6095
- Zo as CatalogFilterExpressionLiteralTypeToJSON,
6096
- Vo as CatalogFilterExpressionLiteralTypeToJSONTyped,
6097
- Ne as CatalogFilterExpressionOperator,
6098
- Xt as CatalogFilterExpressionOperatorFromJSON,
6099
- jt as CatalogFilterExpressionOperatorFromJSONTyped,
6100
- zo as CatalogFilterExpressionOperatorToJSON,
6101
- Bo as CatalogFilterExpressionOperatorToJSONTyped,
6102
- rr as CatalogFilterExpressionToJSON,
6103
- nr as CatalogFilterExpressionToJSONTyped,
6104
- Ko as CatalogQueryFromJSON,
6105
- ir as CatalogQueryFromJSONTyped,
6106
- ar as CatalogQueryToJSON,
6107
- or as CatalogQueryToJSONTyped,
6108
- nt as Configuration,
6109
- sr as ConnectorLimitsFromJSON,
6110
- cr as ConnectorLimitsFromJSONTyped,
6111
- Yo as ConnectorLimitsToJSON,
6112
- ur as ConnectorLimitsToJSONTyped,
6113
- ft as ContractAgreementCardFromJSON,
6114
- Vr as ContractAgreementCardFromJSONTyped,
6115
- Hr as ContractAgreementCardToJSON,
6116
- $r as ContractAgreementCardToJSONTyped,
6178
+ Vo as BlobApiResponse,
6179
+ $t as BuildInfoFromJSON,
6180
+ zt as BuildInfoFromJSONTyped,
6181
+ Wo as BuildInfoToJSON,
6182
+ Bt as BuildInfoToJSONTyped,
6183
+ qo as COLLECTION_FORMATS,
6184
+ tr as CatalogFilterExpressionFromJSON,
6185
+ rr as CatalogFilterExpressionFromJSONTyped,
6186
+ Kt as CatalogFilterExpressionLiteralFromJSON,
6187
+ Wt as CatalogFilterExpressionLiteralFromJSONTyped,
6188
+ Yt as CatalogFilterExpressionLiteralToJSON,
6189
+ Xt as CatalogFilterExpressionLiteralToJSONTyped,
6190
+ Ne as CatalogFilterExpressionLiteralType,
6191
+ Gt as CatalogFilterExpressionLiteralTypeFromJSON,
6192
+ Qt as CatalogFilterExpressionLiteralTypeFromJSONTyped,
6193
+ Xo as CatalogFilterExpressionLiteralTypeToJSON,
6194
+ jo as CatalogFilterExpressionLiteralTypeToJSONTyped,
6195
+ ve as CatalogFilterExpressionOperator,
6196
+ jt as CatalogFilterExpressionOperatorFromJSON,
6197
+ er as CatalogFilterExpressionOperatorFromJSONTyped,
6198
+ rs as CatalogFilterExpressionOperatorToJSON,
6199
+ ns as CatalogFilterExpressionOperatorToJSONTyped,
6200
+ nr as CatalogFilterExpressionToJSON,
6201
+ ir as CatalogFilterExpressionToJSONTyped,
6202
+ os as CatalogQueryFromJSON,
6203
+ ar as CatalogQueryFromJSONTyped,
6204
+ or as CatalogQueryToJSON,
6205
+ sr as CatalogQueryToJSONTyped,
6206
+ it as Configuration,
6207
+ cr as ConnectorLimitsFromJSON,
6208
+ ur as ConnectorLimitsFromJSONTyped,
6209
+ cs as ConnectorLimitsToJSON,
6210
+ dr as ConnectorLimitsToJSONTyped,
6211
+ pt as ContractAgreementCardFromJSON,
6212
+ Hr as ContractAgreementCardFromJSONTyped,
6213
+ $r as ContractAgreementCardToJSON,
6214
+ zr as ContractAgreementCardToJSONTyped,
6117
6215
  Ie as ContractAgreementDirection,
6118
- ot as ContractAgreementDirectionFromJSON,
6119
- dr as ContractAgreementDirectionFromJSONTyped,
6120
- jo as ContractAgreementDirectionToJSON,
6121
- es as ContractAgreementDirectionToJSONTyped,
6122
- zr as ContractAgreementPageFromJSON,
6123
- Br as ContractAgreementPageFromJSONTyped,
6124
- As as ContractAgreementPageQueryFromJSON,
6125
- Qr as ContractAgreementPageQueryFromJSONTyped,
6126
- Kr as ContractAgreementPageQueryToJSON,
6127
- Wr as ContractAgreementPageQueryToJSONTyped,
6128
- Is as ContractAgreementPageToJSON,
6129
- Gr as ContractAgreementPageToJSONTyped,
6130
- pr as ContractAgreementTerminationInfoFromJSON,
6131
- mr as ContractAgreementTerminationInfoFromJSONTyped,
6132
- gr as ContractAgreementTerminationInfoToJSON,
6216
+ st as ContractAgreementDirectionFromJSON,
6217
+ lr as ContractAgreementDirectionFromJSONTyped,
6218
+ ds as ContractAgreementDirectionToJSON,
6219
+ ls as ContractAgreementDirectionToJSONTyped,
6220
+ Br as ContractAgreementPageFromJSON,
6221
+ Gr as ContractAgreementPageFromJSONTyped,
6222
+ Zs as ContractAgreementPageQueryFromJSON,
6223
+ Kr as ContractAgreementPageQueryFromJSONTyped,
6224
+ Wr as ContractAgreementPageQueryToJSON,
6225
+ Yr as ContractAgreementPageQueryToJSONTyped,
6226
+ Ls as ContractAgreementPageToJSON,
6227
+ Qr as ContractAgreementPageToJSONTyped,
6228
+ mr as ContractAgreementTerminationInfoFromJSON,
6229
+ gr as ContractAgreementTerminationInfoFromJSONTyped,
6230
+ yr as ContractAgreementTerminationInfoToJSON,
6133
6231
  hr as ContractAgreementTerminationInfoToJSONTyped,
6134
- Cr as ContractAgreementTransferProcessFromJSON,
6135
- wr as ContractAgreementTransferProcessFromJSONTyped,
6136
- Pr as ContractAgreementTransferProcessToJSON,
6137
- Dr as ContractAgreementTransferProcessToJSONTyped,
6138
- cn as ContractDefinitionEntryFromJSON,
6139
- un as ContractDefinitionEntryFromJSONTyped,
6140
- dn as ContractDefinitionEntryToJSON,
6141
- ln as ContractDefinitionEntryToJSONTyped,
6142
- fn as ContractDefinitionPageFromJSON,
6143
- pn as ContractDefinitionPageFromJSONTyped,
6144
- Zs as ContractDefinitionPageToJSON,
6145
- mn as ContractDefinitionPageToJSONTyped,
6146
- Hs as ContractDefinitionRequestFromJSON,
6147
- gn as ContractDefinitionRequestFromJSONTyped,
6232
+ wr as ContractAgreementTransferProcessFromJSON,
6233
+ Pr as ContractAgreementTransferProcessFromJSONTyped,
6234
+ Dr as ContractAgreementTransferProcessToJSON,
6235
+ _r as ContractAgreementTransferProcessToJSONTyped,
6236
+ un as ContractDefinitionEntryFromJSON,
6237
+ dn as ContractDefinitionEntryFromJSONTyped,
6238
+ ln as ContractDefinitionEntryToJSON,
6239
+ fn as ContractDefinitionEntryToJSONTyped,
6240
+ pn as ContractDefinitionPageFromJSON,
6241
+ mn as ContractDefinitionPageFromJSONTyped,
6242
+ Xs as ContractDefinitionPageToJSON,
6243
+ gn as ContractDefinitionPageToJSONTyped,
6244
+ ec as ContractDefinitionRequestFromJSON,
6245
+ yn as ContractDefinitionRequestFromJSONTyped,
6148
6246
  hn as ContractDefinitionRequestToJSON,
6149
- yn as ContractDefinitionRequestToJSONTyped,
6150
- zs as ContractNegotiationRequestFromJSON,
6151
- Tn as ContractNegotiationRequestFromJSONTyped,
6152
- Sn as ContractNegotiationRequestToJSON,
6247
+ Tn as ContractDefinitionRequestToJSONTyped,
6248
+ rc as ContractNegotiationRequestFromJSON,
6249
+ Sn as ContractNegotiationRequestFromJSONTyped,
6250
+ Cn as ContractNegotiationRequestToJSON,
6153
6251
  On as ContractNegotiationRequestToJSONTyped,
6154
- qe as ContractNegotiationSimplifiedState,
6155
- Cn as ContractNegotiationSimplifiedStateFromJSON,
6156
- wn as ContractNegotiationSimplifiedStateFromJSONTyped,
6157
- Gs as ContractNegotiationSimplifiedStateToJSON,
6158
- Qs as ContractNegotiationSimplifiedStateToJSONTyped,
6159
- Pn as ContractNegotiationStateFromJSON,
6160
- Dn as ContractNegotiationStateFromJSONTyped,
6161
- _n as ContractNegotiationStateToJSON,
6252
+ Fe as ContractNegotiationSimplifiedState,
6253
+ wn as ContractNegotiationSimplifiedStateFromJSON,
6254
+ Pn as ContractNegotiationSimplifiedStateFromJSONTyped,
6255
+ ic as ContractNegotiationSimplifiedStateToJSON,
6256
+ ac as ContractNegotiationSimplifiedStateToJSONTyped,
6257
+ Dn as ContractNegotiationStateFromJSON,
6258
+ _n as ContractNegotiationStateFromJSONTyped,
6259
+ Nn as ContractNegotiationStateToJSON,
6162
6260
  vn as ContractNegotiationStateToJSONTyped,
6163
6261
  be as ContractTerminatedBy,
6164
- lr as ContractTerminatedByFromJSON,
6165
- fr as ContractTerminatedByFromJSONTyped,
6166
- rs as ContractTerminatedByToJSON,
6167
- ns as ContractTerminatedByToJSONTyped,
6168
- Ys as ContractTerminationRequestFromJSON,
6169
- Nn as ContractTerminationRequestFromJSONTyped,
6170
- In as ContractTerminationRequestToJSON,
6171
- bn as ContractTerminationRequestToJSONTyped,
6262
+ fr as ContractTerminatedByFromJSON,
6263
+ pr as ContractTerminatedByFromJSONTyped,
6264
+ ps as ContractTerminatedByToJSON,
6265
+ ms as ContractTerminatedByToJSONTyped,
6266
+ cc as ContractTerminationRequestFromJSON,
6267
+ In as ContractTerminationRequestFromJSONTyped,
6268
+ bn as ContractTerminationRequestToJSON,
6269
+ An as ContractTerminationRequestToJSONTyped,
6172
6270
  xe as ContractTerminationStatus,
6173
- ut as ContractTerminationStatusFromJSON,
6174
- _r as ContractTerminationStatusFromJSONTyped,
6175
- ls as ContractTerminationStatusToJSON,
6176
- fs as ContractTerminationStatusToJSONTyped,
6177
- An as DashboardCxDidConfigFromJSON,
6178
- xn as DashboardCxDidConfigFromJSONTyped,
6271
+ dt as ContractTerminationStatusFromJSON,
6272
+ Nr as ContractTerminationStatusFromJSONTyped,
6273
+ ws as ContractTerminationStatusToJSON,
6274
+ Ps as ContractTerminationStatusToJSONTyped,
6275
+ xn as DashboardCxDidConfigFromJSON,
6276
+ Un as DashboardCxDidConfigFromJSONTyped,
6179
6277
  Rn as DashboardCxDidConfigToJSON,
6180
6278
  Jn as DashboardCxDidConfigToJSONTyped,
6181
- Un as DashboardDapsConfigFromJSON,
6182
- kn as DashboardDapsConfigFromJSONTyped,
6183
- En as DashboardDapsConfigToJSON,
6279
+ kn as DashboardDapsConfigFromJSON,
6280
+ En as DashboardDapsConfigFromJSONTyped,
6281
+ Fn as DashboardDapsConfigToJSON,
6184
6282
  qn as DashboardDapsConfigToJSONTyped,
6185
- Mn as DashboardPageFromJSON,
6186
- Zn as DashboardPageFromJSONTyped,
6187
- rc as DashboardPageToJSON,
6188
- Vn as DashboardPageToJSONTyped,
6189
- Ye as DashboardTransferAmountsFromJSON,
6283
+ Zn as DashboardPageFromJSON,
6284
+ Vn as DashboardPageFromJSONTyped,
6285
+ pc as DashboardPageToJSON,
6286
+ Hn as DashboardPageToJSONTyped,
6287
+ Xe as DashboardTransferAmountsFromJSON,
6190
6288
  Ln as DashboardTransferAmountsFromJSONTyped,
6191
- Xe as DashboardTransferAmountsToJSON,
6192
- Fn as DashboardTransferAmountsToJSONTyped,
6193
- Tc as DataOfferCreateRequestFromJSON,
6194
- fi as DataOfferCreateRequestFromJSONTyped,
6195
- pi as DataOfferCreateRequestToJSON,
6196
- mi as DataOfferCreateRequestToJSONTyped,
6197
- Le as DataOfferPublishType,
6198
- Hn as DataOfferPublishTypeFromJSON,
6199
- $n as DataOfferPublishTypeFromJSONTyped,
6200
- ic as DataOfferPublishTypeToJSON,
6201
- ac as DataOfferPublishTypeToJSONTyped,
6289
+ je as DashboardTransferAmountsToJSON,
6290
+ Mn as DashboardTransferAmountsToJSONTyped,
6291
+ bc as DataOfferCreateRequestFromJSON,
6292
+ pi as DataOfferCreateRequestFromJSONTyped,
6293
+ mi as DataOfferCreateRequestToJSON,
6294
+ gi as DataOfferCreateRequestToJSONTyped,
6295
+ qe as DataOfferPublishType,
6296
+ $n as DataOfferPublishTypeFromJSON,
6297
+ zn as DataOfferPublishTypeFromJSONTyped,
6298
+ gc as DataOfferPublishTypeToJSON,
6299
+ yc as DataOfferPublishTypeToJSONTyped,
6202
6300
  _e as DataSourceAvailability,
6203
- Et as DataSourceAvailabilityFromJSON,
6301
+ Ft as DataSourceAvailabilityFromJSON,
6204
6302
  qt as DataSourceAvailabilityFromJSONTyped,
6205
- Jo as DataSourceAvailabilityToJSON,
6206
- Uo as DataSourceAvailabilityToJSONTyped,
6207
- Fe as DataSourceType,
6208
- zn as DataSourceTypeFromJSON,
6209
- Bn as DataSourceTypeFromJSONTyped,
6210
- sc as DataSourceTypeToJSON,
6211
- cc as DataSourceTypeToJSONTyped,
6212
- bt as DefaultConfig,
6213
- pa as EnterpriseEditionApi,
6303
+ $o as DataSourceAvailabilityToJSON,
6304
+ zo as DataSourceAvailabilityToJSONTyped,
6305
+ Le as DataSourceType,
6306
+ Bn as DataSourceTypeFromJSON,
6307
+ Gn as DataSourceTypeFromJSONTyped,
6308
+ Tc as DataSourceTypeToJSON,
6309
+ Sc as DataSourceTypeToJSONTyped,
6310
+ At as DefaultConfig,
6311
+ Da as EnterpriseEditionApi,
6214
6312
  Jt as FetchError,
6215
6313
  Ze as IdAvailabilityResponseFromJSON,
6216
- gi as IdAvailabilityResponseFromJSONTyped,
6217
- Oc as IdAvailabilityResponseToJSON,
6314
+ yi as IdAvailabilityResponseFromJSONTyped,
6315
+ xc as IdAvailabilityResponseToJSON,
6218
6316
  hi as IdAvailabilityResponseToJSONTyped,
6219
- v as IdResponseDtoFromJSON,
6220
- yi as IdResponseDtoFromJSONTyped,
6221
- wc as IdResponseDtoToJSON,
6222
- Ti as IdResponseDtoToJSONTyped,
6223
- Dc as InitiateCustomTransferRequestFromJSON,
6224
- Si as InitiateCustomTransferRequestFromJSONTyped,
6317
+ N as IdResponseDtoFromJSON,
6318
+ Ti as IdResponseDtoFromJSONTyped,
6319
+ Rc as IdResponseDtoToJSON,
6320
+ Si as IdResponseDtoToJSONTyped,
6321
+ kc as InitiateCustomTransferRequestFromJSON,
6322
+ Ci as InitiateCustomTransferRequestFromJSONTyped,
6225
6323
  Oi as InitiateCustomTransferRequestToJSON,
6226
- Ci as InitiateCustomTransferRequestToJSONTyped,
6227
- vc as InitiateTransferRequestFromJSON,
6228
- wi as InitiateTransferRequestFromJSONTyped,
6229
- Pi as InitiateTransferRequestToJSON,
6230
- Di as InitiateTransferRequestToJSONTyped,
6324
+ wi as InitiateCustomTransferRequestToJSONTyped,
6325
+ Fc as InitiateTransferRequestFromJSON,
6326
+ Pi as InitiateTransferRequestFromJSONTyped,
6327
+ Di as InitiateTransferRequestToJSON,
6328
+ _i as InitiateTransferRequestToJSONTyped,
6231
6329
  S as JSONApiResponse,
6232
- bi as KpiResultFromJSON,
6233
- Ai as KpiResultFromJSONTyped,
6234
- bc as KpiResultToJSON,
6235
- xi as KpiResultToJSONTyped,
6236
- Re as OperatorDto,
6330
+ Ai as KpiResultFromJSON,
6331
+ xi as KpiResultFromJSONTyped,
6332
+ Mc as KpiResultToJSON,
6333
+ Ui as KpiResultToJSONTyped,
6334
+ Ue as OperatorDto,
6237
6335
  vr as OperatorDtoFromJSON,
6238
- Nr as OperatorDtoFromJSONTyped,
6239
- ms as OperatorDtoToJSON,
6240
- gs as OperatorDtoToJSONTyped,
6241
- xc as PolicyDefinitionCreateDtoFromJSON,
6336
+ Ir as OperatorDtoFromJSONTyped,
6337
+ _s as OperatorDtoToJSON,
6338
+ Ns as OperatorDtoToJSONTyped,
6339
+ Vc as PolicyDefinitionCreateDtoFromJSON,
6242
6340
  Ri as PolicyDefinitionCreateDtoFromJSONTyped,
6243
6341
  Ji as PolicyDefinitionCreateDtoToJSON,
6244
- Ui as PolicyDefinitionCreateDtoToJSONTyped,
6245
- Uc as PolicyDefinitionCreateRequestFromJSON,
6246
- Fi as PolicyDefinitionCreateRequestFromJSONTyped,
6247
- Mi as PolicyDefinitionCreateRequestToJSON,
6248
- Zi as PolicyDefinitionCreateRequestToJSONTyped,
6249
- Vi as PolicyDefinitionDtoFromJSON,
6250
- Hi as PolicyDefinitionDtoFromJSONTyped,
6251
- $i as PolicyDefinitionDtoToJSON,
6252
- zi as PolicyDefinitionDtoToJSONTyped,
6253
- Bi as PolicyDefinitionPageFromJSON,
6254
- Gi as PolicyDefinitionPageFromJSONTyped,
6255
- qc as PolicyDefinitionPageToJSON,
6256
- Qi as PolicyDefinitionPageToJSONTyped,
6342
+ ki as PolicyDefinitionCreateDtoToJSONTyped,
6343
+ zc as PolicyDefinitionCreateRequestFromJSON,
6344
+ Mi as PolicyDefinitionCreateRequestFromJSONTyped,
6345
+ Zi as PolicyDefinitionCreateRequestToJSON,
6346
+ Vi as PolicyDefinitionCreateRequestToJSONTyped,
6347
+ Hi as PolicyDefinitionDtoFromJSON,
6348
+ $i as PolicyDefinitionDtoFromJSONTyped,
6349
+ zi as PolicyDefinitionDtoToJSON,
6350
+ Bi as PolicyDefinitionDtoToJSONTyped,
6351
+ Gi as PolicyDefinitionPageFromJSON,
6352
+ Qi as PolicyDefinitionPageFromJSONTyped,
6353
+ Qc as PolicyDefinitionPageToJSON,
6354
+ Ki as PolicyDefinitionPageToJSONTyped,
6257
6355
  D as RequiredError,
6258
6356
  Rt as ResponseError,
6259
- Gn as SecretValueFromJSON,
6260
- Qn as SecretValueFromJSONTyped,
6261
- Kn as SecretValueToJSON,
6262
- Wn as SecretValueToJSONTyped,
6263
- kt as TextApiResponse,
6264
- Ki as TransferHistoryEntryFromJSON,
6265
- Wi as TransferHistoryEntryFromJSONTyped,
6266
- Yi as TransferHistoryEntryToJSON,
6267
- Xi as TransferHistoryEntryToJSONTyped,
6268
- ji as TransferHistoryPageFromJSON,
6269
- ea as TransferHistoryPageFromJSONTyped,
6270
- Mc as TransferHistoryPageToJSON,
6271
- ta as TransferHistoryPageToJSONTyped,
6357
+ Qn as SecretValueFromJSON,
6358
+ Kn as SecretValueFromJSONTyped,
6359
+ Wn as SecretValueToJSON,
6360
+ Yn as SecretValueToJSONTyped,
6361
+ Et as TextApiResponse,
6362
+ Wi as TransferHistoryEntryFromJSON,
6363
+ Yi as TransferHistoryEntryFromJSONTyped,
6364
+ Xi as TransferHistoryEntryToJSON,
6365
+ ji as TransferHistoryEntryToJSONTyped,
6366
+ ea as TransferHistoryPageFromJSON,
6367
+ ta as TransferHistoryPageFromJSONTyped,
6368
+ Yc as TransferHistoryPageToJSON,
6369
+ ra as TransferHistoryPageToJSONTyped,
6272
6370
  Ae as TransferProcessSimplifiedState,
6273
- yr as TransferProcessSimplifiedStateFromJSON,
6274
- Tr as TransferProcessSimplifiedStateFromJSONTyped,
6275
- os as TransferProcessSimplifiedStateToJSON,
6276
- ss as TransferProcessSimplifiedStateToJSONTyped,
6277
- st as TransferProcessStateFromJSON,
6278
- Sr as TransferProcessStateFromJSONTyped,
6279
- ct as TransferProcessStateToJSON,
6371
+ Tr as TransferProcessSimplifiedStateFromJSON,
6372
+ Sr as TransferProcessSimplifiedStateFromJSONTyped,
6373
+ hs as TransferProcessSimplifiedStateToJSON,
6374
+ Ts as TransferProcessSimplifiedStateToJSONTyped,
6375
+ ct as TransferProcessStateFromJSON,
6376
+ Cr as TransferProcessStateFromJSONTyped,
6377
+ ut as TransferProcessStateToJSON,
6280
6378
  Or as TransferProcessStateToJSONTyped,
6281
- _i as TransferProcessStatesDtoFromJSON,
6379
+ Ni as TransferProcessStatesDtoFromJSON,
6282
6380
  vi as TransferProcessStatesDtoFromJSONTyped,
6283
- Ni as TransferProcessStatesDtoToJSON,
6284
- Ii as TransferProcessStatesDtoToJSONTyped,
6285
- ma as UIApi,
6286
- ui as UiAssetCreateRequestFromJSON,
6287
- di as UiAssetCreateRequestFromJSONTyped,
6288
- We as UiAssetCreateRequestToJSON,
6289
- li as UiAssetCreateRequestToJSONTyped,
6290
- Vc as UiAssetEditRequestFromJSON,
6291
- ra as UiAssetEditRequestFromJSONTyped,
6292
- na as UiAssetEditRequestToJSON,
6293
- ia as UiAssetEditRequestToJSONTyped,
6294
- Oe as UiAssetFromJSON,
6381
+ Ii as TransferProcessStatesDtoToJSON,
6382
+ bi as TransferProcessStatesDtoToJSONTyped,
6383
+ _a as UIApi,
6384
+ di as UiAssetCreateRequestFromJSON,
6385
+ li as UiAssetCreateRequestFromJSONTyped,
6386
+ Ye as UiAssetCreateRequestToJSON,
6387
+ fi as UiAssetCreateRequestToJSONTyped,
6388
+ jc as UiAssetEditRequestFromJSON,
6389
+ na as UiAssetEditRequestFromJSONTyped,
6390
+ ia as UiAssetEditRequestToJSON,
6391
+ aa as UiAssetEditRequestToJSONTyped,
6392
+ Ce as UiAssetFromJSON,
6295
6393
  Lt as UiAssetFromJSONTyped,
6296
- Ge as UiAssetToJSON,
6297
- Ft as UiAssetToJSONTyped,
6298
- je as UiContractNegotiationFromJSON,
6299
- aa as UiContractNegotiationFromJSONTyped,
6300
- $c as UiContractNegotiationToJSON,
6301
- oa as UiContractNegotiationToJSONTyped,
6302
- sa as UiContractOfferFromJSON,
6303
- ca as UiContractOfferFromJSONTyped,
6304
- ua as UiContractOfferToJSON,
6305
- da as UiContractOfferToJSONTyped,
6306
- pt as UiCriterionFromJSON,
6307
- on as UiCriterionFromJSONTyped,
6308
- jr as UiCriterionLiteralFromJSON,
6309
- en as UiCriterionLiteralFromJSONTyped,
6310
- tn as UiCriterionLiteralToJSON,
6311
- rn as UiCriterionLiteralToJSONTyped,
6394
+ Qe as UiAssetToJSON,
6395
+ Mt as UiAssetToJSONTyped,
6396
+ Ve as UiConfigFeature,
6397
+ oa as UiConfigFeatureFromJSON,
6398
+ sa as UiConfigFeatureFromJSONTyped,
6399
+ ca as UiConfigFeatureToJSON,
6400
+ tu as UiConfigFeatureToJSONTyped,
6401
+ pa as UiConfigFromJSON,
6402
+ ma as UiConfigFromJSONTyped,
6403
+ ua as UiConfigPreconfiguredCounterpartyFromJSON,
6404
+ da as UiConfigPreconfiguredCounterpartyFromJSONTyped,
6405
+ la as UiConfigPreconfiguredCounterpartyToJSON,
6406
+ fa as UiConfigPreconfiguredCounterpartyToJSONTyped,
6407
+ iu as UiConfigToJSON,
6408
+ ga as UiConfigToJSONTyped,
6409
+ et as UiContractNegotiationFromJSON,
6410
+ ya as UiContractNegotiationFromJSONTyped,
6411
+ ou as UiContractNegotiationToJSON,
6412
+ ha as UiContractNegotiationToJSONTyped,
6413
+ Ta as UiContractOfferFromJSON,
6414
+ Sa as UiContractOfferFromJSONTyped,
6415
+ Ca as UiContractOfferToJSON,
6416
+ Oa as UiContractOfferToJSONTyped,
6417
+ mt as UiCriterionFromJSON,
6418
+ sn as UiCriterionFromJSONTyped,
6419
+ en as UiCriterionLiteralFromJSON,
6420
+ tn as UiCriterionLiteralFromJSONTyped,
6421
+ rn as UiCriterionLiteralToJSON,
6422
+ nn as UiCriterionLiteralToJSONTyped,
6312
6423
  ke as UiCriterionLiteralType,
6313
- Yr as UiCriterionLiteralTypeFromJSON,
6314
- Xr as UiCriterionLiteralTypeFromJSONTyped,
6315
- Rs as UiCriterionLiteralTypeToJSON,
6316
- Js as UiCriterionLiteralTypeToJSONTyped,
6424
+ Xr as UiCriterionLiteralTypeFromJSON,
6425
+ jr as UiCriterionLiteralTypeFromJSONTyped,
6426
+ Hs as UiCriterionLiteralTypeToJSON,
6427
+ $s as UiCriterionLiteralTypeToJSONTyped,
6317
6428
  Ee as UiCriterionOperator,
6318
- nn as UiCriterionOperatorFromJSON,
6319
- an as UiCriterionOperatorFromJSONTyped,
6320
- Es as UiCriterionOperatorToJSON,
6321
- qs as UiCriterionOperatorToJSONTyped,
6322
- mt as UiCriterionToJSON,
6323
- sn as UiCriterionToJSONTyped,
6324
- yt as UiDataOfferFromJSON,
6325
- la as UiDataOfferFromJSONTyped,
6326
- Gc as UiDataOfferToJSON,
6327
- fa as UiDataOfferToJSONTyped,
6328
- gt as UiDataSourceFromJSON,
6329
- si as UiDataSourceFromJSONTyped,
6330
- jn as UiDataSourceHttpDataFromJSON,
6331
- ei as UiDataSourceHttpDataFromJSONTyped,
6429
+ an as UiCriterionOperatorFromJSON,
6430
+ on as UiCriterionOperatorFromJSONTyped,
6431
+ Gs as UiCriterionOperatorToJSON,
6432
+ Qs as UiCriterionOperatorToJSONTyped,
6433
+ gt as UiCriterionToJSON,
6434
+ cn as UiCriterionToJSONTyped,
6435
+ Tt as UiDataOfferFromJSON,
6436
+ wa as UiDataOfferFromJSONTyped,
6437
+ uu as UiDataOfferToJSON,
6438
+ Pa as UiDataOfferToJSONTyped,
6439
+ yt as UiDataSourceFromJSON,
6440
+ ci as UiDataSourceFromJSONTyped,
6441
+ ei as UiDataSourceHttpDataFromJSON,
6442
+ ti as UiDataSourceHttpDataFromJSONTyped,
6332
6443
  Me as UiDataSourceHttpDataMethod,
6333
- Yn as UiDataSourceHttpDataMethodFromJSON,
6334
- Xn as UiDataSourceHttpDataMethodFromJSONTyped,
6335
- lc as UiDataSourceHttpDataMethodToJSON,
6336
- fc as UiDataSourceHttpDataMethodToJSONTyped,
6337
- ti as UiDataSourceHttpDataToJSON,
6338
- ri as UiDataSourceHttpDataToJSONTyped,
6339
- ni as UiDataSourceOnRequestFromJSON,
6340
- ii as UiDataSourceOnRequestFromJSONTyped,
6341
- ai as UiDataSourceOnRequestToJSON,
6342
- oi as UiDataSourceOnRequestToJSONTyped,
6444
+ Xn as UiDataSourceHttpDataMethodFromJSON,
6445
+ jn as UiDataSourceHttpDataMethodFromJSONTyped,
6446
+ wc as UiDataSourceHttpDataMethodToJSON,
6447
+ Pc as UiDataSourceHttpDataMethodToJSONTyped,
6448
+ ri as UiDataSourceHttpDataToJSON,
6449
+ ni as UiDataSourceHttpDataToJSONTyped,
6450
+ ii as UiDataSourceOnRequestFromJSON,
6451
+ ai as UiDataSourceOnRequestFromJSONTyped,
6452
+ oi as UiDataSourceOnRequestToJSON,
6453
+ si as UiDataSourceOnRequestToJSONTyped,
6343
6454
  ht as UiDataSourceToJSON,
6344
- ci as UiDataSourceToJSONTyped,
6345
- dt as UiPolicyConstraintFromJSON,
6346
- Ur as UiPolicyConstraintFromJSONTyped,
6347
- lt as UiPolicyConstraintToJSON,
6348
- kr as UiPolicyConstraintToJSONTyped,
6349
- ki as UiPolicyCreateRequestFromJSON,
6350
- Ei as UiPolicyCreateRequestFromJSONTyped,
6455
+ ui as UiDataSourceToJSONTyped,
6456
+ lt as UiPolicyConstraintFromJSON,
6457
+ kr as UiPolicyConstraintFromJSONTyped,
6458
+ ft as UiPolicyConstraintToJSON,
6459
+ Er as UiPolicyConstraintToJSONTyped,
6460
+ Ei as UiPolicyCreateRequestFromJSON,
6461
+ Fi as UiPolicyCreateRequestFromJSONTyped,
6351
6462
  qi as UiPolicyCreateRequestToJSON,
6352
6463
  Li as UiPolicyCreateRequestToJSONTyped,
6353
- Ce as UiPolicyExpressionFromJSON,
6464
+ Oe as UiPolicyExpressionFromJSON,
6354
6465
  Lr as UiPolicyExpressionFromJSONTyped,
6355
6466
  we as UiPolicyExpressionToJSON,
6356
- Fr as UiPolicyExpressionToJSONTyped,
6357
- Ue as UiPolicyExpressionType,
6358
- Er as UiPolicyExpressionTypeFromJSON,
6467
+ Mr as UiPolicyExpressionToJSONTyped,
6468
+ Je as UiPolicyExpressionType,
6469
+ Fr as UiPolicyExpressionTypeFromJSON,
6359
6470
  qr as UiPolicyExpressionTypeFromJSONTyped,
6360
- ws as UiPolicyExpressionTypeToJSON,
6361
- Ps as UiPolicyExpressionTypeToJSONTyped,
6362
- Qe as UiPolicyFromJSON,
6363
- Mr as UiPolicyFromJSONTyped,
6364
- Ar as UiPolicyLiteralFromJSON,
6365
- xr as UiPolicyLiteralFromJSONTyped,
6471
+ Rs as UiPolicyExpressionTypeToJSON,
6472
+ Js as UiPolicyExpressionTypeToJSONTyped,
6473
+ Ke as UiPolicyFromJSON,
6474
+ Zr as UiPolicyFromJSONTyped,
6475
+ xr as UiPolicyLiteralFromJSON,
6476
+ Ur as UiPolicyLiteralFromJSONTyped,
6366
6477
  Rr as UiPolicyLiteralToJSON,
6367
6478
  Jr as UiPolicyLiteralToJSONTyped,
6368
- Je as UiPolicyLiteralType,
6369
- Ir as UiPolicyLiteralTypeFromJSON,
6370
- br as UiPolicyLiteralTypeFromJSONTyped,
6371
- ys as UiPolicyLiteralTypeToJSON,
6372
- Ts as UiPolicyLiteralTypeToJSONTyped,
6373
- Ke as UiPolicyToJSON,
6374
- Zr as UiPolicyToJSONTyped,
6375
- ga as UseCaseApi,
6376
- Ut as VoidApiResponse,
6377
- Qc as buildEdcClient,
6378
- Ao as canConsumeForm,
6379
- Io as exists,
6380
- Eo as instanceOfAssetPage,
6381
- Lo as instanceOfBuildInfo,
6382
- Go as instanceOfCatalogFilterExpression,
6383
- Ho as instanceOfCatalogFilterExpressionLiteral,
6384
- Mo as instanceOfCatalogFilterExpressionLiteralType,
6385
- $o as instanceOfCatalogFilterExpressionOperator,
6386
- Qo as instanceOfCatalogQuery,
6387
- Wo as instanceOfConnectorLimits,
6388
- vs as instanceOfContractAgreementCard,
6389
- Xo as instanceOfContractAgreementDirection,
6390
- Ns as instanceOfContractAgreementPage,
6391
- bs as instanceOfContractAgreementPageQuery,
6392
- is as instanceOfContractAgreementTerminationInfo,
6393
- us as instanceOfContractAgreementTransferProcess,
6394
- Fs as instanceOfContractDefinitionEntry,
6395
- Ms as instanceOfContractDefinitionPage,
6396
- Vs as instanceOfContractDefinitionRequest,
6397
- $s as instanceOfContractNegotiationRequest,
6398
- Bs as instanceOfContractNegotiationSimplifiedState,
6399
- Ks as instanceOfContractNegotiationState,
6400
- ts as instanceOfContractTerminatedBy,
6401
- Ws as instanceOfContractTerminationRequest,
6402
- ds as instanceOfContractTerminationStatus,
6403
- Xs as instanceOfDashboardCxDidConfig,
6404
- js as instanceOfDashboardDapsConfig,
6405
- tc as instanceOfDashboardPage,
6406
- ec as instanceOfDashboardTransferAmounts,
6407
- yc as instanceOfDataOfferCreateRequest,
6408
- nc as instanceOfDataOfferPublishType,
6409
- Ro as instanceOfDataSourceAvailability,
6410
- oc as instanceOfDataSourceType,
6411
- Sc as instanceOfIdAvailabilityResponse,
6412
- Cc as instanceOfIdResponseDto,
6413
- Pc as instanceOfInitiateCustomTransferRequest,
6414
- _c as instanceOfInitiateTransferRequest,
6415
- Ic as instanceOfKpiResult,
6416
- ps as instanceOfOperatorDto,
6417
- Ac as instanceOfPolicyDefinitionCreateDto,
6418
- Jc as instanceOfPolicyDefinitionCreateRequest,
6419
- kc as instanceOfPolicyDefinitionDto,
6420
- Ec as instanceOfPolicyDefinitionPage,
6421
- uc as instanceOfSecretValue,
6422
- Lc as instanceOfTransferHistoryEntry,
6423
- Fc as instanceOfTransferHistoryPage,
6424
- as as instanceOfTransferProcessSimplifiedState,
6425
- cs as instanceOfTransferProcessState,
6426
- Nc as instanceOfTransferProcessStatesDto,
6427
- ko as instanceOfUiAsset,
6428
- hc as instanceOfUiAssetCreateRequest,
6429
- Zc as instanceOfUiAssetEditRequest,
6430
- Hc as instanceOfUiContractNegotiation,
6431
- zc as instanceOfUiContractOffer,
6432
- Ls as instanceOfUiCriterion,
6433
- Us as instanceOfUiCriterionLiteral,
6434
- xs as instanceOfUiCriterionLiteralType,
6435
- ks as instanceOfUiCriterionOperator,
6436
- Bc as instanceOfUiDataOffer,
6437
- gc as instanceOfUiDataSource,
6438
- pc as instanceOfUiDataSourceHttpData,
6439
- dc as instanceOfUiDataSourceHttpDataMethod,
6440
- mc as instanceOfUiDataSourceOnRequest,
6441
- _s as instanceOfUiPolicy,
6442
- Os as instanceOfUiPolicyConstraint,
6443
- Rc as instanceOfUiPolicyCreateRequest,
6444
- Ds as instanceOfUiPolicyExpression,
6445
- Cs as instanceOfUiPolicyExpressionType,
6446
- Ss as instanceOfUiPolicyLiteral,
6447
- hs as instanceOfUiPolicyLiteralType,
6448
- bo as mapValues,
6449
- it as querystring
6479
+ Re as UiPolicyLiteralType,
6480
+ br as UiPolicyLiteralTypeFromJSON,
6481
+ Ar as UiPolicyLiteralTypeFromJSONTyped,
6482
+ Is as UiPolicyLiteralTypeToJSON,
6483
+ bs as UiPolicyLiteralTypeToJSONTyped,
6484
+ We as UiPolicyToJSON,
6485
+ Vr as UiPolicyToJSONTyped,
6486
+ Na as UseCaseApi,
6487
+ kt as VoidApiResponse,
6488
+ du as buildEdcClient,
6489
+ Zo as canConsumeForm,
6490
+ Lo as exists,
6491
+ Go as instanceOfAssetPage,
6492
+ Ko as instanceOfBuildInfo,
6493
+ is as instanceOfCatalogFilterExpression,
6494
+ es as instanceOfCatalogFilterExpressionLiteral,
6495
+ Yo as instanceOfCatalogFilterExpressionLiteralType,
6496
+ ts as instanceOfCatalogFilterExpressionOperator,
6497
+ as as instanceOfCatalogQuery,
6498
+ ss as instanceOfConnectorLimits,
6499
+ Fs as instanceOfContractAgreementCard,
6500
+ us as instanceOfContractAgreementDirection,
6501
+ qs as instanceOfContractAgreementPage,
6502
+ Ms as instanceOfContractAgreementPageQuery,
6503
+ gs as instanceOfContractAgreementTerminationInfo,
6504
+ Cs as instanceOfContractAgreementTransferProcess,
6505
+ Ws as instanceOfContractDefinitionEntry,
6506
+ Ys as instanceOfContractDefinitionPage,
6507
+ js as instanceOfContractDefinitionRequest,
6508
+ tc as instanceOfContractNegotiationRequest,
6509
+ nc as instanceOfContractNegotiationSimplifiedState,
6510
+ oc as instanceOfContractNegotiationState,
6511
+ fs as instanceOfContractTerminatedBy,
6512
+ sc as instanceOfContractTerminationRequest,
6513
+ Os as instanceOfContractTerminationStatus,
6514
+ uc as instanceOfDashboardCxDidConfig,
6515
+ dc as instanceOfDashboardDapsConfig,
6516
+ fc as instanceOfDashboardPage,
6517
+ lc as instanceOfDashboardTransferAmounts,
6518
+ Ic as instanceOfDataOfferCreateRequest,
6519
+ mc as instanceOfDataOfferPublishType,
6520
+ Ho as instanceOfDataSourceAvailability,
6521
+ hc as instanceOfDataSourceType,
6522
+ Ac as instanceOfIdAvailabilityResponse,
6523
+ Uc as instanceOfIdResponseDto,
6524
+ Jc as instanceOfInitiateCustomTransferRequest,
6525
+ Ec as instanceOfInitiateTransferRequest,
6526
+ Lc as instanceOfKpiResult,
6527
+ Ds as instanceOfOperatorDto,
6528
+ Zc as instanceOfPolicyDefinitionCreateDto,
6529
+ $c as instanceOfPolicyDefinitionCreateRequest,
6530
+ Bc as instanceOfPolicyDefinitionDto,
6531
+ Gc as instanceOfPolicyDefinitionPage,
6532
+ Cc as instanceOfSecretValue,
6533
+ Kc as instanceOfTransferHistoryEntry,
6534
+ Wc as instanceOfTransferHistoryPage,
6535
+ ys as instanceOfTransferProcessSimplifiedState,
6536
+ Ss as instanceOfTransferProcessState,
6537
+ qc as instanceOfTransferProcessStatesDto,
6538
+ Bo as instanceOfUiAsset,
6539
+ vc as instanceOfUiAssetCreateRequest,
6540
+ Xc as instanceOfUiAssetEditRequest,
6541
+ nu as instanceOfUiConfig,
6542
+ eu as instanceOfUiConfigFeature,
6543
+ ru as instanceOfUiConfigPreconfiguredCounterparty,
6544
+ au as instanceOfUiContractNegotiation,
6545
+ su as instanceOfUiContractOffer,
6546
+ Ks as instanceOfUiCriterion,
6547
+ zs as instanceOfUiCriterionLiteral,
6548
+ Vs as instanceOfUiCriterionLiteralType,
6549
+ Bs as instanceOfUiCriterionOperator,
6550
+ cu as instanceOfUiDataOffer,
6551
+ Nc as instanceOfUiDataSource,
6552
+ Dc as instanceOfUiDataSourceHttpData,
6553
+ Oc as instanceOfUiDataSourceHttpDataMethod,
6554
+ _c as instanceOfUiDataSourceOnRequest,
6555
+ Es as instanceOfUiPolicy,
6556
+ xs as instanceOfUiPolicyConstraint,
6557
+ Hc as instanceOfUiPolicyCreateRequest,
6558
+ ks as instanceOfUiPolicyExpression,
6559
+ Us as instanceOfUiPolicyExpressionType,
6560
+ As as instanceOfUiPolicyLiteral,
6561
+ vs as instanceOfUiPolicyLiteralType,
6562
+ Mo as mapValues,
6563
+ at as querystring
6450
6564
  };
6451
6565
  //# sourceMappingURL=sovity-edc-client.js.map