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