@activepieces/piece-posthog 0.3.0 → 0.3.2
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/package.json +12 -8
- package/src/index.js +17 -4
- package/src/index.js.map +1 -1
- package/src/lib/actions/create-event.js +30 -33
- package/src/lib/actions/create-event.js.map +1 -1
- package/src/lib/actions/create-project.js +17 -71
- package/src/lib/actions/create-project.js.map +1 -1
- package/src/lib/common/models.d.ts +1 -1
- package/src/lib/common/models.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-posthog",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@sinclair/typebox": "
|
|
6
|
-
"axios": "1.
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
5
|
+
"@sinclair/typebox": "0.26.8",
|
|
6
|
+
"axios": "^1.6.3",
|
|
7
|
+
"dayjs": "1.11.9",
|
|
8
|
+
"is-base64": "1.1.0",
|
|
9
|
+
"lodash": "4.17.21",
|
|
10
|
+
"nanoid": "3.3.6",
|
|
11
|
+
"semver": "7.5.4",
|
|
12
|
+
"@activepieces/pieces-common": "0.2.8",
|
|
13
|
+
"@activepieces/pieces-framework": "0.7.15",
|
|
14
|
+
"@activepieces/shared": "0.10.68",
|
|
11
15
|
"tslib": "1.14.1"
|
|
12
16
|
},
|
|
13
17
|
"main": "./src/index.js",
|
|
14
|
-
"
|
|
18
|
+
"type": "commonjs"
|
|
15
19
|
}
|
package/src/index.js
CHANGED
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.posthog = exports.posthogAuth = void 0;
|
|
4
|
+
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
4
5
|
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
|
+
const shared_1 = require("@activepieces/shared");
|
|
5
7
|
const create_event_1 = require("./lib/actions/create-event");
|
|
6
8
|
const create_project_1 = require("./lib/actions/create-project");
|
|
7
9
|
const authenticationMarkdown = `
|
|
8
10
|
[Click here](https://posthog.com/docs/api/overview#personal-api-keys-recommended) to learn how to obtain your Personal API key.
|
|
9
11
|
`;
|
|
10
12
|
exports.posthogAuth = pieces_framework_1.PieceAuth.SecretText({
|
|
11
|
-
displayName:
|
|
13
|
+
displayName: 'Personal API Key',
|
|
12
14
|
description: authenticationMarkdown,
|
|
13
|
-
required: true
|
|
15
|
+
required: true,
|
|
14
16
|
});
|
|
15
17
|
exports.posthog = (0, pieces_framework_1.createPiece)({
|
|
16
|
-
displayName:
|
|
18
|
+
displayName: 'PostHog',
|
|
17
19
|
minimumSupportedRelease: '0.5.0',
|
|
18
20
|
logoUrl: 'https://cdn.activepieces.com/pieces/posthog.png',
|
|
21
|
+
categories: [shared_1.PieceCategory.BUSINESS_INTELLIGENCE],
|
|
19
22
|
auth: exports.posthogAuth,
|
|
20
|
-
actions: [
|
|
23
|
+
actions: [
|
|
24
|
+
create_event_1.posthogCreateEvent,
|
|
25
|
+
create_project_1.posthogCreateProject,
|
|
26
|
+
(0, pieces_common_1.createCustomApiCallAction)({
|
|
27
|
+
baseUrl: () => 'https://app.posthog.com',
|
|
28
|
+
auth: exports.posthogAuth,
|
|
29
|
+
authMapping: (auth) => ({
|
|
30
|
+
Authorization: `Bearer ${auth}`,
|
|
31
|
+
}),
|
|
32
|
+
}),
|
|
33
|
+
],
|
|
21
34
|
authors: ['kanarelo'],
|
|
22
35
|
triggers: [],
|
|
23
36
|
});
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/posthog/src/index.ts"],"names":[],"mappings":";;;AAAA,+DAAwE;AACxE,qEAAwE;AACxE,iDAAqD;AACrD,6DAAgE;AAChE,iEAAoE;AAEpE,MAAM,sBAAsB,GAAG;;CAE9B,CAAC;AAEW,QAAA,WAAW,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC9C,WAAW,EAAE,kBAAkB;IAC/B,WAAW,EAAE,sBAAsB;IACnC,QAAQ,EAAE,IAAI;CACf,CAAC,CAAC;AAEU,QAAA,OAAO,GAAG,IAAA,8BAAW,EAAC;IACjC,WAAW,EAAE,SAAS;IACtB,uBAAuB,EAAE,OAAO;IAChC,OAAO,EAAE,iDAAiD;IAC1D,UAAU,EAAE,CAAC,sBAAa,CAAC,qBAAqB,CAAC;IACjD,IAAI,EAAE,mBAAW;IACjB,OAAO,EAAE;QACP,iCAAkB;QAClB,qCAAoB;QACpB,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,GAAG,EAAE,CAAC,yBAAyB;YACxC,IAAI,EAAE,mBAAW;YACjB,WAAW,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;gBACtB,aAAa,EAAE,UAAU,IAAI,EAAE;aAChC,CAAC;SACH,CAAC;KACH;IACD,OAAO,EAAE,CAAC,UAAU,CAAC;IACrB,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
|
|
@@ -10,52 +10,49 @@ exports.posthogCreateEvent = (0, pieces_framework_1.createAction)({
|
|
|
10
10
|
name: 'create_event',
|
|
11
11
|
displayName: 'Create Event',
|
|
12
12
|
description: 'Create an event inside a project',
|
|
13
|
-
sampleData: {
|
|
14
|
-
"status": 1
|
|
15
|
-
},
|
|
16
13
|
props: {
|
|
17
14
|
event: pieces_framework_1.Property.ShortText({
|
|
18
|
-
displayName:
|
|
19
|
-
description:
|
|
20
|
-
required: true
|
|
15
|
+
displayName: 'Event name',
|
|
16
|
+
description: 'The event name',
|
|
17
|
+
required: true,
|
|
21
18
|
}),
|
|
22
19
|
event_type: pieces_framework_1.Property.StaticDropdown({
|
|
23
|
-
displayName:
|
|
20
|
+
displayName: 'Event type',
|
|
24
21
|
required: true,
|
|
25
22
|
options: {
|
|
26
23
|
options: [
|
|
27
|
-
{ label:
|
|
28
|
-
{ label:
|
|
29
|
-
{ label:
|
|
30
|
-
{ label:
|
|
31
|
-
{ label:
|
|
32
|
-
]
|
|
33
|
-
}
|
|
24
|
+
{ label: 'Alias', value: 'alias' },
|
|
25
|
+
{ label: 'Capture', value: 'capture' },
|
|
26
|
+
{ label: 'Identify', value: 'screen' },
|
|
27
|
+
{ label: 'Page', value: 'page' },
|
|
28
|
+
{ label: 'Screen', value: 'screen' },
|
|
29
|
+
],
|
|
30
|
+
},
|
|
34
31
|
}),
|
|
35
32
|
distinct_id: pieces_framework_1.Property.ShortText({
|
|
36
|
-
displayName:
|
|
33
|
+
displayName: 'Distinct Id',
|
|
37
34
|
description: "User's Distinct Id",
|
|
38
|
-
required: true
|
|
35
|
+
required: true,
|
|
39
36
|
}),
|
|
40
37
|
properties: pieces_framework_1.Property.Object({
|
|
41
|
-
displayName:
|
|
42
|
-
description:
|
|
43
|
-
required: false
|
|
38
|
+
displayName: 'Properties',
|
|
39
|
+
description: 'The event properties',
|
|
40
|
+
required: false,
|
|
44
41
|
}),
|
|
45
42
|
context: pieces_framework_1.Property.Object({
|
|
46
|
-
displayName:
|
|
47
|
-
description:
|
|
48
|
-
required: false
|
|
43
|
+
displayName: 'Context',
|
|
44
|
+
description: 'The event context,',
|
|
45
|
+
required: false,
|
|
49
46
|
}),
|
|
50
47
|
message_id: pieces_framework_1.Property.ShortText({
|
|
51
|
-
displayName:
|
|
52
|
-
description:
|
|
53
|
-
required: false
|
|
48
|
+
displayName: 'Message ID',
|
|
49
|
+
description: 'The message id,',
|
|
50
|
+
required: false,
|
|
54
51
|
}),
|
|
55
52
|
category: pieces_framework_1.Property.ShortText({
|
|
56
|
-
displayName:
|
|
57
|
-
description:
|
|
58
|
-
required: false
|
|
53
|
+
displayName: 'Category',
|
|
54
|
+
description: 'The event category.',
|
|
55
|
+
required: false,
|
|
59
56
|
}),
|
|
60
57
|
},
|
|
61
58
|
run(context) {
|
|
@@ -68,7 +65,7 @@ exports.posthogCreateEvent = (0, pieces_framework_1.createAction)({
|
|
|
68
65
|
context: context.propsValue.context || {},
|
|
69
66
|
properties: context.propsValue.properties || {},
|
|
70
67
|
distinct_id: context.propsValue.distinct_id,
|
|
71
|
-
category: context.propsValue.category
|
|
68
|
+
category: context.propsValue.category,
|
|
72
69
|
};
|
|
73
70
|
const request = {
|
|
74
71
|
method: pieces_common_1.HttpMethod.POST,
|
|
@@ -76,16 +73,16 @@ exports.posthogCreateEvent = (0, pieces_framework_1.createAction)({
|
|
|
76
73
|
body,
|
|
77
74
|
authentication: {
|
|
78
75
|
type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
|
|
79
|
-
token: context.auth
|
|
80
|
-
}
|
|
76
|
+
token: context.auth,
|
|
77
|
+
},
|
|
81
78
|
};
|
|
82
79
|
const result = yield pieces_common_1.httpClient.sendRequest(request);
|
|
83
|
-
console.debug(
|
|
80
|
+
console.debug('Event creation response', result);
|
|
84
81
|
if (result.status === 200) {
|
|
85
82
|
return result.body;
|
|
86
83
|
}
|
|
87
84
|
return result;
|
|
88
85
|
});
|
|
89
|
-
}
|
|
86
|
+
},
|
|
90
87
|
});
|
|
91
88
|
//# sourceMappingURL=create-event.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-event.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"create-event.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/posthog/src/lib/actions/create-event.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,81 +10,27 @@ exports.posthogCreateProject = (0, pieces_framework_1.createAction)({
|
|
|
10
10
|
name: 'create_project',
|
|
11
11
|
displayName: 'Create Project',
|
|
12
12
|
description: 'Create a posthog project',
|
|
13
|
-
sampleData: {
|
|
14
|
-
"id": 0,
|
|
15
|
-
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
|
|
16
|
-
"organization": "452c1a86-a0af-475b-b03f-724878b0f387",
|
|
17
|
-
"api_token": "string",
|
|
18
|
-
"app_urls": [
|
|
19
|
-
"string"
|
|
20
|
-
],
|
|
21
|
-
"name": "string",
|
|
22
|
-
"slack_incoming_webhook": "string",
|
|
23
|
-
"created_at": "2019-08-24T14:15:22Z",
|
|
24
|
-
"updated_at": "2019-08-24T14:15:22Z",
|
|
25
|
-
"anonymize_ips": true,
|
|
26
|
-
"completed_snippet_onboarding": true,
|
|
27
|
-
"ingested_event": true,
|
|
28
|
-
"test_account_filters": {
|
|
29
|
-
"property1": null,
|
|
30
|
-
"property2": null
|
|
31
|
-
},
|
|
32
|
-
"test_account_filters_default_checked": true,
|
|
33
|
-
"path_cleaning_filters": {
|
|
34
|
-
"property1": null,
|
|
35
|
-
"property2": null
|
|
36
|
-
},
|
|
37
|
-
"is_demo": true,
|
|
38
|
-
"timezone": "Africa/Abidjan",
|
|
39
|
-
"data_attributes": {
|
|
40
|
-
"property1": null,
|
|
41
|
-
"property2": null
|
|
42
|
-
},
|
|
43
|
-
"person_display_name_properties": [
|
|
44
|
-
"string"
|
|
45
|
-
],
|
|
46
|
-
"correlation_config": {
|
|
47
|
-
"property1": null,
|
|
48
|
-
"property2": null
|
|
49
|
-
},
|
|
50
|
-
"session_recording_opt_in": true,
|
|
51
|
-
"capture_console_log_opt_in": true,
|
|
52
|
-
"capture_performance_opt_in": true,
|
|
53
|
-
"effective_membership_level": 1,
|
|
54
|
-
"access_control": true,
|
|
55
|
-
"has_group_types": true,
|
|
56
|
-
"primary_dashboard": 0,
|
|
57
|
-
"live_events_columns": [
|
|
58
|
-
"string"
|
|
59
|
-
],
|
|
60
|
-
"recording_domains": [
|
|
61
|
-
"string"
|
|
62
|
-
],
|
|
63
|
-
"person_on_events_querying_enabled": true,
|
|
64
|
-
"groups_on_events_querying_enabled": true,
|
|
65
|
-
"inject_web_apps": true
|
|
66
|
-
},
|
|
67
13
|
props: {
|
|
68
14
|
name: pieces_framework_1.Property.ShortText({
|
|
69
|
-
displayName:
|
|
70
|
-
description:
|
|
71
|
-
required: false
|
|
15
|
+
displayName: 'Name',
|
|
16
|
+
description: 'Project Name',
|
|
17
|
+
required: false,
|
|
72
18
|
}),
|
|
73
19
|
slack_incoming_webhook: pieces_framework_1.Property.ShortText({
|
|
74
|
-
displayName:
|
|
75
|
-
description:
|
|
76
|
-
required: false
|
|
20
|
+
displayName: 'Slack Incoming Webhook',
|
|
21
|
+
description: 'Slack incoming webhook',
|
|
22
|
+
required: false,
|
|
77
23
|
}),
|
|
78
24
|
anonymize_ips: pieces_framework_1.Property.Checkbox({
|
|
79
|
-
displayName:
|
|
80
|
-
description:
|
|
81
|
-
required: false
|
|
25
|
+
displayName: 'Anonymize IPs',
|
|
26
|
+
description: 'Whether to anonymize incoming IP addresses.',
|
|
27
|
+
required: false,
|
|
82
28
|
}),
|
|
83
29
|
is_demo: pieces_framework_1.Property.Checkbox({
|
|
84
|
-
displayName:
|
|
85
|
-
description:
|
|
86
|
-
required: false
|
|
87
|
-
})
|
|
30
|
+
displayName: 'Is demo project',
|
|
31
|
+
description: 'If this is a demo project',
|
|
32
|
+
required: false,
|
|
33
|
+
}),
|
|
88
34
|
},
|
|
89
35
|
run(context) {
|
|
90
36
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
@@ -95,16 +41,16 @@ exports.posthogCreateProject = (0, pieces_framework_1.createAction)({
|
|
|
95
41
|
body,
|
|
96
42
|
authentication: {
|
|
97
43
|
type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
|
|
98
|
-
token: context.auth
|
|
99
|
-
}
|
|
44
|
+
token: context.auth,
|
|
45
|
+
},
|
|
100
46
|
};
|
|
101
47
|
const result = yield pieces_common_1.httpClient.sendRequest(request);
|
|
102
|
-
console.debug(
|
|
48
|
+
console.debug('Project creation response', result);
|
|
103
49
|
if (result.status === 200) {
|
|
104
50
|
return result.body;
|
|
105
51
|
}
|
|
106
52
|
return result;
|
|
107
53
|
});
|
|
108
|
-
}
|
|
54
|
+
},
|
|
109
55
|
});
|
|
110
56
|
//# sourceMappingURL=create-project.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-project.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"create-project.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/posthog/src/lib/actions/create-project.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAKqC;AAErC,6BAAoC;AAEvB,QAAA,oBAAoB,GAAG,IAAA,+BAAY,EAAC;IAC/C,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EAAE,0BAA0B;IACvC,KAAK,EAAE;QACL,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,sBAAsB,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACzC,WAAW,EAAE,wBAAwB;YACrC,WAAW,EAAE,wBAAwB;YACrC,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,aAAa,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC/B,WAAW,EAAE,eAAe;YAC5B,WAAW,EAAE,6CAA6C;YAC1D,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,OAAO,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACzB,WAAW,EAAE,iBAAiB;YAC9B,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,IAAI,qBACL,OAAO,CAAC,UAAU,CACtB,CAAC;YAEF,MAAM,OAAO,GAAsC;gBACjD,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,uCAAuC;gBAC5C,IAAI;gBACJ,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,OAAO,CAAC,IAAI;iBACpB;aACF,CAAC;YAEF,MAAM,MAAM,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAwB,OAAO,CAAC,CAAC;YAC5E,OAAO,CAAC,KAAK,CAAC,2BAA2B,EAAE,MAAM,CAAC,CAAC;YAEnD,IAAI,MAAM,CAAC,MAAM,KAAK,GAAG,EAAE;gBACzB,OAAO,MAAM,CAAC,IAAI,CAAC;aACpB;YAED,OAAO,MAAM,CAAC;QAChB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../../../../../../packages/pieces/community/posthog/src/lib/common/models.ts"],"names":[],"mappings":""}
|