@sphereon/ssi-sdk.issuance-branding 0.33.1-next.3 → 0.33.1-next.73

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.
@@ -18,18 +18,21 @@
18
18
  }
19
19
  }
20
20
  },
21
- "required": [
22
- "issuerCorrelationId",
23
- "vcHash",
24
- "localeBranding"
25
- ]
21
+ "required": ["issuerCorrelationId", "vcHash", "localeBranding"],
22
+ "additionalProperties": false
26
23
  },
27
24
  "IBasicCredentialLocaleBranding": {
28
25
  "type": "object",
29
26
  "properties": {
30
- "alias": {},
31
- "locale": {},
32
- "description": {},
27
+ "alias": {
28
+ "type": "string"
29
+ },
30
+ "locale": {
31
+ "type": "string"
32
+ },
33
+ "description": {
34
+ "type": "string"
35
+ },
33
36
  "logo": {
34
37
  "$ref": "#/components/schemas/IBasicImageAttributes"
35
38
  },
@@ -46,11 +49,7 @@
46
49
  }
47
50
  }
48
51
  },
49
- "required": [
50
- "alias",
51
- "description",
52
- "locale"
53
- ]
52
+ "additionalProperties": false
54
53
  },
55
54
  "IBasicImageAttributes": {
56
55
  "type": "object",
@@ -70,10 +69,12 @@
70
69
  "dimensions": {
71
70
  "$ref": "#/components/schemas/IBasicImageDimensions"
72
71
  }
73
- }
72
+ },
73
+ "additionalProperties": false
74
74
  },
75
75
  "IBasicImageDimensions": {
76
76
  "type": "object",
77
+ "additionalProperties": false,
77
78
  "properties": {
78
79
  "width": {
79
80
  "type": "number"
@@ -82,10 +83,7 @@
82
83
  "type": "number"
83
84
  }
84
85
  },
85
- "required": [
86
- "height",
87
- "width"
88
- ]
86
+ "required": ["height", "width"]
89
87
  },
90
88
  "IBasicBackgroundAttributes": {
91
89
  "type": "object",
@@ -96,10 +94,12 @@
96
94
  "image": {
97
95
  "$ref": "#/components/schemas/IBasicImageAttributes"
98
96
  }
99
- }
97
+ },
98
+ "additionalProperties": false
100
99
  },
101
100
  "IBasicTextAttributes": {
102
101
  "type": "object",
102
+ "additionalProperties": false,
103
103
  "properties": {
104
104
  "color": {
105
105
  "type": "string"
@@ -108,6 +108,7 @@
108
108
  },
109
109
  "IBasicCredentialClaim": {
110
110
  "type": "object",
111
+ "additionalProperties": false,
111
112
  "properties": {
112
113
  "key": {
113
114
  "type": "string"
@@ -116,10 +117,7 @@
116
117
  "type": "string"
117
118
  }
118
119
  },
119
- "required": [
120
- "key",
121
- "name"
122
- ]
120
+ "required": ["key", "name"]
123
121
  },
124
122
  "ICredentialBranding": {
125
123
  "type": "object",
@@ -148,14 +146,8 @@
148
146
  "format": "date-time"
149
147
  }
150
148
  },
151
- "required": [
152
- "id",
153
- "issuerCorrelationId",
154
- "vcHash",
155
- "localeBranding",
156
- "createdAt",
157
- "lastUpdatedAt"
158
- ]
149
+ "required": ["id", "issuerCorrelationId", "vcHash", "localeBranding", "createdAt", "lastUpdatedAt"],
150
+ "additionalProperties": false
159
151
  },
160
152
  "ICredentialLocaleBranding": {
161
153
  "type": "object",
@@ -196,11 +188,8 @@
196
188
  }
197
189
  }
198
190
  },
199
- "required": [
200
- "createdAt",
201
- "id",
202
- "lastUpdatedAt"
203
- ]
191
+ "additionalProperties": false,
192
+ "required": ["createdAt", "id", "lastUpdatedAt"]
204
193
  },
205
194
  "IImageAttributes": {
206
195
  "type": "object",
@@ -224,9 +213,8 @@
224
213
  "$ref": "#/components/schemas/IImageDimensions"
225
214
  }
226
215
  },
227
- "required": [
228
- "id"
229
- ]
216
+ "required": ["id"],
217
+ "additionalProperties": false
230
218
  },
231
219
  "IImageDimensions": {
232
220
  "type": "object",
@@ -241,11 +229,8 @@
241
229
  "type": "number"
242
230
  }
243
231
  },
244
- "required": [
245
- "id",
246
- "width",
247
- "height"
248
- ]
232
+ "required": ["id", "width", "height"],
233
+ "additionalProperties": false
249
234
  },
250
235
  "IBackgroundAttributes": {
251
236
  "type": "object",
@@ -260,9 +245,8 @@
260
245
  "$ref": "#/components/schemas/IImageAttributes"
261
246
  }
262
247
  },
263
- "required": [
264
- "id"
265
- ]
248
+ "required": ["id"],
249
+ "additionalProperties": false
266
250
  },
267
251
  "ITextAttributes": {
268
252
  "type": "object",
@@ -274,9 +258,8 @@
274
258
  "type": "string"
275
259
  }
276
260
  },
277
- "required": [
278
- "id"
279
- ]
261
+ "required": ["id"],
262
+ "additionalProperties": false
280
263
  },
281
264
  "ICredentialClaim": {
282
265
  "type": "object",
@@ -291,11 +274,8 @@
291
274
  "type": "string"
292
275
  }
293
276
  },
294
- "required": [
295
- "id",
296
- "key",
297
- "name"
298
- ]
277
+ "required": ["id", "key", "name"],
278
+ "additionalProperties": false
299
279
  },
300
280
  "IAddCredentialLocaleBrandingArgs": {
301
281
  "type": "object",
@@ -310,10 +290,8 @@
310
290
  }
311
291
  }
312
292
  },
313
- "required": [
314
- "credentialBrandingId",
315
- "localeBranding"
316
- ]
293
+ "required": ["credentialBrandingId", "localeBranding"],
294
+ "additionalProperties": false
317
295
  },
318
296
  "IAddIssuerBrandingArgs": {
319
297
  "type": "object",
@@ -328,10 +306,8 @@
328
306
  }
329
307
  }
330
308
  },
331
- "required": [
332
- "issuerCorrelationId",
333
- "localeBranding"
334
- ]
309
+ "required": ["issuerCorrelationId", "localeBranding"],
310
+ "additionalProperties": false
335
311
  },
336
312
  "IBasicIssuerLocaleBranding": {
337
313
  "type": "object",
@@ -351,9 +327,15 @@
351
327
  "type": "string"
352
328
  }
353
329
  },
354
- "alias": {},
355
- "locale": {},
356
- "description": {},
330
+ "alias": {
331
+ "type": "string"
332
+ },
333
+ "locale": {
334
+ "type": "string"
335
+ },
336
+ "description": {
337
+ "type": "string"
338
+ },
357
339
  "logo": {
358
340
  "$ref": "#/components/schemas/IBasicImageAttributes"
359
341
  },
@@ -364,11 +346,7 @@
364
346
  "$ref": "#/components/schemas/IBasicTextAttributes"
365
347
  }
366
348
  },
367
- "required": [
368
- "alias",
369
- "description",
370
- "locale"
371
- ]
349
+ "additionalProperties": false
372
350
  },
373
351
  "IIssuerBranding": {
374
352
  "type": "object",
@@ -394,13 +372,8 @@
394
372
  "format": "date-time"
395
373
  }
396
374
  },
397
- "required": [
398
- "id",
399
- "issuerCorrelationId",
400
- "localeBranding",
401
- "createdAt",
402
- "lastUpdatedAt"
403
- ]
375
+ "required": ["id", "issuerCorrelationId", "localeBranding", "createdAt", "lastUpdatedAt"],
376
+ "additionalProperties": false
404
377
  },
405
378
  "IIssuerLocaleBranding": {
406
379
  "type": "object",
@@ -450,11 +423,8 @@
450
423
  }
451
424
  }
452
425
  },
453
- "required": [
454
- "createdAt",
455
- "id",
456
- "lastUpdatedAt"
457
- ]
426
+ "additionalProperties": false,
427
+ "required": ["createdAt", "id", "lastUpdatedAt"]
458
428
  },
459
429
  "IAddIssuerLocaleBrandingArgs": {
460
430
  "type": "object",
@@ -469,10 +439,8 @@
469
439
  }
470
440
  }
471
441
  },
472
- "required": [
473
- "issuerBrandingId",
474
- "localeBranding"
475
- ]
442
+ "required": ["issuerBrandingId", "localeBranding"],
443
+ "additionalProperties": false
476
444
  },
477
445
  "ICredentialBrandingFromArgs": {
478
446
  "type": "object",
@@ -481,9 +449,8 @@
481
449
  "$ref": "#/components/schemas/IBasicCredentialLocaleBranding"
482
450
  }
483
451
  },
484
- "required": [
485
- "localeBranding"
486
- ]
452
+ "required": ["localeBranding"],
453
+ "additionalProperties": false
487
454
  },
488
455
  "IGetCredentialBrandingArgs": {
489
456
  "type": "object",
@@ -491,7 +458,8 @@
491
458
  "filter": {
492
459
  "$ref": "#/components/schemas/FindCredentialBrandingArgs"
493
460
  }
494
- }
461
+ },
462
+ "additionalProperties": false
495
463
  },
496
464
  "FindCredentialBrandingArgs": {
497
465
  "type": "array",
@@ -501,6 +469,7 @@
501
469
  },
502
470
  "ICredentialBrandingFilter": {
503
471
  "type": "object",
472
+ "additionalProperties": false,
504
473
  "properties": {
505
474
  "id": {
506
475
  "type": "string"
@@ -527,12 +496,26 @@
527
496
  "IPartialCredentialLocaleBranding": {
528
497
  "type": "object",
529
498
  "properties": {
530
- "id": {},
531
- "alias": {},
532
- "locale": {},
533
- "description": {},
534
- "createdAt": {},
535
- "lastUpdatedAt": {},
499
+ "id": {
500
+ "type": "string"
501
+ },
502
+ "alias": {
503
+ "type": "string"
504
+ },
505
+ "locale": {
506
+ "type": "string"
507
+ },
508
+ "description": {
509
+ "type": "string"
510
+ },
511
+ "createdAt": {
512
+ "type": "string",
513
+ "format": "date-time"
514
+ },
515
+ "lastUpdatedAt": {
516
+ "type": "string",
517
+ "format": "date-time"
518
+ },
536
519
  "logo": {
537
520
  "$ref": "#/components/schemas/IPartialImageAttributes"
538
521
  },
@@ -545,7 +528,8 @@
545
528
  "claims": {
546
529
  "$ref": "#/components/schemas/IPartialCredentialClaim"
547
530
  }
548
- }
531
+ },
532
+ "additionalProperties": false
549
533
  },
550
534
  "IPartialImageAttributes": {
551
535
  "type": "object",
@@ -568,10 +552,12 @@
568
552
  "dimensions": {
569
553
  "$ref": "#/components/schemas/IPartialImageDimensions"
570
554
  }
571
- }
555
+ },
556
+ "additionalProperties": false
572
557
  },
573
558
  "IPartialImageDimensions": {
574
559
  "type": "object",
560
+ "additionalProperties": false,
575
561
  "properties": {
576
562
  "id": {
577
563
  "type": "string"
@@ -596,10 +582,12 @@
596
582
  "image": {
597
583
  "$ref": "#/components/schemas/IPartialImageAttributes"
598
584
  }
599
- }
585
+ },
586
+ "additionalProperties": false
600
587
  },
601
588
  "IPartialTextAttributes": {
602
589
  "type": "object",
590
+ "additionalProperties": false,
603
591
  "properties": {
604
592
  "id": {
605
593
  "type": "string"
@@ -611,6 +599,7 @@
611
599
  },
612
600
  "IPartialCredentialClaim": {
613
601
  "type": "object",
602
+ "additionalProperties": false,
614
603
  "properties": {
615
604
  "id": {
616
605
  "type": "string"
@@ -629,7 +618,8 @@
629
618
  "filter": {
630
619
  "$ref": "#/components/schemas/FindCredentialLocaleBrandingArgs"
631
620
  }
632
- }
621
+ },
622
+ "additionalProperties": false
633
623
  },
634
624
  "FindCredentialLocaleBrandingArgs": {
635
625
  "type": "array",
@@ -640,12 +630,26 @@
640
630
  "ICredentialLocaleBrandingFilter": {
641
631
  "type": "object",
642
632
  "properties": {
643
- "id": {},
644
- "alias": {},
645
- "locale": {},
646
- "description": {},
647
- "createdAt": {},
648
- "lastUpdatedAt": {},
633
+ "id": {
634
+ "type": "string"
635
+ },
636
+ "alias": {
637
+ "type": "string"
638
+ },
639
+ "locale": {
640
+ "type": "string"
641
+ },
642
+ "description": {
643
+ "type": "string"
644
+ },
645
+ "createdAt": {
646
+ "type": "string",
647
+ "format": "date-time"
648
+ },
649
+ "lastUpdatedAt": {
650
+ "type": "string",
651
+ "format": "date-time"
652
+ },
649
653
  "logo": {
650
654
  "$ref": "#/components/schemas/IPartialImageAttributes"
651
655
  },
@@ -661,7 +665,8 @@
661
665
  "credentialBranding": {
662
666
  "$ref": "#/components/schemas/IPartialCredentialBranding"
663
667
  }
664
- }
668
+ },
669
+ "additionalProperties": false
665
670
  },
666
671
  "IPartialCredentialBranding": {
667
672
  "type": "object",
@@ -686,7 +691,8 @@
686
691
  "localeBranding": {
687
692
  "$ref": "#/components/schemas/IPartialCredentialLocaleBranding"
688
693
  }
689
- }
694
+ },
695
+ "additionalProperties": false
690
696
  },
691
697
  "IGetIssuerBrandingArgs": {
692
698
  "type": "object",
@@ -694,7 +700,8 @@
694
700
  "filter": {
695
701
  "$ref": "#/components/schemas/FindIssuerBrandingArgs"
696
702
  }
697
- }
703
+ },
704
+ "additionalProperties": false
698
705
  },
699
706
  "FindIssuerBrandingArgs": {
700
707
  "type": "array",
@@ -704,6 +711,7 @@
704
711
  },
705
712
  "IIssuerBrandingFilter": {
706
713
  "type": "object",
714
+ "additionalProperties": false,
707
715
  "properties": {
708
716
  "id": {
709
717
  "type": "string"
@@ -736,12 +744,26 @@
736
744
  "policyUri": {
737
745
  "type": "string"
738
746
  },
739
- "id": {},
740
- "alias": {},
741
- "locale": {},
742
- "description": {},
743
- "createdAt": {},
744
- "lastUpdatedAt": {},
747
+ "id": {
748
+ "type": "string"
749
+ },
750
+ "alias": {
751
+ "type": "string"
752
+ },
753
+ "locale": {
754
+ "type": "string"
755
+ },
756
+ "description": {
757
+ "type": "string"
758
+ },
759
+ "createdAt": {
760
+ "type": "string",
761
+ "format": "date-time"
762
+ },
763
+ "lastUpdatedAt": {
764
+ "type": "string",
765
+ "format": "date-time"
766
+ },
745
767
  "logo": {
746
768
  "$ref": "#/components/schemas/IPartialImageAttributes"
747
769
  },
@@ -754,7 +776,8 @@
754
776
  "contacts": {
755
777
  "type": "string"
756
778
  }
757
- }
779
+ },
780
+ "additionalProperties": false
758
781
  },
759
782
  "IGetIssuerLocaleBrandingArgs": {
760
783
  "type": "object",
@@ -762,7 +785,8 @@
762
785
  "filter": {
763
786
  "$ref": "#/components/schemas/FindIssuerLocaleBrandingArgs"
764
787
  }
765
- }
788
+ },
789
+ "additionalProperties": false
766
790
  },
767
791
  "FindIssuerLocaleBrandingArgs": {
768
792
  "type": "array",
@@ -782,12 +806,26 @@
782
806
  "policyUri": {
783
807
  "type": "string"
784
808
  },
785
- "id": {},
786
- "alias": {},
787
- "locale": {},
788
- "description": {},
789
- "createdAt": {},
790
- "lastUpdatedAt": {},
809
+ "id": {
810
+ "type": "string"
811
+ },
812
+ "alias": {
813
+ "type": "string"
814
+ },
815
+ "locale": {
816
+ "type": "string"
817
+ },
818
+ "description": {
819
+ "type": "string"
820
+ },
821
+ "createdAt": {
822
+ "type": "string",
823
+ "format": "date-time"
824
+ },
825
+ "lastUpdatedAt": {
826
+ "type": "string",
827
+ "format": "date-time"
828
+ },
791
829
  "logo": {
792
830
  "$ref": "#/components/schemas/IPartialImageAttributes"
793
831
  },
@@ -803,7 +841,8 @@
803
841
  "issuerBranding": {
804
842
  "$ref": "#/components/schemas/IPartialIssuerBranding"
805
843
  }
806
- }
844
+ },
845
+ "additionalProperties": false
807
846
  },
808
847
  "IPartialIssuerBranding": {
809
848
  "type": "object",
@@ -825,7 +864,8 @@
825
864
  "localeBranding": {
826
865
  "$ref": "#/components/schemas/IPartialIssuerLocaleBranding"
827
866
  }
828
- }
867
+ },
868
+ "additionalProperties": false
829
869
  },
830
870
  "IIssuerBrandingFromArgs": {
831
871
  "type": "object",
@@ -834,9 +874,8 @@
834
874
  "$ref": "#/components/schemas/IBasicIssuerLocaleBranding"
835
875
  }
836
876
  },
837
- "required": [
838
- "localeBranding"
839
- ]
877
+ "required": ["localeBranding"],
878
+ "additionalProperties": false
840
879
  },
841
880
  "IRemoveCredentialBrandingArgs": {
842
881
  "type": "object",
@@ -845,9 +884,8 @@
845
884
  "$ref": "#/components/schemas/FindCredentialBrandingArgs"
846
885
  }
847
886
  },
848
- "required": [
849
- "filter"
850
- ]
887
+ "required": ["filter"],
888
+ "additionalProperties": false
851
889
  },
852
890
  "IDeletionResult": {
853
891
  "type": "object",
@@ -859,9 +897,8 @@
859
897
  "type": "string"
860
898
  }
861
899
  },
862
- "required": [
863
- "result"
864
- ]
900
+ "required": ["result"],
901
+ "additionalProperties": false
865
902
  },
866
903
  "IRemoveCredentialLocaleBrandingArgs": {
867
904
  "type": "object",
@@ -870,9 +907,8 @@
870
907
  "$ref": "#/components/schemas/FindCredentialLocaleBrandingArgs"
871
908
  }
872
909
  },
873
- "required": [
874
- "filter"
875
- ]
910
+ "required": ["filter"],
911
+ "additionalProperties": false
876
912
  },
877
913
  "IRemoveIssuerBrandingArgs": {
878
914
  "type": "object",
@@ -881,9 +917,8 @@
881
917
  "$ref": "#/components/schemas/FindIssuerBrandingArgs"
882
918
  }
883
919
  },
884
- "required": [
885
- "filter"
886
- ]
920
+ "required": ["filter"],
921
+ "additionalProperties": false
887
922
  },
888
923
  "IRemoveIssuerLocaleBrandingArgs": {
889
924
  "type": "object",
@@ -892,133 +927,114 @@
892
927
  "$ref": "#/components/schemas/FindIssuerLocaleBrandingArgs"
893
928
  }
894
929
  },
895
- "required": [
896
- "filter"
897
- ]
930
+ "required": ["filter"],
931
+ "additionalProperties": false
898
932
  },
899
933
  "IUpdateCredentialBrandingArgs": {
900
934
  "type": "object",
901
935
  "properties": {
902
936
  "credentialBranding": {
903
- "type": "object",
904
- "properties": {
905
- "id": {
906
- "type": "string"
907
- },
908
- "issuerCorrelationId": {
909
- "type": "string"
910
- },
911
- "vcHash": {
912
- "type": "string"
913
- }
914
- },
915
- "required": [
916
- "id",
917
- "issuerCorrelationId",
918
- "vcHash"
919
- ]
937
+ "$ref": "#/components/schemas/Omit<ICredentialBranding,(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>"
938
+ }
939
+ },
940
+ "required": ["credentialBranding"],
941
+ "additionalProperties": false
942
+ },
943
+ "Omit<ICredentialBranding,(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>": {
944
+ "$ref": "#/components/schemas/Pick<ICredentialBranding,Exclude<(\"id\"|\"issuerCorrelationId\"|\"vcHash\"|\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\"),(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>>"
945
+ },
946
+ "Pick<ICredentialBranding,Exclude<(\"id\"|\"issuerCorrelationId\"|\"vcHash\"|\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\"),(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>>": {
947
+ "type": "object",
948
+ "properties": {
949
+ "id": {
950
+ "type": "string"
951
+ },
952
+ "issuerCorrelationId": {
953
+ "type": "string"
954
+ },
955
+ "vcHash": {
956
+ "type": "string"
920
957
  }
921
958
  },
922
- "required": [
923
- "credentialBranding"
924
- ]
959
+ "required": ["id", "issuerCorrelationId", "vcHash"],
960
+ "additionalProperties": false
925
961
  },
926
962
  "IUpdateCredentialLocaleBrandingArgs": {
927
963
  "type": "object",
928
964
  "properties": {
929
965
  "localeBranding": {
930
- "type": "object",
931
- "properties": {
932
- "id": {
933
- "type": "string"
934
- },
935
- "alias": {
936
- "type": "string"
937
- },
938
- "locale": {
939
- "type": "string"
940
- },
941
- "logo": {
942
- "$ref": "#/components/schemas/IImageAttributes"
943
- },
944
- "description": {
945
- "type": "string"
946
- },
947
- "background": {
948
- "$ref": "#/components/schemas/IBackgroundAttributes"
949
- },
950
- "text": {
951
- "$ref": "#/components/schemas/ITextAttributes"
952
- }
953
- },
954
- "required": [
955
- "id"
956
- ]
966
+ "$ref": "#/components/schemas/Omit<ILocaleBranding,(\"createdAt\"|\"lastUpdatedAt\")>"
967
+ }
968
+ },
969
+ "required": ["localeBranding"],
970
+ "additionalProperties": false
971
+ },
972
+ "Omit<ILocaleBranding,(\"createdAt\"|\"lastUpdatedAt\")>": {
973
+ "$ref": "#/components/schemas/Pick<ILocaleBranding,Exclude<(\"id\"|\"alias\"|\"locale\"|\"logo\"|\"description\"|\"background\"|\"text\"|\"createdAt\"|\"lastUpdatedAt\"),(\"createdAt\"|\"lastUpdatedAt\")>>"
974
+ },
975
+ "Pick<ILocaleBranding,Exclude<(\"id\"|\"alias\"|\"locale\"|\"logo\"|\"description\"|\"background\"|\"text\"|\"createdAt\"|\"lastUpdatedAt\"),(\"createdAt\"|\"lastUpdatedAt\")>>": {
976
+ "type": "object",
977
+ "properties": {
978
+ "id": {
979
+ "type": "string"
980
+ },
981
+ "alias": {
982
+ "type": "string"
983
+ },
984
+ "locale": {
985
+ "type": "string"
986
+ },
987
+ "logo": {
988
+ "$ref": "#/components/schemas/IImageAttributes"
989
+ },
990
+ "description": {
991
+ "type": "string"
992
+ },
993
+ "background": {
994
+ "$ref": "#/components/schemas/IBackgroundAttributes"
995
+ },
996
+ "text": {
997
+ "$ref": "#/components/schemas/ITextAttributes"
957
998
  }
958
999
  },
959
- "required": [
960
- "localeBranding"
961
- ]
1000
+ "required": ["id"],
1001
+ "additionalProperties": false
962
1002
  },
963
1003
  "IUpdateIssuerBrandingArgs": {
964
1004
  "type": "object",
965
1005
  "properties": {
966
1006
  "issuerBranding": {
967
- "type": "object",
968
- "properties": {
969
- "id": {
970
- "type": "string"
971
- },
972
- "issuerCorrelationId": {
973
- "type": "string"
974
- }
975
- },
976
- "required": [
977
- "id",
978
- "issuerCorrelationId"
979
- ]
1007
+ "$ref": "#/components/schemas/Omit<IIssuerBranding,(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>"
1008
+ }
1009
+ },
1010
+ "required": ["issuerBranding"],
1011
+ "additionalProperties": false
1012
+ },
1013
+ "Omit<IIssuerBranding,(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>": {
1014
+ "$ref": "#/components/schemas/Pick<IIssuerBranding,Exclude<(\"id\"|\"issuerCorrelationId\"|\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\"),(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>>"
1015
+ },
1016
+ "Pick<IIssuerBranding,Exclude<(\"id\"|\"issuerCorrelationId\"|\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\"),(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>>": {
1017
+ "type": "object",
1018
+ "properties": {
1019
+ "id": {
1020
+ "type": "string"
1021
+ },
1022
+ "issuerCorrelationId": {
1023
+ "type": "string"
980
1024
  }
981
1025
  },
982
- "required": [
983
- "issuerBranding"
984
- ]
1026
+ "required": ["id", "issuerCorrelationId"],
1027
+ "additionalProperties": false
985
1028
  },
986
1029
  "IUpdateIssuerLocaleBrandingArgs": {
987
1030
  "type": "object",
988
1031
  "properties": {
989
1032
  "localeBranding": {
990
- "type": "object",
991
- "properties": {
992
- "id": {
993
- "type": "string"
994
- },
995
- "alias": {
996
- "type": "string"
997
- },
998
- "locale": {
999
- "type": "string"
1000
- },
1001
- "logo": {
1002
- "$ref": "#/components/schemas/IImageAttributes"
1003
- },
1004
- "description": {
1005
- "type": "string"
1006
- },
1007
- "background": {
1008
- "$ref": "#/components/schemas/IBackgroundAttributes"
1009
- },
1010
- "text": {
1011
- "$ref": "#/components/schemas/ITextAttributes"
1012
- }
1013
- },
1014
- "required": [
1015
- "id"
1016
- ]
1033
+ "$ref": "#/components/schemas/Omit<ILocaleBranding,(\"createdAt\"|\"lastUpdatedAt\")>"
1017
1034
  }
1018
1035
  },
1019
- "required": [
1020
- "localeBranding"
1021
- ]
1036
+ "required": ["localeBranding"],
1037
+ "additionalProperties": false
1022
1038
  }
1023
1039
  },
1024
1040
  "methods": {
@@ -1199,4 +1215,4 @@
1199
1215
  }
1200
1216
  }
1201
1217
  }
1202
- }
1218
+ }