Update flows sequence-1 with latest block commits and schema mappings
All checks were successful
Build and Push Docker Image / test (push) Successful in 10s
Build and Push Docker Image / build_and_push (push) Successful in 23s

This commit is contained in:
Ankur Malik 2025-11-24 00:42:07 -05:00
parent eb8d5c3a57
commit d01c149648

View File

@ -1170,7 +1170,7 @@
} }
}, },
"blockName": "m-1-v-1", "blockName": "m-1-v-1",
"commitId": "1bf55226e15ac2aa88785a441d27ba660c7bde9a", "commitId": "d0f4d225ee2b20f688cf3061902c7f6f34339a36",
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git", "repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
"schema": { "schema": {
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
@ -1367,6 +1367,14 @@
], ],
"description": "Zip of the current residence.", "description": "Zip of the current residence.",
"source": "$root.uprovaApplication.zip" "source": "$root.uprovaApplication.zip"
},
"ReasonCode": {
"type": [
"string",
"null"
],
"description": "Reason code from ThreatMetrix.",
"source": "$root.ThreatMetrixResponse.ReasonCode"
} }
}, },
"required": [] "required": []
@ -1424,6 +1432,90 @@
"null" "null"
], ],
"description": "Recommended Action." "description": "Recommended Action."
},
"hd_score_m2": {
"type": [
"number",
"null"
],
"description": "HD Fraud Score M2"
},
"hd_score_iso_m2": {
"type": [
"number",
"null"
],
"description": "HD Fraud Score M2 Scaled"
},
"digital_id_first_seen": {
"type": [
"string",
"null"
],
"description": "Digital ID first seen timestamp"
},
"summary_risk_score": {
"type": [
"string",
"null"
],
"description": "Summary risk score"
},
"cpu_clock": {
"type": [
"string",
"null"
],
"description": "CPU clock value from device profiling"
},
"account_login_first_seen": {
"type": [
"string",
"null"
],
"description": "Account login first seen timestamp"
},
"account_telephone_first_seen": {
"type": [
"string",
"null"
],
"description": "Account telephone first seen timestamp"
},
"true_ip_first_seen": {
"type": [
"string",
"null"
],
"description": "True IP first seen timestamp"
},
"ssn_hash_first_seen": {
"type": [
"string",
"null"
],
"description": "SSN hash first seen timestamp"
},
"account_email_attributes": {
"type": [
"string",
"null"
],
"description": "Account email attributes"
},
"tps_ip_latitude": {
"type": [
"string",
"null"
],
"description": "TPS IP latitude"
},
"tps_ip_longitude": {
"type": [
"string",
"null"
],
"description": "TPS IP longitude"
} }
} }
} }
@ -1572,7 +1664,7 @@
"label": "+", "label": "+",
"nodeConfig": { "nodeConfig": {
"blockName": "mlg-lookup-v-1", "blockName": "mlg-lookup-v-1",
"commitId": "88b296a25a46e5ce541b106c4eef2dfd4caebafe", "commitId": "2e162d981325918d87f959f04e45eb2395b154b4",
"activityConfig": { "activityConfig": {
"retryPolicy": { "retryPolicy": {
"maximumAttempts": 1, "maximumAttempts": 1,
@ -1646,6 +1738,14 @@
], ],
"description": "HD Score M1 value associated with the application.", "description": "HD Score M1 value associated with the application.",
"source": "$c2xjc7k07ahdxoi7ad7.hd_score_m1" "source": "$c2xjc7k07ahdxoi7ad7.hd_score_m1"
},
"hd_score_iso_m2": {
"type": [
"number",
"null"
],
"description": "HD Score M2 Isotonic value associated with the application.",
"source": "$c2xjc7k07ahdxoi7ad7.hd_score_iso_m2"
} }
}, },
"required": [] "required": []
@ -1678,6 +1778,13 @@
] ]
}, },
"description": "List of connected application keys associated with this application." "description": "List of connected application keys associated with this application."
},
"hd_score_iso_m2": {
"type": [
"number",
"null"
],
"description": "HD fraud score M2."
} }
}, },
"required": [] "required": []
@ -1703,7 +1810,7 @@
"label": "+", "label": "+",
"nodeConfig": { "nodeConfig": {
"blockName": "db-lookup-v-1", "blockName": "db-lookup-v-1",
"commitId": "e19f1562afb7958a699d1f5652f96c0d4272d1d8", "commitId": "1639935bc9d19ed5035573d79e53eac7ecf0e226",
"activityConfig": { "activityConfig": {
"retryPolicy": { "retryPolicy": {
"maximumAttempts": 1, "maximumAttempts": 1,
@ -1756,6 +1863,14 @@
}, },
"description": "List of connected application keys associated with this application.", "description": "List of connected application keys associated with this application.",
"source": "$m7z58okgowrz9v382ph.connected_application_keys" "source": "$m7z58okgowrz9v382ph.connected_application_keys"
},
"hd_score_iso_m2": {
"type": [
"number",
"null"
],
"description": "HD fraud score M2.",
"source": "$m7z58okgowrz9v382ph.hd_score_iso_m2"
} }
}, },
"required": [] "required": []
@ -1817,7 +1932,7 @@
} }
}, },
"blockName": "g-1-v-1", "blockName": "g-1-v-1",
"commitId": "62dfadde20b7f0d30eb07df49b1264318c6135e2", "commitId": "e58625a91e4d609c49298eada1b8a10c4b6718e1",
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git", "repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
"schema": { "schema": {
"$schema": "http://json-schema.org/draft-07/schema", "$schema": "http://json-schema.org/draft-07/schema",
@ -1889,6 +2004,13 @@
"null" "null"
], ],
"description": "Number of application days counted." "description": "Number of application days counted."
},
"hd_score_iso_m2": {
"type": [
"number",
"null"
],
"description": "HD fraud Score M2"
} }
} }
} }
@ -1932,7 +2054,7 @@
} }
}, },
"blockName": "s-1-v-1", "blockName": "s-1-v-1",
"commitId": "54b5fecdb9c7f6e5aefc658a62398fd20efa5d6c", "commitId": "2cf9a2eef8a69189cbb3e424140fd69808e6247a",
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git", "repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
"schema": { "schema": {
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
@ -1993,6 +2115,14 @@
], ],
"description": "Number of application days counted.", "description": "Number of application days counted.",
"source": "$m7z73lb30hv7y5sr4fgj.app_dt_day_cnt" "source": "$m7z73lb30hv7y5sr4fgj.app_dt_day_cnt"
},
"hd_score_iso_m2": {
"type": [
"number",
"null"
],
"description": "HD fraud Score M2",
"source": "$m7z73lb30hv7y5sr4fgj.hd_score_iso_m2"
} }
}, },
"required": [] "required": []
@ -2036,6 +2166,13 @@
"null" "null"
], ],
"description": "HD Fraud Score S3" "description": "HD Fraud Score S3"
},
"hd_score_iso_m2": {
"type": [
"number",
"null"
],
"description": "HD Fraud Score M2"
} }
} }
} }
@ -2079,7 +2216,7 @@
} }
}, },
"blockName": "score-v-1", "blockName": "score-v-1",
"commitId": "d1e90e8a14f65b5fa3964101e7b737f530a0e76a", "commitId": "20b2f4afdbb01bfa771fbf0a41446504da07bd9f",
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git", "repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
"schema": { "schema": {
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
@ -2124,6 +2261,14 @@
], ],
"description": "HD Fraud Score S3", "description": "HD Fraud Score S3",
"source": "$m7z73o87e7te6y851u.hd_score_s3" "source": "$m7z73o87e7te6y851u.hd_score_s3"
},
"hd_score_iso_m2": {
"type": [
"number",
"null"
],
"description": "HD Fraud Score M2",
"source": "$m7z73o87e7te6y851u.hd_score_iso_m2"
} }
}, },
"required": [] "required": []