@awell-health/awell-extensions 1.0.181 → 1.0.182
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,28 +7,28 @@ exports.fields = {
|
|
7
7
|
productId: {
|
8
8
|
id: 'productId',
|
9
9
|
label: 'Product Id',
|
10
|
-
description: '
|
10
|
+
description: 'E.g. 12345678-1234-1234-1234-123456789abc',
|
11
11
|
type: extensions_core_1.FieldType.STRING,
|
12
12
|
required: true,
|
13
13
|
},
|
14
14
|
feedbackEmail: {
|
15
15
|
id: 'feedbackEmail',
|
16
16
|
label: 'Feedback Email',
|
17
|
-
description: '
|
17
|
+
description: 'Send a report to this address when the fax is sent',
|
18
18
|
type: extensions_core_1.FieldType.STRING,
|
19
19
|
required: false,
|
20
20
|
},
|
21
21
|
number: {
|
22
22
|
id: 'number',
|
23
23
|
label: 'Number',
|
24
|
-
description: 'Destination
|
24
|
+
description: 'Destination fax number',
|
25
25
|
type: extensions_core_1.FieldType.STRING,
|
26
26
|
required: true,
|
27
27
|
},
|
28
28
|
addFaceSheet: {
|
29
29
|
id: 'addFaceSheet',
|
30
30
|
label: 'Add face sheet',
|
31
|
-
description: 'Add
|
31
|
+
description: 'Add cover sheet that precedes the actual message or document',
|
32
32
|
type: extensions_core_1.FieldType.BOOLEAN,
|
33
33
|
required: false,
|
34
34
|
},
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/westFax/actions/sendFax/config/fields.ts"],"names":[],"mappings":";;;AAAA,mEAIsC;AACtC,6BAAwC;AAE3B,QAAA,MAAM,GAAG;IACpB,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,
|
1
|
+
{"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../extensions/westFax/actions/sendFax/config/fields.ts"],"names":[],"mappings":";;;AAAA,mEAIsC;AACtC,6BAAwC;AAE3B,QAAA,MAAM,GAAG;IACpB,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,2CAA2C;QACxD,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EAAE,oDAAoD;QACjE,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,KAAK;KAChB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,QAAQ;QACf,WAAW,EAAE,wBAAwB;QACrC,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EAAE,8DAA8D;QAC3E,IAAI,EAAE,2BAAS,CAAC,OAAO;QACvB,QAAQ,EAAE,KAAK;KAChB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,oBAAoB;QACjC,IAAI,EAAE,2BAAS,CAAC,IAAI;QACpB,QAAQ,EAAE,KAAK;KAChB;CAC8B,CAAA;AAEpB,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,aAAa,EAAE,IAAA,oCAAkB,EAAC,OAAC,CAAC,MAAM,EAAE,CAAC;IAC7C,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACzB,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1B,YAAY,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACa,CAAC,CAAA"}
|
@@ -8,8 +8,8 @@ exports.WestFax = {
|
|
8
8
|
key: 'westFax',
|
9
9
|
category: extensions_core_1.Category.COMMUNICATION,
|
10
10
|
title: 'WestFax',
|
11
|
-
description: 'Send
|
12
|
-
icon_url: 'https://
|
11
|
+
description: 'Send faxes securely and in compliance with HIPAA regulations using WestFax.',
|
12
|
+
icon_url: 'https://res.cloudinary.com/da7x4rzl4/image/upload/v1707739199/Awell%20Extensions/Screenshot_2024-02-12_at_12.59.08.png',
|
13
13
|
author: {
|
14
14
|
authorType: extensions_core_1.AuthorType.AWELL,
|
15
15
|
},
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../extensions/westFax/index.ts"],"names":[],"mappings":";;;AAAA,uCAAmC;AAEnC,yCAAqC;AACrC,mEAAoE;AAEvD,QAAA,OAAO,GAAc;IAChC,GAAG,EAAE,SAAS;IACd,QAAQ,EAAE,0BAAQ,CAAC,aAAa;IAChC,KAAK,EAAE,SAAS;IAChB,WAAW,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../extensions/westFax/index.ts"],"names":[],"mappings":";;;AAAA,uCAAmC;AAEnC,yCAAqC;AACrC,mEAAoE;AAEvD,QAAA,OAAO,GAAc;IAChC,GAAG,EAAE,SAAS;IACd,QAAQ,EAAE,0BAAQ,CAAC,aAAa;IAChC,KAAK,EAAE,SAAS;IAChB,WAAW,EACT,6EAA6E;IAC/E,QAAQ,EACN,wHAAwH;IAC1H,MAAM,EAAE;QACN,UAAU,EAAE,4BAAU,CAAC,KAAK;KAC7B;IACD,QAAQ,EAAR,mBAAQ;IACR,OAAO,EAAP,iBAAO;CACR,CAAA"}
|