@activepieces/piece-sendfox 0.0.4 → 0.0.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 +4 -4
- 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-sendfox",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.26.8",
|
|
6
6
|
"axios": "^1.6.3",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"nanoid": "3.3.6",
|
|
11
11
|
"semver": "7.5.4",
|
|
12
12
|
"@activepieces/pieces-common": "0.2.8",
|
|
13
|
-
"@activepieces/pieces-framework": "0.7.
|
|
14
|
-
"@activepieces/shared": "0.10.
|
|
15
|
-
"tslib": "
|
|
13
|
+
"@activepieces/pieces-framework": "0.7.15",
|
|
14
|
+
"@activepieces/shared": "0.10.68",
|
|
15
|
+
"tslib": "1.14.1"
|
|
16
16
|
},
|
|
17
17
|
"main": "./src/index.js",
|
|
18
18
|
"type": "commonjs"
|
package/src/index.js
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.sendfox = exports.sendfoxAuth = 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");
|
|
7
|
+
const create_contact_1 = require("./lib/actions/create-contact");
|
|
5
8
|
const create_list_1 = require("./lib/actions/create-list");
|
|
6
9
|
const unsubscribe_contact_1 = require("./lib/actions/unsubscribe-contact");
|
|
7
|
-
const create_contact_1 = require("./lib/actions/create-contact");
|
|
8
|
-
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
9
10
|
exports.sendfoxAuth = pieces_framework_1.PieceAuth.SecretText({
|
|
10
11
|
displayName: 'API Key',
|
|
11
12
|
description: 'To obtain your personal token, follow these steps:\n1. Log in to your SendFox account.\n2. Visit https://sendfox.com/account/oauth to create one\n3. From OAuth Apps click on Create New Token.\n4. Enter any name you want then click create.\n5. Copy and paste your token here.',
|
|
@@ -16,6 +17,7 @@ exports.sendfox = (0, pieces_framework_1.createPiece)({
|
|
|
16
17
|
auth: exports.sendfoxAuth,
|
|
17
18
|
minimumSupportedRelease: '0.7.1',
|
|
18
19
|
logoUrl: 'https://cdn.activepieces.com/pieces/sendfox.png',
|
|
20
|
+
categories: [shared_1.PieceCategory.MARKETING],
|
|
19
21
|
authors: ['Salem-Alaa'],
|
|
20
22
|
actions: [
|
|
21
23
|
create_list_1.createList,
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/sendfox/src/index.ts"],"names":[],"mappings":";;;AAAA,qEAAwE;AACxE,2DAAuD;AACvD,2EAAgE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/pieces/community/sendfox/src/index.ts"],"names":[],"mappings":";;;AAAA,+DAAwE;AACxE,qEAAwE;AACxE,iDAAqD;AACrD,iEAA6D;AAC7D,2DAAuD;AACvD,2EAAgE;AACnD,QAAA,WAAW,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC9C,WAAW,EAAE,SAAS;IACtB,WAAW,EACT,oRAAoR;IACtR,QAAQ,EAAE,IAAI;CACf,CAAC,CAAC;AAEU,QAAA,OAAO,GAAG,IAAA,8BAAW,EAAC;IACjC,WAAW,EAAE,SAAS;IACtB,IAAI,EAAE,mBAAW;IACjB,uBAAuB,EAAE,OAAO;IAChC,OAAO,EAAE,iDAAiD;IAC1D,UAAU,EAAE,CAAC,sBAAa,CAAC,SAAS,CAAC;IACrC,OAAO,EAAE,CAAC,YAAY,CAAC;IACvB,OAAO,EAAE;QACP,wBAAU;QACV,iCAAW;QACX,8BAAa;QACb,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,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
|