@sphereon/ssi-sdk.issuance-branding 0.33.1-feature.vcdm2.tsup.31 → 0.33.1-feature.vcdm2.tsup.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +32 -127
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +32 -127
- package/dist/index.js.map +1 -1
- package/package.json +7 -6
- package/plugin.schema.json +33 -128
package/plugin.schema.json
CHANGED
|
@@ -18,11 +18,7 @@
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
|
-
"required": [
|
|
22
|
-
"issuerCorrelationId",
|
|
23
|
-
"vcHash",
|
|
24
|
-
"localeBranding"
|
|
25
|
-
]
|
|
21
|
+
"required": ["issuerCorrelationId", "vcHash", "localeBranding"]
|
|
26
22
|
},
|
|
27
23
|
"IBasicCredentialLocaleBranding": {
|
|
28
24
|
"type": "object",
|
|
@@ -46,11 +42,7 @@
|
|
|
46
42
|
}
|
|
47
43
|
}
|
|
48
44
|
},
|
|
49
|
-
"required": [
|
|
50
|
-
"alias",
|
|
51
|
-
"description",
|
|
52
|
-
"locale"
|
|
53
|
-
]
|
|
45
|
+
"required": ["alias", "description", "locale"]
|
|
54
46
|
},
|
|
55
47
|
"IBasicImageAttributes": {
|
|
56
48
|
"type": "object",
|
|
@@ -82,10 +74,7 @@
|
|
|
82
74
|
"type": "number"
|
|
83
75
|
}
|
|
84
76
|
},
|
|
85
|
-
"required": [
|
|
86
|
-
"height",
|
|
87
|
-
"width"
|
|
88
|
-
]
|
|
77
|
+
"required": ["height", "width"]
|
|
89
78
|
},
|
|
90
79
|
"IBasicBackgroundAttributes": {
|
|
91
80
|
"type": "object",
|
|
@@ -116,10 +105,7 @@
|
|
|
116
105
|
"type": "string"
|
|
117
106
|
}
|
|
118
107
|
},
|
|
119
|
-
"required": [
|
|
120
|
-
"key",
|
|
121
|
-
"name"
|
|
122
|
-
]
|
|
108
|
+
"required": ["key", "name"]
|
|
123
109
|
},
|
|
124
110
|
"ICredentialBranding": {
|
|
125
111
|
"type": "object",
|
|
@@ -148,14 +134,7 @@
|
|
|
148
134
|
"format": "date-time"
|
|
149
135
|
}
|
|
150
136
|
},
|
|
151
|
-
"required": [
|
|
152
|
-
"id",
|
|
153
|
-
"issuerCorrelationId",
|
|
154
|
-
"vcHash",
|
|
155
|
-
"localeBranding",
|
|
156
|
-
"createdAt",
|
|
157
|
-
"lastUpdatedAt"
|
|
158
|
-
]
|
|
137
|
+
"required": ["id", "issuerCorrelationId", "vcHash", "localeBranding", "createdAt", "lastUpdatedAt"]
|
|
159
138
|
},
|
|
160
139
|
"ICredentialLocaleBranding": {
|
|
161
140
|
"type": "object",
|
|
@@ -196,11 +175,7 @@
|
|
|
196
175
|
}
|
|
197
176
|
}
|
|
198
177
|
},
|
|
199
|
-
"required": [
|
|
200
|
-
"createdAt",
|
|
201
|
-
"id",
|
|
202
|
-
"lastUpdatedAt"
|
|
203
|
-
]
|
|
178
|
+
"required": ["createdAt", "id", "lastUpdatedAt"]
|
|
204
179
|
},
|
|
205
180
|
"IImageAttributes": {
|
|
206
181
|
"type": "object",
|
|
@@ -224,9 +199,7 @@
|
|
|
224
199
|
"$ref": "#/components/schemas/IImageDimensions"
|
|
225
200
|
}
|
|
226
201
|
},
|
|
227
|
-
"required": [
|
|
228
|
-
"id"
|
|
229
|
-
]
|
|
202
|
+
"required": ["id"]
|
|
230
203
|
},
|
|
231
204
|
"IImageDimensions": {
|
|
232
205
|
"type": "object",
|
|
@@ -241,11 +214,7 @@
|
|
|
241
214
|
"type": "number"
|
|
242
215
|
}
|
|
243
216
|
},
|
|
244
|
-
"required": [
|
|
245
|
-
"id",
|
|
246
|
-
"width",
|
|
247
|
-
"height"
|
|
248
|
-
]
|
|
217
|
+
"required": ["id", "width", "height"]
|
|
249
218
|
},
|
|
250
219
|
"IBackgroundAttributes": {
|
|
251
220
|
"type": "object",
|
|
@@ -260,9 +229,7 @@
|
|
|
260
229
|
"$ref": "#/components/schemas/IImageAttributes"
|
|
261
230
|
}
|
|
262
231
|
},
|
|
263
|
-
"required": [
|
|
264
|
-
"id"
|
|
265
|
-
]
|
|
232
|
+
"required": ["id"]
|
|
266
233
|
},
|
|
267
234
|
"ITextAttributes": {
|
|
268
235
|
"type": "object",
|
|
@@ -274,9 +241,7 @@
|
|
|
274
241
|
"type": "string"
|
|
275
242
|
}
|
|
276
243
|
},
|
|
277
|
-
"required": [
|
|
278
|
-
"id"
|
|
279
|
-
]
|
|
244
|
+
"required": ["id"]
|
|
280
245
|
},
|
|
281
246
|
"ICredentialClaim": {
|
|
282
247
|
"type": "object",
|
|
@@ -291,11 +256,7 @@
|
|
|
291
256
|
"type": "string"
|
|
292
257
|
}
|
|
293
258
|
},
|
|
294
|
-
"required": [
|
|
295
|
-
"id",
|
|
296
|
-
"key",
|
|
297
|
-
"name"
|
|
298
|
-
]
|
|
259
|
+
"required": ["id", "key", "name"]
|
|
299
260
|
},
|
|
300
261
|
"IAddCredentialLocaleBrandingArgs": {
|
|
301
262
|
"type": "object",
|
|
@@ -310,10 +271,7 @@
|
|
|
310
271
|
}
|
|
311
272
|
}
|
|
312
273
|
},
|
|
313
|
-
"required": [
|
|
314
|
-
"credentialBrandingId",
|
|
315
|
-
"localeBranding"
|
|
316
|
-
]
|
|
274
|
+
"required": ["credentialBrandingId", "localeBranding"]
|
|
317
275
|
},
|
|
318
276
|
"IAddIssuerBrandingArgs": {
|
|
319
277
|
"type": "object",
|
|
@@ -328,10 +286,7 @@
|
|
|
328
286
|
}
|
|
329
287
|
}
|
|
330
288
|
},
|
|
331
|
-
"required": [
|
|
332
|
-
"issuerCorrelationId",
|
|
333
|
-
"localeBranding"
|
|
334
|
-
]
|
|
289
|
+
"required": ["issuerCorrelationId", "localeBranding"]
|
|
335
290
|
},
|
|
336
291
|
"IBasicIssuerLocaleBranding": {
|
|
337
292
|
"type": "object",
|
|
@@ -364,11 +319,7 @@
|
|
|
364
319
|
"$ref": "#/components/schemas/IBasicTextAttributes"
|
|
365
320
|
}
|
|
366
321
|
},
|
|
367
|
-
"required": [
|
|
368
|
-
"alias",
|
|
369
|
-
"description",
|
|
370
|
-
"locale"
|
|
371
|
-
]
|
|
322
|
+
"required": ["alias", "description", "locale"]
|
|
372
323
|
},
|
|
373
324
|
"IIssuerBranding": {
|
|
374
325
|
"type": "object",
|
|
@@ -394,13 +345,7 @@
|
|
|
394
345
|
"format": "date-time"
|
|
395
346
|
}
|
|
396
347
|
},
|
|
397
|
-
"required": [
|
|
398
|
-
"id",
|
|
399
|
-
"issuerCorrelationId",
|
|
400
|
-
"localeBranding",
|
|
401
|
-
"createdAt",
|
|
402
|
-
"lastUpdatedAt"
|
|
403
|
-
]
|
|
348
|
+
"required": ["id", "issuerCorrelationId", "localeBranding", "createdAt", "lastUpdatedAt"]
|
|
404
349
|
},
|
|
405
350
|
"IIssuerLocaleBranding": {
|
|
406
351
|
"type": "object",
|
|
@@ -450,11 +395,7 @@
|
|
|
450
395
|
}
|
|
451
396
|
}
|
|
452
397
|
},
|
|
453
|
-
"required": [
|
|
454
|
-
"createdAt",
|
|
455
|
-
"id",
|
|
456
|
-
"lastUpdatedAt"
|
|
457
|
-
]
|
|
398
|
+
"required": ["createdAt", "id", "lastUpdatedAt"]
|
|
458
399
|
},
|
|
459
400
|
"IAddIssuerLocaleBrandingArgs": {
|
|
460
401
|
"type": "object",
|
|
@@ -469,10 +410,7 @@
|
|
|
469
410
|
}
|
|
470
411
|
}
|
|
471
412
|
},
|
|
472
|
-
"required": [
|
|
473
|
-
"issuerBrandingId",
|
|
474
|
-
"localeBranding"
|
|
475
|
-
]
|
|
413
|
+
"required": ["issuerBrandingId", "localeBranding"]
|
|
476
414
|
},
|
|
477
415
|
"ICredentialBrandingFromArgs": {
|
|
478
416
|
"type": "object",
|
|
@@ -481,9 +419,7 @@
|
|
|
481
419
|
"$ref": "#/components/schemas/IBasicCredentialLocaleBranding"
|
|
482
420
|
}
|
|
483
421
|
},
|
|
484
|
-
"required": [
|
|
485
|
-
"localeBranding"
|
|
486
|
-
]
|
|
422
|
+
"required": ["localeBranding"]
|
|
487
423
|
},
|
|
488
424
|
"IGetCredentialBrandingArgs": {
|
|
489
425
|
"type": "object",
|
|
@@ -834,9 +770,7 @@
|
|
|
834
770
|
"$ref": "#/components/schemas/IBasicIssuerLocaleBranding"
|
|
835
771
|
}
|
|
836
772
|
},
|
|
837
|
-
"required": [
|
|
838
|
-
"localeBranding"
|
|
839
|
-
]
|
|
773
|
+
"required": ["localeBranding"]
|
|
840
774
|
},
|
|
841
775
|
"IRemoveCredentialBrandingArgs": {
|
|
842
776
|
"type": "object",
|
|
@@ -845,9 +779,7 @@
|
|
|
845
779
|
"$ref": "#/components/schemas/FindCredentialBrandingArgs"
|
|
846
780
|
}
|
|
847
781
|
},
|
|
848
|
-
"required": [
|
|
849
|
-
"filter"
|
|
850
|
-
]
|
|
782
|
+
"required": ["filter"]
|
|
851
783
|
},
|
|
852
784
|
"IDeletionResult": {
|
|
853
785
|
"type": "object",
|
|
@@ -859,9 +791,7 @@
|
|
|
859
791
|
"type": "string"
|
|
860
792
|
}
|
|
861
793
|
},
|
|
862
|
-
"required": [
|
|
863
|
-
"result"
|
|
864
|
-
]
|
|
794
|
+
"required": ["result"]
|
|
865
795
|
},
|
|
866
796
|
"IRemoveCredentialLocaleBrandingArgs": {
|
|
867
797
|
"type": "object",
|
|
@@ -870,9 +800,7 @@
|
|
|
870
800
|
"$ref": "#/components/schemas/FindCredentialLocaleBrandingArgs"
|
|
871
801
|
}
|
|
872
802
|
},
|
|
873
|
-
"required": [
|
|
874
|
-
"filter"
|
|
875
|
-
]
|
|
803
|
+
"required": ["filter"]
|
|
876
804
|
},
|
|
877
805
|
"IRemoveIssuerBrandingArgs": {
|
|
878
806
|
"type": "object",
|
|
@@ -881,9 +809,7 @@
|
|
|
881
809
|
"$ref": "#/components/schemas/FindIssuerBrandingArgs"
|
|
882
810
|
}
|
|
883
811
|
},
|
|
884
|
-
"required": [
|
|
885
|
-
"filter"
|
|
886
|
-
]
|
|
812
|
+
"required": ["filter"]
|
|
887
813
|
},
|
|
888
814
|
"IRemoveIssuerLocaleBrandingArgs": {
|
|
889
815
|
"type": "object",
|
|
@@ -892,9 +818,7 @@
|
|
|
892
818
|
"$ref": "#/components/schemas/FindIssuerLocaleBrandingArgs"
|
|
893
819
|
}
|
|
894
820
|
},
|
|
895
|
-
"required": [
|
|
896
|
-
"filter"
|
|
897
|
-
]
|
|
821
|
+
"required": ["filter"]
|
|
898
822
|
},
|
|
899
823
|
"IUpdateCredentialBrandingArgs": {
|
|
900
824
|
"type": "object",
|
|
@@ -912,16 +836,10 @@
|
|
|
912
836
|
"type": "string"
|
|
913
837
|
}
|
|
914
838
|
},
|
|
915
|
-
"required": [
|
|
916
|
-
"id",
|
|
917
|
-
"issuerCorrelationId",
|
|
918
|
-
"vcHash"
|
|
919
|
-
]
|
|
839
|
+
"required": ["id", "issuerCorrelationId", "vcHash"]
|
|
920
840
|
}
|
|
921
841
|
},
|
|
922
|
-
"required": [
|
|
923
|
-
"credentialBranding"
|
|
924
|
-
]
|
|
842
|
+
"required": ["credentialBranding"]
|
|
925
843
|
},
|
|
926
844
|
"IUpdateCredentialLocaleBrandingArgs": {
|
|
927
845
|
"type": "object",
|
|
@@ -951,14 +869,10 @@
|
|
|
951
869
|
"$ref": "#/components/schemas/ITextAttributes"
|
|
952
870
|
}
|
|
953
871
|
},
|
|
954
|
-
"required": [
|
|
955
|
-
"id"
|
|
956
|
-
]
|
|
872
|
+
"required": ["id"]
|
|
957
873
|
}
|
|
958
874
|
},
|
|
959
|
-
"required": [
|
|
960
|
-
"localeBranding"
|
|
961
|
-
]
|
|
875
|
+
"required": ["localeBranding"]
|
|
962
876
|
},
|
|
963
877
|
"IUpdateIssuerBrandingArgs": {
|
|
964
878
|
"type": "object",
|
|
@@ -973,15 +887,10 @@
|
|
|
973
887
|
"type": "string"
|
|
974
888
|
}
|
|
975
889
|
},
|
|
976
|
-
"required": [
|
|
977
|
-
"id",
|
|
978
|
-
"issuerCorrelationId"
|
|
979
|
-
]
|
|
890
|
+
"required": ["id", "issuerCorrelationId"]
|
|
980
891
|
}
|
|
981
892
|
},
|
|
982
|
-
"required": [
|
|
983
|
-
"issuerBranding"
|
|
984
|
-
]
|
|
893
|
+
"required": ["issuerBranding"]
|
|
985
894
|
},
|
|
986
895
|
"IUpdateIssuerLocaleBrandingArgs": {
|
|
987
896
|
"type": "object",
|
|
@@ -1011,14 +920,10 @@
|
|
|
1011
920
|
"$ref": "#/components/schemas/ITextAttributes"
|
|
1012
921
|
}
|
|
1013
922
|
},
|
|
1014
|
-
"required": [
|
|
1015
|
-
"id"
|
|
1016
|
-
]
|
|
923
|
+
"required": ["id"]
|
|
1017
924
|
}
|
|
1018
925
|
},
|
|
1019
|
-
"required": [
|
|
1020
|
-
"localeBranding"
|
|
1021
|
-
]
|
|
926
|
+
"required": ["localeBranding"]
|
|
1022
927
|
}
|
|
1023
928
|
},
|
|
1024
929
|
"methods": {
|
|
@@ -1199,4 +1104,4 @@
|
|
|
1199
1104
|
}
|
|
1200
1105
|
}
|
|
1201
1106
|
}
|
|
1202
|
-
}
|
|
1107
|
+
}
|