Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DigiGov-OSS
getNncIdentityClient
Commits
bb8f5a08
Commit
bb8f5a08
authored
Jan 10, 2022
by
Panagiotis Skarvelis
Browse files
export types
parent
09046232
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/index.ts
View file @
bb8f5a08
import
soap
from
'
./soap
'
;
import
{
generateAuditRecord
,
AuditRecord
}
from
'
@digigov-oss/gsis-audit-record-db
'
;
export
type
AuditInit
=
AuditRecord
;
export
type
getNncIdentityOutputRecord
=
{
countryCode
?:
string
;
countryDescr
?:
string
;
addressStreet
?:
string
;
addressNumber
?:
string
;
addressCity
?:
string
;
addressZipCode
?:
string
;
telephone
?:
string
;
countryCode2
?:
string
;
countryDescr2
?:
string
;
addressStreet2
?:
string
;
addressNumber2
?:
string
;
addressCity2
?:
string
;
addressZipCode2
?:
string
;
telephone2
?:
string
;
mobile
?:
string
;
email
?:
string
;
epikForeisFlag
?:
string
;
epidForeisFlag
?:
string
;
message
?:
string
;
}
export
type
errorRecord
=
{
errorCode
:
string
;
errorDescr
:
string
;
}
export
type
Overides
=
{
prod
?:
boolean
;
auditInit
?:
AuditRecord
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment