@segment/action-destinations 3.38.0 → 3.39.0

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.
Files changed (27) hide show
  1. package/dist/destinations/clevertap/generated-types.d.ts +5 -0
  2. package/dist/destinations/clevertap/generated-types.js +3 -0
  3. package/dist/destinations/clevertap/generated-types.js.map +1 -0
  4. package/dist/destinations/clevertap/index.d.ts +4 -0
  5. package/dist/destinations/clevertap/index.js +51 -0
  6. package/dist/destinations/clevertap/index.js.map +1 -0
  7. package/dist/destinations/clevertap/userDelete/generated-types.d.ts +3 -0
  8. package/dist/destinations/clevertap/userDelete/generated-types.js +3 -0
  9. package/dist/destinations/clevertap/userDelete/generated-types.js.map +1 -0
  10. package/dist/destinations/clevertap/userDelete/index.d.ts +5 -0
  11. package/dist/destinations/clevertap/userDelete/index.js +30 -0
  12. package/dist/destinations/clevertap/userDelete/index.js.map +1 -0
  13. package/dist/destinations/clevertap/userDelete/types.d.ts +3 -0
  14. package/dist/destinations/clevertap/userDelete/types.js +3 -0
  15. package/dist/destinations/clevertap/userDelete/types.js.map +1 -0
  16. package/dist/destinations/clevertap/userUpload/generated-types.d.ts +7 -0
  17. package/dist/destinations/clevertap/userUpload/generated-types.js +3 -0
  18. package/dist/destinations/clevertap/userUpload/generated-types.js.map +1 -0
  19. package/dist/destinations/clevertap/userUpload/index.d.ts +5 -0
  20. package/dist/destinations/clevertap/userUpload/index.js +50 -0
  21. package/dist/destinations/clevertap/userUpload/index.js.map +1 -0
  22. package/dist/destinations/clevertap/userUpload/types.d.ts +7 -0
  23. package/dist/destinations/clevertap/userUpload/types.js +3 -0
  24. package/dist/destinations/clevertap/userUpload/types.js.map +1 -0
  25. package/dist/destinations/index.js +1 -0
  26. package/dist/destinations/index.js.map +1 -1
  27. package/package.json +2 -2
@@ -0,0 +1,5 @@
1
+ export interface Settings {
2
+ clevertapAccountId: string;
3
+ clevertapPasscode: string;
4
+ clevertapEndpoint: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=generated-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generated-types.js","sourceRoot":"","sources":["../../../src/destinations/clevertap/generated-types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import type { DestinationDefinition } from '@segment/actions-core';
2
+ import type { Settings } from './generated-types';
3
+ declare const destination: DestinationDefinition<Settings>;
4
+ export default destination;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ const userUpload_1 = __importDefault(require("./userUpload"));
7
+ const userDelete_1 = __importDefault(require("./userDelete"));
8
+ const destination = {
9
+ name: 'Clevertap (Actions)',
10
+ slug: 'actions-clevertap',
11
+ mode: 'cloud',
12
+ description: 'Send events server-side to Clevertap',
13
+ authentication: {
14
+ scheme: 'custom',
15
+ fields: {
16
+ clevertapAccountId: {
17
+ label: 'CleverTap Account ID',
18
+ description: 'Your CleverTap Account ID.',
19
+ type: 'string',
20
+ required: true
21
+ },
22
+ clevertapPasscode: {
23
+ label: 'CleverTap Account Passcode',
24
+ description: 'Your CleverTap Account Passcode.',
25
+ type: 'string',
26
+ required: true
27
+ },
28
+ clevertapEndpoint: {
29
+ label: 'REST Endpoint',
30
+ description: 'Your Clevertap REST endpoint. [See more details](https://docs.clevertap.com/docs)',
31
+ type: 'string',
32
+ format: 'uri',
33
+ choices: [
34
+ { label: 'SK', value: 'https://sk1.api.clevertap.com' },
35
+ { label: 'EU', value: 'https://eu1.api.clevertap.com' },
36
+ { label: 'US', value: 'https://us1.api.clevertap.com' },
37
+ { label: 'SG', value: 'https://sg1.api.clevertap.com' },
38
+ { label: 'IN', value: 'https://in1.api.clevertap.com' }
39
+ ],
40
+ default: 'https://sk1.api.clevertap.com',
41
+ required: true
42
+ }
43
+ }
44
+ },
45
+ actions: {
46
+ userUpload: userUpload_1.default,
47
+ userDelete: userDelete_1.default
48
+ }
49
+ };
50
+ exports.default = destination;
51
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/destinations/clevertap/index.ts"],"names":[],"mappings":";;;;;AAGA,8DAAqC;AAErC,8DAAqC;AAErC,MAAM,WAAW,GAAoC;IACnD,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,mBAAmB;IACzB,IAAI,EAAE,OAAO;IACb,WAAW,EAAE,sCAAsC;IACnD,cAAc,EAAE;QACd,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE;YACN,kBAAkB,EAAE;gBAClB,KAAK,EAAE,sBAAsB;gBAC7B,WAAW,EAAE,4BAA4B;gBACzC,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;aACf;YACD,iBAAiB,EAAE;gBACjB,KAAK,EAAE,4BAA4B;gBACnC,WAAW,EAAE,kCAAkC;gBAC/C,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;aACf;YACD,iBAAiB,EAAE;gBACjB,KAAK,EAAE,eAAe;gBACtB,WAAW,EAAE,mFAAmF;gBAChG,IAAI,EAAE,QAAQ;gBACd,MAAM,EAAE,KAAK;gBACb,OAAO,EAAE;oBACP,EAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,+BAA+B,EAAC;oBACrD,EAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,+BAA+B,EAAC;oBACrD,EAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,+BAA+B,EAAC;oBACrD,EAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,+BAA+B,EAAC;oBACrD,EAAC,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,+BAA+B,EAAC;iBACtD;gBACD,OAAO,EAAE,+BAA+B;gBACxC,QAAQ,EAAE,IAAI;aACf;SACF;KACF;IAED,OAAO,EAAE;QACP,UAAU,EAAV,oBAAU;QACV,UAAU,EAAV,oBAAU;KACX;CACF,CAAA;AAED,kBAAe,WAAW,CAAA"}
@@ -0,0 +1,3 @@
1
+ export interface Payload {
2
+ identity: string;
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=generated-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generated-types.js","sourceRoot":"","sources":["../../../../src/destinations/clevertap/userDelete/generated-types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import type { ActionDefinition } from '@segment/actions-core';
2
+ import type { Settings } from '../generated-types';
3
+ import type { Payload } from './generated-types';
4
+ declare const action: ActionDefinition<Settings, Payload>;
5
+ export default action;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const action = {
4
+ title: 'User Delete',
5
+ description: 'The User Delete Action enables you to remove user profiles in CleverTap.',
6
+ fields: {
7
+ identity: {
8
+ label: 'Identity',
9
+ type: 'string',
10
+ description: 'Identity',
11
+ default: { '@path': '$.userId' },
12
+ required: true
13
+ },
14
+ },
15
+ perform: (request, { settings, payload }) => {
16
+ const event = {
17
+ identity: payload.identity,
18
+ };
19
+ return request(`${settings.clevertapEndpoint}/1/delete/profiles.json`, {
20
+ method: 'post',
21
+ json: event,
22
+ headers: {
23
+ "X-CleverTap-Account-Id": `${settings.clevertapAccountId}`,
24
+ "X-CleverTap-Passcode": `${settings.clevertapPasscode}`
25
+ }
26
+ });
27
+ }
28
+ };
29
+ exports.default = action;
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/clevertap/userDelete/index.ts"],"names":[],"mappings":";;AAKA,MAAM,MAAM,GAAwC;IAClD,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,0EAA0E;IACvF,MAAM,EAAE;QACN,QAAQ,EAAE;YACR,KAAK,EAAE,UAAU;YACjB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,UAAU;YACvB,OAAO,EAAE,EAAC,OAAO,EAAE,UAAU,EAAC;YAC9B,QAAQ,EAAE,IAAI;SACf;KACF;IACD,OAAO,EAAE,CAAC,OAAO,EAAE,EAAC,QAAQ,EAAE,OAAO,EAAC,EAAE,EAAE;QACxC,MAAM,KAAK,GAAgB;YACzB,QAAQ,EAAE,OAAO,CAAC,QAAQ;SAC3B,CAAA;QACD,OAAO,OAAO,CAAC,GAAG,QAAQ,CAAC,iBAAiB,yBAAyB,EAAE;YACrE,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,KAAK;YACX,OAAO,EAAE;gBACP,wBAAwB,EAAE,GAAG,QAAQ,CAAC,kBAAkB,EAAE;gBAC1D,sBAAsB,EAAE,GAAG,QAAQ,CAAC,iBAAiB,EAAE;aACxD;SACF,CAAC,CAAA;IACJ,CAAC;CACF,CAAA;AAED,kBAAe,MAAM,CAAA"}
@@ -0,0 +1,3 @@
1
+ export declare type DeleteEvent = {
2
+ identity: string;
3
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/destinations/clevertap/userDelete/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export interface Payload {
2
+ ts?: string;
3
+ profileData?: {
4
+ [k: string]: unknown;
5
+ };
6
+ identity: string;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=generated-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generated-types.js","sourceRoot":"","sources":["../../../../src/destinations/clevertap/userUpload/generated-types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import type { ActionDefinition } from '@segment/actions-core';
2
+ import type { Settings } from '../generated-types';
3
+ import type { Payload } from './generated-types';
4
+ declare const action: ActionDefinition<Settings, Payload>;
5
+ export default action;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const type = 'profile';
4
+ const source = 'Segment';
5
+ const action = {
6
+ title: 'User Upload',
7
+ description: 'The User Upload Action enables you to create or update user profiles in CleverTap.',
8
+ fields: {
9
+ ts: {
10
+ label: 'Timestamp',
11
+ type: 'string',
12
+ description: 'The timestamp of the event. If time is not sent with the event, it will be set to the request upload time.',
13
+ default: { '@path': '$.timestamp' }
14
+ },
15
+ profileData: {
16
+ label: 'Profile Data',
17
+ type: 'object',
18
+ description: 'Profile Data',
19
+ default: { '@path': '$.properties' }
20
+ },
21
+ identity: {
22
+ label: 'Identity',
23
+ type: 'string',
24
+ description: 'Identity',
25
+ default: { '@path': '$.userId' },
26
+ required: true
27
+ },
28
+ },
29
+ perform: (request, { settings, payload }) => {
30
+ const event = {
31
+ type: type,
32
+ source: source,
33
+ profileData: payload.profileData,
34
+ identity: payload.identity,
35
+ ts: payload.ts
36
+ };
37
+ return request(`${settings.clevertapEndpoint}/1/upload`, {
38
+ method: 'post',
39
+ json: {
40
+ "d": [event]
41
+ },
42
+ headers: {
43
+ "X-CleverTap-Account-Id": `${settings.clevertapAccountId}`,
44
+ "X-CleverTap-Passcode": `${settings.clevertapPasscode}`
45
+ }
46
+ });
47
+ }
48
+ };
49
+ exports.default = action;
50
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/clevertap/userUpload/index.ts"],"names":[],"mappings":";;AAKA,MAAM,IAAI,GAAG,SAAS,CAAC;AACvB,MAAM,MAAM,GAAG,SAAS,CAAC;AACzB,MAAM,MAAM,GAAwC;IAClD,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,oFAAoF;IACjG,MAAM,EAAE;QACN,EAAE,EAAE;YACF,KAAK,EAAE,WAAW;YAClB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,4GAA4G;YACzH,OAAO,EAAE,EAAC,OAAO,EAAE,aAAa,EAAC;SAClC;QACD,WAAW,EAAE;YACX,KAAK,EAAE,cAAc;YACrB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,cAAc;YAC3B,OAAO,EAAE,EAAC,OAAO,EAAE,cAAc,EAAC;SACnC;QACD,QAAQ,EAAE;YACR,KAAK,EAAE,UAAU;YACjB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,UAAU;YACvB,OAAO,EAAE,EAAC,OAAO,EAAE,UAAU,EAAC;YAC9B,QAAQ,EAAE,IAAI;SACf;KACF;IAGD,OAAO,EAAE,CAAC,OAAO,EAAE,EAAC,QAAQ,EAAE,OAAO,EAAC,EAAE,EAAE;QACxC,MAAM,KAAK,GAAmB;YAC5B,IAAI,EAAE,IAAI;YACV,MAAM,EAAE,MAAM;YACd,WAAW,EAAE,OAAO,CAAC,WAAW;YAChC,QAAQ,EAAE,OAAO,CAAC,QAAQ;YAC1B,EAAE,EAAE,OAAO,CAAC,EAAE;SACf,CAAA;QAED,OAAO,OAAO,CAAC,GAAG,QAAQ,CAAC,iBAAiB,WAAW,EAAE;YACvD,MAAM,EAAE,MAAM;YACd,IAAI,EAAE;gBACJ,GAAG,EAAE,CAAC,KAAK,CAAC;aACb;YACD,OAAO,EAAE;gBACP,wBAAwB,EAAE,GAAG,QAAQ,CAAC,kBAAkB,EAAE;gBAC1D,sBAAsB,EAAE,GAAG,QAAQ,CAAC,iBAAiB,EAAE;aACxD;SACF,CAAC,CAAA;IACJ,CAAC;CACF,CAAA;AAED,kBAAe,MAAM,CAAA"}
@@ -0,0 +1,7 @@
1
+ export declare type ClevertapEvent = {
2
+ type: string;
3
+ source: string;
4
+ profileData: object | undefined;
5
+ identity?: string;
6
+ ts: string | undefined;
7
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/destinations/clevertap/userUpload/types.ts"],"names":[],"mappings":""}
@@ -31,6 +31,7 @@ register('60f64ae3eaebd66d17d28e9f', './1plusx');
31
31
  register('61806e472cd47ea1104885fc', './facebook-conversions-api');
32
32
  register('5f7dd6d21ad74f3842b1fc47', './amplitude');
33
33
  register('60f9d0d048950c356be2e4da', './braze');
34
+ register('61d7456b078e79929de4ee8c', './clevertap');
34
35
  register('5f7dd78fe27ce7ff2b8bfa37', './customerio');
35
36
  register('60ad61f9ff47a16b8fb7b5d9', './google-analytics-4');
36
37
  register('60ae8b97dcb6cc52d5d0d5ab', './google-enhanced-conversions');
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/destinations/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/destinations/index.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@segment/action-destinations",
3
3
  "description": "Destination Actions engine and definitions.",
4
- "version": "3.38.0",
4
+ "version": "3.39.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/segmentio/action-destinations",
@@ -60,5 +60,5 @@
60
60
  "<rootDir>/test/setup-after-env.ts"
61
61
  ]
62
62
  },
63
- "gitHead": "86682cf9abdca8c612c81d53bef137dba736b559"
63
+ "gitHead": "f25806b20a9e28823de25e365bb72260da22a174"
64
64
  }