@sphereon/ssi-sdk.issuance-branding 0.33.1-feature.vcdm2.tsup.32 → 0.33.1-feature.vcdm2.tsup.36
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 +5 -5
- package/plugin.schema.json +33 -128
package/dist/index.js
CHANGED
|
@@ -28,11 +28,7 @@ var require_plugin_schema = __commonJS({
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
|
-
required: [
|
|
32
|
-
"issuerCorrelationId",
|
|
33
|
-
"vcHash",
|
|
34
|
-
"localeBranding"
|
|
35
|
-
]
|
|
31
|
+
required: ["issuerCorrelationId", "vcHash", "localeBranding"]
|
|
36
32
|
},
|
|
37
33
|
IBasicCredentialLocaleBranding: {
|
|
38
34
|
type: "object",
|
|
@@ -56,11 +52,7 @@ var require_plugin_schema = __commonJS({
|
|
|
56
52
|
}
|
|
57
53
|
}
|
|
58
54
|
},
|
|
59
|
-
required: [
|
|
60
|
-
"alias",
|
|
61
|
-
"description",
|
|
62
|
-
"locale"
|
|
63
|
-
]
|
|
55
|
+
required: ["alias", "description", "locale"]
|
|
64
56
|
},
|
|
65
57
|
IBasicImageAttributes: {
|
|
66
58
|
type: "object",
|
|
@@ -92,10 +84,7 @@ var require_plugin_schema = __commonJS({
|
|
|
92
84
|
type: "number"
|
|
93
85
|
}
|
|
94
86
|
},
|
|
95
|
-
required: [
|
|
96
|
-
"height",
|
|
97
|
-
"width"
|
|
98
|
-
]
|
|
87
|
+
required: ["height", "width"]
|
|
99
88
|
},
|
|
100
89
|
IBasicBackgroundAttributes: {
|
|
101
90
|
type: "object",
|
|
@@ -126,10 +115,7 @@ var require_plugin_schema = __commonJS({
|
|
|
126
115
|
type: "string"
|
|
127
116
|
}
|
|
128
117
|
},
|
|
129
|
-
required: [
|
|
130
|
-
"key",
|
|
131
|
-
"name"
|
|
132
|
-
]
|
|
118
|
+
required: ["key", "name"]
|
|
133
119
|
},
|
|
134
120
|
ICredentialBranding: {
|
|
135
121
|
type: "object",
|
|
@@ -158,14 +144,7 @@ var require_plugin_schema = __commonJS({
|
|
|
158
144
|
format: "date-time"
|
|
159
145
|
}
|
|
160
146
|
},
|
|
161
|
-
required: [
|
|
162
|
-
"id",
|
|
163
|
-
"issuerCorrelationId",
|
|
164
|
-
"vcHash",
|
|
165
|
-
"localeBranding",
|
|
166
|
-
"createdAt",
|
|
167
|
-
"lastUpdatedAt"
|
|
168
|
-
]
|
|
147
|
+
required: ["id", "issuerCorrelationId", "vcHash", "localeBranding", "createdAt", "lastUpdatedAt"]
|
|
169
148
|
},
|
|
170
149
|
ICredentialLocaleBranding: {
|
|
171
150
|
type: "object",
|
|
@@ -206,11 +185,7 @@ var require_plugin_schema = __commonJS({
|
|
|
206
185
|
}
|
|
207
186
|
}
|
|
208
187
|
},
|
|
209
|
-
required: [
|
|
210
|
-
"createdAt",
|
|
211
|
-
"id",
|
|
212
|
-
"lastUpdatedAt"
|
|
213
|
-
]
|
|
188
|
+
required: ["createdAt", "id", "lastUpdatedAt"]
|
|
214
189
|
},
|
|
215
190
|
IImageAttributes: {
|
|
216
191
|
type: "object",
|
|
@@ -234,9 +209,7 @@ var require_plugin_schema = __commonJS({
|
|
|
234
209
|
$ref: "#/components/schemas/IImageDimensions"
|
|
235
210
|
}
|
|
236
211
|
},
|
|
237
|
-
required: [
|
|
238
|
-
"id"
|
|
239
|
-
]
|
|
212
|
+
required: ["id"]
|
|
240
213
|
},
|
|
241
214
|
IImageDimensions: {
|
|
242
215
|
type: "object",
|
|
@@ -251,11 +224,7 @@ var require_plugin_schema = __commonJS({
|
|
|
251
224
|
type: "number"
|
|
252
225
|
}
|
|
253
226
|
},
|
|
254
|
-
required: [
|
|
255
|
-
"id",
|
|
256
|
-
"width",
|
|
257
|
-
"height"
|
|
258
|
-
]
|
|
227
|
+
required: ["id", "width", "height"]
|
|
259
228
|
},
|
|
260
229
|
IBackgroundAttributes: {
|
|
261
230
|
type: "object",
|
|
@@ -270,9 +239,7 @@ var require_plugin_schema = __commonJS({
|
|
|
270
239
|
$ref: "#/components/schemas/IImageAttributes"
|
|
271
240
|
}
|
|
272
241
|
},
|
|
273
|
-
required: [
|
|
274
|
-
"id"
|
|
275
|
-
]
|
|
242
|
+
required: ["id"]
|
|
276
243
|
},
|
|
277
244
|
ITextAttributes: {
|
|
278
245
|
type: "object",
|
|
@@ -284,9 +251,7 @@ var require_plugin_schema = __commonJS({
|
|
|
284
251
|
type: "string"
|
|
285
252
|
}
|
|
286
253
|
},
|
|
287
|
-
required: [
|
|
288
|
-
"id"
|
|
289
|
-
]
|
|
254
|
+
required: ["id"]
|
|
290
255
|
},
|
|
291
256
|
ICredentialClaim: {
|
|
292
257
|
type: "object",
|
|
@@ -301,11 +266,7 @@ var require_plugin_schema = __commonJS({
|
|
|
301
266
|
type: "string"
|
|
302
267
|
}
|
|
303
268
|
},
|
|
304
|
-
required: [
|
|
305
|
-
"id",
|
|
306
|
-
"key",
|
|
307
|
-
"name"
|
|
308
|
-
]
|
|
269
|
+
required: ["id", "key", "name"]
|
|
309
270
|
},
|
|
310
271
|
IAddCredentialLocaleBrandingArgs: {
|
|
311
272
|
type: "object",
|
|
@@ -320,10 +281,7 @@ var require_plugin_schema = __commonJS({
|
|
|
320
281
|
}
|
|
321
282
|
}
|
|
322
283
|
},
|
|
323
|
-
required: [
|
|
324
|
-
"credentialBrandingId",
|
|
325
|
-
"localeBranding"
|
|
326
|
-
]
|
|
284
|
+
required: ["credentialBrandingId", "localeBranding"]
|
|
327
285
|
},
|
|
328
286
|
IAddIssuerBrandingArgs: {
|
|
329
287
|
type: "object",
|
|
@@ -338,10 +296,7 @@ var require_plugin_schema = __commonJS({
|
|
|
338
296
|
}
|
|
339
297
|
}
|
|
340
298
|
},
|
|
341
|
-
required: [
|
|
342
|
-
"issuerCorrelationId",
|
|
343
|
-
"localeBranding"
|
|
344
|
-
]
|
|
299
|
+
required: ["issuerCorrelationId", "localeBranding"]
|
|
345
300
|
},
|
|
346
301
|
IBasicIssuerLocaleBranding: {
|
|
347
302
|
type: "object",
|
|
@@ -374,11 +329,7 @@ var require_plugin_schema = __commonJS({
|
|
|
374
329
|
$ref: "#/components/schemas/IBasicTextAttributes"
|
|
375
330
|
}
|
|
376
331
|
},
|
|
377
|
-
required: [
|
|
378
|
-
"alias",
|
|
379
|
-
"description",
|
|
380
|
-
"locale"
|
|
381
|
-
]
|
|
332
|
+
required: ["alias", "description", "locale"]
|
|
382
333
|
},
|
|
383
334
|
IIssuerBranding: {
|
|
384
335
|
type: "object",
|
|
@@ -404,13 +355,7 @@ var require_plugin_schema = __commonJS({
|
|
|
404
355
|
format: "date-time"
|
|
405
356
|
}
|
|
406
357
|
},
|
|
407
|
-
required: [
|
|
408
|
-
"id",
|
|
409
|
-
"issuerCorrelationId",
|
|
410
|
-
"localeBranding",
|
|
411
|
-
"createdAt",
|
|
412
|
-
"lastUpdatedAt"
|
|
413
|
-
]
|
|
358
|
+
required: ["id", "issuerCorrelationId", "localeBranding", "createdAt", "lastUpdatedAt"]
|
|
414
359
|
},
|
|
415
360
|
IIssuerLocaleBranding: {
|
|
416
361
|
type: "object",
|
|
@@ -460,11 +405,7 @@ var require_plugin_schema = __commonJS({
|
|
|
460
405
|
}
|
|
461
406
|
}
|
|
462
407
|
},
|
|
463
|
-
required: [
|
|
464
|
-
"createdAt",
|
|
465
|
-
"id",
|
|
466
|
-
"lastUpdatedAt"
|
|
467
|
-
]
|
|
408
|
+
required: ["createdAt", "id", "lastUpdatedAt"]
|
|
468
409
|
},
|
|
469
410
|
IAddIssuerLocaleBrandingArgs: {
|
|
470
411
|
type: "object",
|
|
@@ -479,10 +420,7 @@ var require_plugin_schema = __commonJS({
|
|
|
479
420
|
}
|
|
480
421
|
}
|
|
481
422
|
},
|
|
482
|
-
required: [
|
|
483
|
-
"issuerBrandingId",
|
|
484
|
-
"localeBranding"
|
|
485
|
-
]
|
|
423
|
+
required: ["issuerBrandingId", "localeBranding"]
|
|
486
424
|
},
|
|
487
425
|
ICredentialBrandingFromArgs: {
|
|
488
426
|
type: "object",
|
|
@@ -491,9 +429,7 @@ var require_plugin_schema = __commonJS({
|
|
|
491
429
|
$ref: "#/components/schemas/IBasicCredentialLocaleBranding"
|
|
492
430
|
}
|
|
493
431
|
},
|
|
494
|
-
required: [
|
|
495
|
-
"localeBranding"
|
|
496
|
-
]
|
|
432
|
+
required: ["localeBranding"]
|
|
497
433
|
},
|
|
498
434
|
IGetCredentialBrandingArgs: {
|
|
499
435
|
type: "object",
|
|
@@ -844,9 +780,7 @@ var require_plugin_schema = __commonJS({
|
|
|
844
780
|
$ref: "#/components/schemas/IBasicIssuerLocaleBranding"
|
|
845
781
|
}
|
|
846
782
|
},
|
|
847
|
-
required: [
|
|
848
|
-
"localeBranding"
|
|
849
|
-
]
|
|
783
|
+
required: ["localeBranding"]
|
|
850
784
|
},
|
|
851
785
|
IRemoveCredentialBrandingArgs: {
|
|
852
786
|
type: "object",
|
|
@@ -855,9 +789,7 @@ var require_plugin_schema = __commonJS({
|
|
|
855
789
|
$ref: "#/components/schemas/FindCredentialBrandingArgs"
|
|
856
790
|
}
|
|
857
791
|
},
|
|
858
|
-
required: [
|
|
859
|
-
"filter"
|
|
860
|
-
]
|
|
792
|
+
required: ["filter"]
|
|
861
793
|
},
|
|
862
794
|
IDeletionResult: {
|
|
863
795
|
type: "object",
|
|
@@ -869,9 +801,7 @@ var require_plugin_schema = __commonJS({
|
|
|
869
801
|
type: "string"
|
|
870
802
|
}
|
|
871
803
|
},
|
|
872
|
-
required: [
|
|
873
|
-
"result"
|
|
874
|
-
]
|
|
804
|
+
required: ["result"]
|
|
875
805
|
},
|
|
876
806
|
IRemoveCredentialLocaleBrandingArgs: {
|
|
877
807
|
type: "object",
|
|
@@ -880,9 +810,7 @@ var require_plugin_schema = __commonJS({
|
|
|
880
810
|
$ref: "#/components/schemas/FindCredentialLocaleBrandingArgs"
|
|
881
811
|
}
|
|
882
812
|
},
|
|
883
|
-
required: [
|
|
884
|
-
"filter"
|
|
885
|
-
]
|
|
813
|
+
required: ["filter"]
|
|
886
814
|
},
|
|
887
815
|
IRemoveIssuerBrandingArgs: {
|
|
888
816
|
type: "object",
|
|
@@ -891,9 +819,7 @@ var require_plugin_schema = __commonJS({
|
|
|
891
819
|
$ref: "#/components/schemas/FindIssuerBrandingArgs"
|
|
892
820
|
}
|
|
893
821
|
},
|
|
894
|
-
required: [
|
|
895
|
-
"filter"
|
|
896
|
-
]
|
|
822
|
+
required: ["filter"]
|
|
897
823
|
},
|
|
898
824
|
IRemoveIssuerLocaleBrandingArgs: {
|
|
899
825
|
type: "object",
|
|
@@ -902,9 +828,7 @@ var require_plugin_schema = __commonJS({
|
|
|
902
828
|
$ref: "#/components/schemas/FindIssuerLocaleBrandingArgs"
|
|
903
829
|
}
|
|
904
830
|
},
|
|
905
|
-
required: [
|
|
906
|
-
"filter"
|
|
907
|
-
]
|
|
831
|
+
required: ["filter"]
|
|
908
832
|
},
|
|
909
833
|
IUpdateCredentialBrandingArgs: {
|
|
910
834
|
type: "object",
|
|
@@ -922,16 +846,10 @@ var require_plugin_schema = __commonJS({
|
|
|
922
846
|
type: "string"
|
|
923
847
|
}
|
|
924
848
|
},
|
|
925
|
-
required: [
|
|
926
|
-
"id",
|
|
927
|
-
"issuerCorrelationId",
|
|
928
|
-
"vcHash"
|
|
929
|
-
]
|
|
849
|
+
required: ["id", "issuerCorrelationId", "vcHash"]
|
|
930
850
|
}
|
|
931
851
|
},
|
|
932
|
-
required: [
|
|
933
|
-
"credentialBranding"
|
|
934
|
-
]
|
|
852
|
+
required: ["credentialBranding"]
|
|
935
853
|
},
|
|
936
854
|
IUpdateCredentialLocaleBrandingArgs: {
|
|
937
855
|
type: "object",
|
|
@@ -961,14 +879,10 @@ var require_plugin_schema = __commonJS({
|
|
|
961
879
|
$ref: "#/components/schemas/ITextAttributes"
|
|
962
880
|
}
|
|
963
881
|
},
|
|
964
|
-
required: [
|
|
965
|
-
"id"
|
|
966
|
-
]
|
|
882
|
+
required: ["id"]
|
|
967
883
|
}
|
|
968
884
|
},
|
|
969
|
-
required: [
|
|
970
|
-
"localeBranding"
|
|
971
|
-
]
|
|
885
|
+
required: ["localeBranding"]
|
|
972
886
|
},
|
|
973
887
|
IUpdateIssuerBrandingArgs: {
|
|
974
888
|
type: "object",
|
|
@@ -983,15 +897,10 @@ var require_plugin_schema = __commonJS({
|
|
|
983
897
|
type: "string"
|
|
984
898
|
}
|
|
985
899
|
},
|
|
986
|
-
required: [
|
|
987
|
-
"id",
|
|
988
|
-
"issuerCorrelationId"
|
|
989
|
-
]
|
|
900
|
+
required: ["id", "issuerCorrelationId"]
|
|
990
901
|
}
|
|
991
902
|
},
|
|
992
|
-
required: [
|
|
993
|
-
"issuerBranding"
|
|
994
|
-
]
|
|
903
|
+
required: ["issuerBranding"]
|
|
995
904
|
},
|
|
996
905
|
IUpdateIssuerLocaleBrandingArgs: {
|
|
997
906
|
type: "object",
|
|
@@ -1021,14 +930,10 @@ var require_plugin_schema = __commonJS({
|
|
|
1021
930
|
$ref: "#/components/schemas/ITextAttributes"
|
|
1022
931
|
}
|
|
1023
932
|
},
|
|
1024
|
-
required: [
|
|
1025
|
-
"id"
|
|
1026
|
-
]
|
|
933
|
+
required: ["id"]
|
|
1027
934
|
}
|
|
1028
935
|
},
|
|
1029
|
-
required: [
|
|
1030
|
-
"localeBranding"
|
|
1031
|
-
]
|
|
936
|
+
required: ["localeBranding"]
|
|
1032
937
|
}
|
|
1033
938
|
},
|
|
1034
939
|
methods: {
|