Skip to content

Commit cf42d37

Browse files
committed
chore: revert statusEntryIndex back to statusListIndex for consistency
1 parent 8d36ee4 commit cf42d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/oid4vci-common/lib/types/Generic.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,6 @@ export interface NotificationErrorResponse {
429429
export interface StatusListOpts {
430430
statusListId?: string // Explicit status list to use. Determines the id from the credentialStatus object in the VC itself or uses the default otherwise
431431
statusListCorrelationId?: string
432-
statusEntryIndex?: number
432+
statusListIndex?: number
433433
statusEntryCorrelationId?: string // An id to use for correlation. Can be the credential id, but also a business identifier. Will only be used for lookups/management
434434
}

0 commit comments

Comments
 (0)