@activepieces/piece-sendinblue 0.1.3 → 0.1.5
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 +5 -5
- package/src/index.js +4 -2
- package/src/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-sendinblue",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.26.8",
|
|
6
6
|
"axios": "^1.6.3",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"is-base64": "1.1.0",
|
|
9
9
|
"lodash": "4.17.21",
|
|
10
10
|
"nanoid": "3.3.6",
|
|
11
|
-
"semver": "7.
|
|
12
|
-
"@activepieces/pieces-common": "0.2.
|
|
13
|
-
"@activepieces/pieces-framework": "0.7.
|
|
14
|
-
"@activepieces/shared": "0.10.
|
|
11
|
+
"semver": "7.6.0",
|
|
12
|
+
"@activepieces/pieces-common": "0.2.9",
|
|
13
|
+
"@activepieces/pieces-framework": "0.7.23",
|
|
14
|
+
"@activepieces/shared": "0.10.92",
|
|
15
15
|
"tslib": "2.6.2"
|
|
16
16
|
},
|
|
17
17
|
"main": "./src/index.js",
|
package/src/index.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.sendinblue = exports.sendinblueAuth = 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_or_update_contact_1 = require("./lib/actions/create-or-update-contact");
|
|
6
|
-
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
7
8
|
exports.sendinblueAuth = pieces_framework_1.PieceAuth.SecretText({
|
|
8
9
|
displayName: 'Project API key',
|
|
9
10
|
description: 'Your project API key',
|
|
@@ -11,10 +12,11 @@ exports.sendinblueAuth = pieces_framework_1.PieceAuth.SecretText({
|
|
|
11
12
|
});
|
|
12
13
|
exports.sendinblue = (0, pieces_framework_1.createPiece)({
|
|
13
14
|
displayName: 'Brevo',
|
|
14
|
-
description: '
|
|
15
|
+
description: 'Formerly Sendinblue, is a SaaS solution for relationship marketing',
|
|
15
16
|
minimumSupportedRelease: '0.5.0',
|
|
16
17
|
logoUrl: 'https://cdn.activepieces.com/pieces/brevo.png',
|
|
17
18
|
authors: ['kanarelo'],
|
|
19
|
+
categories: [shared_1.PieceCategory.MARKETING],
|
|
18
20
|
auth: exports.sendinblueAuth,
|
|
19
21
|
actions: [
|
|
20
22
|
create_or_update_contact_1.createOrUpdateContact,
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/sendinblue/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAAwE;AACxE,qFAA+E;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/sendinblue/src/index.ts"],"names":[],"mappings":";;;AAAA,+DAAwE;AACxE,qEAAwE;AACxE,iDAAqD;AACrD,qFAA+E;AAElE,QAAA,cAAc,GAAG,4BAAS,CAAC,UAAU,CAAC;IACjD,WAAW,EAAE,iBAAiB;IAC9B,WAAW,EAAE,sBAAsB;IACnC,QAAQ,EAAE,IAAI;CACf,CAAC,CAAC;AAEU,QAAA,UAAU,GAAG,IAAA,8BAAW,EAAC;IACpC,WAAW,EAAE,OAAO;IACpB,WAAW,EACT,oEAAoE;IACtE,uBAAuB,EAAE,OAAO;IAChC,OAAO,EAAE,+CAA+C;IACxD,OAAO,EAAE,CAAC,UAAU,CAAC;IACrB,UAAU,EAAE,CAAC,sBAAa,CAAC,SAAS,CAAC;IACrC,IAAI,EAAE,sBAAc;IACpB,OAAO,EAAE;QACP,gDAAqB;QACrB,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,GAAG,EAAE,CAAC,+BAA+B;YAC9C,IAAI,EAAE,sBAAc;YACpB,WAAW,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;gBACtB,SAAS,EAAE,IAAc;aAC1B,CAAC;SACH,CAAC;KACH;IACD,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
|