File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -34916,7 +34916,7 @@ paths:
3491634916 description: |-
3491734917 Lists all wallet share requests:
3491834918 - List of the wallets and the users for which wallet share request is present.
34919- operationId: v2.walletsharerequests .list
34919+ operationId: v2.walletsharerequest .list
3492034920 tags:
3492134921 - Wallet
3492234922 responses:
@@ -57021,6 +57021,8 @@ components:
5702157021 $ref: '#/components/schemas/KycPassport'
5702257022 residency:
5702357023 $ref: '#/components/schemas/KycResidency'
57024+ ongoingScreening:
57025+ $ref: '#/components/schemas/KycOngoingScreening'
5702457026 isScreeningRequired:
5702557027 type: boolean
5702657028 documentsWaived:
@@ -57062,6 +57064,17 @@ components:
5706257064 $ref: '#/components/schemas/UserKycState1'
5706357065 required:
5706457066 - state
57067+ KycOngoingScreening:
57068+ title: KycOngoingScreening
57069+ type: object
57070+ properties:
57071+ state:
57072+ type: string
57073+ enum:
57074+ - approved
57075+ - rejected
57076+ required:
57077+ - state
5706557078 KycPassport:
5706657079 title: KycPassport
5706757080 type: object
You can’t perform that action at this time.
0 commit comments