We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5753f79 commit 5214ec9Copy full SHA for 5214ec9
1 file changed
method/resources/Entity.py
@@ -240,7 +240,6 @@ class EntityUpdateAuthOpts(TypedDict):
240
class EntityUpdateAuthResponse(TypedDict):
241
questions: List[EntityQuestion]
242
cxn_id: Optional[str]
243
-<<<<<<< HEAD
244
245
246
class EntityKYCAddressRecordData(TypedDict):
@@ -273,8 +272,6 @@ class EntitySensitiveResponse(TypedDict):
273
272
ssn_6: Optional[str]
274
ssn_9: Optional[str]
275
identities: List[EntityIdentity]
276
-=======
277
->>>>>>> d934838 (update entities)
278
279
280
class EntityResource(Resource):
0 commit comments