@cheqd/did-provider-cheqd 4.6.0-develop.1 → 4.6.1-develop.1
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.
|
@@ -1994,9 +1994,9 @@ export class Cheqd {
|
|
|
1994
1994
|
// validate status options - case: statusOptions.statusListName
|
|
1995
1995
|
if (!args.statusOptions.statusListName)
|
|
1996
1996
|
throw new Error('[did-provider-cheqd]: check status: statusOptions.statusListName is required');
|
|
1997
|
-
// validate status options - case: statusOptions.
|
|
1997
|
+
// validate status options - case: statusOptions.statusPurpose
|
|
1998
1998
|
if (!args.statusOptions.statusPurpose)
|
|
1999
|
-
throw new Error('[did-provider-cheqd]: check status: statusOptions.
|
|
1999
|
+
throw new Error('[did-provider-cheqd]: check status: statusOptions.statusPurpose is required');
|
|
2000
2000
|
// validate status options - case: statusOptions.statusListIndex
|
|
2001
2001
|
if (!args.statusOptions.statusListIndex)
|
|
2002
2002
|
throw new Error('[did-provider-cheqd]: check status: statusOptions.statusListIndex is required');
|