Skip to content

Commit

Permalink
fix: lock
Browse files Browse the repository at this point in the history
  • Loading branch information
janrtvld committed Jan 28, 2025
1 parent 8b78b20 commit 06c034d
Show file tree
Hide file tree
Showing 2 changed files with 1,751 additions and 1,726 deletions.
6 changes: 2 additions & 4 deletions apps/easypid/src/features/proximity/mdocProximity.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
import { mdocDataTransfer } from '@animo-id/expo-mdoc-data-transfer'

import { DataItem, DeviceRequest, cborDecode, cborEncode } from '@animo-id/mdoc'
import { Mdoc, MdocService, TypedArrayEncoder } from '@credo-ts/core'
import type { AppAgent } from '@easypid/agent'
import type { FormattedSubmission, MdocRecord } from '@package/agent'
import type { EasyPIDAppAgent, FormattedSubmission, MdocRecord } from '@package/agent'
import { handleBatchCredential } from '@package/agent/src/batch'
import { type Permission, PermissionsAndroid, Platform } from 'react-native'

type ShareDeviceResponseOptions = {
sessionTranscript: Uint8Array
deviceRequest: Uint8Array
agent: AppAgent
agent: EasyPIDAppAgent
submission: FormattedSubmission
}

Expand Down
Loading

0 comments on commit 06c034d

Please sign in to comment.