Update sequence 1 block commits
All checks were successful
Build and Push Docker Image / test (push) Successful in 9s
Build and Push Docker Image / build_and_push (push) Successful in 22s

This commit is contained in:
Ankur Malik 2026-05-21 13:44:33 -04:00
parent 80bf03fc9c
commit c61f58206c

View File

@ -1177,7 +1177,7 @@
} }
}, },
"blockName": "m-1-v-1", "blockName": "m-1-v-1",
"commitId": "d4b8ad0b8c87f4162fba0a1adac889c97a081fc3", "commitId": "ace08608801aa9bcd54de74b8c01fb094b2e22b8",
"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#",
@ -1511,6 +1511,13 @@
], ],
"description": "SSN hash first seen timestamp" "description": "SSN hash first seen timestamp"
}, },
"ssn_hash": {
"type": [
"string",
"null"
],
"description": "SSN hash from ThreatMetrix"
},
"account_email_attributes": { "account_email_attributes": {
"type": [ "type": [
"string", "string",
@ -1846,7 +1853,7 @@
"label": "+", "label": "+",
"nodeConfig": { "nodeConfig": {
"blockName": "db-lookup-v-1", "blockName": "db-lookup-v-1",
"commitId": "9b85dfc164f317e43194596211cceb53042a1043", "commitId": "f4190d21544b8d7336865091befc80db9f3f091f",
"activityConfig": { "activityConfig": {
"retryPolicy": { "retryPolicy": {
"maximumAttempts": 1, "maximumAttempts": 1,
@ -1931,6 +1938,14 @@
], ],
"description": "Current application THX input IP ISP.", "description": "Current application THX input IP ISP.",
"source": "$c2xjc7k07ahdxoi7ad7.input_ip_isp" "source": "$c2xjc7k07ahdxoi7ad7.input_ip_isp"
},
"input_ssn_hash": {
"type": [
"string",
"null"
],
"description": "Current application THX SSN hash.",
"source": "$c2xjc7k07ahdxoi7ad7.ssn_hash"
} }
}, },
"required": [] "required": []
@ -2779,7 +2794,7 @@
} }
}, },
"blockName": "db-push-thx", "blockName": "db-push-thx",
"commitId": "62ed938d6217eba0a198efb286133e83febd3f9b", "commitId": "9118f4188f1f16aadb503dff9f59c84a8911c828",
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-data-enricher-db-lookup.git", "repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-data-enricher-db-lookup.git",
"schema": { "schema": {
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
@ -2828,6 +2843,14 @@
], ],
"source": "$c2xjc7k07ahdxoi7ad7.ssn_hash_first_seen" "source": "$c2xjc7k07ahdxoi7ad7.ssn_hash_first_seen"
}, },
"input_ssn_hash": {
"type": [
"string",
"null"
],
"description": "Current application THX SSN hash.",
"source": "$c2xjc7k07ahdxoi7ad7.ssn_hash"
},
"account_email_attributes": { "account_email_attributes": {
"type": [ "type": [
"string", "string",