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