@pagopa/io-react-native-wallet 0.4.0 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -242,42 +242,102 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
242
242
  }>;
243
243
  metadata: z.ZodObject<{
244
244
  federation_entity: z.ZodObject<{
245
- organization_name: z.ZodString;
246
- homepage_uri: z.ZodString;
247
- policy_uri: z.ZodString;
248
- logo_uri: z.ZodString;
249
- contacts: z.ZodArray<z.ZodString, "many">;
250
- }, "strip", z.ZodTypeAny, {
251
- organization_name: string;
252
- homepage_uri: string;
253
- policy_uri: string;
254
- logo_uri: string;
255
- contacts: string[];
256
- }, {
257
- organization_name: string;
258
- homepage_uri: string;
259
- policy_uri: string;
260
- logo_uri: string;
261
- contacts: string[];
262
- }>;
263
- }, "strip", z.ZodTypeAny, {
264
- federation_entity: {
265
- organization_name: string;
266
- homepage_uri: string;
267
- policy_uri: string;
268
- logo_uri: string;
269
- contacts: string[];
270
- };
271
- }, {
272
- federation_entity: {
273
- organization_name: string;
274
- homepage_uri: string;
275
- policy_uri: string;
276
- logo_uri: string;
277
- contacts: string[];
278
- };
279
- }>;
280
- authority_hints: z.ZodArray<z.ZodString, "many">;
245
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
246
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
247
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
248
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
249
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
250
+ homepage_uri: z.ZodOptional<z.ZodString>;
251
+ policy_uri: z.ZodOptional<z.ZodString>;
252
+ logo_uri: z.ZodOptional<z.ZodString>;
253
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
254
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
255
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
256
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
257
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
258
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
259
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
260
+ homepage_uri: z.ZodOptional<z.ZodString>;
261
+ policy_uri: z.ZodOptional<z.ZodString>;
262
+ logo_uri: z.ZodOptional<z.ZodString>;
263
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
264
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
265
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
266
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
267
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
268
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
269
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
270
+ homepage_uri: z.ZodOptional<z.ZodString>;
271
+ policy_uri: z.ZodOptional<z.ZodString>;
272
+ logo_uri: z.ZodOptional<z.ZodString>;
273
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
274
+ }, z.ZodTypeAny, "passthrough">>;
275
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
276
+ federation_entity: z.ZodObject<{
277
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
278
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
279
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
280
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
281
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
282
+ homepage_uri: z.ZodOptional<z.ZodString>;
283
+ policy_uri: z.ZodOptional<z.ZodString>;
284
+ logo_uri: z.ZodOptional<z.ZodString>;
285
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
286
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
287
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
288
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
289
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
290
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
291
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
292
+ homepage_uri: z.ZodOptional<z.ZodString>;
293
+ policy_uri: z.ZodOptional<z.ZodString>;
294
+ logo_uri: z.ZodOptional<z.ZodString>;
295
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
296
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
297
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
298
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
299
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
300
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
301
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
302
+ homepage_uri: z.ZodOptional<z.ZodString>;
303
+ policy_uri: z.ZodOptional<z.ZodString>;
304
+ logo_uri: z.ZodOptional<z.ZodString>;
305
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
306
+ }, z.ZodTypeAny, "passthrough">>;
307
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
308
+ federation_entity: z.ZodObject<{
309
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
310
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
311
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
312
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
313
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
314
+ homepage_uri: z.ZodOptional<z.ZodString>;
315
+ policy_uri: z.ZodOptional<z.ZodString>;
316
+ logo_uri: z.ZodOptional<z.ZodString>;
317
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
318
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
319
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
320
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
321
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
322
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
323
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
324
+ homepage_uri: z.ZodOptional<z.ZodString>;
325
+ policy_uri: z.ZodOptional<z.ZodString>;
326
+ logo_uri: z.ZodOptional<z.ZodString>;
327
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
328
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
329
+ federation_fetch_endpoint: z.ZodOptional<z.ZodString>;
330
+ federation_list_endpoint: z.ZodOptional<z.ZodString>;
331
+ federation_resolve_endpoint: z.ZodOptional<z.ZodString>;
332
+ federation_trust_mark_status_endpoint: z.ZodOptional<z.ZodString>;
333
+ federation_trust_mark_list_endpoint: z.ZodOptional<z.ZodString>;
334
+ homepage_uri: z.ZodOptional<z.ZodString>;
335
+ policy_uri: z.ZodOptional<z.ZodString>;
336
+ logo_uri: z.ZodOptional<z.ZodString>;
337
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
338
+ }, z.ZodTypeAny, "passthrough">>;
339
+ }, z.ZodTypeAny, "passthrough">>;
340
+ authority_hints: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
281
341
  }, "strip", z.ZodTypeAny, {
282
342
  iss: string;
283
343
  sub: string;
@@ -311,14 +371,22 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
311
371
  };
312
372
  metadata: {
313
373
  federation_entity: {
314
- organization_name: string;
315
- homepage_uri: string;
316
- policy_uri: string;
317
- logo_uri: string;
318
- contacts: string[];
374
+ federation_fetch_endpoint?: string | undefined;
375
+ federation_list_endpoint?: string | undefined;
376
+ federation_resolve_endpoint?: string | undefined;
377
+ federation_trust_mark_status_endpoint?: string | undefined;
378
+ federation_trust_mark_list_endpoint?: string | undefined;
379
+ homepage_uri?: string | undefined;
380
+ policy_uri?: string | undefined;
381
+ logo_uri?: string | undefined;
382
+ contacts?: string[] | undefined;
383
+ } & {
384
+ [k: string]: unknown;
319
385
  };
386
+ } & {
387
+ [k: string]: unknown;
320
388
  };
321
- authority_hints: string[];
389
+ authority_hints?: string[] | undefined;
322
390
  }, {
323
391
  iss: string;
324
392
  sub: string;
@@ -352,14 +420,22 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
352
420
  };
353
421
  metadata: {
354
422
  federation_entity: {
355
- organization_name: string;
356
- homepage_uri: string;
357
- policy_uri: string;
358
- logo_uri: string;
359
- contacts: string[];
423
+ federation_fetch_endpoint?: string | undefined;
424
+ federation_list_endpoint?: string | undefined;
425
+ federation_resolve_endpoint?: string | undefined;
426
+ federation_trust_mark_status_endpoint?: string | undefined;
427
+ federation_trust_mark_list_endpoint?: string | undefined;
428
+ homepage_uri?: string | undefined;
429
+ policy_uri?: string | undefined;
430
+ logo_uri?: string | undefined;
431
+ contacts?: string[] | undefined;
432
+ } & {
433
+ [k: string]: unknown;
360
434
  };
435
+ } & {
436
+ [k: string]: unknown;
361
437
  };
362
- authority_hints: string[];
438
+ authority_hints?: string[] | undefined;
363
439
  }>;
364
440
  }, "strip", z.ZodTypeAny, {
365
441
  header: {
@@ -400,14 +476,22 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
400
476
  };
401
477
  metadata: {
402
478
  federation_entity: {
403
- organization_name: string;
404
- homepage_uri: string;
405
- policy_uri: string;
406
- logo_uri: string;
407
- contacts: string[];
479
+ federation_fetch_endpoint?: string | undefined;
480
+ federation_list_endpoint?: string | undefined;
481
+ federation_resolve_endpoint?: string | undefined;
482
+ federation_trust_mark_status_endpoint?: string | undefined;
483
+ federation_trust_mark_list_endpoint?: string | undefined;
484
+ homepage_uri?: string | undefined;
485
+ policy_uri?: string | undefined;
486
+ logo_uri?: string | undefined;
487
+ contacts?: string[] | undefined;
488
+ } & {
489
+ [k: string]: unknown;
408
490
  };
491
+ } & {
492
+ [k: string]: unknown;
409
493
  };
410
- authority_hints: string[];
494
+ authority_hints?: string[] | undefined;
411
495
  };
412
496
  }, {
413
497
  header: {
@@ -448,22 +532,30 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
448
532
  };
449
533
  metadata: {
450
534
  federation_entity: {
451
- organization_name: string;
452
- homepage_uri: string;
453
- policy_uri: string;
454
- logo_uri: string;
455
- contacts: string[];
535
+ federation_fetch_endpoint?: string | undefined;
536
+ federation_list_endpoint?: string | undefined;
537
+ federation_resolve_endpoint?: string | undefined;
538
+ federation_trust_mark_status_endpoint?: string | undefined;
539
+ federation_trust_mark_list_endpoint?: string | undefined;
540
+ homepage_uri?: string | undefined;
541
+ policy_uri?: string | undefined;
542
+ logo_uri?: string | undefined;
543
+ contacts?: string[] | undefined;
544
+ } & {
545
+ [k: string]: unknown;
456
546
  };
547
+ } & {
548
+ [k: string]: unknown;
457
549
  };
458
- authority_hints: string[];
550
+ authority_hints?: string[] | undefined;
459
551
  };
460
552
  }>, z.ZodObject<{
461
553
  payload: z.ZodObject<{
462
554
  metadata: z.ZodObject<{
463
555
  wallet_relying_party: z.ZodObject<{
464
- application_type: z.ZodString;
465
- client_id: z.ZodString;
466
- client_name: z.ZodString;
556
+ application_type: z.ZodOptional<z.ZodString>;
557
+ client_id: z.ZodOptional<z.ZodString>;
558
+ client_name: z.ZodOptional<z.ZodString>;
467
559
  jwks: z.ZodArray<z.ZodObject<{
468
560
  alg: z.ZodOptional<z.ZodString>;
469
561
  crv: z.ZodOptional<z.ZodString>;
@@ -534,9 +626,35 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
534
626
  "x5t#S256"?: string | undefined;
535
627
  x5u?: string | undefined;
536
628
  }>, "many">;
537
- contacts: z.ZodArray<z.ZodString, "many">;
538
- }, "strip", z.ZodTypeAny, {
539
- jwks: {
629
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
630
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
631
+ application_type: z.ZodOptional<z.ZodString>;
632
+ client_id: z.ZodOptional<z.ZodString>;
633
+ client_name: z.ZodOptional<z.ZodString>;
634
+ jwks: z.ZodArray<z.ZodObject<{
635
+ alg: z.ZodOptional<z.ZodString>;
636
+ crv: z.ZodOptional<z.ZodString>;
637
+ d: z.ZodOptional<z.ZodString>;
638
+ dp: z.ZodOptional<z.ZodString>;
639
+ dq: z.ZodOptional<z.ZodString>;
640
+ e: z.ZodOptional<z.ZodString>;
641
+ ext: z.ZodOptional<z.ZodBoolean>;
642
+ k: z.ZodOptional<z.ZodString>;
643
+ key_ops: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
644
+ kid: z.ZodOptional<z.ZodString>;
645
+ kty: z.ZodUnion<[z.ZodLiteral<"RSA">, z.ZodLiteral<"EC">]>;
646
+ n: z.ZodOptional<z.ZodString>;
647
+ p: z.ZodOptional<z.ZodString>;
648
+ q: z.ZodOptional<z.ZodString>;
649
+ qi: z.ZodOptional<z.ZodString>;
650
+ use: z.ZodOptional<z.ZodString>;
651
+ x: z.ZodOptional<z.ZodString>;
652
+ y: z.ZodOptional<z.ZodString>;
653
+ x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
654
+ x5t: z.ZodOptional<z.ZodString>;
655
+ "x5t#S256": z.ZodOptional<z.ZodString>;
656
+ x5u: z.ZodOptional<z.ZodString>;
657
+ }, "strip", z.ZodTypeAny, {
540
658
  kty: "RSA" | "EC";
541
659
  alg?: string | undefined;
542
660
  crv?: string | undefined;
@@ -559,13 +677,7 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
559
677
  x5t?: string | undefined;
560
678
  "x5t#S256"?: string | undefined;
561
679
  x5u?: string | undefined;
562
- }[];
563
- client_id: string;
564
- contacts: string[];
565
- application_type: string;
566
- client_name: string;
567
- }, {
568
- jwks: {
680
+ }, {
569
681
  kty: "RSA" | "EC";
570
682
  alg?: string | undefined;
571
683
  crv?: string | undefined;
@@ -588,12 +700,84 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
588
700
  x5t?: string | undefined;
589
701
  "x5t#S256"?: string | undefined;
590
702
  x5u?: string | undefined;
591
- }[];
592
- client_id: string;
593
- contacts: string[];
594
- application_type: string;
595
- client_name: string;
596
- }>;
703
+ }>, "many">;
704
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
705
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
706
+ application_type: z.ZodOptional<z.ZodString>;
707
+ client_id: z.ZodOptional<z.ZodString>;
708
+ client_name: z.ZodOptional<z.ZodString>;
709
+ jwks: z.ZodArray<z.ZodObject<{
710
+ alg: z.ZodOptional<z.ZodString>;
711
+ crv: z.ZodOptional<z.ZodString>;
712
+ d: z.ZodOptional<z.ZodString>;
713
+ dp: z.ZodOptional<z.ZodString>;
714
+ dq: z.ZodOptional<z.ZodString>;
715
+ e: z.ZodOptional<z.ZodString>;
716
+ ext: z.ZodOptional<z.ZodBoolean>;
717
+ k: z.ZodOptional<z.ZodString>;
718
+ key_ops: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
719
+ kid: z.ZodOptional<z.ZodString>;
720
+ kty: z.ZodUnion<[z.ZodLiteral<"RSA">, z.ZodLiteral<"EC">]>;
721
+ n: z.ZodOptional<z.ZodString>;
722
+ p: z.ZodOptional<z.ZodString>;
723
+ q: z.ZodOptional<z.ZodString>;
724
+ qi: z.ZodOptional<z.ZodString>;
725
+ use: z.ZodOptional<z.ZodString>;
726
+ x: z.ZodOptional<z.ZodString>;
727
+ y: z.ZodOptional<z.ZodString>;
728
+ x5c: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
729
+ x5t: z.ZodOptional<z.ZodString>;
730
+ "x5t#S256": z.ZodOptional<z.ZodString>;
731
+ x5u: z.ZodOptional<z.ZodString>;
732
+ }, "strip", z.ZodTypeAny, {
733
+ kty: "RSA" | "EC";
734
+ alg?: string | undefined;
735
+ crv?: string | undefined;
736
+ d?: string | undefined;
737
+ dp?: string | undefined;
738
+ dq?: string | undefined;
739
+ e?: string | undefined;
740
+ ext?: boolean | undefined;
741
+ k?: string | undefined;
742
+ key_ops?: string[] | undefined;
743
+ kid?: string | undefined;
744
+ n?: string | undefined;
745
+ p?: string | undefined;
746
+ q?: string | undefined;
747
+ qi?: string | undefined;
748
+ use?: string | undefined;
749
+ x?: string | undefined;
750
+ y?: string | undefined;
751
+ x5c?: string[] | undefined;
752
+ x5t?: string | undefined;
753
+ "x5t#S256"?: string | undefined;
754
+ x5u?: string | undefined;
755
+ }, {
756
+ kty: "RSA" | "EC";
757
+ alg?: string | undefined;
758
+ crv?: string | undefined;
759
+ d?: string | undefined;
760
+ dp?: string | undefined;
761
+ dq?: string | undefined;
762
+ e?: string | undefined;
763
+ ext?: boolean | undefined;
764
+ k?: string | undefined;
765
+ key_ops?: string[] | undefined;
766
+ kid?: string | undefined;
767
+ n?: string | undefined;
768
+ p?: string | undefined;
769
+ q?: string | undefined;
770
+ qi?: string | undefined;
771
+ use?: string | undefined;
772
+ x?: string | undefined;
773
+ y?: string | undefined;
774
+ x5c?: string[] | undefined;
775
+ x5t?: string | undefined;
776
+ "x5t#S256"?: string | undefined;
777
+ x5u?: string | undefined;
778
+ }>, "many">;
779
+ contacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
780
+ }, z.ZodTypeAny, "passthrough">>;
597
781
  }, "strip", z.ZodTypeAny, {
598
782
  wallet_relying_party: {
599
783
  jwks: {
@@ -620,10 +804,12 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
620
804
  "x5t#S256"?: string | undefined;
621
805
  x5u?: string | undefined;
622
806
  }[];
623
- client_id: string;
624
- contacts: string[];
625
- application_type: string;
626
- client_name: string;
807
+ application_type?: string | undefined;
808
+ client_id?: string | undefined;
809
+ client_name?: string | undefined;
810
+ contacts?: string[] | undefined;
811
+ } & {
812
+ [k: string]: unknown;
627
813
  };
628
814
  }, {
629
815
  wallet_relying_party: {
@@ -651,10 +837,12 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
651
837
  "x5t#S256"?: string | undefined;
652
838
  x5u?: string | undefined;
653
839
  }[];
654
- client_id: string;
655
- contacts: string[];
656
- application_type: string;
657
- client_name: string;
840
+ application_type?: string | undefined;
841
+ client_id?: string | undefined;
842
+ client_name?: string | undefined;
843
+ contacts?: string[] | undefined;
844
+ } & {
845
+ [k: string]: unknown;
658
846
  };
659
847
  }>;
660
848
  }, "strip", z.ZodTypeAny, {
@@ -684,10 +872,12 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
684
872
  "x5t#S256"?: string | undefined;
685
873
  x5u?: string | undefined;
686
874
  }[];
687
- client_id: string;
688
- contacts: string[];
689
- application_type: string;
690
- client_name: string;
875
+ application_type?: string | undefined;
876
+ client_id?: string | undefined;
877
+ client_name?: string | undefined;
878
+ contacts?: string[] | undefined;
879
+ } & {
880
+ [k: string]: unknown;
691
881
  };
692
882
  };
693
883
  }, {
@@ -717,10 +907,12 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
717
907
  "x5t#S256"?: string | undefined;
718
908
  x5u?: string | undefined;
719
909
  }[];
720
- client_id: string;
721
- contacts: string[];
722
- application_type: string;
723
- client_name: string;
910
+ application_type?: string | undefined;
911
+ client_id?: string | undefined;
912
+ client_name?: string | undefined;
913
+ contacts?: string[] | undefined;
914
+ } & {
915
+ [k: string]: unknown;
724
916
  };
725
917
  };
726
918
  }>;
@@ -752,10 +944,12 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
752
944
  "x5t#S256"?: string | undefined;
753
945
  x5u?: string | undefined;
754
946
  }[];
755
- client_id: string;
756
- contacts: string[];
757
- application_type: string;
758
- client_name: string;
947
+ application_type?: string | undefined;
948
+ client_id?: string | undefined;
949
+ client_name?: string | undefined;
950
+ contacts?: string[] | undefined;
951
+ } & {
952
+ [k: string]: unknown;
759
953
  };
760
954
  };
761
955
  };
@@ -787,10 +981,12 @@ export declare const RpEntityConfiguration: z.ZodIntersection<z.ZodObject<{
787
981
  "x5t#S256"?: string | undefined;
788
982
  x5u?: string | undefined;
789
983
  }[];
790
- client_id: string;
791
- contacts: string[];
792
- application_type: string;
793
- client_name: string;
984
+ application_type?: string | undefined;
985
+ client_id?: string | undefined;
986
+ client_name?: string | undefined;
987
+ contacts?: string[] | undefined;
988
+ } & {
989
+ [k: string]: unknown;
794
990
  };
795
991
  };
796
992
  };
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/rp/types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAC1D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBxB,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC1E,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAcjC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAC1D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;EAKxB,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACO,MAAM;IACzB,MAAM,EAAE;CACtB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/rp/types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAC1D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBxB,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC1E,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgBjC,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAC1D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;EAKxB,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACO,MAAM;IACzB,MAAM,EAAE;CACtB,CAAC"}