@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.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
|
additionalProperties: false
|
|
37
33
|
},
|
|
38
34
|
IBasicCredentialLocaleBranding: {
|
|
@@ -97,10 +93,7 @@ var require_plugin_schema = __commonJS({
|
|
|
97
93
|
type: "number"
|
|
98
94
|
}
|
|
99
95
|
},
|
|
100
|
-
required: [
|
|
101
|
-
"height",
|
|
102
|
-
"width"
|
|
103
|
-
]
|
|
96
|
+
required: ["height", "width"]
|
|
104
97
|
},
|
|
105
98
|
IBasicBackgroundAttributes: {
|
|
106
99
|
type: "object",
|
|
@@ -134,10 +127,7 @@ var require_plugin_schema = __commonJS({
|
|
|
134
127
|
type: "string"
|
|
135
128
|
}
|
|
136
129
|
},
|
|
137
|
-
required: [
|
|
138
|
-
"key",
|
|
139
|
-
"name"
|
|
140
|
-
]
|
|
130
|
+
required: ["key", "name"]
|
|
141
131
|
},
|
|
142
132
|
ICredentialBranding: {
|
|
143
133
|
type: "object",
|
|
@@ -166,14 +156,7 @@ var require_plugin_schema = __commonJS({
|
|
|
166
156
|
format: "date-time"
|
|
167
157
|
}
|
|
168
158
|
},
|
|
169
|
-
required: [
|
|
170
|
-
"id",
|
|
171
|
-
"issuerCorrelationId",
|
|
172
|
-
"vcHash",
|
|
173
|
-
"localeBranding",
|
|
174
|
-
"createdAt",
|
|
175
|
-
"lastUpdatedAt"
|
|
176
|
-
],
|
|
159
|
+
required: ["id", "issuerCorrelationId", "vcHash", "localeBranding", "createdAt", "lastUpdatedAt"],
|
|
177
160
|
additionalProperties: false
|
|
178
161
|
},
|
|
179
162
|
ICredentialLocaleBranding: {
|
|
@@ -216,11 +199,7 @@ var require_plugin_schema = __commonJS({
|
|
|
216
199
|
}
|
|
217
200
|
},
|
|
218
201
|
additionalProperties: false,
|
|
219
|
-
required: [
|
|
220
|
-
"createdAt",
|
|
221
|
-
"id",
|
|
222
|
-
"lastUpdatedAt"
|
|
223
|
-
]
|
|
202
|
+
required: ["createdAt", "id", "lastUpdatedAt"]
|
|
224
203
|
},
|
|
225
204
|
IImageAttributes: {
|
|
226
205
|
type: "object",
|
|
@@ -244,9 +223,7 @@ var require_plugin_schema = __commonJS({
|
|
|
244
223
|
$ref: "#/components/schemas/IImageDimensions"
|
|
245
224
|
}
|
|
246
225
|
},
|
|
247
|
-
required: [
|
|
248
|
-
"id"
|
|
249
|
-
],
|
|
226
|
+
required: ["id"],
|
|
250
227
|
additionalProperties: false
|
|
251
228
|
},
|
|
252
229
|
IImageDimensions: {
|
|
@@ -262,11 +239,7 @@ var require_plugin_schema = __commonJS({
|
|
|
262
239
|
type: "number"
|
|
263
240
|
}
|
|
264
241
|
},
|
|
265
|
-
required: [
|
|
266
|
-
"id",
|
|
267
|
-
"width",
|
|
268
|
-
"height"
|
|
269
|
-
],
|
|
242
|
+
required: ["id", "width", "height"],
|
|
270
243
|
additionalProperties: false
|
|
271
244
|
},
|
|
272
245
|
IBackgroundAttributes: {
|
|
@@ -282,9 +255,7 @@ var require_plugin_schema = __commonJS({
|
|
|
282
255
|
$ref: "#/components/schemas/IImageAttributes"
|
|
283
256
|
}
|
|
284
257
|
},
|
|
285
|
-
required: [
|
|
286
|
-
"id"
|
|
287
|
-
],
|
|
258
|
+
required: ["id"],
|
|
288
259
|
additionalProperties: false
|
|
289
260
|
},
|
|
290
261
|
ITextAttributes: {
|
|
@@ -297,9 +268,7 @@ var require_plugin_schema = __commonJS({
|
|
|
297
268
|
type: "string"
|
|
298
269
|
}
|
|
299
270
|
},
|
|
300
|
-
required: [
|
|
301
|
-
"id"
|
|
302
|
-
],
|
|
271
|
+
required: ["id"],
|
|
303
272
|
additionalProperties: false
|
|
304
273
|
},
|
|
305
274
|
ICredentialClaim: {
|
|
@@ -315,11 +284,7 @@ var require_plugin_schema = __commonJS({
|
|
|
315
284
|
type: "string"
|
|
316
285
|
}
|
|
317
286
|
},
|
|
318
|
-
required: [
|
|
319
|
-
"id",
|
|
320
|
-
"key",
|
|
321
|
-
"name"
|
|
322
|
-
],
|
|
287
|
+
required: ["id", "key", "name"],
|
|
323
288
|
additionalProperties: false
|
|
324
289
|
},
|
|
325
290
|
IAddCredentialLocaleBrandingArgs: {
|
|
@@ -335,10 +300,7 @@ var require_plugin_schema = __commonJS({
|
|
|
335
300
|
}
|
|
336
301
|
}
|
|
337
302
|
},
|
|
338
|
-
required: [
|
|
339
|
-
"credentialBrandingId",
|
|
340
|
-
"localeBranding"
|
|
341
|
-
],
|
|
303
|
+
required: ["credentialBrandingId", "localeBranding"],
|
|
342
304
|
additionalProperties: false
|
|
343
305
|
},
|
|
344
306
|
IAddIssuerBrandingArgs: {
|
|
@@ -354,10 +316,7 @@ var require_plugin_schema = __commonJS({
|
|
|
354
316
|
}
|
|
355
317
|
}
|
|
356
318
|
},
|
|
357
|
-
required: [
|
|
358
|
-
"issuerCorrelationId",
|
|
359
|
-
"localeBranding"
|
|
360
|
-
],
|
|
319
|
+
required: ["issuerCorrelationId", "localeBranding"],
|
|
361
320
|
additionalProperties: false
|
|
362
321
|
},
|
|
363
322
|
IBasicIssuerLocaleBranding: {
|
|
@@ -423,13 +382,7 @@ var require_plugin_schema = __commonJS({
|
|
|
423
382
|
format: "date-time"
|
|
424
383
|
}
|
|
425
384
|
},
|
|
426
|
-
required: [
|
|
427
|
-
"id",
|
|
428
|
-
"issuerCorrelationId",
|
|
429
|
-
"localeBranding",
|
|
430
|
-
"createdAt",
|
|
431
|
-
"lastUpdatedAt"
|
|
432
|
-
],
|
|
385
|
+
required: ["id", "issuerCorrelationId", "localeBranding", "createdAt", "lastUpdatedAt"],
|
|
433
386
|
additionalProperties: false
|
|
434
387
|
},
|
|
435
388
|
IIssuerLocaleBranding: {
|
|
@@ -481,11 +434,7 @@ var require_plugin_schema = __commonJS({
|
|
|
481
434
|
}
|
|
482
435
|
},
|
|
483
436
|
additionalProperties: false,
|
|
484
|
-
required: [
|
|
485
|
-
"createdAt",
|
|
486
|
-
"id",
|
|
487
|
-
"lastUpdatedAt"
|
|
488
|
-
]
|
|
437
|
+
required: ["createdAt", "id", "lastUpdatedAt"]
|
|
489
438
|
},
|
|
490
439
|
IAddIssuerLocaleBrandingArgs: {
|
|
491
440
|
type: "object",
|
|
@@ -500,10 +449,7 @@ var require_plugin_schema = __commonJS({
|
|
|
500
449
|
}
|
|
501
450
|
}
|
|
502
451
|
},
|
|
503
|
-
required: [
|
|
504
|
-
"issuerBrandingId",
|
|
505
|
-
"localeBranding"
|
|
506
|
-
],
|
|
452
|
+
required: ["issuerBrandingId", "localeBranding"],
|
|
507
453
|
additionalProperties: false
|
|
508
454
|
},
|
|
509
455
|
ICredentialBrandingFromArgs: {
|
|
@@ -513,9 +459,7 @@ var require_plugin_schema = __commonJS({
|
|
|
513
459
|
$ref: "#/components/schemas/IBasicCredentialLocaleBranding"
|
|
514
460
|
}
|
|
515
461
|
},
|
|
516
|
-
required: [
|
|
517
|
-
"localeBranding"
|
|
518
|
-
],
|
|
462
|
+
required: ["localeBranding"],
|
|
519
463
|
additionalProperties: false
|
|
520
464
|
},
|
|
521
465
|
IGetCredentialBrandingArgs: {
|
|
@@ -940,9 +884,7 @@ var require_plugin_schema = __commonJS({
|
|
|
940
884
|
$ref: "#/components/schemas/IBasicIssuerLocaleBranding"
|
|
941
885
|
}
|
|
942
886
|
},
|
|
943
|
-
required: [
|
|
944
|
-
"localeBranding"
|
|
945
|
-
],
|
|
887
|
+
required: ["localeBranding"],
|
|
946
888
|
additionalProperties: false
|
|
947
889
|
},
|
|
948
890
|
IRemoveCredentialBrandingArgs: {
|
|
@@ -952,9 +894,7 @@ var require_plugin_schema = __commonJS({
|
|
|
952
894
|
$ref: "#/components/schemas/FindCredentialBrandingArgs"
|
|
953
895
|
}
|
|
954
896
|
},
|
|
955
|
-
required: [
|
|
956
|
-
"filter"
|
|
957
|
-
],
|
|
897
|
+
required: ["filter"],
|
|
958
898
|
additionalProperties: false
|
|
959
899
|
},
|
|
960
900
|
IDeletionResult: {
|
|
@@ -967,9 +907,7 @@ var require_plugin_schema = __commonJS({
|
|
|
967
907
|
type: "string"
|
|
968
908
|
}
|
|
969
909
|
},
|
|
970
|
-
required: [
|
|
971
|
-
"result"
|
|
972
|
-
],
|
|
910
|
+
required: ["result"],
|
|
973
911
|
additionalProperties: false
|
|
974
912
|
},
|
|
975
913
|
IRemoveCredentialLocaleBrandingArgs: {
|
|
@@ -979,9 +917,7 @@ var require_plugin_schema = __commonJS({
|
|
|
979
917
|
$ref: "#/components/schemas/FindCredentialLocaleBrandingArgs"
|
|
980
918
|
}
|
|
981
919
|
},
|
|
982
|
-
required: [
|
|
983
|
-
"filter"
|
|
984
|
-
],
|
|
920
|
+
required: ["filter"],
|
|
985
921
|
additionalProperties: false
|
|
986
922
|
},
|
|
987
923
|
IRemoveIssuerBrandingArgs: {
|
|
@@ -991,9 +927,7 @@ var require_plugin_schema = __commonJS({
|
|
|
991
927
|
$ref: "#/components/schemas/FindIssuerBrandingArgs"
|
|
992
928
|
}
|
|
993
929
|
},
|
|
994
|
-
required: [
|
|
995
|
-
"filter"
|
|
996
|
-
],
|
|
930
|
+
required: ["filter"],
|
|
997
931
|
additionalProperties: false
|
|
998
932
|
},
|
|
999
933
|
IRemoveIssuerLocaleBrandingArgs: {
|
|
@@ -1003,9 +937,7 @@ var require_plugin_schema = __commonJS({
|
|
|
1003
937
|
$ref: "#/components/schemas/FindIssuerLocaleBrandingArgs"
|
|
1004
938
|
}
|
|
1005
939
|
},
|
|
1006
|
-
required: [
|
|
1007
|
-
"filter"
|
|
1008
|
-
],
|
|
940
|
+
required: ["filter"],
|
|
1009
941
|
additionalProperties: false
|
|
1010
942
|
},
|
|
1011
943
|
IUpdateCredentialBrandingArgs: {
|
|
@@ -1015,9 +947,7 @@ var require_plugin_schema = __commonJS({
|
|
|
1015
947
|
$ref: '#/components/schemas/Omit<ICredentialBranding,("localeBranding"|"createdAt"|"lastUpdatedAt")>'
|
|
1016
948
|
}
|
|
1017
949
|
},
|
|
1018
|
-
required: [
|
|
1019
|
-
"credentialBranding"
|
|
1020
|
-
],
|
|
950
|
+
required: ["credentialBranding"],
|
|
1021
951
|
additionalProperties: false
|
|
1022
952
|
},
|
|
1023
953
|
'Omit<ICredentialBranding,("localeBranding"|"createdAt"|"lastUpdatedAt")>': {
|
|
@@ -1036,11 +966,7 @@ var require_plugin_schema = __commonJS({
|
|
|
1036
966
|
type: "string"
|
|
1037
967
|
}
|
|
1038
968
|
},
|
|
1039
|
-
required: [
|
|
1040
|
-
"id",
|
|
1041
|
-
"issuerCorrelationId",
|
|
1042
|
-
"vcHash"
|
|
1043
|
-
],
|
|
969
|
+
required: ["id", "issuerCorrelationId", "vcHash"],
|
|
1044
970
|
additionalProperties: false
|
|
1045
971
|
},
|
|
1046
972
|
IUpdateCredentialLocaleBrandingArgs: {
|
|
@@ -1050,9 +976,7 @@ var require_plugin_schema = __commonJS({
|
|
|
1050
976
|
$ref: '#/components/schemas/Omit<ILocaleBranding,("createdAt"|"lastUpdatedAt")>'
|
|
1051
977
|
}
|
|
1052
978
|
},
|
|
1053
|
-
required: [
|
|
1054
|
-
"localeBranding"
|
|
1055
|
-
],
|
|
979
|
+
required: ["localeBranding"],
|
|
1056
980
|
additionalProperties: false
|
|
1057
981
|
},
|
|
1058
982
|
'Omit<ILocaleBranding,("createdAt"|"lastUpdatedAt")>': {
|
|
@@ -1083,9 +1007,7 @@ var require_plugin_schema = __commonJS({
|
|
|
1083
1007
|
$ref: "#/components/schemas/ITextAttributes"
|
|
1084
1008
|
}
|
|
1085
1009
|
},
|
|
1086
|
-
required: [
|
|
1087
|
-
"id"
|
|
1088
|
-
],
|
|
1010
|
+
required: ["id"],
|
|
1089
1011
|
additionalProperties: false
|
|
1090
1012
|
},
|
|
1091
1013
|
IUpdateIssuerBrandingArgs: {
|
|
@@ -1095,9 +1017,7 @@ var require_plugin_schema = __commonJS({
|
|
|
1095
1017
|
$ref: '#/components/schemas/Omit<IIssuerBranding,("localeBranding"|"createdAt"|"lastUpdatedAt")>'
|
|
1096
1018
|
}
|
|
1097
1019
|
},
|
|
1098
|
-
required: [
|
|
1099
|
-
"issuerBranding"
|
|
1100
|
-
],
|
|
1020
|
+
required: ["issuerBranding"],
|
|
1101
1021
|
additionalProperties: false
|
|
1102
1022
|
},
|
|
1103
1023
|
'Omit<IIssuerBranding,("localeBranding"|"createdAt"|"lastUpdatedAt")>': {
|
|
@@ -1113,10 +1033,7 @@ var require_plugin_schema = __commonJS({
|
|
|
1113
1033
|
type: "string"
|
|
1114
1034
|
}
|
|
1115
1035
|
},
|
|
1116
|
-
required: [
|
|
1117
|
-
"id",
|
|
1118
|
-
"issuerCorrelationId"
|
|
1119
|
-
],
|
|
1036
|
+
required: ["id", "issuerCorrelationId"],
|
|
1120
1037
|
additionalProperties: false
|
|
1121
1038
|
},
|
|
1122
1039
|
IUpdateIssuerLocaleBrandingArgs: {
|
|
@@ -1126,9 +1043,7 @@ var require_plugin_schema = __commonJS({
|
|
|
1126
1043
|
$ref: '#/components/schemas/Omit<ILocaleBranding,("createdAt"|"lastUpdatedAt")>'
|
|
1127
1044
|
}
|
|
1128
1045
|
},
|
|
1129
|
-
required: [
|
|
1130
|
-
"localeBranding"
|
|
1131
|
-
],
|
|
1046
|
+
required: ["localeBranding"],
|
|
1132
1047
|
additionalProperties: false
|
|
1133
1048
|
}
|
|
1134
1049
|
},
|