@awell-health/awell-extensions 1.0.152 → 1.0.153
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/dist/extensions/collectData/v1/actions/remoteSingleSelect/config/fields.d.ts +7 -7
- package/dist/extensions/collectData/v1/actions/remoteSingleSelect/config/fields.js +12 -12
- package/dist/extensions/collectData/v1/actions/remoteSingleSelect/config/fields.js.map +1 -1
- package/dist/extensions/collectData/v1/actions/remoteSingleSelect/remoteSingleSelect.js +3 -0
- package/dist/extensions/collectData/v1/actions/remoteSingleSelect/remoteSingleSelect.js.map +1 -1
- package/package.json +1 -1
@@ -8,6 +8,13 @@ export declare const fields: {
|
|
8
8
|
type: FieldType.STRING;
|
9
9
|
required: true;
|
10
10
|
};
|
11
|
+
mandatory: {
|
12
|
+
id: string;
|
13
|
+
label: string;
|
14
|
+
description: string;
|
15
|
+
type: FieldType.BOOLEAN;
|
16
|
+
required: true;
|
17
|
+
};
|
11
18
|
url: {
|
12
19
|
id: string;
|
13
20
|
label: string;
|
@@ -29,13 +36,6 @@ export declare const fields: {
|
|
29
36
|
type: FieldType.STRING;
|
30
37
|
required: false;
|
31
38
|
};
|
32
|
-
mandatory: {
|
33
|
-
id: string;
|
34
|
-
label: string;
|
35
|
-
description: string;
|
36
|
-
type: FieldType.BOOLEAN;
|
37
|
-
required: true;
|
38
|
-
};
|
39
39
|
};
|
40
40
|
export declare const FieldsValidationSchema: z.ZodObject<{
|
41
41
|
label: z.ZodString;
|
@@ -7,39 +7,39 @@ const validation_1 = require("../../../../../sendbird/v1/validation");
|
|
7
7
|
exports.fields = {
|
8
8
|
label: {
|
9
9
|
id: 'label',
|
10
|
-
label: 'Label
|
10
|
+
label: 'Select - Label',
|
11
11
|
description: 'Enter the label text that will be displayed before the selector.',
|
12
12
|
type: extensions_core_1.FieldType.STRING,
|
13
13
|
required: true,
|
14
14
|
},
|
15
|
+
mandatory: {
|
16
|
+
id: 'mandatory',
|
17
|
+
label: 'Select - Response required?',
|
18
|
+
description: 'The user must select an option before continuing.',
|
19
|
+
type: extensions_core_1.FieldType.BOOLEAN,
|
20
|
+
required: true,
|
21
|
+
},
|
15
22
|
url: {
|
16
23
|
id: 'url',
|
17
|
-
label: 'Options
|
18
|
-
description: 'Enter the URL where the options to display
|
24
|
+
label: 'Options - Endpoint URL',
|
25
|
+
description: 'Enter the URL (starting with `https://`) where the options to display can be fetched. The endpoint must return an array of objects with the following properties: `id`, `label` and `value`.',
|
19
26
|
type: extensions_core_1.FieldType.STRING,
|
20
27
|
required: true,
|
21
28
|
},
|
22
29
|
headers: {
|
23
30
|
id: 'headers',
|
24
|
-
label: 'Options
|
31
|
+
label: 'Options - Headers',
|
25
32
|
description: 'Enter the headers to send to the options source URL. The headers must be in JSON format.',
|
26
33
|
type: extensions_core_1.FieldType.JSON,
|
27
34
|
required: false,
|
28
35
|
},
|
29
36
|
queryParam: {
|
30
37
|
id: 'queryParam',
|
31
|
-
label: 'Options
|
38
|
+
label: 'Options - Search query param',
|
32
39
|
description: 'Enter the key of the free text search query param if the endpoint supports this e.g. `search` for `https://example.com/options?search=foo`.',
|
33
40
|
type: extensions_core_1.FieldType.STRING,
|
34
41
|
required: false,
|
35
42
|
},
|
36
|
-
mandatory: {
|
37
|
-
id: 'mandatory',
|
38
|
-
label: 'Is response required?',
|
39
|
-
description: 'The user must select an option before continuing.',
|
40
|
-
type: extensions_core_1.FieldType.BOOLEAN,
|
41
|
-
required: true,
|
42
|
-
},
|
43
43
|
};
|
44
44
|
exports.FieldsValidationSchema = zod_1.z.object({
|
45
45
|
label: zod_1.z.string().nonempty(),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../../extensions/collectData/v1/actions/remoteSingleSelect/config/fields.ts"],"names":[],"mappings":";;;AAAA,6BAAwC;AACxC,mEAIsC;AACtC,sEAAkF;AAErE,QAAA,MAAM,GAAG;IACpB,KAAK,EAAE;QACL,EAAE,EAAE,OAAO;QACX,KAAK,EAAE,
|
1
|
+
{"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../../../../../extensions/collectData/v1/actions/remoteSingleSelect/config/fields.ts"],"names":[],"mappings":";;;AAAA,6BAAwC;AACxC,mEAIsC;AACtC,sEAAkF;AAErE,QAAA,MAAM,GAAG;IACpB,KAAK,EAAE;QACL,EAAE,EAAE,OAAO;QACX,KAAK,EAAE,gBAAgB;QACvB,WAAW,EACT,kEAAkE;QACpE,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,6BAA6B;QACpC,WAAW,EAAE,mDAAmD;QAChE,IAAI,EAAE,2BAAS,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI;KACf;IACD,GAAG,EAAE;QACH,EAAE,EAAE,KAAK;QACT,KAAK,EAAE,wBAAwB;QAC/B,WAAW,EACT,8LAA8L;QAChM,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,mBAAmB;QAC1B,WAAW,EACT,0FAA0F;QAC5F,IAAI,EAAE,2BAAS,CAAC,IAAI;QACpB,QAAQ,EAAE,KAAK;KAChB;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,8BAA8B;QACrC,WAAW,EACT,6IAA6I;QAC/I,IAAI,EAAE,2BAAS,CAAC,MAAM;QACtB,QAAQ,EAAE,KAAK;KAChB;CAC8B,CAAA;AAEpB,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACrB,OAAO,EAAE,IAAA,oCAAkB,EAAC,uCAA0B,CAAC;IACvD,UAAU,EAAE,IAAA,oCAAkB,EAAC,OAAC,CAAC,MAAM,EAAE,CAAC;IAC1C,SAAS,EAAE,OAAC,CAAC,OAAO,EAAE;CAC2B,CAAC,CAAA;AAE7C,MAAM,oBAAoB,GAAG,CAClC,MAAe,EACyB,EAAE;IAC1C,MAAM,UAAU,GAAG,8BAAsB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAA;IAEvD,OAAO,UAAU,CAAA;AACnB,CAAC,CAAA;AANY,QAAA,oBAAoB,wBAMhC"}
|
@@ -23,6 +23,9 @@ exports.remoteSingleSelect = {
|
|
23
23
|
onActivityCreated: async (payload, onComplete, onError) => {
|
24
24
|
try {
|
25
25
|
(0, fields_1.validateActionFields)(payload.fields);
|
26
|
+
/**
|
27
|
+
* Completion happens in Awell Hosted Pages
|
28
|
+
*/
|
26
29
|
}
|
27
30
|
catch (err) {
|
28
31
|
if (err instanceof zod_1.ZodError) {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"remoteSingleSelect.js","sourceRoot":"","sources":["../../../../../../extensions/collectData/v1/actions/remoteSingleSelect/remoteSingleSelect.ts"],"names":[],"mappings":";;;AACA,qCAA6C;AAC7C,mEAAwD;AAExD,4CAAsD;AACtD,+DAAmD;AACnD,6BAA8B;AAEjB,QAAA,kBAAkB,GAA2C;IACxE,GAAG,EAAE,oBAAoB;IACzB,KAAK,EAAE,sBAAsB;IAC7B,WAAW,EACT,uFAAuF;IACzF,QAAQ,EAAE,0BAAQ,CAAC,KAAK;IACxB,MAAM,EAAN,eAAM;IACN,UAAU,EAAV,mBAAU;IACV,OAAO,EAAE;QACP,YAAY,EAAE;YACZ,KAAK,EAAE,aAAa;YACpB,IAAI,EAAE,QAAQ;SACf;KACF;IACD,WAAW,EAAE,KAAK;IAClB,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE;QACxD,IAAI;YACF,IAAA,6BAAoB,EAAC,OAAO,CAAC,MAAM,CAAC,CAAA;
|
1
|
+
{"version":3,"file":"remoteSingleSelect.js","sourceRoot":"","sources":["../../../../../../extensions/collectData/v1/actions/remoteSingleSelect/remoteSingleSelect.ts"],"names":[],"mappings":";;;AACA,qCAA6C;AAC7C,mEAAwD;AAExD,4CAAsD;AACtD,+DAAmD;AACnD,6BAA8B;AAEjB,QAAA,kBAAkB,GAA2C;IACxE,GAAG,EAAE,oBAAoB;IACzB,KAAK,EAAE,sBAAsB;IAC7B,WAAW,EACT,uFAAuF;IACzF,QAAQ,EAAE,0BAAQ,CAAC,KAAK;IACxB,MAAM,EAAN,eAAM;IACN,UAAU,EAAV,mBAAU;IACV,OAAO,EAAE;QACP,YAAY,EAAE;YACZ,KAAK,EAAE,aAAa;YACpB,IAAI,EAAE,QAAQ;SACf;KACF;IACD,WAAW,EAAE,KAAK;IAClB,iBAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE;QACxD,IAAI;YACF,IAAA,6BAAoB,EAAC,OAAO,CAAC,MAAM,CAAC,CAAA;YAEpC;;eAEG;SACJ;QAAC,OAAO,GAAG,EAAE;YACZ,IAAI,GAAG,YAAY,cAAQ,EAAE;gBAC3B,MAAM,KAAK,GAAG,IAAA,mCAAY,EAAC,GAAG,CAAC,CAAA;gBAC/B,MAAM,OAAO,CAAC;oBACZ,MAAM,EAAE;wBACN;4BACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;4BAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,KAAK,CAAC,IAAI,EAAE;4BACxB,KAAK,EAAE;gCACL,QAAQ,EAAE,aAAa;gCACvB,OAAO,EAAE,GAAG,KAAK,CAAC,OAAO,EAAE;6BAC5B;yBACF;qBACF;iBACF,CAAC,CAAA;gBACF,OAAM;aACP;YAED,MAAM,KAAK,GAAG,GAAY,CAAA;YAC1B,MAAM,OAAO,CAAC;gBACZ,MAAM,EAAE;oBACN;wBACE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;wBAC9B,IAAI,EAAE,EAAE,EAAE,EAAE,qDAAqD,EAAE;wBACnE,KAAK,EAAE;4BACL,QAAQ,EAAE,cAAc;4BACxB,OAAO,EAAE,KAAK,CAAC,OAAO;yBACvB;qBACF;iBACF;aACF,CAAC,CAAA;SACH;IACH,CAAC;CACF,CAAA"}
|