Skip to content

Commit 1a15bf9

Browse files
Sync changes to main branch (credebl#123)
* Added proof and credential record Id in oob offer output Signed-off-by: ankita_patidar <[email protected]> * Remove unnecessary details Signed-off-by: ankita_patidar <[email protected]> * fix prettier Signed-off-by: ankita_patidar <[email protected]> * add record threadId in output Signed-off-by: Ankita Patidar <[email protected]> --------- Signed-off-by: ankita_patidar <[email protected]> Signed-off-by: Ankita Patidar <[email protected]> Co-authored-by: Krishna <[email protected]>
1 parent c8d95bd commit 1a15bf9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/controllers/multi-tenancy/MultiTenancyController.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,7 @@ export class MultiTenancyController extends Controller {
14311431
}),
14321432
outOfBandRecord: outOfBandRecord.toJSON(),
14331433
outOfBandRecordId: outOfBandRecord.id,
1434+
credentialRequestThId: offerOob.credentialRecord.threadId,
14341435
invitationDid: createOfferOptions?.invitationDid ? '' : invitationDid,
14351436
}
14361437
})

yarn.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
version "7.24.5"
126126
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
127127
integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
128-
dependencies:
129128
"@ampproject/remapping" "^2.2.0"
130129
"@babel/code-frame" "^7.24.2"
131130
"@babel/generator" "^7.24.5"
@@ -630,7 +629,6 @@
630629
version "9.4.0"
631630
resolved "https://registry.yarnpkg.com/@digitalcredentials/jsonld-signatures/-/jsonld-signatures-9.4.0.tgz#d5881122c4202449b88a7e2384f8e615ae55582c"
632631
integrity sha512-DnR+HDTm7qpcDd0wcD1w6GdlAwfHjQSgu+ahion8REkCkkMRywF+CLunU7t8AZpFB2Gr/+N8naUtiEBNje1Oew==
633-
dependencies:
634632
"@digitalbazaar/security-context" "^1.0.0"
635633
"@digitalcredentials/jsonld" "^6.0.0"
636634
fast-text-encoding "^1.0.3"
@@ -4211,7 +4209,6 @@ express@^4.17.1, express@^4.18.1, express@^4.18.3:
42114209
version "4.19.2"
42124210
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
42134211
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
4214-
dependencies:
42154212
accepts "~1.3.8"
42164213
array-flatten "1.1.1"
42174214
body-parser "1.20.2"

0 commit comments

Comments
 (0)