@awell-health/awell-extensions 2.0.46 → 2.0.47
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/extensions/talkDesk/actions/index.d.ts +1 -1
- package/dist/extensions/talkDesk/actions/triggerFlow/config/datapoints.d.ts +13 -1
- package/dist/extensions/talkDesk/actions/triggerFlow/config/datapoints.js +14 -2
- package/dist/extensions/talkDesk/actions/triggerFlow/config/datapoints.js.map +1 -1
- package/package.json +1 -1
@@ -50,6 +50,6 @@ declare const actions: {
|
|
50
50
|
description: string;
|
51
51
|
required: true;
|
52
52
|
};
|
53
|
-
}, "interactionId" | "flowVersionId" | "call_duration_ms" | "
|
53
|
+
}, "interactionId" | "flowVersionId" | "call_start_time" | "call_end_time" | "call_duration_ms" | "call_status" | "disposition" | "agent">;
|
54
54
|
};
|
55
55
|
export default actions;
|
@@ -7,11 +7,23 @@ export declare const dataPoints: {
|
|
7
7
|
key: string;
|
8
8
|
valueType: "string";
|
9
9
|
};
|
10
|
+
call_start_time: {
|
11
|
+
key: string;
|
12
|
+
valueType: "date";
|
13
|
+
};
|
14
|
+
call_end_time: {
|
15
|
+
key: string;
|
16
|
+
valueType: "date";
|
17
|
+
};
|
10
18
|
call_duration_ms: {
|
11
19
|
key: string;
|
12
20
|
valueType: "number";
|
13
21
|
};
|
14
|
-
|
22
|
+
call_status: {
|
23
|
+
key: string;
|
24
|
+
valueType: "string";
|
25
|
+
};
|
26
|
+
disposition: {
|
15
27
|
key: string;
|
16
28
|
valueType: "string";
|
17
29
|
};
|
@@ -10,12 +10,24 @@ exports.dataPoints = {
|
|
10
10
|
key: 'flowVersionId',
|
11
11
|
valueType: 'string',
|
12
12
|
},
|
13
|
+
call_start_time: {
|
14
|
+
key: 'call_start_time',
|
15
|
+
valueType: 'date',
|
16
|
+
},
|
17
|
+
call_end_time: {
|
18
|
+
key: 'call_end_time',
|
19
|
+
valueType: 'date',
|
20
|
+
},
|
13
21
|
call_duration_ms: {
|
14
22
|
key: 'call_duration_ms',
|
15
23
|
valueType: 'number',
|
16
24
|
},
|
17
|
-
|
18
|
-
key: '
|
25
|
+
call_status: {
|
26
|
+
key: 'call_status',
|
27
|
+
valueType: 'string',
|
28
|
+
},
|
29
|
+
disposition: {
|
30
|
+
key: 'disposition',
|
19
31
|
valueType: 'string',
|
20
32
|
},
|
21
33
|
agent: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"datapoints.js","sourceRoot":"","sources":["../../../../../../extensions/talkDesk/actions/triggerFlow/config/datapoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG;IACxB,aAAa,EAAE;QACb,GAAG,EAAE,eAAe;QACpB,SAAS,EAAE,QAAQ;KACpB;IACD,aAAa,EAAE;QACb,GAAG,EAAE,eAAe;QACpB,SAAS,EAAE,QAAQ;KACpB;IACD,gBAAgB,EAAE;QAChB,GAAG,EAAE,kBAAkB;QACvB,SAAS,EAAE,QAAQ;KACpB;IACD,
|
1
|
+
{"version":3,"file":"datapoints.js","sourceRoot":"","sources":["../../../../../../extensions/talkDesk/actions/triggerFlow/config/datapoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,UAAU,GAAG;IACxB,aAAa,EAAE;QACb,GAAG,EAAE,eAAe;QACpB,SAAS,EAAE,QAAQ;KACpB;IACD,aAAa,EAAE;QACb,GAAG,EAAE,eAAe;QACpB,SAAS,EAAE,QAAQ;KACpB;IACD,eAAe,EAAE;QACf,GAAG,EAAE,iBAAiB;QACtB,SAAS,EAAE,MAAM;KAClB;IACD,aAAa,EAAE;QACb,GAAG,EAAE,eAAe;QACpB,SAAS,EAAE,MAAM;KAClB;IACD,gBAAgB,EAAE;QAChB,GAAG,EAAE,kBAAkB;QACvB,SAAS,EAAE,QAAQ;KACpB;IACD,WAAW,EAAE;QACX,GAAG,EAAE,aAAa;QAClB,SAAS,EAAE,QAAQ;KACpB;IACD,WAAW,EAAE;QACX,GAAG,EAAE,aAAa;QAClB,SAAS,EAAE,QAAQ;KACpB;IACD,KAAK,EAAE;QACL,GAAG,EAAE,OAAO;QACZ,SAAS,EAAE,QAAQ;KACpB;CAC4C,CAAA"}
|