Skip to content

Commit

Permalink
Sync changes to main branch (#123)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ankita-p17 and GHkrishna committed Sep 11, 2024
1 parent 3ad39f7 commit 90bdbe2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/controllers/multi-tenancy/MultiTenancyController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,7 @@ export class MultiTenancyController extends Controller {
}),
outOfBandRecord: outOfBandRecord.toJSON(),
outOfBandRecordId: outOfBandRecord.id,
credentialRequestThId: offerOob.credentialRecord.threadId,
invitationDid: createOfferOptions?.invitationDid ? '' : invitationDid,
}
})
Expand Down
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
version "7.24.5"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
dependencies:
"@ampproject/remapping" "^2.2.0"
"@babel/code-frame" "^7.24.2"
"@babel/generator" "^7.24.5"
Expand Down Expand Up @@ -670,7 +669,6 @@
version "9.4.0"
resolved "https://registry.yarnpkg.com/@digitalcredentials/jsonld-signatures/-/jsonld-signatures-9.4.0.tgz#d5881122c4202449b88a7e2384f8e615ae55582c"
integrity sha512-DnR+HDTm7qpcDd0wcD1w6GdlAwfHjQSgu+ahion8REkCkkMRywF+CLunU7t8AZpFB2Gr/+N8naUtiEBNje1Oew==
dependencies:
"@digitalbazaar/security-context" "^1.0.0"
"@digitalcredentials/jsonld" "^6.0.0"
fast-text-encoding "^1.0.3"
Expand Down Expand Up @@ -4852,7 +4850,6 @@ express@^4.17.1, express@^4.18.1, express@^4.18.3:
version "4.19.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
body-parser "1.20.2"
Expand Down

0 comments on commit 90bdbe2

Please sign in to comment.