@awell-health/awell-extensions 2.1.63 → 2.1.64
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/api/schema/SendCall.schema.d.ts +7 -7
- package/dist/extensions/bland/api/schema/atoms/WebhookEventsSchema.d.ts +1 -1
- package/dist/extensions/bland/api/schema/atoms/WebhookEventsSchema.js +9 -1
- package/dist/extensions/bland/api/schema/atoms/WebhookEventsSchema.js.map +1 -1
- package/dist/extensions/freshdesk/lib/api/schema/GetTicket.schema.d.ts +2 -2
- package/dist/extensions/freshdesk/lib/api/schema/UpdateTicket.schema.d.ts +4 -4
- package/dist/extensions/freshdesk/lib/api/schema/atoms/Ticket.Schema.d.ts +2 -2
- package/package.json +1 -1
|
@@ -47,7 +47,7 @@ export declare const SendCallInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
47
47
|
record: z.ZodOptional<z.ZodBoolean>;
|
|
48
48
|
from: z.ZodOptional<z.ZodString>;
|
|
49
49
|
webhook: z.ZodOptional<z.ZodString>;
|
|
50
|
-
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data"]>, "many">>;
|
|
50
|
+
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data", "citations"]>, "many">>;
|
|
51
51
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
52
52
|
analysis_preset: z.ZodOptional<z.ZodString>;
|
|
53
53
|
available_tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -106,7 +106,7 @@ export declare const SendCallInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
106
106
|
record: z.ZodOptional<z.ZodBoolean>;
|
|
107
107
|
from: z.ZodOptional<z.ZodString>;
|
|
108
108
|
webhook: z.ZodOptional<z.ZodString>;
|
|
109
|
-
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data"]>, "many">>;
|
|
109
|
+
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data", "citations"]>, "many">>;
|
|
110
110
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
111
111
|
analysis_preset: z.ZodOptional<z.ZodString>;
|
|
112
112
|
available_tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -165,7 +165,7 @@ export declare const SendCallInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
165
165
|
record: z.ZodOptional<z.ZodBoolean>;
|
|
166
166
|
from: z.ZodOptional<z.ZodString>;
|
|
167
167
|
webhook: z.ZodOptional<z.ZodString>;
|
|
168
|
-
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data"]>, "many">>;
|
|
168
|
+
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data", "citations"]>, "many">>;
|
|
169
169
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
170
170
|
analysis_preset: z.ZodOptional<z.ZodString>;
|
|
171
171
|
available_tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -224,7 +224,7 @@ export declare const SendCallInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
224
224
|
record: z.ZodOptional<z.ZodBoolean>;
|
|
225
225
|
from: z.ZodOptional<z.ZodString>;
|
|
226
226
|
webhook: z.ZodOptional<z.ZodString>;
|
|
227
|
-
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data"]>, "many">>;
|
|
227
|
+
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data", "citations"]>, "many">>;
|
|
228
228
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
229
229
|
analysis_preset: z.ZodOptional<z.ZodString>;
|
|
230
230
|
available_tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -283,7 +283,7 @@ export declare const SendCallInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
283
283
|
record: z.ZodOptional<z.ZodBoolean>;
|
|
284
284
|
from: z.ZodOptional<z.ZodString>;
|
|
285
285
|
webhook: z.ZodOptional<z.ZodString>;
|
|
286
|
-
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data"]>, "many">>;
|
|
286
|
+
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data", "citations"]>, "many">>;
|
|
287
287
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
288
288
|
analysis_preset: z.ZodOptional<z.ZodString>;
|
|
289
289
|
available_tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -342,7 +342,7 @@ export declare const SendCallInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
342
342
|
record: z.ZodOptional<z.ZodBoolean>;
|
|
343
343
|
from: z.ZodOptional<z.ZodString>;
|
|
344
344
|
webhook: z.ZodOptional<z.ZodString>;
|
|
345
|
-
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data"]>, "many">>;
|
|
345
|
+
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data", "citations"]>, "many">>;
|
|
346
346
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
347
347
|
analysis_preset: z.ZodOptional<z.ZodString>;
|
|
348
348
|
available_tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -401,7 +401,7 @@ export declare const SendCallInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<
|
|
|
401
401
|
record: z.ZodOptional<z.ZodBoolean>;
|
|
402
402
|
from: z.ZodOptional<z.ZodString>;
|
|
403
403
|
webhook: z.ZodOptional<z.ZodString>;
|
|
404
|
-
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data"]>, "many">>;
|
|
404
|
+
webhook_events: z.ZodOptional<z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data", "citations"]>, "many">>;
|
|
405
405
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
406
406
|
analysis_preset: z.ZodOptional<z.ZodString>;
|
|
407
407
|
available_tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const WebhookEventsSchema: z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data"]>, "many">;
|
|
2
|
+
export declare const WebhookEventsSchema: z.ZodArray<z.ZodEnum<["queue", "call", "latency", "webhook", "tool", "dynamic_data", "citations"]>, "many">;
|
|
@@ -2,5 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.WebhookEventsSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
exports.WebhookEventsSchema = zod_1.z.array(zod_1.z.enum([
|
|
5
|
+
exports.WebhookEventsSchema = zod_1.z.array(zod_1.z.enum([
|
|
6
|
+
'queue',
|
|
7
|
+
'call',
|
|
8
|
+
'latency',
|
|
9
|
+
'webhook',
|
|
10
|
+
'tool',
|
|
11
|
+
'dynamic_data',
|
|
12
|
+
'citations',
|
|
13
|
+
]));
|
|
6
14
|
//# sourceMappingURL=WebhookEventsSchema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebhookEventsSchema.js","sourceRoot":"","sources":["../../../../../../extensions/bland/api/schema/atoms/WebhookEventsSchema.ts"],"names":[],"mappings":";;;AAAA,6BAAuB;AAEV,QAAA,mBAAmB,GAAG,OAAC,CAAC,KAAK,CACxC,OAAC,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"WebhookEventsSchema.js","sourceRoot":"","sources":["../../../../../../extensions/bland/api/schema/atoms/WebhookEventsSchema.ts"],"names":[],"mappings":";;;AAAA,6BAAuB;AAEV,QAAA,mBAAmB,GAAG,OAAC,CAAC,KAAK,CACxC,OAAC,CAAC,IAAI,CAAC;IACL,OAAO;IACP,MAAM;IACN,SAAS;IACT,SAAS;IACT,MAAM;IACN,cAAc;IACd,WAAW;CACZ,CAAC,CACH,CAAA"}
|
|
@@ -47,7 +47,7 @@ export declare const GetTicketResponseSchema: z.ZodObject<{
|
|
|
47
47
|
fr_escalated: boolean;
|
|
48
48
|
requester_id: number;
|
|
49
49
|
responder_id: number | null;
|
|
50
|
-
source: 1 | 2 | 3 |
|
|
50
|
+
source: 1 | 2 | 3 | 7 | 10 | 9;
|
|
51
51
|
spam: boolean;
|
|
52
52
|
to_emails: string[] | null;
|
|
53
53
|
product_id: number | null;
|
|
@@ -77,7 +77,7 @@ export declare const GetTicketResponseSchema: z.ZodObject<{
|
|
|
77
77
|
fr_escalated: boolean;
|
|
78
78
|
requester_id: number;
|
|
79
79
|
responder_id: number | null;
|
|
80
|
-
source: 1 | 2 | 3 |
|
|
80
|
+
source: 1 | 2 | 3 | 7 | 10 | 9;
|
|
81
81
|
spam: boolean;
|
|
82
82
|
to_emails: string[] | null;
|
|
83
83
|
product_id: number | null;
|
|
@@ -42,7 +42,7 @@ export declare const UpdateTicketInputSchema: z.ZodObject<{
|
|
|
42
42
|
email_config_id?: number | undefined;
|
|
43
43
|
requester_id?: number | undefined;
|
|
44
44
|
responder_id?: number | undefined;
|
|
45
|
-
source?: 1 | 2 | 3 |
|
|
45
|
+
source?: 1 | 2 | 3 | 7 | 10 | 9 | undefined;
|
|
46
46
|
company_id?: number | undefined;
|
|
47
47
|
product_id?: number | undefined;
|
|
48
48
|
due_by?: string | undefined;
|
|
@@ -70,7 +70,7 @@ export declare const UpdateTicketInputSchema: z.ZodObject<{
|
|
|
70
70
|
email_config_id?: number | undefined;
|
|
71
71
|
requester_id?: number | undefined;
|
|
72
72
|
responder_id?: number | undefined;
|
|
73
|
-
source?: 1 | 2 | 3 |
|
|
73
|
+
source?: 1 | 2 | 3 | 7 | 10 | 9 | undefined;
|
|
74
74
|
company_id?: number | undefined;
|
|
75
75
|
product_id?: number | undefined;
|
|
76
76
|
due_by?: string | undefined;
|
|
@@ -133,7 +133,7 @@ export declare const UpdateTicketResponseSchema: z.ZodObject<{
|
|
|
133
133
|
fr_escalated: boolean;
|
|
134
134
|
requester_id: number;
|
|
135
135
|
responder_id: number | null;
|
|
136
|
-
source: 1 | 2 | 3 |
|
|
136
|
+
source: 1 | 2 | 3 | 7 | 10 | 9;
|
|
137
137
|
spam: boolean;
|
|
138
138
|
to_emails: string[] | null;
|
|
139
139
|
product_id: number | null;
|
|
@@ -163,7 +163,7 @@ export declare const UpdateTicketResponseSchema: z.ZodObject<{
|
|
|
163
163
|
fr_escalated: boolean;
|
|
164
164
|
requester_id: number;
|
|
165
165
|
responder_id: number | null;
|
|
166
|
-
source: 1 | 2 | 3 |
|
|
166
|
+
source: 1 | 2 | 3 | 7 | 10 | 9;
|
|
167
167
|
spam: boolean;
|
|
168
168
|
to_emails: string[] | null;
|
|
169
169
|
product_id: number | null;
|
|
@@ -47,7 +47,7 @@ export declare const TicketSchema: z.ZodObject<{
|
|
|
47
47
|
fr_escalated: boolean;
|
|
48
48
|
requester_id: number;
|
|
49
49
|
responder_id: number | null;
|
|
50
|
-
source: 1 | 2 | 3 |
|
|
50
|
+
source: 1 | 2 | 3 | 7 | 10 | 9;
|
|
51
51
|
spam: boolean;
|
|
52
52
|
to_emails: string[] | null;
|
|
53
53
|
product_id: number | null;
|
|
@@ -77,7 +77,7 @@ export declare const TicketSchema: z.ZodObject<{
|
|
|
77
77
|
fr_escalated: boolean;
|
|
78
78
|
requester_id: number;
|
|
79
79
|
responder_id: number | null;
|
|
80
|
-
source: 1 | 2 | 3 |
|
|
80
|
+
source: 1 | 2 | 3 | 7 | 10 | 9;
|
|
81
81
|
spam: boolean;
|
|
82
82
|
to_emails: string[] | null;
|
|
83
83
|
product_id: number | null;
|