@awell-health/awell-extensions 2.0.228 → 2.0.230
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/bland/actions/getCallDetails/config/dataPoints.d.ts +48 -0
- package/dist/extensions/bland/actions/getCallDetails/config/dataPoints.js +48 -0
- package/dist/extensions/bland/actions/getCallDetails/config/dataPoints.js.map +1 -1
- package/dist/extensions/bland/actions/getCallDetails/config/fields.js +1 -1
- package/dist/extensions/bland/actions/getCallDetails/config/fields.js.map +1 -1
- package/dist/extensions/bland/actions/getCallDetails/getCallDetails.js +24 -8
- package/dist/extensions/bland/actions/getCallDetails/getCallDetails.js.map +1 -1
- package/dist/extensions/bland/actions/index.d.ts +549 -1
- package/dist/extensions/bland/actions/sendCall/config/dataPoints.js +0 -2
- package/dist/extensions/bland/actions/sendCall/config/dataPoints.js.map +1 -1
- package/dist/extensions/bland/actions/sendCall/config/fields.d.ts +369 -2
- package/dist/extensions/bland/actions/sendCall/config/fields.js +299 -36
- package/dist/extensions/bland/actions/sendCall/config/fields.js.map +1 -1
- package/dist/extensions/bland/actions/sendCall/sendCall.js +23 -40
- package/dist/extensions/bland/actions/sendCall/sendCall.js.map +1 -1
- package/dist/extensions/bland/actions/sendCallWithPathway/config/dataPoints.js +0 -2
- package/dist/extensions/bland/actions/sendCallWithPathway/config/dataPoints.js.map +1 -1
- package/dist/extensions/bland/actions/sendCallWithPathway/config/fields.d.ts +369 -2
- package/dist/extensions/bland/actions/sendCallWithPathway/config/fields.js +300 -37
- package/dist/extensions/bland/actions/sendCallWithPathway/config/fields.js.map +1 -1
- package/dist/extensions/bland/actions/sendCallWithPathway/sendCallWithPathway.js +23 -40
- package/dist/extensions/bland/actions/sendCallWithPathway/sendCallWithPathway.js.map +1 -1
- package/dist/extensions/bland/api/schema/GetCallDetails.schema.d.ts +20 -29
- package/dist/extensions/bland/api/schema/GetCallDetails.schema.js +8 -9
- package/dist/extensions/bland/api/schema/GetCallDetails.schema.js.map +1 -1
- package/dist/extensions/bland/api/schema/SendCall.schema.d.ts +281 -34
- package/dist/extensions/bland/api/schema/SendCall.schema.js +53 -15
- package/dist/extensions/bland/api/schema/SendCall.schema.js.map +1 -1
- package/dist/extensions/bland/api/schema/atoms/BackgroundTrackSchema.d.ts +7 -0
- package/dist/extensions/bland/api/schema/atoms/BackgroundTrackSchema.js +21 -0
- package/dist/extensions/bland/api/schema/atoms/BackgroundTrackSchema.js.map +1 -0
- package/dist/extensions/bland/api/schema/atoms/ModelSchema.d.ts +2 -0
- package/dist/extensions/bland/api/schema/atoms/ModelSchema.js +6 -0
- package/dist/extensions/bland/api/schema/atoms/ModelSchema.js.map +1 -0
- package/dist/extensions/bland/api/schema/atoms/VoicemailActionSchema.d.ts +2 -0
- package/dist/extensions/bland/api/schema/atoms/VoicemailActionSchema.js +10 -0
- package/dist/extensions/bland/api/schema/atoms/VoicemailActionSchema.js.map +1 -0
- package/dist/extensions/bland/api/schema/atoms/WebhookEventsSchema.d.ts +2 -0
- package/dist/extensions/bland/api/schema/atoms/WebhookEventsSchema.js +6 -0
- package/dist/extensions/bland/api/schema/atoms/WebhookEventsSchema.js.map +1 -0
- package/dist/extensions/bland/api/schema/atoms/index.d.ts +4 -0
- package/dist/extensions/bland/api/schema/atoms/index.js +21 -0
- package/dist/extensions/bland/api/schema/atoms/index.js.map +1 -0
- package/dist/extensions/bland/index.js +2 -0
- package/dist/extensions/bland/index.js.map +1 -1
- package/dist/extensions/bland/lib/sharedActionFields.d.ts +8 -0
- package/dist/extensions/bland/lib/sharedActionFields.js +59 -0
- package/dist/extensions/bland/lib/sharedActionFields.js.map +1 -0
- package/dist/extensions/bland/webhooks/CallCompleted/__testdata__/callCompleted.mock.d.ts +68 -0
- package/dist/extensions/bland/webhooks/CallCompleted/__testdata__/callCompleted.mock.js +108 -0
- package/dist/extensions/bland/webhooks/CallCompleted/__testdata__/callCompleted.mock.js.map +1 -0
- package/dist/extensions/bland/webhooks/CallCompleted/callCompleted.d.ts +12 -0
- package/dist/extensions/bland/webhooks/CallCompleted/callCompleted.js +31 -0
- package/dist/extensions/bland/webhooks/CallCompleted/callCompleted.js.map +1 -0
- package/dist/extensions/bland/webhooks/CallCompleted/index.d.ts +1 -0
- package/dist/extensions/bland/webhooks/CallCompleted/index.js +18 -0
- package/dist/extensions/bland/webhooks/CallCompleted/index.js.map +1 -0
- package/dist/extensions/bland/webhooks/CallCompleted/types.d.ts +37 -0
- package/dist/extensions/bland/webhooks/CallCompleted/types.js +3 -0
- package/dist/extensions/bland/webhooks/CallCompleted/types.js.map +1 -0
- package/dist/extensions/bland/webhooks/index.d.ts +9 -0
- package/dist/extensions/bland/webhooks/index.js +6 -0
- package/dist/extensions/bland/webhooks/index.js.map +1 -0
- package/dist/extensions/elation/webhooks/appointmentCreatedOrUpdated.js +4 -3
- package/dist/extensions/elation/webhooks/appointmentCreatedOrUpdated.js.map +1 -1
- package/dist/extensions/elation/webhooks/patientCreatedOrUpdated.js +4 -3
- package/dist/extensions/elation/webhooks/patientCreatedOrUpdated.js.map +1 -1
- package/dist/extensions/markdown.json +1 -1
- package/dist/extensions/text-em-all/actions/createCallBroadcast/config.d.ts +20 -20
- package/dist/extensions/text-em-all/actions/types.d.ts +14 -14
- package/package.json +1 -1
@@ -138,15 +138,15 @@ export declare const FieldsSchema: z.ZodObject<{
|
|
138
138
|
transferIntroduction: string;
|
139
139
|
} | undefined, string | undefined>;
|
140
140
|
audio: z.ZodEffects<z.ZodOptional<z.ZodString>, {
|
141
|
-
Description: string;
|
142
|
-
Created: string;
|
143
|
-
Text: string;
|
144
|
-
Name: string;
|
145
141
|
Voice: {
|
146
|
-
Text: string;
|
147
142
|
Voice: "Ivy" | "Joanna" | "Kendra" | "Kimberly" | "Salli" | "Joey" | "Justin" | "Kevin" | "Matthew";
|
143
|
+
Text: string;
|
148
144
|
TextToSpeech: boolean;
|
149
145
|
};
|
146
|
+
Description: string;
|
147
|
+
Created: string;
|
148
|
+
Text: string;
|
149
|
+
Name: string;
|
150
150
|
TextToSpeech: boolean;
|
151
151
|
Uri: string;
|
152
152
|
AudioID: string;
|
@@ -158,15 +158,15 @@ export declare const FieldsSchema: z.ZodObject<{
|
|
158
158
|
LastUsed: string;
|
159
159
|
} | undefined, string | undefined>;
|
160
160
|
audioVM: z.ZodEffects<z.ZodOptional<z.ZodString>, {
|
161
|
-
Description: string;
|
162
|
-
Created: string;
|
163
|
-
Text: string;
|
164
|
-
Name: string;
|
165
161
|
Voice: {
|
166
|
-
Text: string;
|
167
162
|
Voice: "Ivy" | "Joanna" | "Kendra" | "Kimberly" | "Salli" | "Joey" | "Justin" | "Kevin" | "Matthew";
|
163
|
+
Text: string;
|
168
164
|
TextToSpeech: boolean;
|
169
165
|
};
|
166
|
+
Description: string;
|
167
|
+
Created: string;
|
168
|
+
Text: string;
|
169
|
+
Name: string;
|
170
170
|
TextToSpeech: boolean;
|
171
171
|
Uri: string;
|
172
172
|
AudioID: string;
|
@@ -195,15 +195,15 @@ export declare const FieldsSchema: z.ZodObject<{
|
|
195
195
|
transferIntroduction: string;
|
196
196
|
} | undefined;
|
197
197
|
audio?: {
|
198
|
-
Description: string;
|
199
|
-
Created: string;
|
200
|
-
Text: string;
|
201
|
-
Name: string;
|
202
198
|
Voice: {
|
203
|
-
Text: string;
|
204
199
|
Voice: "Ivy" | "Joanna" | "Kendra" | "Kimberly" | "Salli" | "Joey" | "Justin" | "Kevin" | "Matthew";
|
200
|
+
Text: string;
|
205
201
|
TextToSpeech: boolean;
|
206
202
|
};
|
203
|
+
Description: string;
|
204
|
+
Created: string;
|
205
|
+
Text: string;
|
206
|
+
Name: string;
|
207
207
|
TextToSpeech: boolean;
|
208
208
|
Uri: string;
|
209
209
|
AudioID: string;
|
@@ -215,15 +215,15 @@ export declare const FieldsSchema: z.ZodObject<{
|
|
215
215
|
LastUsed: string;
|
216
216
|
} | undefined;
|
217
217
|
audioVM?: {
|
218
|
-
Description: string;
|
219
|
-
Created: string;
|
220
|
-
Text: string;
|
221
|
-
Name: string;
|
222
218
|
Voice: {
|
223
|
-
Text: string;
|
224
219
|
Voice: "Ivy" | "Joanna" | "Kendra" | "Kimberly" | "Salli" | "Joey" | "Justin" | "Kevin" | "Matthew";
|
220
|
+
Text: string;
|
225
221
|
TextToSpeech: boolean;
|
226
222
|
};
|
223
|
+
Description: string;
|
224
|
+
Created: string;
|
225
|
+
Text: string;
|
226
|
+
Name: string;
|
227
227
|
TextToSpeech: boolean;
|
228
228
|
Uri: string;
|
229
229
|
AudioID: string;
|
@@ -7,12 +7,12 @@ export declare const VoiceSchema: z.ZodObject<{
|
|
7
7
|
Text: z.ZodString;
|
8
8
|
Voice: z.ZodEnum<["Ivy", "Joanna", "Kendra", "Kimberly", "Salli", "Joey", "Justin", "Kevin", "Matthew"]>;
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
10
|
-
Text: string;
|
11
10
|
Voice: "Ivy" | "Joanna" | "Kendra" | "Kimberly" | "Salli" | "Joey" | "Justin" | "Kevin" | "Matthew";
|
11
|
+
Text: string;
|
12
12
|
TextToSpeech: boolean;
|
13
13
|
}, {
|
14
|
-
Text: string;
|
15
14
|
Voice: "Ivy" | "Joanna" | "Kendra" | "Kimberly" | "Salli" | "Joey" | "Justin" | "Kevin" | "Matthew";
|
15
|
+
Text: string;
|
16
16
|
TextToSpeech: boolean;
|
17
17
|
}>;
|
18
18
|
export declare const TransferSchema: z.ZodObject<{
|
@@ -52,24 +52,24 @@ export declare const AudioSchema: z.ZodObject<{
|
|
52
52
|
Text: z.ZodString;
|
53
53
|
Voice: z.ZodEnum<["Ivy", "Joanna", "Kendra", "Kimberly", "Salli", "Joey", "Justin", "Kevin", "Matthew"]>;
|
54
54
|
}, "strip", z.ZodTypeAny, {
|
55
|
-
Text: string;
|
56
55
|
Voice: "Ivy" | "Joanna" | "Kendra" | "Kimberly" | "Salli" | "Joey" | "Justin" | "Kevin" | "Matthew";
|
56
|
+
Text: string;
|
57
57
|
TextToSpeech: boolean;
|
58
58
|
}, {
|
59
|
-
Text: string;
|
60
59
|
Voice: "Ivy" | "Joanna" | "Kendra" | "Kimberly" | "Salli" | "Joey" | "Justin" | "Kevin" | "Matthew";
|
60
|
+
Text: string;
|
61
61
|
TextToSpeech: boolean;
|
62
62
|
}>;
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
64
|
-
Description: string;
|
65
|
-
Created: string;
|
66
|
-
Text: string;
|
67
|
-
Name: string;
|
68
64
|
Voice: {
|
69
|
-
Text: string;
|
70
65
|
Voice: "Ivy" | "Joanna" | "Kendra" | "Kimberly" | "Salli" | "Joey" | "Justin" | "Kevin" | "Matthew";
|
66
|
+
Text: string;
|
71
67
|
TextToSpeech: boolean;
|
72
68
|
};
|
69
|
+
Description: string;
|
70
|
+
Created: string;
|
71
|
+
Text: string;
|
72
|
+
Name: string;
|
73
73
|
TextToSpeech: boolean;
|
74
74
|
Uri: string;
|
75
75
|
AudioID: string;
|
@@ -80,15 +80,15 @@ export declare const AudioSchema: z.ZodObject<{
|
|
80
80
|
ReadOnly: boolean;
|
81
81
|
LastUsed: string;
|
82
82
|
}, {
|
83
|
-
Description: string;
|
84
|
-
Created: string;
|
85
|
-
Text: string;
|
86
|
-
Name: string;
|
87
83
|
Voice: {
|
88
|
-
Text: string;
|
89
84
|
Voice: "Ivy" | "Joanna" | "Kendra" | "Kimberly" | "Salli" | "Joey" | "Justin" | "Kevin" | "Matthew";
|
85
|
+
Text: string;
|
90
86
|
TextToSpeech: boolean;
|
91
87
|
};
|
88
|
+
Description: string;
|
89
|
+
Created: string;
|
90
|
+
Text: string;
|
91
|
+
Name: string;
|
92
92
|
TextToSpeech: boolean;
|
93
93
|
Uri: string;
|
94
94
|
AudioID: string;
|