@sphereon/ssi-sdk.issuance-branding 0.36.1-feature.SSISDK.82.and.SSISDK.70.37 → 0.36.1-next.39
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 +29 -114
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +29 -114
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/plugin.schema.json +30 -115
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
|
"additionalProperties": false
|
|
27
23
|
},
|
|
28
24
|
"IBasicCredentialLocaleBranding": {
|
|
@@ -87,10 +83,7 @@
|
|
|
87
83
|
"type": "number"
|
|
88
84
|
}
|
|
89
85
|
},
|
|
90
|
-
"required": [
|
|
91
|
-
"height",
|
|
92
|
-
"width"
|
|
93
|
-
]
|
|
86
|
+
"required": ["height", "width"]
|
|
94
87
|
},
|
|
95
88
|
"IBasicBackgroundAttributes": {
|
|
96
89
|
"type": "object",
|
|
@@ -124,10 +117,7 @@
|
|
|
124
117
|
"type": "string"
|
|
125
118
|
}
|
|
126
119
|
},
|
|
127
|
-
"required": [
|
|
128
|
-
"key",
|
|
129
|
-
"name"
|
|
130
|
-
]
|
|
120
|
+
"required": ["key", "name"]
|
|
131
121
|
},
|
|
132
122
|
"ICredentialBranding": {
|
|
133
123
|
"type": "object",
|
|
@@ -156,14 +146,7 @@
|
|
|
156
146
|
"format": "date-time"
|
|
157
147
|
}
|
|
158
148
|
},
|
|
159
|
-
"required": [
|
|
160
|
-
"id",
|
|
161
|
-
"issuerCorrelationId",
|
|
162
|
-
"vcHash",
|
|
163
|
-
"localeBranding",
|
|
164
|
-
"createdAt",
|
|
165
|
-
"lastUpdatedAt"
|
|
166
|
-
],
|
|
149
|
+
"required": ["id", "issuerCorrelationId", "vcHash", "localeBranding", "createdAt", "lastUpdatedAt"],
|
|
167
150
|
"additionalProperties": false
|
|
168
151
|
},
|
|
169
152
|
"ICredentialLocaleBranding": {
|
|
@@ -206,11 +189,7 @@
|
|
|
206
189
|
}
|
|
207
190
|
},
|
|
208
191
|
"additionalProperties": false,
|
|
209
|
-
"required": [
|
|
210
|
-
"createdAt",
|
|
211
|
-
"id",
|
|
212
|
-
"lastUpdatedAt"
|
|
213
|
-
]
|
|
192
|
+
"required": ["createdAt", "id", "lastUpdatedAt"]
|
|
214
193
|
},
|
|
215
194
|
"IImageAttributes": {
|
|
216
195
|
"type": "object",
|
|
@@ -234,9 +213,7 @@
|
|
|
234
213
|
"$ref": "#/components/schemas/IImageDimensions"
|
|
235
214
|
}
|
|
236
215
|
},
|
|
237
|
-
"required": [
|
|
238
|
-
"id"
|
|
239
|
-
],
|
|
216
|
+
"required": ["id"],
|
|
240
217
|
"additionalProperties": false
|
|
241
218
|
},
|
|
242
219
|
"IImageDimensions": {
|
|
@@ -252,11 +229,7 @@
|
|
|
252
229
|
"type": "number"
|
|
253
230
|
}
|
|
254
231
|
},
|
|
255
|
-
"required": [
|
|
256
|
-
"id",
|
|
257
|
-
"width",
|
|
258
|
-
"height"
|
|
259
|
-
],
|
|
232
|
+
"required": ["id", "width", "height"],
|
|
260
233
|
"additionalProperties": false
|
|
261
234
|
},
|
|
262
235
|
"IBackgroundAttributes": {
|
|
@@ -272,9 +245,7 @@
|
|
|
272
245
|
"$ref": "#/components/schemas/IImageAttributes"
|
|
273
246
|
}
|
|
274
247
|
},
|
|
275
|
-
"required": [
|
|
276
|
-
"id"
|
|
277
|
-
],
|
|
248
|
+
"required": ["id"],
|
|
278
249
|
"additionalProperties": false
|
|
279
250
|
},
|
|
280
251
|
"ITextAttributes": {
|
|
@@ -287,9 +258,7 @@
|
|
|
287
258
|
"type": "string"
|
|
288
259
|
}
|
|
289
260
|
},
|
|
290
|
-
"required": [
|
|
291
|
-
"id"
|
|
292
|
-
],
|
|
261
|
+
"required": ["id"],
|
|
293
262
|
"additionalProperties": false
|
|
294
263
|
},
|
|
295
264
|
"ICredentialClaim": {
|
|
@@ -305,11 +274,7 @@
|
|
|
305
274
|
"type": "string"
|
|
306
275
|
}
|
|
307
276
|
},
|
|
308
|
-
"required": [
|
|
309
|
-
"id",
|
|
310
|
-
"key",
|
|
311
|
-
"name"
|
|
312
|
-
],
|
|
277
|
+
"required": ["id", "key", "name"],
|
|
313
278
|
"additionalProperties": false
|
|
314
279
|
},
|
|
315
280
|
"IAddCredentialLocaleBrandingArgs": {
|
|
@@ -325,10 +290,7 @@
|
|
|
325
290
|
}
|
|
326
291
|
}
|
|
327
292
|
},
|
|
328
|
-
"required": [
|
|
329
|
-
"credentialBrandingId",
|
|
330
|
-
"localeBranding"
|
|
331
|
-
],
|
|
293
|
+
"required": ["credentialBrandingId", "localeBranding"],
|
|
332
294
|
"additionalProperties": false
|
|
333
295
|
},
|
|
334
296
|
"IAddIssuerBrandingArgs": {
|
|
@@ -344,10 +306,7 @@
|
|
|
344
306
|
}
|
|
345
307
|
}
|
|
346
308
|
},
|
|
347
|
-
"required": [
|
|
348
|
-
"issuerCorrelationId",
|
|
349
|
-
"localeBranding"
|
|
350
|
-
],
|
|
309
|
+
"required": ["issuerCorrelationId", "localeBranding"],
|
|
351
310
|
"additionalProperties": false
|
|
352
311
|
},
|
|
353
312
|
"IBasicIssuerLocaleBranding": {
|
|
@@ -413,13 +372,7 @@
|
|
|
413
372
|
"format": "date-time"
|
|
414
373
|
}
|
|
415
374
|
},
|
|
416
|
-
"required": [
|
|
417
|
-
"id",
|
|
418
|
-
"issuerCorrelationId",
|
|
419
|
-
"localeBranding",
|
|
420
|
-
"createdAt",
|
|
421
|
-
"lastUpdatedAt"
|
|
422
|
-
],
|
|
375
|
+
"required": ["id", "issuerCorrelationId", "localeBranding", "createdAt", "lastUpdatedAt"],
|
|
423
376
|
"additionalProperties": false
|
|
424
377
|
},
|
|
425
378
|
"IIssuerLocaleBranding": {
|
|
@@ -471,11 +424,7 @@
|
|
|
471
424
|
}
|
|
472
425
|
},
|
|
473
426
|
"additionalProperties": false,
|
|
474
|
-
"required": [
|
|
475
|
-
"createdAt",
|
|
476
|
-
"id",
|
|
477
|
-
"lastUpdatedAt"
|
|
478
|
-
]
|
|
427
|
+
"required": ["createdAt", "id", "lastUpdatedAt"]
|
|
479
428
|
},
|
|
480
429
|
"IAddIssuerLocaleBrandingArgs": {
|
|
481
430
|
"type": "object",
|
|
@@ -490,10 +439,7 @@
|
|
|
490
439
|
}
|
|
491
440
|
}
|
|
492
441
|
},
|
|
493
|
-
"required": [
|
|
494
|
-
"issuerBrandingId",
|
|
495
|
-
"localeBranding"
|
|
496
|
-
],
|
|
442
|
+
"required": ["issuerBrandingId", "localeBranding"],
|
|
497
443
|
"additionalProperties": false
|
|
498
444
|
},
|
|
499
445
|
"ICredentialBrandingFromArgs": {
|
|
@@ -503,9 +449,7 @@
|
|
|
503
449
|
"$ref": "#/components/schemas/IBasicCredentialLocaleBranding"
|
|
504
450
|
}
|
|
505
451
|
},
|
|
506
|
-
"required": [
|
|
507
|
-
"localeBranding"
|
|
508
|
-
],
|
|
452
|
+
"required": ["localeBranding"],
|
|
509
453
|
"additionalProperties": false
|
|
510
454
|
},
|
|
511
455
|
"IGetCredentialBrandingArgs": {
|
|
@@ -930,9 +874,7 @@
|
|
|
930
874
|
"$ref": "#/components/schemas/IBasicIssuerLocaleBranding"
|
|
931
875
|
}
|
|
932
876
|
},
|
|
933
|
-
"required": [
|
|
934
|
-
"localeBranding"
|
|
935
|
-
],
|
|
877
|
+
"required": ["localeBranding"],
|
|
936
878
|
"additionalProperties": false
|
|
937
879
|
},
|
|
938
880
|
"IRemoveCredentialBrandingArgs": {
|
|
@@ -942,9 +884,7 @@
|
|
|
942
884
|
"$ref": "#/components/schemas/FindCredentialBrandingArgs"
|
|
943
885
|
}
|
|
944
886
|
},
|
|
945
|
-
"required": [
|
|
946
|
-
"filter"
|
|
947
|
-
],
|
|
887
|
+
"required": ["filter"],
|
|
948
888
|
"additionalProperties": false
|
|
949
889
|
},
|
|
950
890
|
"IDeletionResult": {
|
|
@@ -957,9 +897,7 @@
|
|
|
957
897
|
"type": "string"
|
|
958
898
|
}
|
|
959
899
|
},
|
|
960
|
-
"required": [
|
|
961
|
-
"result"
|
|
962
|
-
],
|
|
900
|
+
"required": ["result"],
|
|
963
901
|
"additionalProperties": false
|
|
964
902
|
},
|
|
965
903
|
"IRemoveCredentialLocaleBrandingArgs": {
|
|
@@ -969,9 +907,7 @@
|
|
|
969
907
|
"$ref": "#/components/schemas/FindCredentialLocaleBrandingArgs"
|
|
970
908
|
}
|
|
971
909
|
},
|
|
972
|
-
"required": [
|
|
973
|
-
"filter"
|
|
974
|
-
],
|
|
910
|
+
"required": ["filter"],
|
|
975
911
|
"additionalProperties": false
|
|
976
912
|
},
|
|
977
913
|
"IRemoveIssuerBrandingArgs": {
|
|
@@ -981,9 +917,7 @@
|
|
|
981
917
|
"$ref": "#/components/schemas/FindIssuerBrandingArgs"
|
|
982
918
|
}
|
|
983
919
|
},
|
|
984
|
-
"required": [
|
|
985
|
-
"filter"
|
|
986
|
-
],
|
|
920
|
+
"required": ["filter"],
|
|
987
921
|
"additionalProperties": false
|
|
988
922
|
},
|
|
989
923
|
"IRemoveIssuerLocaleBrandingArgs": {
|
|
@@ -993,9 +927,7 @@
|
|
|
993
927
|
"$ref": "#/components/schemas/FindIssuerLocaleBrandingArgs"
|
|
994
928
|
}
|
|
995
929
|
},
|
|
996
|
-
"required": [
|
|
997
|
-
"filter"
|
|
998
|
-
],
|
|
930
|
+
"required": ["filter"],
|
|
999
931
|
"additionalProperties": false
|
|
1000
932
|
},
|
|
1001
933
|
"IUpdateCredentialBrandingArgs": {
|
|
@@ -1005,9 +937,7 @@
|
|
|
1005
937
|
"$ref": "#/components/schemas/Omit<ICredentialBranding,(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>"
|
|
1006
938
|
}
|
|
1007
939
|
},
|
|
1008
|
-
"required": [
|
|
1009
|
-
"credentialBranding"
|
|
1010
|
-
],
|
|
940
|
+
"required": ["credentialBranding"],
|
|
1011
941
|
"additionalProperties": false
|
|
1012
942
|
},
|
|
1013
943
|
"Omit<ICredentialBranding,(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>": {
|
|
@@ -1026,11 +956,7 @@
|
|
|
1026
956
|
"type": "string"
|
|
1027
957
|
}
|
|
1028
958
|
},
|
|
1029
|
-
"required": [
|
|
1030
|
-
"id",
|
|
1031
|
-
"issuerCorrelationId",
|
|
1032
|
-
"vcHash"
|
|
1033
|
-
],
|
|
959
|
+
"required": ["id", "issuerCorrelationId", "vcHash"],
|
|
1034
960
|
"additionalProperties": false
|
|
1035
961
|
},
|
|
1036
962
|
"IUpdateCredentialLocaleBrandingArgs": {
|
|
@@ -1040,9 +966,7 @@
|
|
|
1040
966
|
"$ref": "#/components/schemas/Omit<ILocaleBranding,(\"createdAt\"|\"lastUpdatedAt\")>"
|
|
1041
967
|
}
|
|
1042
968
|
},
|
|
1043
|
-
"required": [
|
|
1044
|
-
"localeBranding"
|
|
1045
|
-
],
|
|
969
|
+
"required": ["localeBranding"],
|
|
1046
970
|
"additionalProperties": false
|
|
1047
971
|
},
|
|
1048
972
|
"Omit<ILocaleBranding,(\"createdAt\"|\"lastUpdatedAt\")>": {
|
|
@@ -1073,9 +997,7 @@
|
|
|
1073
997
|
"$ref": "#/components/schemas/ITextAttributes"
|
|
1074
998
|
}
|
|
1075
999
|
},
|
|
1076
|
-
"required": [
|
|
1077
|
-
"id"
|
|
1078
|
-
],
|
|
1000
|
+
"required": ["id"],
|
|
1079
1001
|
"additionalProperties": false
|
|
1080
1002
|
},
|
|
1081
1003
|
"IUpdateIssuerBrandingArgs": {
|
|
@@ -1085,9 +1007,7 @@
|
|
|
1085
1007
|
"$ref": "#/components/schemas/Omit<IIssuerBranding,(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>"
|
|
1086
1008
|
}
|
|
1087
1009
|
},
|
|
1088
|
-
"required": [
|
|
1089
|
-
"issuerBranding"
|
|
1090
|
-
],
|
|
1010
|
+
"required": ["issuerBranding"],
|
|
1091
1011
|
"additionalProperties": false
|
|
1092
1012
|
},
|
|
1093
1013
|
"Omit<IIssuerBranding,(\"localeBranding\"|\"createdAt\"|\"lastUpdatedAt\")>": {
|
|
@@ -1103,10 +1023,7 @@
|
|
|
1103
1023
|
"type": "string"
|
|
1104
1024
|
}
|
|
1105
1025
|
},
|
|
1106
|
-
"required": [
|
|
1107
|
-
"id",
|
|
1108
|
-
"issuerCorrelationId"
|
|
1109
|
-
],
|
|
1026
|
+
"required": ["id", "issuerCorrelationId"],
|
|
1110
1027
|
"additionalProperties": false
|
|
1111
1028
|
},
|
|
1112
1029
|
"IUpdateIssuerLocaleBrandingArgs": {
|
|
@@ -1116,9 +1033,7 @@
|
|
|
1116
1033
|
"$ref": "#/components/schemas/Omit<ILocaleBranding,(\"createdAt\"|\"lastUpdatedAt\")>"
|
|
1117
1034
|
}
|
|
1118
1035
|
},
|
|
1119
|
-
"required": [
|
|
1120
|
-
"localeBranding"
|
|
1121
|
-
],
|
|
1036
|
+
"required": ["localeBranding"],
|
|
1122
1037
|
"additionalProperties": false
|
|
1123
1038
|
}
|
|
1124
1039
|
},
|
|
@@ -1300,4 +1215,4 @@
|
|
|
1300
1215
|
}
|
|
1301
1216
|
}
|
|
1302
1217
|
}
|
|
1303
|
-
}
|
|
1218
|
+
}
|