Please enable JavaScript.
Coggle requires JavaScript to display documents.
GatewaysModule, GatewayItem, MappingRow, FieldType: enum, SequenceInfo,…
GatewaysModule
<shared>
<source-type-selector-component>
Output()
sourceTypeEvent :EventEmitter <SourceType> = new EventeEmitter <SourceType>
<entity-selector-component>
method()
entityList()
<entity-field-selector-component>
Input()
Entity:entity
method()
getFieldIOfEntity (entity:Entity)
<field-transformation-selector-component>
Input()
fieldType:FieldType
<modify-secret-dialog-component>
Input()
GatewaySecrets :gatewaySecrets
<add-gateway-dialog-component>
method()
sequenceList()
passewordCtrl :FormControl<string> = new FormControl<string>
emailCtrl :FormControl<string> = new FormControl<string>
sequenceCtrl FormControl<SequenceInfo> = new FormControl<SequenceInfo>
<gateway-configuration-component>
<gateway-secrets-component>
Input()
GatewaySecret [] :gatewaySecrets
method()
openSecretEditor()
<gateway-mapping-component>
<pull-mapping-row-component>
<push-mapping-row-component>
<a3dn-alert-banner>
<gateway-list-component>
<gateway-item-component>
method()
deleteItem(id:string)
methode()
editItem(id:string)
method()
activateGateway()
Input()
gatewayItem : GatewayItem
method()
getList
proporety
gateListParams:QueryPramsGatewaysList
<a3dn-subeader>
GatewayItem
id:string
name: string
status: 'active' | 'inactive'
active: boolean
mode: 'Push' | 'Pull'
lastUse?: string
MappingRow
sourceType: SourceType
entity: Entity
entityField:EntityField
targetField string
transformations: Transformation
FieldType: enum
boolean
string
Date
number
SequenceInfo
sequenceId: string;
sequenceDescription: string;
isUsed: boolean;
gatewaySecrets : GatewaySecrets []
Entity: enum
Contrat
Client
Sinistre
GatewayDetail
secrets: GatewaySecrets []
mappings: MappingField[]
SourceType: enum
Data
Constant
EntityField
value: string
type: FieldType
GatewaySecrets
key: string
value:string
QueryPramsGatewaysList
page:string
taillePage:string