@twentyhq/people-data-labs 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/manifest.json +25 -26
- package/package.json +5 -4
- package/src/front-components/enrich-companies-component-effect.mjs +7 -7
- package/src/front-components/enrich-companies-component-effect.mjs.map +4 -4
- package/src/front-components/enrich-people-component-effect.mjs +7 -7
- package/src/front-components/enrich-people-component-effect.mjs.map +4 -4
- package/src/logic-functions/enrich-companies.function.mjs +22 -17
- package/src/logic-functions/enrich-companies.function.mjs.map +4 -4
- package/src/logic-functions/enrich-company.function.mjs +22 -16
- package/src/logic-functions/enrich-company.function.mjs.map +4 -4
- package/src/logic-functions/enrich-people.function.mjs +22 -17
- package/src/logic-functions/enrich-people.function.mjs.map +4 -4
- package/src/logic-functions/enrich-person.function.mjs +22 -16
- package/src/logic-functions/enrich-person.function.mjs.map +4 -4
- package/src/logic-functions/post-install.function.mjs.map +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# People Data Labs
|
|
2
|
+
|
|
3
|
+
**Turn a name into a full profile — enrich any Person or Company in one click.**
|
|
4
|
+
|
|
5
|
+
## ✨ What you get
|
|
6
|
+
|
|
7
|
+
- **+30 rich data fields** per Person and Company — seniority, skills, firmographics, funding, socials & more
|
|
8
|
+
- **Run it anywhere** — from the command menu, as a workflow step, or straight from AI chat
|
|
9
|
+
- **Smart matching** — finds the right profile from a LinkedIn, email, or domain, and only writes confident matches
|
|
10
|
+
|
|
11
|
+
## 💳 Billing
|
|
12
|
+
|
|
13
|
+
Pay only for matches, in Twenty credits — **not found and skipped records are free.**
|
|
14
|
+
|
|
15
|
+
- **Person match:** $0.336
|
|
16
|
+
- **Company match:** $0.12
|
package/manifest.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"displayName": "People Data Labs",
|
|
5
5
|
"description": "Enrich People and Companies with People Data Labs data.",
|
|
6
6
|
"logoUrl": "public/people-data-labs-icon.png",
|
|
7
|
+
"author": "Twenty",
|
|
7
8
|
"screenshots": [
|
|
8
9
|
"public/gallery/cover.png"
|
|
9
10
|
],
|
|
@@ -16,8 +17,8 @@
|
|
|
16
17
|
},
|
|
17
18
|
"defaultRoleUniversalIdentifier": "abb2aa9f-8e9c-4e8b-a336-f864ee78b7cd",
|
|
18
19
|
"aboutDescription": "# People Data Labs\n\n**Turn a name into a full profile — enrich any Person or Company in one click.**\n\n## ✨ What you get\n\n- **+30 rich data fields** per Person and Company — seniority, skills, firmographics, funding, socials & more\n- **Run it anywhere** — from the command menu, as a workflow step, or straight from AI chat\n- **Smart matching** — finds the right profile from a LinkedIn, email, or domain, and only writes confident matches\n\n## 💳 Billing\n\nPay only for matches, in Twenty credits — **not found and skipped records are free.**\n\n- **Person match:** $0.336\n- **Company match:** $0.12\n",
|
|
19
|
-
"yarnLockChecksum": "
|
|
20
|
-
"packageJsonChecksum": "
|
|
20
|
+
"yarnLockChecksum": "761a9fa8870876e7c6c2fc1957673225",
|
|
21
|
+
"packageJsonChecksum": "f63cbab9b3839fd418d67bc0ac531f85",
|
|
21
22
|
"postInstallLogicFunction": {
|
|
22
23
|
"universalIdentifier": "9de46f15-05ec-4314-84c1-b9919b545269",
|
|
23
24
|
"shouldRunOnVersionUpgrade": false,
|
|
@@ -10416,7 +10417,8 @@
|
|
|
10416
10417
|
"type": "object",
|
|
10417
10418
|
"properties": {
|
|
10418
10419
|
"recordId": {
|
|
10419
|
-
"type": "
|
|
10420
|
+
"type": "record",
|
|
10421
|
+
"objectUniversalIdentifier": "20202020-b374-4779-a561-80086cb2e17f",
|
|
10420
10422
|
"label": "Record"
|
|
10421
10423
|
},
|
|
10422
10424
|
"updateFields": {
|
|
@@ -10493,7 +10495,7 @@
|
|
|
10493
10495
|
"handlerName": "default.config.handler",
|
|
10494
10496
|
"sourceHandlerPath": "src/logic-functions/enrich-company.function.ts",
|
|
10495
10497
|
"builtHandlerPath": "src/logic-functions/enrich-company.function.mjs",
|
|
10496
|
-
"builtHandlerChecksum": "
|
|
10498
|
+
"builtHandlerChecksum": "8e2d1cafffaca86ad689db521b42d0c7"
|
|
10497
10499
|
},
|
|
10498
10500
|
{
|
|
10499
10501
|
"universalIdentifier": "65356a82-6734-4fc9-8172-7d30ed1b7859",
|
|
@@ -10513,10 +10515,8 @@
|
|
|
10513
10515
|
"type": "object",
|
|
10514
10516
|
"properties": {
|
|
10515
10517
|
"records": {
|
|
10516
|
-
"type": "
|
|
10517
|
-
"
|
|
10518
|
-
"type": "object"
|
|
10519
|
-
},
|
|
10518
|
+
"type": "records",
|
|
10519
|
+
"objectUniversalIdentifier": "20202020-e674-48e5-a542-72570eee7213",
|
|
10520
10520
|
"label": "Records"
|
|
10521
10521
|
},
|
|
10522
10522
|
"updateFields": {
|
|
@@ -10602,7 +10602,7 @@
|
|
|
10602
10602
|
"handlerName": "default.config.handler",
|
|
10603
10603
|
"sourceHandlerPath": "src/logic-functions/enrich-people.function.ts",
|
|
10604
10604
|
"builtHandlerPath": "src/logic-functions/enrich-people.function.mjs",
|
|
10605
|
-
"builtHandlerChecksum": "
|
|
10605
|
+
"builtHandlerChecksum": "5ac239752d97e621077a8c139f1ee8a3"
|
|
10606
10606
|
},
|
|
10607
10607
|
{
|
|
10608
10608
|
"universalIdentifier": "864ad69b-ff9f-4635-9aed-16fd0c2ad210",
|
|
@@ -10617,7 +10617,8 @@
|
|
|
10617
10617
|
"type": "object",
|
|
10618
10618
|
"properties": {
|
|
10619
10619
|
"recordId": {
|
|
10620
|
-
"type": "
|
|
10620
|
+
"type": "record",
|
|
10621
|
+
"objectUniversalIdentifier": "20202020-e674-48e5-a542-72570eee7213",
|
|
10621
10622
|
"label": "Record"
|
|
10622
10623
|
},
|
|
10623
10624
|
"updateFields": {
|
|
@@ -10694,7 +10695,7 @@
|
|
|
10694
10695
|
"handlerName": "default.config.handler",
|
|
10695
10696
|
"sourceHandlerPath": "src/logic-functions/enrich-person.function.ts",
|
|
10696
10697
|
"builtHandlerPath": "src/logic-functions/enrich-person.function.mjs",
|
|
10697
|
-
"builtHandlerChecksum": "
|
|
10698
|
+
"builtHandlerChecksum": "0bc3c9d3db1465bcf8931006e9cca994"
|
|
10698
10699
|
},
|
|
10699
10700
|
{
|
|
10700
10701
|
"universalIdentifier": "9de46f15-05ec-4314-84c1-b9919b545269",
|
|
@@ -10725,10 +10726,8 @@
|
|
|
10725
10726
|
"type": "object",
|
|
10726
10727
|
"properties": {
|
|
10727
10728
|
"records": {
|
|
10728
|
-
"type": "
|
|
10729
|
-
"
|
|
10730
|
-
"type": "object"
|
|
10731
|
-
},
|
|
10729
|
+
"type": "records",
|
|
10730
|
+
"objectUniversalIdentifier": "20202020-b374-4779-a561-80086cb2e17f",
|
|
10732
10731
|
"label": "Records"
|
|
10733
10732
|
},
|
|
10734
10733
|
"updateFields": {
|
|
@@ -10814,7 +10813,7 @@
|
|
|
10814
10813
|
"handlerName": "default.config.handler",
|
|
10815
10814
|
"sourceHandlerPath": "src/logic-functions/enrich-companies.function.ts",
|
|
10816
10815
|
"builtHandlerPath": "src/logic-functions/enrich-companies.function.mjs",
|
|
10817
|
-
"builtHandlerChecksum": "
|
|
10816
|
+
"builtHandlerChecksum": "38231f0fd2a66cfde170f2d55da1a89c"
|
|
10818
10817
|
}
|
|
10819
10818
|
],
|
|
10820
10819
|
"frontComponents": [
|
|
@@ -10826,7 +10825,7 @@
|
|
|
10826
10825
|
"componentName": "Enrich",
|
|
10827
10826
|
"sourceComponentPath": "src/front-components/enrich-companies-component-effect.tsx",
|
|
10828
10827
|
"builtComponentPath": "src/front-components/enrich-companies-component-effect.mjs",
|
|
10829
|
-
"builtComponentChecksum": "
|
|
10828
|
+
"builtComponentChecksum": "f0fa039adbc633ac3af2bb0ef3663383",
|
|
10830
10829
|
"usesSdkClient": false
|
|
10831
10830
|
},
|
|
10832
10831
|
{
|
|
@@ -10837,7 +10836,7 @@
|
|
|
10837
10836
|
"componentName": "Enrich",
|
|
10838
10837
|
"sourceComponentPath": "src/front-components/enrich-people-component-effect.tsx",
|
|
10839
10838
|
"builtComponentPath": "src/front-components/enrich-people-component-effect.mjs",
|
|
10840
|
-
"builtComponentChecksum": "
|
|
10839
|
+
"builtComponentChecksum": "ac016b291b976de647afaa58de16c0d4",
|
|
10841
10840
|
"usesSdkClient": false
|
|
10842
10841
|
}
|
|
10843
10842
|
],
|
|
@@ -11099,25 +11098,25 @@
|
|
|
11099
11098
|
},
|
|
11100
11099
|
{
|
|
11101
11100
|
"universalIdentifier": "24d0411e-23d2-4cf8-9781-6efc8443efdc",
|
|
11102
|
-
"fieldMetadataUniversalIdentifier": "
|
|
11101
|
+
"fieldMetadataUniversalIdentifier": "6046f5a2-f52b-5c41-95b3-134d95b2cc99",
|
|
11103
11102
|
"position": 39,
|
|
11104
11103
|
"isVisible": true
|
|
11105
11104
|
},
|
|
11106
11105
|
{
|
|
11107
11106
|
"universalIdentifier": "4036071d-e527-46c8-940c-401f33803aa9",
|
|
11108
|
-
"fieldMetadataUniversalIdentifier": "
|
|
11107
|
+
"fieldMetadataUniversalIdentifier": "17127ec7-3667-5615-85fa-428dc34768c6",
|
|
11109
11108
|
"position": 40,
|
|
11110
11109
|
"isVisible": true
|
|
11111
11110
|
},
|
|
11112
11111
|
{
|
|
11113
11112
|
"universalIdentifier": "ab123fcd-ec53-4d33-b43c-c7319db72be4",
|
|
11114
|
-
"fieldMetadataUniversalIdentifier": "
|
|
11113
|
+
"fieldMetadataUniversalIdentifier": "d206d586-fd61-56e1-80a8-9993beb7be0b",
|
|
11115
11114
|
"position": 41,
|
|
11116
11115
|
"isVisible": true
|
|
11117
11116
|
},
|
|
11118
11117
|
{
|
|
11119
11118
|
"universalIdentifier": "f4c2ee74-f9b7-43f6-8bc9-1ca8ffe92a9f",
|
|
11120
|
-
"fieldMetadataUniversalIdentifier": "
|
|
11119
|
+
"fieldMetadataUniversalIdentifier": "a1add354-649b-5ab6-9fc4-a5ab112110ac",
|
|
11121
11120
|
"position": 42,
|
|
11122
11121
|
"isVisible": true
|
|
11123
11122
|
},
|
|
@@ -11420,25 +11419,25 @@
|
|
|
11420
11419
|
},
|
|
11421
11420
|
{
|
|
11422
11421
|
"universalIdentifier": "45159f0c-bac0-439c-ad8d-c7e4fce4b457",
|
|
11423
|
-
"fieldMetadataUniversalIdentifier": "
|
|
11422
|
+
"fieldMetadataUniversalIdentifier": "91b4c732-ea34-5593-b217-34d2120da23e",
|
|
11424
11423
|
"position": 43,
|
|
11425
11424
|
"isVisible": true
|
|
11426
11425
|
},
|
|
11427
11426
|
{
|
|
11428
11427
|
"universalIdentifier": "8a5f1742-317f-4b01-b0c1-5d0866f78fa9",
|
|
11429
|
-
"fieldMetadataUniversalIdentifier": "
|
|
11428
|
+
"fieldMetadataUniversalIdentifier": "50d01fec-5628-506c-8a1d-9ac0616aab03",
|
|
11430
11429
|
"position": 44,
|
|
11431
11430
|
"isVisible": true
|
|
11432
11431
|
},
|
|
11433
11432
|
{
|
|
11434
11433
|
"universalIdentifier": "1614c9fb-3566-481f-9dfb-bbba37b1c8aa",
|
|
11435
|
-
"fieldMetadataUniversalIdentifier": "
|
|
11434
|
+
"fieldMetadataUniversalIdentifier": "11e31107-be74-53e5-ba99-e536c6b73ee6",
|
|
11436
11435
|
"position": 45,
|
|
11437
11436
|
"isVisible": true
|
|
11438
11437
|
},
|
|
11439
11438
|
{
|
|
11440
11439
|
"universalIdentifier": "01dfdc66-6df5-4b7a-8b11-63feabcb915d",
|
|
11441
|
-
"fieldMetadataUniversalIdentifier": "
|
|
11440
|
+
"fieldMetadataUniversalIdentifier": "962cedc2-cb8f-5f33-b5e1-256aabe6f14e",
|
|
11442
11441
|
"position": 46,
|
|
11443
11442
|
"isVisible": true
|
|
11444
11443
|
},
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twentyhq/people-data-labs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "People Data Labs enrichment app for Twenty",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^24.5.0",
|
|
8
8
|
"npm": "please-use-yarn",
|
|
9
|
-
"yarn": ">=4.0.2"
|
|
9
|
+
"yarn": ">=4.0.2",
|
|
10
|
+
"twenty": ">=2.19.0"
|
|
10
11
|
},
|
|
11
12
|
"keywords": [
|
|
12
13
|
"twenty-app"
|
|
@@ -28,8 +29,8 @@
|
|
|
28
29
|
"oxlint": "^0.16.0",
|
|
29
30
|
"react": "^18.2.0",
|
|
30
31
|
"react-dom": "^18.2.0",
|
|
31
|
-
"twenty-client-sdk": "
|
|
32
|
-
"twenty-sdk": "
|
|
32
|
+
"twenty-client-sdk": "2.19.0-alpha.1",
|
|
33
|
+
"twenty-sdk": "2.19.0-alpha.1",
|
|
33
34
|
"typescript": "^5.9.3",
|
|
34
35
|
"vite-tsconfig-paths": "^4.2.1",
|
|
35
36
|
"vitest": "^4.0.0"
|