@sphereon/ssi-sdk.issuance-branding 0.33.1-feature.vcdm2.tsup.32 → 0.33.1-feature.vcdm2.tsup.33

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 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
  },
63
59
  IBasicCredentialLocaleBranding: {
64
60
  type: "object",
@@ -82,11 +78,7 @@ var require_plugin_schema = __commonJS({
82
78
  }
83
79
  }
84
80
  },
85
- required: [
86
- "alias",
87
- "description",
88
- "locale"
89
- ]
81
+ required: ["alias", "description", "locale"]
90
82
  },
91
83
  IBasicImageAttributes: {
92
84
  type: "object",
@@ -118,10 +110,7 @@ var require_plugin_schema = __commonJS({
118
110
  type: "number"
119
111
  }
120
112
  },
121
- required: [
122
- "height",
123
- "width"
124
- ]
113
+ required: ["height", "width"]
125
114
  },
126
115
  IBasicBackgroundAttributes: {
127
116
  type: "object",
@@ -152,10 +141,7 @@ var require_plugin_schema = __commonJS({
152
141
  type: "string"
153
142
  }
154
143
  },
155
- required: [
156
- "key",
157
- "name"
158
- ]
144
+ required: ["key", "name"]
159
145
  },
160
146
  ICredentialBranding: {
161
147
  type: "object",
@@ -184,14 +170,7 @@ var require_plugin_schema = __commonJS({
184
170
  format: "date-time"
185
171
  }
186
172
  },
187
- required: [
188
- "id",
189
- "issuerCorrelationId",
190
- "vcHash",
191
- "localeBranding",
192
- "createdAt",
193
- "lastUpdatedAt"
194
- ]
173
+ required: ["id", "issuerCorrelationId", "vcHash", "localeBranding", "createdAt", "lastUpdatedAt"]
195
174
  },
196
175
  ICredentialLocaleBranding: {
197
176
  type: "object",
@@ -232,11 +211,7 @@ var require_plugin_schema = __commonJS({
232
211
  }
233
212
  }
234
213
  },
235
- required: [
236
- "createdAt",
237
- "id",
238
- "lastUpdatedAt"
239
- ]
214
+ required: ["createdAt", "id", "lastUpdatedAt"]
240
215
  },
241
216
  IImageAttributes: {
242
217
  type: "object",
@@ -260,9 +235,7 @@ var require_plugin_schema = __commonJS({
260
235
  $ref: "#/components/schemas/IImageDimensions"
261
236
  }
262
237
  },
263
- required: [
264
- "id"
265
- ]
238
+ required: ["id"]
266
239
  },
267
240
  IImageDimensions: {
268
241
  type: "object",
@@ -277,11 +250,7 @@ var require_plugin_schema = __commonJS({
277
250
  type: "number"
278
251
  }
279
252
  },
280
- required: [
281
- "id",
282
- "width",
283
- "height"
284
- ]
253
+ required: ["id", "width", "height"]
285
254
  },
286
255
  IBackgroundAttributes: {
287
256
  type: "object",
@@ -296,9 +265,7 @@ var require_plugin_schema = __commonJS({
296
265
  $ref: "#/components/schemas/IImageAttributes"
297
266
  }
298
267
  },
299
- required: [
300
- "id"
301
- ]
268
+ required: ["id"]
302
269
  },
303
270
  ITextAttributes: {
304
271
  type: "object",
@@ -310,9 +277,7 @@ var require_plugin_schema = __commonJS({
310
277
  type: "string"
311
278
  }
312
279
  },
313
- required: [
314
- "id"
315
- ]
280
+ required: ["id"]
316
281
  },
317
282
  ICredentialClaim: {
318
283
  type: "object",
@@ -327,11 +292,7 @@ var require_plugin_schema = __commonJS({
327
292
  type: "string"
328
293
  }
329
294
  },
330
- required: [
331
- "id",
332
- "key",
333
- "name"
334
- ]
295
+ required: ["id", "key", "name"]
335
296
  },
336
297
  IAddCredentialLocaleBrandingArgs: {
337
298
  type: "object",
@@ -346,10 +307,7 @@ var require_plugin_schema = __commonJS({
346
307
  }
347
308
  }
348
309
  },
349
- required: [
350
- "credentialBrandingId",
351
- "localeBranding"
352
- ]
310
+ required: ["credentialBrandingId", "localeBranding"]
353
311
  },
354
312
  IAddIssuerBrandingArgs: {
355
313
  type: "object",
@@ -364,10 +322,7 @@ var require_plugin_schema = __commonJS({
364
322
  }
365
323
  }
366
324
  },
367
- required: [
368
- "issuerCorrelationId",
369
- "localeBranding"
370
- ]
325
+ required: ["issuerCorrelationId", "localeBranding"]
371
326
  },
372
327
  IBasicIssuerLocaleBranding: {
373
328
  type: "object",
@@ -400,11 +355,7 @@ var require_plugin_schema = __commonJS({
400
355
  $ref: "#/components/schemas/IBasicTextAttributes"
401
356
  }
402
357
  },
403
- required: [
404
- "alias",
405
- "description",
406
- "locale"
407
- ]
358
+ required: ["alias", "description", "locale"]
408
359
  },
409
360
  IIssuerBranding: {
410
361
  type: "object",
@@ -430,13 +381,7 @@ var require_plugin_schema = __commonJS({
430
381
  format: "date-time"
431
382
  }
432
383
  },
433
- required: [
434
- "id",
435
- "issuerCorrelationId",
436
- "localeBranding",
437
- "createdAt",
438
- "lastUpdatedAt"
439
- ]
384
+ required: ["id", "issuerCorrelationId", "localeBranding", "createdAt", "lastUpdatedAt"]
440
385
  },
441
386
  IIssuerLocaleBranding: {
442
387
  type: "object",
@@ -486,11 +431,7 @@ var require_plugin_schema = __commonJS({
486
431
  }
487
432
  }
488
433
  },
489
- required: [
490
- "createdAt",
491
- "id",
492
- "lastUpdatedAt"
493
- ]
434
+ required: ["createdAt", "id", "lastUpdatedAt"]
494
435
  },
495
436
  IAddIssuerLocaleBrandingArgs: {
496
437
  type: "object",
@@ -505,10 +446,7 @@ var require_plugin_schema = __commonJS({
505
446
  }
506
447
  }
507
448
  },
508
- required: [
509
- "issuerBrandingId",
510
- "localeBranding"
511
- ]
449
+ required: ["issuerBrandingId", "localeBranding"]
512
450
  },
513
451
  ICredentialBrandingFromArgs: {
514
452
  type: "object",
@@ -517,9 +455,7 @@ var require_plugin_schema = __commonJS({
517
455
  $ref: "#/components/schemas/IBasicCredentialLocaleBranding"
518
456
  }
519
457
  },
520
- required: [
521
- "localeBranding"
522
- ]
458
+ required: ["localeBranding"]
523
459
  },
524
460
  IGetCredentialBrandingArgs: {
525
461
  type: "object",
@@ -870,9 +806,7 @@ var require_plugin_schema = __commonJS({
870
806
  $ref: "#/components/schemas/IBasicIssuerLocaleBranding"
871
807
  }
872
808
  },
873
- required: [
874
- "localeBranding"
875
- ]
809
+ required: ["localeBranding"]
876
810
  },
877
811
  IRemoveCredentialBrandingArgs: {
878
812
  type: "object",
@@ -881,9 +815,7 @@ var require_plugin_schema = __commonJS({
881
815
  $ref: "#/components/schemas/FindCredentialBrandingArgs"
882
816
  }
883
817
  },
884
- required: [
885
- "filter"
886
- ]
818
+ required: ["filter"]
887
819
  },
888
820
  IDeletionResult: {
889
821
  type: "object",
@@ -895,9 +827,7 @@ var require_plugin_schema = __commonJS({
895
827
  type: "string"
896
828
  }
897
829
  },
898
- required: [
899
- "result"
900
- ]
830
+ required: ["result"]
901
831
  },
902
832
  IRemoveCredentialLocaleBrandingArgs: {
903
833
  type: "object",
@@ -906,9 +836,7 @@ var require_plugin_schema = __commonJS({
906
836
  $ref: "#/components/schemas/FindCredentialLocaleBrandingArgs"
907
837
  }
908
838
  },
909
- required: [
910
- "filter"
911
- ]
839
+ required: ["filter"]
912
840
  },
913
841
  IRemoveIssuerBrandingArgs: {
914
842
  type: "object",
@@ -917,9 +845,7 @@ var require_plugin_schema = __commonJS({
917
845
  $ref: "#/components/schemas/FindIssuerBrandingArgs"
918
846
  }
919
847
  },
920
- required: [
921
- "filter"
922
- ]
848
+ required: ["filter"]
923
849
  },
924
850
  IRemoveIssuerLocaleBrandingArgs: {
925
851
  type: "object",
@@ -928,9 +854,7 @@ var require_plugin_schema = __commonJS({
928
854
  $ref: "#/components/schemas/FindIssuerLocaleBrandingArgs"
929
855
  }
930
856
  },
931
- required: [
932
- "filter"
933
- ]
857
+ required: ["filter"]
934
858
  },
935
859
  IUpdateCredentialBrandingArgs: {
936
860
  type: "object",
@@ -948,16 +872,10 @@ var require_plugin_schema = __commonJS({
948
872
  type: "string"
949
873
  }
950
874
  },
951
- required: [
952
- "id",
953
- "issuerCorrelationId",
954
- "vcHash"
955
- ]
875
+ required: ["id", "issuerCorrelationId", "vcHash"]
956
876
  }
957
877
  },
958
- required: [
959
- "credentialBranding"
960
- ]
878
+ required: ["credentialBranding"]
961
879
  },
962
880
  IUpdateCredentialLocaleBrandingArgs: {
963
881
  type: "object",
@@ -987,14 +905,10 @@ var require_plugin_schema = __commonJS({
987
905
  $ref: "#/components/schemas/ITextAttributes"
988
906
  }
989
907
  },
990
- required: [
991
- "id"
992
- ]
908
+ required: ["id"]
993
909
  }
994
910
  },
995
- required: [
996
- "localeBranding"
997
- ]
911
+ required: ["localeBranding"]
998
912
  },
999
913
  IUpdateIssuerBrandingArgs: {
1000
914
  type: "object",
@@ -1009,15 +923,10 @@ var require_plugin_schema = __commonJS({
1009
923
  type: "string"
1010
924
  }
1011
925
  },
1012
- required: [
1013
- "id",
1014
- "issuerCorrelationId"
1015
- ]
926
+ required: ["id", "issuerCorrelationId"]
1016
927
  }
1017
928
  },
1018
- required: [
1019
- "issuerBranding"
1020
- ]
929
+ required: ["issuerBranding"]
1021
930
  },
1022
931
  IUpdateIssuerLocaleBrandingArgs: {
1023
932
  type: "object",
@@ -1047,14 +956,10 @@ var require_plugin_schema = __commonJS({
1047
956
  $ref: "#/components/schemas/ITextAttributes"
1048
957
  }
1049
958
  },
1050
- required: [
1051
- "id"
1052
- ]
959
+ required: ["id"]
1053
960
  }
1054
961
  },
1055
- required: [
1056
- "localeBranding"
1057
- ]
962
+ required: ["localeBranding"]
1058
963
  }
1059
964
  },
1060
965
  methods: {