@sphereon/ssi-sdk.issuance-branding 0.36.1-next.11 → 0.36.1-next.115
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 +114 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +114 -29
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/plugin.schema.json +115 -30
package/dist/index.cjs
CHANGED
|
@@ -54,7 +54,11 @@ var require_plugin_schema = __commonJS({
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
required: [
|
|
57
|
+
required: [
|
|
58
|
+
"issuerCorrelationId",
|
|
59
|
+
"vcHash",
|
|
60
|
+
"localeBranding"
|
|
61
|
+
],
|
|
58
62
|
additionalProperties: false
|
|
59
63
|
},
|
|
60
64
|
IBasicCredentialLocaleBranding: {
|
|
@@ -119,7 +123,10 @@ var require_plugin_schema = __commonJS({
|
|
|
119
123
|
type: "number"
|
|
120
124
|
}
|
|
121
125
|
},
|
|
122
|
-
required: [
|
|
126
|
+
required: [
|
|
127
|
+
"height",
|
|
128
|
+
"width"
|
|
129
|
+
]
|
|
123
130
|
},
|
|
124
131
|
IBasicBackgroundAttributes: {
|
|
125
132
|
type: "object",
|
|
@@ -153,7 +160,10 @@ var require_plugin_schema = __commonJS({
|
|
|
153
160
|
type: "string"
|
|
154
161
|
}
|
|
155
162
|
},
|
|
156
|
-
required: [
|
|
163
|
+
required: [
|
|
164
|
+
"key",
|
|
165
|
+
"name"
|
|
166
|
+
]
|
|
157
167
|
},
|
|
158
168
|
ICredentialBranding: {
|
|
159
169
|
type: "object",
|
|
@@ -182,7 +192,14 @@ var require_plugin_schema = __commonJS({
|
|
|
182
192
|
format: "date-time"
|
|
183
193
|
}
|
|
184
194
|
},
|
|
185
|
-
required: [
|
|
195
|
+
required: [
|
|
196
|
+
"id",
|
|
197
|
+
"issuerCorrelationId",
|
|
198
|
+
"vcHash",
|
|
199
|
+
"localeBranding",
|
|
200
|
+
"createdAt",
|
|
201
|
+
"lastUpdatedAt"
|
|
202
|
+
],
|
|
186
203
|
additionalProperties: false
|
|
187
204
|
},
|
|
188
205
|
ICredentialLocaleBranding: {
|
|
@@ -225,7 +242,11 @@ var require_plugin_schema = __commonJS({
|
|
|
225
242
|
}
|
|
226
243
|
},
|
|
227
244
|
additionalProperties: false,
|
|
228
|
-
required: [
|
|
245
|
+
required: [
|
|
246
|
+
"createdAt",
|
|
247
|
+
"id",
|
|
248
|
+
"lastUpdatedAt"
|
|
249
|
+
]
|
|
229
250
|
},
|
|
230
251
|
IImageAttributes: {
|
|
231
252
|
type: "object",
|
|
@@ -249,7 +270,9 @@ var require_plugin_schema = __commonJS({
|
|
|
249
270
|
$ref: "#/components/schemas/IImageDimensions"
|
|
250
271
|
}
|
|
251
272
|
},
|
|
252
|
-
required: [
|
|
273
|
+
required: [
|
|
274
|
+
"id"
|
|
275
|
+
],
|
|
253
276
|
additionalProperties: false
|
|
254
277
|
},
|
|
255
278
|
IImageDimensions: {
|
|
@@ -265,7 +288,11 @@ var require_plugin_schema = __commonJS({
|
|
|
265
288
|
type: "number"
|
|
266
289
|
}
|
|
267
290
|
},
|
|
268
|
-
required: [
|
|
291
|
+
required: [
|
|
292
|
+
"id",
|
|
293
|
+
"width",
|
|
294
|
+
"height"
|
|
295
|
+
],
|
|
269
296
|
additionalProperties: false
|
|
270
297
|
},
|
|
271
298
|
IBackgroundAttributes: {
|
|
@@ -281,7 +308,9 @@ var require_plugin_schema = __commonJS({
|
|
|
281
308
|
$ref: "#/components/schemas/IImageAttributes"
|
|
282
309
|
}
|
|
283
310
|
},
|
|
284
|
-
required: [
|
|
311
|
+
required: [
|
|
312
|
+
"id"
|
|
313
|
+
],
|
|
285
314
|
additionalProperties: false
|
|
286
315
|
},
|
|
287
316
|
ITextAttributes: {
|
|
@@ -294,7 +323,9 @@ var require_plugin_schema = __commonJS({
|
|
|
294
323
|
type: "string"
|
|
295
324
|
}
|
|
296
325
|
},
|
|
297
|
-
required: [
|
|
326
|
+
required: [
|
|
327
|
+
"id"
|
|
328
|
+
],
|
|
298
329
|
additionalProperties: false
|
|
299
330
|
},
|
|
300
331
|
ICredentialClaim: {
|
|
@@ -310,7 +341,11 @@ var require_plugin_schema = __commonJS({
|
|
|
310
341
|
type: "string"
|
|
311
342
|
}
|
|
312
343
|
},
|
|
313
|
-
required: [
|
|
344
|
+
required: [
|
|
345
|
+
"id",
|
|
346
|
+
"key",
|
|
347
|
+
"name"
|
|
348
|
+
],
|
|
314
349
|
additionalProperties: false
|
|
315
350
|
},
|
|
316
351
|
IAddCredentialLocaleBrandingArgs: {
|
|
@@ -326,7 +361,10 @@ var require_plugin_schema = __commonJS({
|
|
|
326
361
|
}
|
|
327
362
|
}
|
|
328
363
|
},
|
|
329
|
-
required: [
|
|
364
|
+
required: [
|
|
365
|
+
"credentialBrandingId",
|
|
366
|
+
"localeBranding"
|
|
367
|
+
],
|
|
330
368
|
additionalProperties: false
|
|
331
369
|
},
|
|
332
370
|
IAddIssuerBrandingArgs: {
|
|
@@ -342,7 +380,10 @@ var require_plugin_schema = __commonJS({
|
|
|
342
380
|
}
|
|
343
381
|
}
|
|
344
382
|
},
|
|
345
|
-
required: [
|
|
383
|
+
required: [
|
|
384
|
+
"issuerCorrelationId",
|
|
385
|
+
"localeBranding"
|
|
386
|
+
],
|
|
346
387
|
additionalProperties: false
|
|
347
388
|
},
|
|
348
389
|
IBasicIssuerLocaleBranding: {
|
|
@@ -408,7 +449,13 @@ var require_plugin_schema = __commonJS({
|
|
|
408
449
|
format: "date-time"
|
|
409
450
|
}
|
|
410
451
|
},
|
|
411
|
-
required: [
|
|
452
|
+
required: [
|
|
453
|
+
"id",
|
|
454
|
+
"issuerCorrelationId",
|
|
455
|
+
"localeBranding",
|
|
456
|
+
"createdAt",
|
|
457
|
+
"lastUpdatedAt"
|
|
458
|
+
],
|
|
412
459
|
additionalProperties: false
|
|
413
460
|
},
|
|
414
461
|
IIssuerLocaleBranding: {
|
|
@@ -460,7 +507,11 @@ var require_plugin_schema = __commonJS({
|
|
|
460
507
|
}
|
|
461
508
|
},
|
|
462
509
|
additionalProperties: false,
|
|
463
|
-
required: [
|
|
510
|
+
required: [
|
|
511
|
+
"createdAt",
|
|
512
|
+
"id",
|
|
513
|
+
"lastUpdatedAt"
|
|
514
|
+
]
|
|
464
515
|
},
|
|
465
516
|
IAddIssuerLocaleBrandingArgs: {
|
|
466
517
|
type: "object",
|
|
@@ -475,7 +526,10 @@ var require_plugin_schema = __commonJS({
|
|
|
475
526
|
}
|
|
476
527
|
}
|
|
477
528
|
},
|
|
478
|
-
required: [
|
|
529
|
+
required: [
|
|
530
|
+
"issuerBrandingId",
|
|
531
|
+
"localeBranding"
|
|
532
|
+
],
|
|
479
533
|
additionalProperties: false
|
|
480
534
|
},
|
|
481
535
|
ICredentialBrandingFromArgs: {
|
|
@@ -485,7 +539,9 @@ var require_plugin_schema = __commonJS({
|
|
|
485
539
|
$ref: "#/components/schemas/IBasicCredentialLocaleBranding"
|
|
486
540
|
}
|
|
487
541
|
},
|
|
488
|
-
required: [
|
|
542
|
+
required: [
|
|
543
|
+
"localeBranding"
|
|
544
|
+
],
|
|
489
545
|
additionalProperties: false
|
|
490
546
|
},
|
|
491
547
|
IGetCredentialBrandingArgs: {
|
|
@@ -910,7 +966,9 @@ var require_plugin_schema = __commonJS({
|
|
|
910
966
|
$ref: "#/components/schemas/IBasicIssuerLocaleBranding"
|
|
911
967
|
}
|
|
912
968
|
},
|
|
913
|
-
required: [
|
|
969
|
+
required: [
|
|
970
|
+
"localeBranding"
|
|
971
|
+
],
|
|
914
972
|
additionalProperties: false
|
|
915
973
|
},
|
|
916
974
|
IRemoveCredentialBrandingArgs: {
|
|
@@ -920,7 +978,9 @@ var require_plugin_schema = __commonJS({
|
|
|
920
978
|
$ref: "#/components/schemas/FindCredentialBrandingArgs"
|
|
921
979
|
}
|
|
922
980
|
},
|
|
923
|
-
required: [
|
|
981
|
+
required: [
|
|
982
|
+
"filter"
|
|
983
|
+
],
|
|
924
984
|
additionalProperties: false
|
|
925
985
|
},
|
|
926
986
|
IDeletionResult: {
|
|
@@ -933,7 +993,9 @@ var require_plugin_schema = __commonJS({
|
|
|
933
993
|
type: "string"
|
|
934
994
|
}
|
|
935
995
|
},
|
|
936
|
-
required: [
|
|
996
|
+
required: [
|
|
997
|
+
"result"
|
|
998
|
+
],
|
|
937
999
|
additionalProperties: false
|
|
938
1000
|
},
|
|
939
1001
|
IRemoveCredentialLocaleBrandingArgs: {
|
|
@@ -943,7 +1005,9 @@ var require_plugin_schema = __commonJS({
|
|
|
943
1005
|
$ref: "#/components/schemas/FindCredentialLocaleBrandingArgs"
|
|
944
1006
|
}
|
|
945
1007
|
},
|
|
946
|
-
required: [
|
|
1008
|
+
required: [
|
|
1009
|
+
"filter"
|
|
1010
|
+
],
|
|
947
1011
|
additionalProperties: false
|
|
948
1012
|
},
|
|
949
1013
|
IRemoveIssuerBrandingArgs: {
|
|
@@ -953,7 +1017,9 @@ var require_plugin_schema = __commonJS({
|
|
|
953
1017
|
$ref: "#/components/schemas/FindIssuerBrandingArgs"
|
|
954
1018
|
}
|
|
955
1019
|
},
|
|
956
|
-
required: [
|
|
1020
|
+
required: [
|
|
1021
|
+
"filter"
|
|
1022
|
+
],
|
|
957
1023
|
additionalProperties: false
|
|
958
1024
|
},
|
|
959
1025
|
IRemoveIssuerLocaleBrandingArgs: {
|
|
@@ -963,7 +1029,9 @@ var require_plugin_schema = __commonJS({
|
|
|
963
1029
|
$ref: "#/components/schemas/FindIssuerLocaleBrandingArgs"
|
|
964
1030
|
}
|
|
965
1031
|
},
|
|
966
|
-
required: [
|
|
1032
|
+
required: [
|
|
1033
|
+
"filter"
|
|
1034
|
+
],
|
|
967
1035
|
additionalProperties: false
|
|
968
1036
|
},
|
|
969
1037
|
IUpdateCredentialBrandingArgs: {
|
|
@@ -973,7 +1041,9 @@ var require_plugin_schema = __commonJS({
|
|
|
973
1041
|
$ref: '#/components/schemas/Omit<ICredentialBranding,("localeBranding"|"createdAt"|"lastUpdatedAt")>'
|
|
974
1042
|
}
|
|
975
1043
|
},
|
|
976
|
-
required: [
|
|
1044
|
+
required: [
|
|
1045
|
+
"credentialBranding"
|
|
1046
|
+
],
|
|
977
1047
|
additionalProperties: false
|
|
978
1048
|
},
|
|
979
1049
|
'Omit<ICredentialBranding,("localeBranding"|"createdAt"|"lastUpdatedAt")>': {
|
|
@@ -992,7 +1062,11 @@ var require_plugin_schema = __commonJS({
|
|
|
992
1062
|
type: "string"
|
|
993
1063
|
}
|
|
994
1064
|
},
|
|
995
|
-
required: [
|
|
1065
|
+
required: [
|
|
1066
|
+
"id",
|
|
1067
|
+
"issuerCorrelationId",
|
|
1068
|
+
"vcHash"
|
|
1069
|
+
],
|
|
996
1070
|
additionalProperties: false
|
|
997
1071
|
},
|
|
998
1072
|
IUpdateCredentialLocaleBrandingArgs: {
|
|
@@ -1002,7 +1076,9 @@ var require_plugin_schema = __commonJS({
|
|
|
1002
1076
|
$ref: '#/components/schemas/Omit<ILocaleBranding,("createdAt"|"lastUpdatedAt")>'
|
|
1003
1077
|
}
|
|
1004
1078
|
},
|
|
1005
|
-
required: [
|
|
1079
|
+
required: [
|
|
1080
|
+
"localeBranding"
|
|
1081
|
+
],
|
|
1006
1082
|
additionalProperties: false
|
|
1007
1083
|
},
|
|
1008
1084
|
'Omit<ILocaleBranding,("createdAt"|"lastUpdatedAt")>': {
|
|
@@ -1033,7 +1109,9 @@ var require_plugin_schema = __commonJS({
|
|
|
1033
1109
|
$ref: "#/components/schemas/ITextAttributes"
|
|
1034
1110
|
}
|
|
1035
1111
|
},
|
|
1036
|
-
required: [
|
|
1112
|
+
required: [
|
|
1113
|
+
"id"
|
|
1114
|
+
],
|
|
1037
1115
|
additionalProperties: false
|
|
1038
1116
|
},
|
|
1039
1117
|
IUpdateIssuerBrandingArgs: {
|
|
@@ -1043,7 +1121,9 @@ var require_plugin_schema = __commonJS({
|
|
|
1043
1121
|
$ref: '#/components/schemas/Omit<IIssuerBranding,("localeBranding"|"createdAt"|"lastUpdatedAt")>'
|
|
1044
1122
|
}
|
|
1045
1123
|
},
|
|
1046
|
-
required: [
|
|
1124
|
+
required: [
|
|
1125
|
+
"issuerBranding"
|
|
1126
|
+
],
|
|
1047
1127
|
additionalProperties: false
|
|
1048
1128
|
},
|
|
1049
1129
|
'Omit<IIssuerBranding,("localeBranding"|"createdAt"|"lastUpdatedAt")>': {
|
|
@@ -1059,7 +1139,10 @@ var require_plugin_schema = __commonJS({
|
|
|
1059
1139
|
type: "string"
|
|
1060
1140
|
}
|
|
1061
1141
|
},
|
|
1062
|
-
required: [
|
|
1142
|
+
required: [
|
|
1143
|
+
"id",
|
|
1144
|
+
"issuerCorrelationId"
|
|
1145
|
+
],
|
|
1063
1146
|
additionalProperties: false
|
|
1064
1147
|
},
|
|
1065
1148
|
IUpdateIssuerLocaleBrandingArgs: {
|
|
@@ -1069,7 +1152,9 @@ var require_plugin_schema = __commonJS({
|
|
|
1069
1152
|
$ref: '#/components/schemas/Omit<ILocaleBranding,("createdAt"|"lastUpdatedAt")>'
|
|
1070
1153
|
}
|
|
1071
1154
|
},
|
|
1072
|
-
required: [
|
|
1155
|
+
required: [
|
|
1156
|
+
"localeBranding"
|
|
1157
|
+
],
|
|
1073
1158
|
additionalProperties: false
|
|
1074
1159
|
}
|
|
1075
1160
|
},
|