@pexip-engage-public/graphql 1.3.3-canary-20251127171339 → 1.3.3
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/CHANGELOG.md +3 -2
- package/dist/graphql-env.d.ts +579 -0
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +818 -149
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +82 -2
- package/dist/schema.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/graphql-env.ts +818 -149
- package/src/schema.ts +114 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# @pexip-engage-public/graphql
|
|
2
2
|
|
|
3
|
-
## 1.3.3
|
|
3
|
+
## 1.3.3
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- 952ec1e: chore: update schema with MEETING_TYPE_UPDATED notification
|
|
7
8
|
- b1505d0: fix(deps): update all non-major dependencies
|
|
8
9
|
- Updated dependencies [b1505d0]
|
|
9
|
-
- @pexip-engage-public/utils@0.1.49
|
|
10
|
+
- @pexip-engage-public/utils@0.1.49
|
|
10
11
|
|
|
11
12
|
## 1.3.2
|
|
12
13
|
|
package/dist/graphql-env.d.ts
CHANGED
|
@@ -29,6 +29,357 @@ declare const introspection: {
|
|
|
29
29
|
};
|
|
30
30
|
readonly subscriptionType: null;
|
|
31
31
|
readonly types: readonly [{
|
|
32
|
+
readonly kind: "OBJECT";
|
|
33
|
+
readonly name: "AIMessage";
|
|
34
|
+
readonly fields: readonly [{
|
|
35
|
+
readonly name: "aiThreadId";
|
|
36
|
+
readonly type: {
|
|
37
|
+
readonly kind: "NON_NULL";
|
|
38
|
+
readonly ofType: {
|
|
39
|
+
readonly kind: "SCALAR";
|
|
40
|
+
readonly name: "String";
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
readonly args: readonly [];
|
|
44
|
+
readonly isDeprecated: false;
|
|
45
|
+
}, {
|
|
46
|
+
readonly name: "content";
|
|
47
|
+
readonly type: {
|
|
48
|
+
readonly kind: "NON_NULL";
|
|
49
|
+
readonly ofType: {
|
|
50
|
+
readonly kind: "SCALAR";
|
|
51
|
+
readonly name: "String";
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
readonly args: readonly [];
|
|
55
|
+
readonly isDeprecated: false;
|
|
56
|
+
}, {
|
|
57
|
+
readonly name: "createdAt";
|
|
58
|
+
readonly type: {
|
|
59
|
+
readonly kind: "NON_NULL";
|
|
60
|
+
readonly ofType: {
|
|
61
|
+
readonly kind: "SCALAR";
|
|
62
|
+
readonly name: "ISO8601";
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
readonly args: readonly [];
|
|
66
|
+
readonly isDeprecated: false;
|
|
67
|
+
}, {
|
|
68
|
+
readonly name: "deletedAt";
|
|
69
|
+
readonly type: {
|
|
70
|
+
readonly kind: "SCALAR";
|
|
71
|
+
readonly name: "ISO8601";
|
|
72
|
+
};
|
|
73
|
+
readonly args: readonly [];
|
|
74
|
+
readonly isDeprecated: false;
|
|
75
|
+
}, {
|
|
76
|
+
readonly name: "id";
|
|
77
|
+
readonly type: {
|
|
78
|
+
readonly kind: "NON_NULL";
|
|
79
|
+
readonly ofType: {
|
|
80
|
+
readonly kind: "SCALAR";
|
|
81
|
+
readonly name: "String";
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
readonly args: readonly [];
|
|
85
|
+
readonly isDeprecated: false;
|
|
86
|
+
}, {
|
|
87
|
+
readonly name: "role";
|
|
88
|
+
readonly type: {
|
|
89
|
+
readonly kind: "NON_NULL";
|
|
90
|
+
readonly ofType: {
|
|
91
|
+
readonly kind: "ENUM";
|
|
92
|
+
readonly name: "AIMessageRole";
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
readonly args: readonly [];
|
|
96
|
+
readonly isDeprecated: false;
|
|
97
|
+
}, {
|
|
98
|
+
readonly name: "updatedAt";
|
|
99
|
+
readonly type: {
|
|
100
|
+
readonly kind: "NON_NULL";
|
|
101
|
+
readonly ofType: {
|
|
102
|
+
readonly kind: "SCALAR";
|
|
103
|
+
readonly name: "ISO8601";
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
readonly args: readonly [];
|
|
107
|
+
readonly isDeprecated: false;
|
|
108
|
+
}];
|
|
109
|
+
readonly interfaces: readonly [];
|
|
110
|
+
}, {
|
|
111
|
+
readonly kind: "OBJECT";
|
|
112
|
+
readonly name: "AIMessageConnection";
|
|
113
|
+
readonly fields: readonly [{
|
|
114
|
+
readonly name: "edges";
|
|
115
|
+
readonly type: {
|
|
116
|
+
readonly kind: "NON_NULL";
|
|
117
|
+
readonly ofType: {
|
|
118
|
+
readonly kind: "LIST";
|
|
119
|
+
readonly ofType: {
|
|
120
|
+
readonly kind: "NON_NULL";
|
|
121
|
+
readonly ofType: {
|
|
122
|
+
readonly kind: "OBJECT";
|
|
123
|
+
readonly name: "AIMessageEdge";
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
readonly args: readonly [];
|
|
129
|
+
readonly isDeprecated: false;
|
|
130
|
+
}, {
|
|
131
|
+
readonly name: "pageInfo";
|
|
132
|
+
readonly type: {
|
|
133
|
+
readonly kind: "NON_NULL";
|
|
134
|
+
readonly ofType: {
|
|
135
|
+
readonly kind: "OBJECT";
|
|
136
|
+
readonly name: "PageInfo";
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
readonly args: readonly [];
|
|
140
|
+
readonly isDeprecated: false;
|
|
141
|
+
}, {
|
|
142
|
+
readonly name: "totalCount";
|
|
143
|
+
readonly type: {
|
|
144
|
+
readonly kind: "NON_NULL";
|
|
145
|
+
readonly ofType: {
|
|
146
|
+
readonly kind: "SCALAR";
|
|
147
|
+
readonly name: "Int";
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
readonly args: readonly [];
|
|
151
|
+
readonly isDeprecated: false;
|
|
152
|
+
}];
|
|
153
|
+
readonly interfaces: readonly [];
|
|
154
|
+
}, {
|
|
155
|
+
readonly kind: "OBJECT";
|
|
156
|
+
readonly name: "AIMessageEdge";
|
|
157
|
+
readonly fields: readonly [{
|
|
158
|
+
readonly name: "cursor";
|
|
159
|
+
readonly type: {
|
|
160
|
+
readonly kind: "NON_NULL";
|
|
161
|
+
readonly ofType: {
|
|
162
|
+
readonly kind: "SCALAR";
|
|
163
|
+
readonly name: "String";
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
readonly args: readonly [];
|
|
167
|
+
readonly isDeprecated: false;
|
|
168
|
+
}, {
|
|
169
|
+
readonly name: "node";
|
|
170
|
+
readonly type: {
|
|
171
|
+
readonly kind: "NON_NULL";
|
|
172
|
+
readonly ofType: {
|
|
173
|
+
readonly kind: "OBJECT";
|
|
174
|
+
readonly name: "AIMessage";
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
readonly args: readonly [];
|
|
178
|
+
readonly isDeprecated: false;
|
|
179
|
+
}];
|
|
180
|
+
readonly interfaces: readonly [];
|
|
181
|
+
}, {
|
|
182
|
+
readonly kind: "ENUM";
|
|
183
|
+
readonly name: "AIMessageRole";
|
|
184
|
+
readonly enumValues: readonly [{
|
|
185
|
+
readonly name: "ASSISTANT";
|
|
186
|
+
readonly isDeprecated: false;
|
|
187
|
+
}, {
|
|
188
|
+
readonly name: "DEVELOPER";
|
|
189
|
+
readonly isDeprecated: false;
|
|
190
|
+
}, {
|
|
191
|
+
readonly name: "SYSTEM";
|
|
192
|
+
readonly isDeprecated: false;
|
|
193
|
+
}, {
|
|
194
|
+
readonly name: "USER";
|
|
195
|
+
readonly isDeprecated: false;
|
|
196
|
+
}];
|
|
197
|
+
}, {
|
|
198
|
+
readonly kind: "INPUT_OBJECT";
|
|
199
|
+
readonly name: "AIMessageSendInput";
|
|
200
|
+
readonly inputFields: readonly [{
|
|
201
|
+
readonly name: "content";
|
|
202
|
+
readonly type: {
|
|
203
|
+
readonly kind: "NON_NULL";
|
|
204
|
+
readonly ofType: {
|
|
205
|
+
readonly kind: "SCALAR";
|
|
206
|
+
readonly name: "String";
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
}];
|
|
210
|
+
readonly isOneOf: false;
|
|
211
|
+
}, {
|
|
212
|
+
readonly kind: "INPUT_OBJECT";
|
|
213
|
+
readonly name: "AIMessageSort";
|
|
214
|
+
readonly inputFields: readonly [{
|
|
215
|
+
readonly name: "direction";
|
|
216
|
+
readonly type: {
|
|
217
|
+
readonly kind: "NON_NULL";
|
|
218
|
+
readonly ofType: {
|
|
219
|
+
readonly kind: "ENUM";
|
|
220
|
+
readonly name: "SortDirection";
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
}, {
|
|
224
|
+
readonly name: "field";
|
|
225
|
+
readonly type: {
|
|
226
|
+
readonly kind: "NON_NULL";
|
|
227
|
+
readonly ofType: {
|
|
228
|
+
readonly kind: "ENUM";
|
|
229
|
+
readonly name: "SortableAIMessageFields";
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
}];
|
|
233
|
+
readonly isOneOf: false;
|
|
234
|
+
}, {
|
|
235
|
+
readonly kind: "OBJECT";
|
|
236
|
+
readonly name: "AIThread";
|
|
237
|
+
readonly fields: readonly [{
|
|
238
|
+
readonly name: "createdAt";
|
|
239
|
+
readonly type: {
|
|
240
|
+
readonly kind: "NON_NULL";
|
|
241
|
+
readonly ofType: {
|
|
242
|
+
readonly kind: "SCALAR";
|
|
243
|
+
readonly name: "ISO8601";
|
|
244
|
+
};
|
|
245
|
+
};
|
|
246
|
+
readonly args: readonly [];
|
|
247
|
+
readonly isDeprecated: false;
|
|
248
|
+
}, {
|
|
249
|
+
readonly name: "deletedAt";
|
|
250
|
+
readonly type: {
|
|
251
|
+
readonly kind: "SCALAR";
|
|
252
|
+
readonly name: "ISO8601";
|
|
253
|
+
};
|
|
254
|
+
readonly args: readonly [];
|
|
255
|
+
readonly isDeprecated: false;
|
|
256
|
+
}, {
|
|
257
|
+
readonly name: "id";
|
|
258
|
+
readonly type: {
|
|
259
|
+
readonly kind: "NON_NULL";
|
|
260
|
+
readonly ofType: {
|
|
261
|
+
readonly kind: "SCALAR";
|
|
262
|
+
readonly name: "String";
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
readonly args: readonly [];
|
|
266
|
+
readonly isDeprecated: false;
|
|
267
|
+
}, {
|
|
268
|
+
readonly name: "title";
|
|
269
|
+
readonly type: {
|
|
270
|
+
readonly kind: "SCALAR";
|
|
271
|
+
readonly name: "String";
|
|
272
|
+
};
|
|
273
|
+
readonly args: readonly [];
|
|
274
|
+
readonly isDeprecated: false;
|
|
275
|
+
}, {
|
|
276
|
+
readonly name: "updatedAt";
|
|
277
|
+
readonly type: {
|
|
278
|
+
readonly kind: "NON_NULL";
|
|
279
|
+
readonly ofType: {
|
|
280
|
+
readonly kind: "SCALAR";
|
|
281
|
+
readonly name: "ISO8601";
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
readonly args: readonly [];
|
|
285
|
+
readonly isDeprecated: false;
|
|
286
|
+
}];
|
|
287
|
+
readonly interfaces: readonly [];
|
|
288
|
+
}, {
|
|
289
|
+
readonly kind: "OBJECT";
|
|
290
|
+
readonly name: "AIThreadConnection";
|
|
291
|
+
readonly fields: readonly [{
|
|
292
|
+
readonly name: "edges";
|
|
293
|
+
readonly type: {
|
|
294
|
+
readonly kind: "NON_NULL";
|
|
295
|
+
readonly ofType: {
|
|
296
|
+
readonly kind: "LIST";
|
|
297
|
+
readonly ofType: {
|
|
298
|
+
readonly kind: "NON_NULL";
|
|
299
|
+
readonly ofType: {
|
|
300
|
+
readonly kind: "OBJECT";
|
|
301
|
+
readonly name: "AIThreadEdge";
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
readonly args: readonly [];
|
|
307
|
+
readonly isDeprecated: false;
|
|
308
|
+
}, {
|
|
309
|
+
readonly name: "pageInfo";
|
|
310
|
+
readonly type: {
|
|
311
|
+
readonly kind: "NON_NULL";
|
|
312
|
+
readonly ofType: {
|
|
313
|
+
readonly kind: "OBJECT";
|
|
314
|
+
readonly name: "PageInfo";
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
readonly args: readonly [];
|
|
318
|
+
readonly isDeprecated: false;
|
|
319
|
+
}, {
|
|
320
|
+
readonly name: "totalCount";
|
|
321
|
+
readonly type: {
|
|
322
|
+
readonly kind: "NON_NULL";
|
|
323
|
+
readonly ofType: {
|
|
324
|
+
readonly kind: "SCALAR";
|
|
325
|
+
readonly name: "Int";
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
readonly args: readonly [];
|
|
329
|
+
readonly isDeprecated: false;
|
|
330
|
+
}];
|
|
331
|
+
readonly interfaces: readonly [];
|
|
332
|
+
}, {
|
|
333
|
+
readonly kind: "OBJECT";
|
|
334
|
+
readonly name: "AIThreadEdge";
|
|
335
|
+
readonly fields: readonly [{
|
|
336
|
+
readonly name: "cursor";
|
|
337
|
+
readonly type: {
|
|
338
|
+
readonly kind: "NON_NULL";
|
|
339
|
+
readonly ofType: {
|
|
340
|
+
readonly kind: "SCALAR";
|
|
341
|
+
readonly name: "String";
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
readonly args: readonly [];
|
|
345
|
+
readonly isDeprecated: false;
|
|
346
|
+
}, {
|
|
347
|
+
readonly name: "node";
|
|
348
|
+
readonly type: {
|
|
349
|
+
readonly kind: "NON_NULL";
|
|
350
|
+
readonly ofType: {
|
|
351
|
+
readonly kind: "OBJECT";
|
|
352
|
+
readonly name: "AIThread";
|
|
353
|
+
};
|
|
354
|
+
};
|
|
355
|
+
readonly args: readonly [];
|
|
356
|
+
readonly isDeprecated: false;
|
|
357
|
+
}];
|
|
358
|
+
readonly interfaces: readonly [];
|
|
359
|
+
}, {
|
|
360
|
+
readonly kind: "INPUT_OBJECT";
|
|
361
|
+
readonly name: "AIThreadSort";
|
|
362
|
+
readonly inputFields: readonly [{
|
|
363
|
+
readonly name: "direction";
|
|
364
|
+
readonly type: {
|
|
365
|
+
readonly kind: "NON_NULL";
|
|
366
|
+
readonly ofType: {
|
|
367
|
+
readonly kind: "ENUM";
|
|
368
|
+
readonly name: "SortDirection";
|
|
369
|
+
};
|
|
370
|
+
};
|
|
371
|
+
}, {
|
|
372
|
+
readonly name: "field";
|
|
373
|
+
readonly type: {
|
|
374
|
+
readonly kind: "NON_NULL";
|
|
375
|
+
readonly ofType: {
|
|
376
|
+
readonly kind: "ENUM";
|
|
377
|
+
readonly name: "SortableAIThreadFields";
|
|
378
|
+
};
|
|
379
|
+
};
|
|
380
|
+
}];
|
|
381
|
+
readonly isOneOf: false;
|
|
382
|
+
}, {
|
|
32
383
|
readonly kind: "OBJECT";
|
|
33
384
|
readonly name: "ActiveLanguagesEnterpriseSetting";
|
|
34
385
|
readonly fields: readonly [{
|
|
@@ -2533,6 +2884,9 @@ declare const introspection: {
|
|
|
2533
2884
|
}, {
|
|
2534
2885
|
readonly name: "CREATED_BY_EMPLOYEE";
|
|
2535
2886
|
readonly isDeprecated: false;
|
|
2887
|
+
}, {
|
|
2888
|
+
readonly name: "MEETING_TYPE_UPDATED";
|
|
2889
|
+
readonly isDeprecated: false;
|
|
2536
2890
|
}, {
|
|
2537
2891
|
readonly name: "REQUEST_CREATED_BY_CUSTOMER";
|
|
2538
2892
|
readonly isDeprecated: false;
|
|
@@ -3392,6 +3746,9 @@ declare const introspection: {
|
|
|
3392
3746
|
}, {
|
|
3393
3747
|
readonly name: "EXTERNAL_CALENDAR_ACCOUNT_BROKEN";
|
|
3394
3748
|
readonly isDeprecated: false;
|
|
3749
|
+
}, {
|
|
3750
|
+
readonly name: "MEETING_TYPE_UPDATED";
|
|
3751
|
+
readonly isDeprecated: false;
|
|
3395
3752
|
}, {
|
|
3396
3753
|
readonly name: "REMINDER";
|
|
3397
3754
|
readonly isDeprecated: false;
|
|
@@ -22971,6 +23328,32 @@ declare const introspection: {
|
|
|
22971
23328
|
};
|
|
22972
23329
|
}];
|
|
22973
23330
|
readonly isDeprecated: false;
|
|
23331
|
+
}, {
|
|
23332
|
+
readonly name: "sendAIMessage";
|
|
23333
|
+
readonly type: {
|
|
23334
|
+
readonly kind: "NON_NULL";
|
|
23335
|
+
readonly ofType: {
|
|
23336
|
+
readonly kind: "OBJECT";
|
|
23337
|
+
readonly name: "AIMessage";
|
|
23338
|
+
};
|
|
23339
|
+
};
|
|
23340
|
+
readonly args: readonly [{
|
|
23341
|
+
readonly name: "aiThreadId";
|
|
23342
|
+
readonly type: {
|
|
23343
|
+
readonly kind: "SCALAR";
|
|
23344
|
+
readonly name: "String";
|
|
23345
|
+
};
|
|
23346
|
+
}, {
|
|
23347
|
+
readonly name: "input";
|
|
23348
|
+
readonly type: {
|
|
23349
|
+
readonly kind: "NON_NULL";
|
|
23350
|
+
readonly ofType: {
|
|
23351
|
+
readonly kind: "INPUT_OBJECT";
|
|
23352
|
+
readonly name: "AIMessageSendInput";
|
|
23353
|
+
};
|
|
23354
|
+
};
|
|
23355
|
+
}];
|
|
23356
|
+
readonly isDeprecated: false;
|
|
22974
23357
|
}, {
|
|
22975
23358
|
readonly name: "syncFutureEventsToExternalCalendar";
|
|
22976
23359
|
readonly type: {
|
|
@@ -25240,6 +25623,156 @@ declare const introspection: {
|
|
|
25240
25623
|
};
|
|
25241
25624
|
}];
|
|
25242
25625
|
readonly isDeprecated: false;
|
|
25626
|
+
}, {
|
|
25627
|
+
readonly name: "aiMessages";
|
|
25628
|
+
readonly type: {
|
|
25629
|
+
readonly kind: "NON_NULL";
|
|
25630
|
+
readonly ofType: {
|
|
25631
|
+
readonly kind: "OBJECT";
|
|
25632
|
+
readonly name: "AIMessageConnection";
|
|
25633
|
+
};
|
|
25634
|
+
};
|
|
25635
|
+
readonly args: readonly [{
|
|
25636
|
+
readonly name: "after";
|
|
25637
|
+
readonly type: {
|
|
25638
|
+
readonly kind: "SCALAR";
|
|
25639
|
+
readonly name: "String";
|
|
25640
|
+
};
|
|
25641
|
+
}, {
|
|
25642
|
+
readonly name: "aiThreadId";
|
|
25643
|
+
readonly type: {
|
|
25644
|
+
readonly kind: "LIST";
|
|
25645
|
+
readonly ofType: {
|
|
25646
|
+
readonly kind: "NON_NULL";
|
|
25647
|
+
readonly ofType: {
|
|
25648
|
+
readonly kind: "SCALAR";
|
|
25649
|
+
readonly name: "String";
|
|
25650
|
+
};
|
|
25651
|
+
};
|
|
25652
|
+
};
|
|
25653
|
+
}, {
|
|
25654
|
+
readonly name: "before";
|
|
25655
|
+
readonly type: {
|
|
25656
|
+
readonly kind: "SCALAR";
|
|
25657
|
+
readonly name: "String";
|
|
25658
|
+
};
|
|
25659
|
+
}, {
|
|
25660
|
+
readonly name: "first";
|
|
25661
|
+
readonly type: {
|
|
25662
|
+
readonly kind: "SCALAR";
|
|
25663
|
+
readonly name: "Int";
|
|
25664
|
+
};
|
|
25665
|
+
}, {
|
|
25666
|
+
readonly name: "id";
|
|
25667
|
+
readonly type: {
|
|
25668
|
+
readonly kind: "LIST";
|
|
25669
|
+
readonly ofType: {
|
|
25670
|
+
readonly kind: "NON_NULL";
|
|
25671
|
+
readonly ofType: {
|
|
25672
|
+
readonly kind: "SCALAR";
|
|
25673
|
+
readonly name: "String";
|
|
25674
|
+
};
|
|
25675
|
+
};
|
|
25676
|
+
};
|
|
25677
|
+
}, {
|
|
25678
|
+
readonly name: "last";
|
|
25679
|
+
readonly type: {
|
|
25680
|
+
readonly kind: "SCALAR";
|
|
25681
|
+
readonly name: "Int";
|
|
25682
|
+
};
|
|
25683
|
+
}, {
|
|
25684
|
+
readonly name: "sort";
|
|
25685
|
+
readonly type: {
|
|
25686
|
+
readonly kind: "LIST";
|
|
25687
|
+
readonly ofType: {
|
|
25688
|
+
readonly kind: "NON_NULL";
|
|
25689
|
+
readonly ofType: {
|
|
25690
|
+
readonly kind: "INPUT_OBJECT";
|
|
25691
|
+
readonly name: "AIMessageSort";
|
|
25692
|
+
};
|
|
25693
|
+
};
|
|
25694
|
+
};
|
|
25695
|
+
}];
|
|
25696
|
+
readonly isDeprecated: false;
|
|
25697
|
+
}, {
|
|
25698
|
+
readonly name: "aiThread";
|
|
25699
|
+
readonly type: {
|
|
25700
|
+
readonly kind: "NON_NULL";
|
|
25701
|
+
readonly ofType: {
|
|
25702
|
+
readonly kind: "OBJECT";
|
|
25703
|
+
readonly name: "AIThread";
|
|
25704
|
+
};
|
|
25705
|
+
};
|
|
25706
|
+
readonly args: readonly [{
|
|
25707
|
+
readonly name: "id";
|
|
25708
|
+
readonly type: {
|
|
25709
|
+
readonly kind: "NON_NULL";
|
|
25710
|
+
readonly ofType: {
|
|
25711
|
+
readonly kind: "SCALAR";
|
|
25712
|
+
readonly name: "String";
|
|
25713
|
+
};
|
|
25714
|
+
};
|
|
25715
|
+
}];
|
|
25716
|
+
readonly isDeprecated: false;
|
|
25717
|
+
}, {
|
|
25718
|
+
readonly name: "aiThreads";
|
|
25719
|
+
readonly type: {
|
|
25720
|
+
readonly kind: "NON_NULL";
|
|
25721
|
+
readonly ofType: {
|
|
25722
|
+
readonly kind: "OBJECT";
|
|
25723
|
+
readonly name: "AIThreadConnection";
|
|
25724
|
+
};
|
|
25725
|
+
};
|
|
25726
|
+
readonly args: readonly [{
|
|
25727
|
+
readonly name: "after";
|
|
25728
|
+
readonly type: {
|
|
25729
|
+
readonly kind: "SCALAR";
|
|
25730
|
+
readonly name: "String";
|
|
25731
|
+
};
|
|
25732
|
+
}, {
|
|
25733
|
+
readonly name: "before";
|
|
25734
|
+
readonly type: {
|
|
25735
|
+
readonly kind: "SCALAR";
|
|
25736
|
+
readonly name: "String";
|
|
25737
|
+
};
|
|
25738
|
+
}, {
|
|
25739
|
+
readonly name: "first";
|
|
25740
|
+
readonly type: {
|
|
25741
|
+
readonly kind: "SCALAR";
|
|
25742
|
+
readonly name: "Int";
|
|
25743
|
+
};
|
|
25744
|
+
}, {
|
|
25745
|
+
readonly name: "id";
|
|
25746
|
+
readonly type: {
|
|
25747
|
+
readonly kind: "LIST";
|
|
25748
|
+
readonly ofType: {
|
|
25749
|
+
readonly kind: "NON_NULL";
|
|
25750
|
+
readonly ofType: {
|
|
25751
|
+
readonly kind: "SCALAR";
|
|
25752
|
+
readonly name: "String";
|
|
25753
|
+
};
|
|
25754
|
+
};
|
|
25755
|
+
};
|
|
25756
|
+
}, {
|
|
25757
|
+
readonly name: "last";
|
|
25758
|
+
readonly type: {
|
|
25759
|
+
readonly kind: "SCALAR";
|
|
25760
|
+
readonly name: "Int";
|
|
25761
|
+
};
|
|
25762
|
+
}, {
|
|
25763
|
+
readonly name: "sort";
|
|
25764
|
+
readonly type: {
|
|
25765
|
+
readonly kind: "LIST";
|
|
25766
|
+
readonly ofType: {
|
|
25767
|
+
readonly kind: "NON_NULL";
|
|
25768
|
+
readonly ofType: {
|
|
25769
|
+
readonly kind: "INPUT_OBJECT";
|
|
25770
|
+
readonly name: "AIThreadSort";
|
|
25771
|
+
};
|
|
25772
|
+
};
|
|
25773
|
+
};
|
|
25774
|
+
}];
|
|
25775
|
+
readonly isDeprecated: false;
|
|
25243
25776
|
}, {
|
|
25244
25777
|
readonly name: "answerOption";
|
|
25245
25778
|
readonly type: {
|
|
@@ -25569,6 +26102,26 @@ declare const introspection: {
|
|
|
25569
26102
|
};
|
|
25570
26103
|
}];
|
|
25571
26104
|
readonly isDeprecated: false;
|
|
26105
|
+
}, {
|
|
26106
|
+
readonly name: "appointmentEmployeeChart";
|
|
26107
|
+
readonly type: {
|
|
26108
|
+
readonly kind: "NON_NULL";
|
|
26109
|
+
readonly ofType: {
|
|
26110
|
+
readonly kind: "OBJECT";
|
|
26111
|
+
readonly name: "Chart";
|
|
26112
|
+
};
|
|
26113
|
+
};
|
|
26114
|
+
readonly args: readonly [{
|
|
26115
|
+
readonly name: "filters";
|
|
26116
|
+
readonly type: {
|
|
26117
|
+
readonly kind: "NON_NULL";
|
|
26118
|
+
readonly ofType: {
|
|
26119
|
+
readonly kind: "INPUT_OBJECT";
|
|
26120
|
+
readonly name: "AppointmentChartFilters";
|
|
26121
|
+
};
|
|
26122
|
+
};
|
|
26123
|
+
}];
|
|
26124
|
+
readonly isDeprecated: false;
|
|
25572
26125
|
}, {
|
|
25573
26126
|
readonly name: "appointmentMeetingTypeChart";
|
|
25574
26127
|
readonly type: {
|
|
@@ -34109,6 +34662,32 @@ declare const introspection: {
|
|
|
34109
34662
|
readonly name: "DESC";
|
|
34110
34663
|
readonly isDeprecated: false;
|
|
34111
34664
|
}];
|
|
34665
|
+
}, {
|
|
34666
|
+
readonly kind: "ENUM";
|
|
34667
|
+
readonly name: "SortableAIMessageFields";
|
|
34668
|
+
readonly enumValues: readonly [{
|
|
34669
|
+
readonly name: "createdAt";
|
|
34670
|
+
readonly isDeprecated: false;
|
|
34671
|
+
}, {
|
|
34672
|
+
readonly name: "id";
|
|
34673
|
+
readonly isDeprecated: false;
|
|
34674
|
+
}, {
|
|
34675
|
+
readonly name: "updatedAt";
|
|
34676
|
+
readonly isDeprecated: false;
|
|
34677
|
+
}];
|
|
34678
|
+
}, {
|
|
34679
|
+
readonly kind: "ENUM";
|
|
34680
|
+
readonly name: "SortableAIThreadFields";
|
|
34681
|
+
readonly enumValues: readonly [{
|
|
34682
|
+
readonly name: "createdAt";
|
|
34683
|
+
readonly isDeprecated: false;
|
|
34684
|
+
}, {
|
|
34685
|
+
readonly name: "id";
|
|
34686
|
+
readonly isDeprecated: false;
|
|
34687
|
+
}, {
|
|
34688
|
+
readonly name: "updatedAt";
|
|
34689
|
+
readonly isDeprecated: false;
|
|
34690
|
+
}];
|
|
34112
34691
|
}, {
|
|
34113
34692
|
readonly kind: "ENUM";
|
|
34114
34693
|
readonly name: "SortableAppointmentFields";
|