@sphereon/ssi-sdk.vc-status-list 0.34.1-feature.SSISDK.57.uni.client.205 → 0.34.1-feature.SSISDK.58.host.nonce.endpoint.145

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
@@ -251,8 +251,7 @@ var StatusList2021Implementation = class {
251
251
  statusListCredential,
252
252
  statusList2021: {
253
253
  statusPurpose,
254
- indexingDirection: "rightToLeft",
255
- credentialIdMode: import_ssi_types2.StatusListCredentialIdMode.ISSUANCE
254
+ indexingDirection: "rightToLeft"
256
255
  },
257
256
  length,
258
257
  type: import_ssi_types2.StatusListType.StatusList2021,
@@ -291,8 +290,7 @@ var StatusList2021Implementation = class {
291
290
  encodedList,
292
291
  statusList2021: {
293
292
  statusPurpose: credentialSubject.statusPurpose,
294
- indexingDirection: "rightToLeft",
295
- credentialIdMode: import_ssi_types2.StatusListCredentialIdMode.ISSUANCE
293
+ indexingDirection: "rightToLeft"
296
294
  },
297
295
  length: statusList.length - 1,
298
296
  type: import_ssi_types2.StatusListType.StatusList2021,
@@ -329,8 +327,7 @@ var StatusList2021Implementation = class {
329
327
  encodedList: newEncodedList,
330
328
  statusList2021: {
331
329
  statusPurpose: args.statusList2021.statusPurpose,
332
- indexingDirection: "rightToLeft",
333
- credentialIdMode: import_ssi_types2.StatusListCredentialIdMode.ISSUANCE
330
+ indexingDirection: "rightToLeft"
334
331
  },
335
332
  length: statusList.length,
336
333
  proofFormat: args.proofFormat ?? "lds",
@@ -392,8 +389,7 @@ var StatusList2021Implementation = class {
392
389
  statusPurpose,
393
390
  statusList2021: {
394
391
  indexingDirection: "rightToLeft",
395
- statusPurpose,
396
- credentialIdMode: import_ssi_types2.StatusListCredentialIdMode.ISSUANCE
392
+ statusPurpose
397
393
  }
398
394
  };
399
395
  } else {
@@ -418,8 +414,7 @@ var StatusList2021Implementation = class {
418
414
  statusPurpose: statusList2021Entity.statusPurpose,
419
415
  statusList2021: {
420
416
  indexingDirection: statusList2021Entity.indexingDirection,
421
- statusPurpose: statusList2021Entity.statusPurpose,
422
- credentialIdMode: import_ssi_types2.StatusListCredentialIdMode.ISSUANCE
417
+ statusPurpose: statusList2021Entity.statusPurpose
423
418
  }
424
419
  };
425
420
  }