@vendasta/meetings 0.80.0 → 0.81.0
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/esm2020/lib/_internal/enums/index.mjs +1 -2
- package/esm2020/lib/_internal/google-meet.api.service.mjs +7 -8
- package/esm2020/lib/_internal/index.mjs +1 -2
- package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-guest.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-host.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/meeting-type.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/shared.interface.mjs +1 -1
- package/esm2020/lib/_internal/meeting-guest.api.service.mjs +7 -8
- package/esm2020/lib/_internal/meeting-host.api.service.mjs +7 -8
- package/esm2020/lib/_internal/meeting-source-api.api.service.mjs +7 -8
- package/esm2020/lib/_internal/objects/index.mjs +1 -3
- package/esm2020/lib/_internal/objects/meeting-guest.mjs +2 -2
- package/esm2020/lib/_internal/objects/meeting-host.mjs +14 -2
- package/esm2020/lib/_internal/objects/meeting-type.mjs +19 -1
- package/esm2020/lib/_internal/objects/shared.mjs +2 -3
- package/esm2020/lib/host/host.service.mjs +11 -2
- package/esm2020/lib/index.mjs +3 -4
- package/esm2020/lib/shared/meeting-type.mjs +9 -3
- package/fesm2015/vendasta-meetings.mjs +97 -476
- package/fesm2015/vendasta-meetings.mjs.map +1 -1
- package/fesm2020/vendasta-meetings.mjs +97 -473
- package/fesm2020/vendasta-meetings.mjs.map +1 -1
- package/lib/_internal/enums/index.d.ts +0 -1
- package/lib/_internal/google-meet.api.service.d.ts +2 -5
- package/lib/_internal/index.d.ts +0 -1
- package/lib/_internal/interfaces/index.d.ts +0 -2
- package/lib/_internal/interfaces/meeting-guest.interface.d.ts +1 -1
- package/lib/_internal/interfaces/meeting-host.interface.d.ts +4 -1
- package/lib/_internal/interfaces/meeting-type.interface.d.ts +3 -0
- package/lib/_internal/interfaces/shared.interface.d.ts +1 -2
- package/lib/_internal/meeting-guest.api.service.d.ts +3 -5
- package/lib/_internal/meeting-host.api.service.d.ts +3 -5
- package/lib/_internal/meeting-source-api.api.service.d.ts +2 -5
- package/lib/_internal/objects/index.d.ts +0 -2
- package/lib/_internal/objects/meeting-guest.d.ts +1 -1
- package/lib/_internal/objects/meeting-host.d.ts +4 -1
- package/lib/_internal/objects/meeting-type.d.ts +3 -0
- package/lib/_internal/objects/shared.d.ts +1 -2
- package/lib/host/host.service.d.ts +3 -0
- package/lib/index.d.ts +3 -4
- package/lib/shared/meeting-type.d.ts +3 -0
- package/package.json +1 -1
- package/esm2020/lib/_internal/conversation-analysis.api.service.mjs +0 -50
- package/esm2020/lib/_internal/enums/conversation-analysis.enum.mjs +0 -13
- package/esm2020/lib/_internal/interfaces/annotations.interface.mjs +0 -8
- package/esm2020/lib/_internal/interfaces/conversation-analysis.interface.mjs +0 -2
- package/esm2020/lib/_internal/objects/annotations.mjs +0 -30
- package/esm2020/lib/_internal/objects/conversation-analysis.mjs +0 -309
- package/esm2020/lib/conversation_analysis/conversation-analysis.service.mjs +0 -37
- package/lib/_internal/conversation-analysis.api.service.d.ts +0 -15
- package/lib/_internal/enums/conversation-analysis.enum.d.ts +0 -5
- package/lib/_internal/interfaces/annotations.interface.d.ts +0 -4
- package/lib/_internal/interfaces/conversation-analysis.interface.d.ts +0 -53
- package/lib/_internal/objects/annotations.d.ts +0 -9
- package/lib/_internal/objects/conversation-analysis.d.ts +0 -82
- package/lib/conversation_analysis/conversation-analysis.service.d.ts +0 -16
|
@@ -2,8 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Injectable, inject } from '@angular/core';
|
|
3
3
|
import { throwError, of } from 'rxjs';
|
|
4
4
|
import { map, mapTo } from 'rxjs/operators';
|
|
5
|
-
import
|
|
6
|
-
import { HttpHeaders, HttpClient } from '@angular/common/http';
|
|
5
|
+
import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
7
6
|
|
|
8
7
|
// *********************************
|
|
9
8
|
// Code generated by sdkgen
|
|
@@ -131,22 +130,9 @@ var DayOfWeek;
|
|
|
131
130
|
DayOfWeek[DayOfWeek["SUNDAY"] = 7] = "SUNDAY";
|
|
132
131
|
})(DayOfWeek || (DayOfWeek = {}));
|
|
133
132
|
|
|
134
|
-
// *********************************
|
|
135
|
-
// Code generated by sdkgen
|
|
136
|
-
// DO NOT EDIT!.
|
|
137
|
-
//
|
|
138
|
-
// Enums.
|
|
139
|
-
// *********************************
|
|
140
|
-
var TranscriptSource;
|
|
141
|
-
(function (TranscriptSource) {
|
|
142
|
-
TranscriptSource[TranscriptSource["TRANSCRIPT_SOURCE_UNSPECIFIED"] = 0] = "TRANSCRIPT_SOURCE_UNSPECIFIED";
|
|
143
|
-
TranscriptSource[TranscriptSource["TRANSCRIPT_SOURCE_GOOGLE_MEET"] = 1] = "TRANSCRIPT_SOURCE_GOOGLE_MEET";
|
|
144
|
-
TranscriptSource[TranscriptSource["TRANSCRIPT_SOURCE_GONG"] = 2] = "TRANSCRIPT_SOURCE_GONG";
|
|
145
|
-
})(TranscriptSource || (TranscriptSource = {}));
|
|
146
|
-
|
|
147
133
|
// *********************************
|
|
148
134
|
|
|
149
|
-
function enumStringToValue$
|
|
135
|
+
function enumStringToValue$a(enumRef, value) {
|
|
150
136
|
if (typeof value === 'number') {
|
|
151
137
|
return value;
|
|
152
138
|
}
|
|
@@ -157,7 +143,7 @@ class CreateZoomMeetingRequest {
|
|
|
157
143
|
let m = new CreateZoomMeetingRequest();
|
|
158
144
|
m = Object.assign(m, proto);
|
|
159
145
|
if (proto.type) {
|
|
160
|
-
m.type = enumStringToValue$
|
|
146
|
+
m.type = enumStringToValue$a(ZoomMeetingType, proto.type);
|
|
161
147
|
}
|
|
162
148
|
if (proto.duration) {
|
|
163
149
|
m.duration = parseInt(proto.duration, 10);
|
|
@@ -225,7 +211,7 @@ class CreateZoomMeetingResponse {
|
|
|
225
211
|
m.meetingId = parseInt(proto.meetingId, 10);
|
|
226
212
|
}
|
|
227
213
|
if (proto.type) {
|
|
228
|
-
m.type = enumStringToValue$
|
|
214
|
+
m.type = enumStringToValue$a(ZoomMeetingType, proto.type);
|
|
229
215
|
}
|
|
230
216
|
if (proto.duration) {
|
|
231
217
|
m.duration = parseInt(proto.duration, 10);
|
|
@@ -317,7 +303,7 @@ class ZoomMeetingRecurrence {
|
|
|
317
303
|
let m = new ZoomMeetingRecurrence();
|
|
318
304
|
m = Object.assign(m, proto);
|
|
319
305
|
if (proto.type) {
|
|
320
|
-
m.type = enumStringToValue$
|
|
306
|
+
m.type = enumStringToValue$a(ZoomMeetingRecurrenceType, proto.type);
|
|
321
307
|
}
|
|
322
308
|
if (proto.repeatInterval) {
|
|
323
309
|
m.repeatInterval = parseInt(proto.repeatInterval, 10);
|
|
@@ -326,10 +312,10 @@ class ZoomMeetingRecurrence {
|
|
|
326
312
|
m.monthlyDay = parseInt(proto.monthlyDay, 10);
|
|
327
313
|
}
|
|
328
314
|
if (proto.monthlyWeek) {
|
|
329
|
-
m.monthlyWeek = enumStringToValue$
|
|
315
|
+
m.monthlyWeek = enumStringToValue$a(ZoomMonthlyWeek, proto.monthlyWeek);
|
|
330
316
|
}
|
|
331
317
|
if (proto.monthlyWeekDay) {
|
|
332
|
-
m.monthlyWeekDay = enumStringToValue$
|
|
318
|
+
m.monthlyWeekDay = enumStringToValue$a(ZoomMonthlyWeekDay, proto.monthlyWeekDay);
|
|
333
319
|
}
|
|
334
320
|
if (proto.endTimes) {
|
|
335
321
|
m.endTimes = parseInt(proto.endTimes, 10);
|
|
@@ -376,10 +362,10 @@ class ZoomMeetingSettings {
|
|
|
376
362
|
let m = new ZoomMeetingSettings();
|
|
377
363
|
m = Object.assign(m, proto);
|
|
378
364
|
if (proto.approvalType) {
|
|
379
|
-
m.approvalType = enumStringToValue$
|
|
365
|
+
m.approvalType = enumStringToValue$a(ZoomApprovalType, proto.approvalType);
|
|
380
366
|
}
|
|
381
367
|
if (proto.registrationType) {
|
|
382
|
-
m.registrationType = enumStringToValue$
|
|
368
|
+
m.registrationType = enumStringToValue$a(ZoomRegistrationType, proto.registrationType);
|
|
383
369
|
}
|
|
384
370
|
return m;
|
|
385
371
|
}
|
|
@@ -522,7 +508,7 @@ class ZoomOccurrence {
|
|
|
522
508
|
}
|
|
523
509
|
}
|
|
524
510
|
|
|
525
|
-
function enumStringToValue$
|
|
511
|
+
function enumStringToValue$9(enumRef, value) {
|
|
526
512
|
if (typeof value === 'number') {
|
|
527
513
|
return value;
|
|
528
514
|
}
|
|
@@ -1061,7 +1047,7 @@ class GoogleMeetMeetingReminders {
|
|
|
1061
1047
|
}
|
|
1062
1048
|
}
|
|
1063
1049
|
|
|
1064
|
-
function enumStringToValue$
|
|
1050
|
+
function enumStringToValue$8(enumRef, value) {
|
|
1065
1051
|
if (typeof value === 'number') {
|
|
1066
1052
|
return value;
|
|
1067
1053
|
}
|
|
@@ -1072,10 +1058,10 @@ class MeetingSourceInfo {
|
|
|
1072
1058
|
let m = new MeetingSourceInfo();
|
|
1073
1059
|
m = Object.assign(m, proto);
|
|
1074
1060
|
if (proto.source) {
|
|
1075
|
-
m.source = enumStringToValue$
|
|
1061
|
+
m.source = enumStringToValue$8(MeetingSource, proto.source);
|
|
1076
1062
|
}
|
|
1077
1063
|
if (proto.status) {
|
|
1078
|
-
m.status = enumStringToValue$
|
|
1064
|
+
m.status = enumStringToValue$8(MeetingSourceStatus, proto.status);
|
|
1079
1065
|
}
|
|
1080
1066
|
return m;
|
|
1081
1067
|
}
|
|
@@ -1156,7 +1142,7 @@ class MeetingSourceQuery {
|
|
|
1156
1142
|
let m = new MeetingSourceQuery();
|
|
1157
1143
|
m = Object.assign(m, proto);
|
|
1158
1144
|
if (proto.source) {
|
|
1159
|
-
m.source = enumStringToValue$
|
|
1145
|
+
m.source = enumStringToValue$8(MeetingSource, proto.source);
|
|
1160
1146
|
}
|
|
1161
1147
|
return m;
|
|
1162
1148
|
}
|
|
@@ -1181,7 +1167,7 @@ class MeetingSourceQuery {
|
|
|
1181
1167
|
}
|
|
1182
1168
|
}
|
|
1183
1169
|
|
|
1184
|
-
function enumStringToValue$
|
|
1170
|
+
function enumStringToValue$7(enumRef, value) {
|
|
1185
1171
|
if (typeof value === 'number') {
|
|
1186
1172
|
return value;
|
|
1187
1173
|
}
|
|
@@ -1217,7 +1203,7 @@ class TimeOfDay {
|
|
|
1217
1203
|
}
|
|
1218
1204
|
}
|
|
1219
1205
|
|
|
1220
|
-
function enumStringToValue$
|
|
1206
|
+
function enumStringToValue$6(enumRef, value) {
|
|
1221
1207
|
if (typeof value === 'number') {
|
|
1222
1208
|
return value;
|
|
1223
1209
|
}
|
|
@@ -1294,7 +1280,7 @@ class TimeZone {
|
|
|
1294
1280
|
}
|
|
1295
1281
|
}
|
|
1296
1282
|
|
|
1297
|
-
function enumStringToValue$
|
|
1283
|
+
function enumStringToValue$5(enumRef, value) {
|
|
1298
1284
|
if (typeof value === 'number') {
|
|
1299
1285
|
return value;
|
|
1300
1286
|
}
|
|
@@ -1305,7 +1291,7 @@ class Answer {
|
|
|
1305
1291
|
let m = new Answer();
|
|
1306
1292
|
m = Object.assign(m, proto);
|
|
1307
1293
|
if (proto.type) {
|
|
1308
|
-
m.type = enumStringToValue$
|
|
1294
|
+
m.type = enumStringToValue$5(FormFieldType, proto.type);
|
|
1309
1295
|
}
|
|
1310
1296
|
return m;
|
|
1311
1297
|
}
|
|
@@ -1447,7 +1433,7 @@ class Calendar {
|
|
|
1447
1433
|
m.applicationContext = Object.keys(proto.applicationContext).reduce((obj, k) => { obj[k] = proto.applicationContext[k]; return obj; }, {});
|
|
1448
1434
|
}
|
|
1449
1435
|
if (proto.calendarType) {
|
|
1450
|
-
m.calendarType = enumStringToValue$
|
|
1436
|
+
m.calendarType = enumStringToValue$5(CalendarType, proto.calendarType);
|
|
1451
1437
|
}
|
|
1452
1438
|
return m;
|
|
1453
1439
|
}
|
|
@@ -1645,7 +1631,7 @@ class Preferences {
|
|
|
1645
1631
|
m.timezone = TimeZone.fromProto(proto.timezone);
|
|
1646
1632
|
}
|
|
1647
1633
|
if (proto.meetingIntegration) {
|
|
1648
|
-
m.meetingIntegration = enumStringToValue$
|
|
1634
|
+
m.meetingIntegration = enumStringToValue$5(MeetingSource, proto.meetingIntegration);
|
|
1649
1635
|
}
|
|
1650
1636
|
if (proto.availabilityIncrement) {
|
|
1651
1637
|
m.availabilityIncrement = parseInt(proto.availabilityIncrement, 10);
|
|
@@ -1717,7 +1703,7 @@ class TimeRange {
|
|
|
1717
1703
|
}
|
|
1718
1704
|
}
|
|
1719
1705
|
|
|
1720
|
-
function enumStringToValue$
|
|
1706
|
+
function enumStringToValue$4(enumRef, value) {
|
|
1721
1707
|
if (typeof value === 'number') {
|
|
1722
1708
|
return value;
|
|
1723
1709
|
}
|
|
@@ -1728,7 +1714,7 @@ class Field {
|
|
|
1728
1714
|
let m = new Field();
|
|
1729
1715
|
m = Object.assign(m, proto);
|
|
1730
1716
|
if (proto.type) {
|
|
1731
|
-
m.type = enumStringToValue$
|
|
1717
|
+
m.type = enumStringToValue$4(FormFieldType, proto.type);
|
|
1732
1718
|
}
|
|
1733
1719
|
return m;
|
|
1734
1720
|
}
|
|
@@ -1785,6 +1771,15 @@ class MeetingType {
|
|
|
1785
1771
|
if (proto.form) {
|
|
1786
1772
|
m.form = Form.fromProto(proto.form);
|
|
1787
1773
|
}
|
|
1774
|
+
if (proto.availabilityIncrement) {
|
|
1775
|
+
m.availabilityIncrement = parseInt(proto.availabilityIncrement, 10);
|
|
1776
|
+
}
|
|
1777
|
+
if (proto.bufferDurationAfterMeeting) {
|
|
1778
|
+
m.bufferDurationAfterMeeting = parseInt(proto.bufferDurationAfterMeeting, 10);
|
|
1779
|
+
}
|
|
1780
|
+
if (proto.noticeTime) {
|
|
1781
|
+
m.noticeTime = parseInt(proto.noticeTime, 10);
|
|
1782
|
+
}
|
|
1788
1783
|
return m;
|
|
1789
1784
|
}
|
|
1790
1785
|
constructor(kwargs) {
|
|
@@ -1831,11 +1826,20 @@ class MeetingType {
|
|
|
1831
1826
|
if (typeof this.bookingUrl !== 'undefined') {
|
|
1832
1827
|
toReturn['bookingUrl'] = this.bookingUrl;
|
|
1833
1828
|
}
|
|
1829
|
+
if (typeof this.availabilityIncrement !== 'undefined') {
|
|
1830
|
+
toReturn['availabilityIncrement'] = this.availabilityIncrement;
|
|
1831
|
+
}
|
|
1832
|
+
if (typeof this.bufferDurationAfterMeeting !== 'undefined') {
|
|
1833
|
+
toReturn['bufferDurationAfterMeeting'] = this.bufferDurationAfterMeeting;
|
|
1834
|
+
}
|
|
1835
|
+
if (typeof this.noticeTime !== 'undefined') {
|
|
1836
|
+
toReturn['noticeTime'] = this.noticeTime;
|
|
1837
|
+
}
|
|
1834
1838
|
return toReturn;
|
|
1835
1839
|
}
|
|
1836
1840
|
}
|
|
1837
1841
|
|
|
1838
|
-
function enumStringToValue$
|
|
1842
|
+
function enumStringToValue$3(enumRef, value) {
|
|
1839
1843
|
if (typeof value === 'number') {
|
|
1840
1844
|
return value;
|
|
1841
1845
|
}
|
|
@@ -1871,7 +1875,7 @@ class DateRange {
|
|
|
1871
1875
|
}
|
|
1872
1876
|
}
|
|
1873
1877
|
|
|
1874
|
-
function enumStringToValue$
|
|
1878
|
+
function enumStringToValue$2(enumRef, value) {
|
|
1875
1879
|
if (typeof value === 'number') {
|
|
1876
1880
|
return value;
|
|
1877
1881
|
}
|
|
@@ -2378,7 +2382,7 @@ class BookMeetingRequestMetadataEntry {
|
|
|
2378
2382
|
}
|
|
2379
2383
|
}
|
|
2380
2384
|
|
|
2381
|
-
function enumStringToValue$
|
|
2385
|
+
function enumStringToValue$1(enumRef, value) {
|
|
2382
2386
|
if (typeof value === 'number') {
|
|
2383
2387
|
return value;
|
|
2384
2388
|
}
|
|
@@ -2405,7 +2409,7 @@ class FieldMask {
|
|
|
2405
2409
|
}
|
|
2406
2410
|
}
|
|
2407
2411
|
|
|
2408
|
-
function enumStringToValue
|
|
2412
|
+
function enumStringToValue(enumRef, value) {
|
|
2409
2413
|
if (typeof value === 'number') {
|
|
2410
2414
|
return value;
|
|
2411
2415
|
}
|
|
@@ -2485,7 +2489,7 @@ class AvailabilityRule {
|
|
|
2485
2489
|
let m = new AvailabilityRule();
|
|
2486
2490
|
m = Object.assign(m, proto);
|
|
2487
2491
|
if (proto.day) {
|
|
2488
|
-
m.day = enumStringToValue
|
|
2492
|
+
m.day = enumStringToValue(DayOfWeek, proto.day);
|
|
2489
2493
|
}
|
|
2490
2494
|
if (proto.timeSlot) {
|
|
2491
2495
|
m.timeSlot = TimeRange.fromProto(proto.timeSlot);
|
|
@@ -2723,6 +2727,9 @@ class CreateMeetingTypeRequest {
|
|
|
2723
2727
|
if (proto.meetingType) {
|
|
2724
2728
|
m.meetingType = MeetingType.fromProto(proto.meetingType);
|
|
2725
2729
|
}
|
|
2730
|
+
if (proto.fieldMask) {
|
|
2731
|
+
m.fieldMask = FieldMask.fromProto(proto.fieldMask);
|
|
2732
|
+
}
|
|
2726
2733
|
return m;
|
|
2727
2734
|
}
|
|
2728
2735
|
constructor(kwargs) {
|
|
@@ -2736,6 +2743,12 @@ class CreateMeetingTypeRequest {
|
|
|
2736
2743
|
if (typeof this.meetingType !== 'undefined' && this.meetingType !== null) {
|
|
2737
2744
|
toReturn['meetingType'] = 'toApiJson' in this.meetingType ? this.meetingType.toApiJson() : this.meetingType;
|
|
2738
2745
|
}
|
|
2746
|
+
if (typeof this.fieldMask !== 'undefined' && this.fieldMask !== null) {
|
|
2747
|
+
toReturn['fieldMask'] = 'toApiJson' in this.fieldMask ? this.fieldMask.toApiJson() : this.fieldMask;
|
|
2748
|
+
}
|
|
2749
|
+
if (typeof this.hostId !== 'undefined') {
|
|
2750
|
+
toReturn['hostId'] = this.hostId;
|
|
2751
|
+
}
|
|
2739
2752
|
return toReturn;
|
|
2740
2753
|
}
|
|
2741
2754
|
}
|
|
@@ -3154,7 +3167,7 @@ class HostBookMeetingRequest {
|
|
|
3154
3167
|
let m = new HostBookMeetingRequest();
|
|
3155
3168
|
m = Object.assign(m, proto);
|
|
3156
3169
|
if (proto.meetingSource) {
|
|
3157
|
-
m.meetingSource = enumStringToValue
|
|
3170
|
+
m.meetingSource = enumStringToValue(MeetingSource, proto.meetingSource);
|
|
3158
3171
|
}
|
|
3159
3172
|
if (proto.timeSlot) {
|
|
3160
3173
|
m.timeSlot = DateRange.fromProto(proto.timeSlot);
|
|
@@ -3771,7 +3784,7 @@ class SetGeneralAvailabilityRequest {
|
|
|
3771
3784
|
let m = new SetGeneralAvailabilityRequest();
|
|
3772
3785
|
m = Object.assign(m, proto);
|
|
3773
3786
|
if (proto.days) {
|
|
3774
|
-
m.days = proto.days.map((v) => enumStringToValue
|
|
3787
|
+
m.days = proto.days.map((v) => enumStringToValue(DayOfWeek, v));
|
|
3775
3788
|
}
|
|
3776
3789
|
if (proto.timeSlot) {
|
|
3777
3790
|
m.timeSlot = TimeRange.fromProto(proto.timeSlot);
|
|
@@ -3949,6 +3962,9 @@ class UpdateMeetingTypeRequest {
|
|
|
3949
3962
|
if (typeof this.fieldMask !== 'undefined' && this.fieldMask !== null) {
|
|
3950
3963
|
toReturn['fieldMask'] = 'toApiJson' in this.fieldMask ? this.fieldMask.toApiJson() : this.fieldMask;
|
|
3951
3964
|
}
|
|
3965
|
+
if (typeof this.hostId !== 'undefined') {
|
|
3966
|
+
toReturn['hostId'] = this.hostId;
|
|
3967
|
+
}
|
|
3952
3968
|
return toReturn;
|
|
3953
3969
|
}
|
|
3954
3970
|
}
|
|
@@ -3957,7 +3973,7 @@ class WeekdayAvailability {
|
|
|
3957
3973
|
let m = new WeekdayAvailability();
|
|
3958
3974
|
m = Object.assign(m, proto);
|
|
3959
3975
|
if (proto.day) {
|
|
3960
|
-
m.day = enumStringToValue
|
|
3976
|
+
m.day = enumStringToValue(DayOfWeek, proto.day);
|
|
3961
3977
|
}
|
|
3962
3978
|
if (proto.timeSlots) {
|
|
3963
3979
|
m.timeSlots = proto.timeSlots.map(TimeRange.fromProto);
|
|
@@ -3982,343 +3998,6 @@ class WeekdayAvailability {
|
|
|
3982
3998
|
}
|
|
3983
3999
|
}
|
|
3984
4000
|
|
|
3985
|
-
function enumStringToValue$1(enumRef, value) {
|
|
3986
|
-
if (typeof value === 'number') {
|
|
3987
|
-
return value;
|
|
3988
|
-
}
|
|
3989
|
-
return enumRef[value];
|
|
3990
|
-
}
|
|
3991
|
-
class CreateRawTranscriptRequest {
|
|
3992
|
-
static fromProto(proto) {
|
|
3993
|
-
let m = new CreateRawTranscriptRequest();
|
|
3994
|
-
m = Object.assign(m, proto);
|
|
3995
|
-
if (proto.rawTranscript) {
|
|
3996
|
-
m.rawTranscript = RawTranscript.fromProto(proto.rawTranscript);
|
|
3997
|
-
}
|
|
3998
|
-
return m;
|
|
3999
|
-
}
|
|
4000
|
-
constructor(kwargs) {
|
|
4001
|
-
if (!kwargs) {
|
|
4002
|
-
return;
|
|
4003
|
-
}
|
|
4004
|
-
Object.assign(this, kwargs);
|
|
4005
|
-
}
|
|
4006
|
-
toApiJson() {
|
|
4007
|
-
const toReturn = {};
|
|
4008
|
-
if (typeof this.rawTranscript !== 'undefined' && this.rawTranscript !== null) {
|
|
4009
|
-
toReturn['rawTranscript'] = 'toApiJson' in this.rawTranscript ? this.rawTranscript.toApiJson() : this.rawTranscript;
|
|
4010
|
-
}
|
|
4011
|
-
return toReturn;
|
|
4012
|
-
}
|
|
4013
|
-
}
|
|
4014
|
-
class CreateRawTranscriptResponse {
|
|
4015
|
-
static fromProto(proto) {
|
|
4016
|
-
let m = new CreateRawTranscriptResponse();
|
|
4017
|
-
m = Object.assign(m, proto);
|
|
4018
|
-
return m;
|
|
4019
|
-
}
|
|
4020
|
-
constructor(kwargs) {
|
|
4021
|
-
if (!kwargs) {
|
|
4022
|
-
return;
|
|
4023
|
-
}
|
|
4024
|
-
Object.assign(this, kwargs);
|
|
4025
|
-
}
|
|
4026
|
-
toApiJson() {
|
|
4027
|
-
const toReturn = {};
|
|
4028
|
-
if (typeof this.id !== 'undefined') {
|
|
4029
|
-
toReturn['id'] = this.id;
|
|
4030
|
-
}
|
|
4031
|
-
return toReturn;
|
|
4032
|
-
}
|
|
4033
|
-
}
|
|
4034
|
-
class ListProcessedTranscriptsRequestFilters {
|
|
4035
|
-
static fromProto(proto) {
|
|
4036
|
-
let m = new ListProcessedTranscriptsRequestFilters();
|
|
4037
|
-
m = Object.assign(m, proto);
|
|
4038
|
-
return m;
|
|
4039
|
-
}
|
|
4040
|
-
constructor(kwargs) {
|
|
4041
|
-
if (!kwargs) {
|
|
4042
|
-
return;
|
|
4043
|
-
}
|
|
4044
|
-
Object.assign(this, kwargs);
|
|
4045
|
-
}
|
|
4046
|
-
toApiJson() {
|
|
4047
|
-
const toReturn = {};
|
|
4048
|
-
if (typeof this.namespace !== 'undefined') {
|
|
4049
|
-
toReturn['namespace'] = this.namespace;
|
|
4050
|
-
}
|
|
4051
|
-
return toReturn;
|
|
4052
|
-
}
|
|
4053
|
-
}
|
|
4054
|
-
class GetProcessedTranscriptsRequest {
|
|
4055
|
-
static fromProto(proto) {
|
|
4056
|
-
let m = new GetProcessedTranscriptsRequest();
|
|
4057
|
-
m = Object.assign(m, proto);
|
|
4058
|
-
return m;
|
|
4059
|
-
}
|
|
4060
|
-
constructor(kwargs) {
|
|
4061
|
-
if (!kwargs) {
|
|
4062
|
-
return;
|
|
4063
|
-
}
|
|
4064
|
-
Object.assign(this, kwargs);
|
|
4065
|
-
}
|
|
4066
|
-
toApiJson() {
|
|
4067
|
-
const toReturn = {};
|
|
4068
|
-
if (typeof this.id !== 'undefined') {
|
|
4069
|
-
toReturn['id'] = this.id;
|
|
4070
|
-
}
|
|
4071
|
-
return toReturn;
|
|
4072
|
-
}
|
|
4073
|
-
}
|
|
4074
|
-
class GetProcessedTranscriptsResponse {
|
|
4075
|
-
static fromProto(proto) {
|
|
4076
|
-
let m = new GetProcessedTranscriptsResponse();
|
|
4077
|
-
m = Object.assign(m, proto);
|
|
4078
|
-
if (proto.processedTranscript) {
|
|
4079
|
-
m.processedTranscript = ProcessedTranscript.fromProto(proto.processedTranscript);
|
|
4080
|
-
}
|
|
4081
|
-
return m;
|
|
4082
|
-
}
|
|
4083
|
-
constructor(kwargs) {
|
|
4084
|
-
if (!kwargs) {
|
|
4085
|
-
return;
|
|
4086
|
-
}
|
|
4087
|
-
Object.assign(this, kwargs);
|
|
4088
|
-
}
|
|
4089
|
-
toApiJson() {
|
|
4090
|
-
const toReturn = {};
|
|
4091
|
-
if (typeof this.processedTranscript !== 'undefined' && this.processedTranscript !== null) {
|
|
4092
|
-
toReturn['processedTranscript'] = 'toApiJson' in this.processedTranscript ? this.processedTranscript.toApiJson() : this.processedTranscript;
|
|
4093
|
-
}
|
|
4094
|
-
return toReturn;
|
|
4095
|
-
}
|
|
4096
|
-
}
|
|
4097
|
-
class ListProcessedTranscriptsRequest {
|
|
4098
|
-
static fromProto(proto) {
|
|
4099
|
-
let m = new ListProcessedTranscriptsRequest();
|
|
4100
|
-
m = Object.assign(m, proto);
|
|
4101
|
-
if (proto.filters) {
|
|
4102
|
-
m.filters = ListProcessedTranscriptsRequestFilters.fromProto(proto.filters);
|
|
4103
|
-
}
|
|
4104
|
-
if (proto.pagingOptions) {
|
|
4105
|
-
m.pagingOptions = PagedRequestOptions.fromProto(proto.pagingOptions);
|
|
4106
|
-
}
|
|
4107
|
-
return m;
|
|
4108
|
-
}
|
|
4109
|
-
constructor(kwargs) {
|
|
4110
|
-
if (!kwargs) {
|
|
4111
|
-
return;
|
|
4112
|
-
}
|
|
4113
|
-
Object.assign(this, kwargs);
|
|
4114
|
-
}
|
|
4115
|
-
toApiJson() {
|
|
4116
|
-
const toReturn = {};
|
|
4117
|
-
if (typeof this.filters !== 'undefined' && this.filters !== null) {
|
|
4118
|
-
toReturn['filters'] = 'toApiJson' in this.filters ? this.filters.toApiJson() : this.filters;
|
|
4119
|
-
}
|
|
4120
|
-
if (typeof this.pagingOptions !== 'undefined' && this.pagingOptions !== null) {
|
|
4121
|
-
toReturn['pagingOptions'] = 'toApiJson' in this.pagingOptions ? this.pagingOptions.toApiJson() : this.pagingOptions;
|
|
4122
|
-
}
|
|
4123
|
-
return toReturn;
|
|
4124
|
-
}
|
|
4125
|
-
}
|
|
4126
|
-
class ListProcessedTranscriptsResponse {
|
|
4127
|
-
static fromProto(proto) {
|
|
4128
|
-
let m = new ListProcessedTranscriptsResponse();
|
|
4129
|
-
m = Object.assign(m, proto);
|
|
4130
|
-
if (proto.processedTranscripts) {
|
|
4131
|
-
m.processedTranscripts = proto.processedTranscripts.map(ProcessedTranscript.fromProto);
|
|
4132
|
-
}
|
|
4133
|
-
if (proto.metadata) {
|
|
4134
|
-
m.metadata = PagedResponseMetadata.fromProto(proto.metadata);
|
|
4135
|
-
}
|
|
4136
|
-
return m;
|
|
4137
|
-
}
|
|
4138
|
-
constructor(kwargs) {
|
|
4139
|
-
if (!kwargs) {
|
|
4140
|
-
return;
|
|
4141
|
-
}
|
|
4142
|
-
Object.assign(this, kwargs);
|
|
4143
|
-
}
|
|
4144
|
-
toApiJson() {
|
|
4145
|
-
const toReturn = {};
|
|
4146
|
-
if (typeof this.processedTranscripts !== 'undefined' && this.processedTranscripts !== null) {
|
|
4147
|
-
toReturn['processedTranscripts'] = 'toApiJson' in this.processedTranscripts ? this.processedTranscripts.toApiJson() : this.processedTranscripts;
|
|
4148
|
-
}
|
|
4149
|
-
if (typeof this.metadata !== 'undefined' && this.metadata !== null) {
|
|
4150
|
-
toReturn['metadata'] = 'toApiJson' in this.metadata ? this.metadata.toApiJson() : this.metadata;
|
|
4151
|
-
}
|
|
4152
|
-
return toReturn;
|
|
4153
|
-
}
|
|
4154
|
-
}
|
|
4155
|
-
class ProcessedTranscript {
|
|
4156
|
-
static fromProto(proto) {
|
|
4157
|
-
let m = new ProcessedTranscript();
|
|
4158
|
-
m = Object.assign(m, proto);
|
|
4159
|
-
if (proto.source) {
|
|
4160
|
-
m.source = enumStringToValue$1(TranscriptSource, proto.source);
|
|
4161
|
-
}
|
|
4162
|
-
if (proto.sentiment) {
|
|
4163
|
-
m.sentiment = parseInt(proto.sentiment, 10);
|
|
4164
|
-
}
|
|
4165
|
-
if (proto.salesScore) {
|
|
4166
|
-
m.salesScore = parseInt(proto.salesScore, 10);
|
|
4167
|
-
}
|
|
4168
|
-
if (proto.created) {
|
|
4169
|
-
m.created = new Date(proto.created);
|
|
4170
|
-
}
|
|
4171
|
-
if (proto.updated) {
|
|
4172
|
-
m.updated = new Date(proto.updated);
|
|
4173
|
-
}
|
|
4174
|
-
if (proto.deleted) {
|
|
4175
|
-
m.deleted = new Date(proto.deleted);
|
|
4176
|
-
}
|
|
4177
|
-
return m;
|
|
4178
|
-
}
|
|
4179
|
-
constructor(kwargs) {
|
|
4180
|
-
if (!kwargs) {
|
|
4181
|
-
return;
|
|
4182
|
-
}
|
|
4183
|
-
Object.assign(this, kwargs);
|
|
4184
|
-
}
|
|
4185
|
-
toApiJson() {
|
|
4186
|
-
const toReturn = {};
|
|
4187
|
-
if (typeof this.id !== 'undefined') {
|
|
4188
|
-
toReturn['id'] = this.id;
|
|
4189
|
-
}
|
|
4190
|
-
if (typeof this.namespace !== 'undefined') {
|
|
4191
|
-
toReturn['namespace'] = this.namespace;
|
|
4192
|
-
}
|
|
4193
|
-
if (typeof this.source !== 'undefined') {
|
|
4194
|
-
toReturn['source'] = this.source;
|
|
4195
|
-
}
|
|
4196
|
-
if (typeof this.title !== 'undefined') {
|
|
4197
|
-
toReturn['title'] = this.title;
|
|
4198
|
-
}
|
|
4199
|
-
if (typeof this.summary !== 'undefined') {
|
|
4200
|
-
toReturn['summary'] = this.summary;
|
|
4201
|
-
}
|
|
4202
|
-
if (typeof this.keywords !== 'undefined') {
|
|
4203
|
-
toReturn['keywords'] = this.keywords;
|
|
4204
|
-
}
|
|
4205
|
-
if (typeof this.keyTakeaways !== 'undefined') {
|
|
4206
|
-
toReturn['keyTakeaways'] = this.keyTakeaways;
|
|
4207
|
-
}
|
|
4208
|
-
if (typeof this.actionItems !== 'undefined') {
|
|
4209
|
-
toReturn['actionItems'] = this.actionItems;
|
|
4210
|
-
}
|
|
4211
|
-
if (typeof this.sentiment !== 'undefined') {
|
|
4212
|
-
toReturn['sentiment'] = this.sentiment;
|
|
4213
|
-
}
|
|
4214
|
-
if (typeof this.sentimentExplanation !== 'undefined') {
|
|
4215
|
-
toReturn['sentimentExplanation'] = this.sentimentExplanation;
|
|
4216
|
-
}
|
|
4217
|
-
if (typeof this.salesScore !== 'undefined') {
|
|
4218
|
-
toReturn['salesScore'] = this.salesScore;
|
|
4219
|
-
}
|
|
4220
|
-
if (typeof this.salesScoreExplanation !== 'undefined') {
|
|
4221
|
-
toReturn['salesScoreExplanation'] = this.salesScoreExplanation;
|
|
4222
|
-
}
|
|
4223
|
-
if (typeof this.analysingModelUsed !== 'undefined') {
|
|
4224
|
-
toReturn['analysingModelUsed'] = this.analysingModelUsed;
|
|
4225
|
-
}
|
|
4226
|
-
if (typeof this.promptUsed !== 'undefined') {
|
|
4227
|
-
toReturn['promptUsed'] = this.promptUsed;
|
|
4228
|
-
}
|
|
4229
|
-
if (typeof this.created !== 'undefined' && this.created !== null) {
|
|
4230
|
-
toReturn['created'] = 'toApiJson' in this.created ? this.created.toApiJson() : this.created;
|
|
4231
|
-
}
|
|
4232
|
-
if (typeof this.updated !== 'undefined' && this.updated !== null) {
|
|
4233
|
-
toReturn['updated'] = 'toApiJson' in this.updated ? this.updated.toApiJson() : this.updated;
|
|
4234
|
-
}
|
|
4235
|
-
if (typeof this.deleted !== 'undefined' && this.deleted !== null) {
|
|
4236
|
-
toReturn['deleted'] = 'toApiJson' in this.deleted ? this.deleted.toApiJson() : this.deleted;
|
|
4237
|
-
}
|
|
4238
|
-
return toReturn;
|
|
4239
|
-
}
|
|
4240
|
-
}
|
|
4241
|
-
class RawTranscript {
|
|
4242
|
-
static fromProto(proto) {
|
|
4243
|
-
let m = new RawTranscript();
|
|
4244
|
-
m = Object.assign(m, proto);
|
|
4245
|
-
if (proto.source) {
|
|
4246
|
-
m.source = enumStringToValue$1(TranscriptSource, proto.source);
|
|
4247
|
-
}
|
|
4248
|
-
if (proto.created) {
|
|
4249
|
-
m.created = new Date(proto.created);
|
|
4250
|
-
}
|
|
4251
|
-
if (proto.updated) {
|
|
4252
|
-
m.updated = new Date(proto.updated);
|
|
4253
|
-
}
|
|
4254
|
-
if (proto.deleted) {
|
|
4255
|
-
m.deleted = new Date(proto.deleted);
|
|
4256
|
-
}
|
|
4257
|
-
return m;
|
|
4258
|
-
}
|
|
4259
|
-
constructor(kwargs) {
|
|
4260
|
-
if (!kwargs) {
|
|
4261
|
-
return;
|
|
4262
|
-
}
|
|
4263
|
-
Object.assign(this, kwargs);
|
|
4264
|
-
}
|
|
4265
|
-
toApiJson() {
|
|
4266
|
-
const toReturn = {};
|
|
4267
|
-
if (typeof this.id !== 'undefined') {
|
|
4268
|
-
toReturn['id'] = this.id;
|
|
4269
|
-
}
|
|
4270
|
-
if (typeof this.namespace !== 'undefined') {
|
|
4271
|
-
toReturn['namespace'] = this.namespace;
|
|
4272
|
-
}
|
|
4273
|
-
if (typeof this.transcript !== 'undefined') {
|
|
4274
|
-
toReturn['transcript'] = this.transcript;
|
|
4275
|
-
}
|
|
4276
|
-
if (typeof this.source !== 'undefined') {
|
|
4277
|
-
toReturn['source'] = this.source;
|
|
4278
|
-
}
|
|
4279
|
-
if (typeof this.created !== 'undefined' && this.created !== null) {
|
|
4280
|
-
toReturn['created'] = 'toApiJson' in this.created ? this.created.toApiJson() : this.created;
|
|
4281
|
-
}
|
|
4282
|
-
if (typeof this.updated !== 'undefined' && this.updated !== null) {
|
|
4283
|
-
toReturn['updated'] = 'toApiJson' in this.updated ? this.updated.toApiJson() : this.updated;
|
|
4284
|
-
}
|
|
4285
|
-
if (typeof this.deleted !== 'undefined' && this.deleted !== null) {
|
|
4286
|
-
toReturn['deleted'] = 'toApiJson' in this.deleted ? this.deleted.toApiJson() : this.deleted;
|
|
4287
|
-
}
|
|
4288
|
-
return toReturn;
|
|
4289
|
-
}
|
|
4290
|
-
}
|
|
4291
|
-
|
|
4292
|
-
function enumStringToValue(enumRef, value) {
|
|
4293
|
-
if (typeof value === 'number') {
|
|
4294
|
-
return value;
|
|
4295
|
-
}
|
|
4296
|
-
return enumRef[value];
|
|
4297
|
-
}
|
|
4298
|
-
class Access {
|
|
4299
|
-
static fromProto(proto) {
|
|
4300
|
-
let m = new Access();
|
|
4301
|
-
m = Object.assign(m, proto);
|
|
4302
|
-
return m;
|
|
4303
|
-
}
|
|
4304
|
-
constructor(kwargs) {
|
|
4305
|
-
if (!kwargs) {
|
|
4306
|
-
return;
|
|
4307
|
-
}
|
|
4308
|
-
Object.assign(this, kwargs);
|
|
4309
|
-
}
|
|
4310
|
-
toApiJson() {
|
|
4311
|
-
const toReturn = {};
|
|
4312
|
-
if (typeof this.scope !== 'undefined') {
|
|
4313
|
-
toReturn['scope'] = this.scope;
|
|
4314
|
-
}
|
|
4315
|
-
if (typeof this.public !== 'undefined') {
|
|
4316
|
-
toReturn['public'] = this.public;
|
|
4317
|
-
}
|
|
4318
|
-
return toReturn;
|
|
4319
|
-
}
|
|
4320
|
-
}
|
|
4321
|
-
|
|
4322
4001
|
// *********************************
|
|
4323
4002
|
|
|
4324
4003
|
var _a;
|
|
@@ -4347,9 +4026,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
|
|
|
4347
4026
|
|
|
4348
4027
|
// *********************************
|
|
4349
4028
|
class MeetingSourceAPIApiService {
|
|
4350
|
-
constructor(
|
|
4351
|
-
this.
|
|
4352
|
-
this.
|
|
4029
|
+
constructor() {
|
|
4030
|
+
this.hostService = inject(HostService$1);
|
|
4031
|
+
this.http = inject(HttpClient);
|
|
4353
4032
|
this._host = this.hostService.hostWithScheme;
|
|
4354
4033
|
}
|
|
4355
4034
|
apiOptions() {
|
|
@@ -4366,12 +4045,12 @@ class MeetingSourceAPIApiService {
|
|
|
4366
4045
|
.pipe(map(resp => MeetingSourceListResponse.fromProto(resp)));
|
|
4367
4046
|
}
|
|
4368
4047
|
}
|
|
4369
|
-
MeetingSourceAPIApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingSourceAPIApiService, deps: [
|
|
4048
|
+
MeetingSourceAPIApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingSourceAPIApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4370
4049
|
MeetingSourceAPIApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingSourceAPIApiService, providedIn: 'root' });
|
|
4371
4050
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingSourceAPIApiService, decorators: [{
|
|
4372
4051
|
type: Injectable,
|
|
4373
4052
|
args: [{ providedIn: 'root' }]
|
|
4374
|
-
}]
|
|
4053
|
+
}] });
|
|
4375
4054
|
|
|
4376
4055
|
// *********************************
|
|
4377
4056
|
class ZoomApiService {
|
|
@@ -4403,9 +4082,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
|
|
|
4403
4082
|
|
|
4404
4083
|
// *********************************
|
|
4405
4084
|
class GoogleMeetApiService {
|
|
4406
|
-
constructor(
|
|
4407
|
-
this.
|
|
4408
|
-
this.
|
|
4085
|
+
constructor() {
|
|
4086
|
+
this.hostService = inject(HostService$1);
|
|
4087
|
+
this.http = inject(HttpClient);
|
|
4409
4088
|
this._host = this.hostService.hostWithScheme;
|
|
4410
4089
|
}
|
|
4411
4090
|
apiOptions() {
|
|
@@ -4422,12 +4101,12 @@ class GoogleMeetApiService {
|
|
|
4422
4101
|
.pipe(map(resp => GoogleMeetCreateMeetingResponse.fromProto(resp)));
|
|
4423
4102
|
}
|
|
4424
4103
|
}
|
|
4425
|
-
GoogleMeetApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: GoogleMeetApiService, deps: [
|
|
4104
|
+
GoogleMeetApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: GoogleMeetApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4426
4105
|
GoogleMeetApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: GoogleMeetApiService, providedIn: 'root' });
|
|
4427
4106
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: GoogleMeetApiService, decorators: [{
|
|
4428
4107
|
type: Injectable,
|
|
4429
4108
|
args: [{ providedIn: 'root' }]
|
|
4430
|
-
}]
|
|
4109
|
+
}] });
|
|
4431
4110
|
|
|
4432
4111
|
function generateMeetingPassword() {
|
|
4433
4112
|
const zoomMaxLength = 10;
|
|
@@ -4682,7 +4361,10 @@ function MeetingTypeFromApi(req) {
|
|
|
4682
4361
|
description: req.meetingTypeApi.description || '',
|
|
4683
4362
|
hexColor: req.meetingTypeApi.hexColor || '',
|
|
4684
4363
|
form: form,
|
|
4685
|
-
hostUserIds: req.meetingTypeApi.hostUserIds || []
|
|
4364
|
+
hostUserIds: req.meetingTypeApi.hostUserIds || [],
|
|
4365
|
+
availabilityIncrement: req.meetingTypeApi.availabilityIncrement || -1,
|
|
4366
|
+
bufferDurationAfterMeeting: req.meetingTypeApi.bufferDurationAfterMeeting || -1,
|
|
4367
|
+
noticeTime: req.meetingTypeApi.noticeTime || -1
|
|
4686
4368
|
};
|
|
4687
4369
|
}
|
|
4688
4370
|
function MeetingTypeToApi(req) {
|
|
@@ -4699,7 +4381,10 @@ function MeetingTypeToApi(req) {
|
|
|
4699
4381
|
description: m.description || undefined,
|
|
4700
4382
|
duration: m.duration ? m.duration : undefined,
|
|
4701
4383
|
form: m.form || undefined,
|
|
4702
|
-
hostUserIds: m.hostUserIds || undefined
|
|
4384
|
+
hostUserIds: m.hostUserIds || undefined,
|
|
4385
|
+
availabilityIncrement: m.availabilityIncrement || undefined,
|
|
4386
|
+
bufferDurationAfterMeeting: m.bufferDurationAfterMeeting || undefined,
|
|
4387
|
+
noticeTime: m.noticeTime || undefined
|
|
4703
4388
|
};
|
|
4704
4389
|
}
|
|
4705
4390
|
|
|
@@ -4800,7 +4485,7 @@ class PagedResponse {
|
|
|
4800
4485
|
}
|
|
4801
4486
|
|
|
4802
4487
|
// *********************************
|
|
4803
|
-
class
|
|
4488
|
+
class MeetingGuestApiService {
|
|
4804
4489
|
constructor() {
|
|
4805
4490
|
this.hostService = inject(HostService$1);
|
|
4806
4491
|
this.http = inject(HttpClient);
|
|
@@ -4814,44 +4499,6 @@ class ConversationAnalysisApiService {
|
|
|
4814
4499
|
withCredentials: true
|
|
4815
4500
|
};
|
|
4816
4501
|
}
|
|
4817
|
-
createRawTranscript(r) {
|
|
4818
|
-
const request = (r.toApiJson) ? r : new CreateRawTranscriptRequest(r);
|
|
4819
|
-
return this.http.post(this._host + "/meetings.v1.ConversationAnalysis/CreateRawTranscript", request.toApiJson(), this.apiOptions())
|
|
4820
|
-
.pipe(map(resp => CreateRawTranscriptResponse.fromProto(resp)));
|
|
4821
|
-
}
|
|
4822
|
-
listProcessedTranscripts(r) {
|
|
4823
|
-
const request = (r.toApiJson) ? r : new ListProcessedTranscriptsRequest(r);
|
|
4824
|
-
return this.http.post(this._host + "/meetings.v1.ConversationAnalysis/ListProcessedTranscripts", request.toApiJson(), this.apiOptions())
|
|
4825
|
-
.pipe(map(resp => ListProcessedTranscriptsResponse.fromProto(resp)));
|
|
4826
|
-
}
|
|
4827
|
-
getProcessedTranscripts(r) {
|
|
4828
|
-
const request = (r.toApiJson) ? r : new GetProcessedTranscriptsRequest(r);
|
|
4829
|
-
return this.http.post(this._host + "/meetings.v1.ConversationAnalysis/GetProcessedTranscripts", request.toApiJson(), this.apiOptions())
|
|
4830
|
-
.pipe(map(resp => GetProcessedTranscriptsResponse.fromProto(resp)));
|
|
4831
|
-
}
|
|
4832
|
-
}
|
|
4833
|
-
ConversationAnalysisApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ConversationAnalysisApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4834
|
-
ConversationAnalysisApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ConversationAnalysisApiService, providedIn: 'root' });
|
|
4835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ConversationAnalysisApiService, decorators: [{
|
|
4836
|
-
type: Injectable,
|
|
4837
|
-
args: [{ providedIn: 'root' }]
|
|
4838
|
-
}] });
|
|
4839
|
-
|
|
4840
|
-
// *********************************
|
|
4841
|
-
class MeetingGuestApiService {
|
|
4842
|
-
constructor(http, hostService) {
|
|
4843
|
-
this.http = http;
|
|
4844
|
-
this.hostService = hostService;
|
|
4845
|
-
this._host = this.hostService.hostWithScheme;
|
|
4846
|
-
}
|
|
4847
|
-
apiOptions() {
|
|
4848
|
-
return {
|
|
4849
|
-
headers: new HttpHeaders({
|
|
4850
|
-
'Content-Type': 'application/json'
|
|
4851
|
-
}),
|
|
4852
|
-
withCredentials: true
|
|
4853
|
-
};
|
|
4854
|
-
}
|
|
4855
4502
|
listMeetingTypes(r) {
|
|
4856
4503
|
const request = (r.toApiJson) ? r : new ListMeetingTypesRequest(r);
|
|
4857
4504
|
return this.http.post(this._host + "/meetings.v1.MeetingGuest/ListMeetingTypes", request.toApiJson(), this.apiOptions())
|
|
@@ -4901,18 +4548,18 @@ class MeetingGuestApiService {
|
|
|
4901
4548
|
.pipe(map(resp => GuestIsHostConfiguredResponse.fromProto(resp)));
|
|
4902
4549
|
}
|
|
4903
4550
|
}
|
|
4904
|
-
MeetingGuestApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingGuestApiService, deps: [
|
|
4551
|
+
MeetingGuestApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingGuestApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4905
4552
|
MeetingGuestApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingGuestApiService, providedIn: 'root' });
|
|
4906
4553
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingGuestApiService, decorators: [{
|
|
4907
4554
|
type: Injectable,
|
|
4908
4555
|
args: [{ providedIn: 'root' }]
|
|
4909
|
-
}]
|
|
4556
|
+
}] });
|
|
4910
4557
|
|
|
4911
4558
|
// *********************************
|
|
4912
4559
|
class MeetingHostApiService {
|
|
4913
|
-
constructor(
|
|
4914
|
-
this.
|
|
4915
|
-
this.
|
|
4560
|
+
constructor() {
|
|
4561
|
+
this.hostService = inject(HostService$1);
|
|
4562
|
+
this.http = inject(HttpClient);
|
|
4916
4563
|
this._host = this.hostService.hostWithScheme;
|
|
4917
4564
|
}
|
|
4918
4565
|
apiOptions() {
|
|
@@ -5067,12 +4714,12 @@ class MeetingHostApiService {
|
|
|
5067
4714
|
.pipe(map(resp => IsCalendarConfiguredResponse.fromProto(resp)));
|
|
5068
4715
|
}
|
|
5069
4716
|
}
|
|
5070
|
-
MeetingHostApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingHostApiService, deps: [
|
|
4717
|
+
MeetingHostApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingHostApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5071
4718
|
MeetingHostApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingHostApiService, providedIn: 'root' });
|
|
5072
4719
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MeetingHostApiService, decorators: [{
|
|
5073
4720
|
type: Injectable,
|
|
5074
4721
|
args: [{ providedIn: 'root' }]
|
|
5075
|
-
}]
|
|
4722
|
+
}] });
|
|
5076
4723
|
|
|
5077
4724
|
// *********************************
|
|
5078
4725
|
|
|
@@ -5490,7 +5137,15 @@ class HostService {
|
|
|
5490
5137
|
return this.hostAPIService.createDefaultMeetingTypes({ calendarIds: req.calendarIds }).pipe(mapTo(undefined));
|
|
5491
5138
|
}
|
|
5492
5139
|
createMeetingType(req) {
|
|
5493
|
-
|
|
5140
|
+
const fieldMask = getFieldMask({ o: req.meetingType, updateFields: req.updateFields });
|
|
5141
|
+
if (fieldMask.paths.length === 0) {
|
|
5142
|
+
return of();
|
|
5143
|
+
}
|
|
5144
|
+
return this.hostAPIService.createMeetingType({
|
|
5145
|
+
meetingType: MeetingTypeToApi({ meetingType: req.meetingType }),
|
|
5146
|
+
fieldMask,
|
|
5147
|
+
hostId: req.HostId
|
|
5148
|
+
})
|
|
5494
5149
|
.pipe(map(res => res.id));
|
|
5495
5150
|
}
|
|
5496
5151
|
/* updateMeetingType will update the meeting type fields.
|
|
@@ -5517,6 +5172,7 @@ class HostService {
|
|
|
5517
5172
|
id: req.id,
|
|
5518
5173
|
meetingType: MeetingTypeToApi({ meetingType: req.meetingType }),
|
|
5519
5174
|
fieldMask,
|
|
5175
|
+
hostId: req.HostId
|
|
5520
5176
|
}).pipe(mapTo(undefined));
|
|
5521
5177
|
}
|
|
5522
5178
|
deleteMeetingType(req) {
|
|
@@ -5543,44 +5199,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
|
|
|
5543
5199
|
args: [{ providedIn: 'root' }]
|
|
5544
5200
|
}], ctorParameters: function () { return [{ type: MeetingHostApiService }]; } });
|
|
5545
5201
|
|
|
5546
|
-
class ConversationAnalysisService {
|
|
5547
|
-
constructor(conversationAnalysisApiService) {
|
|
5548
|
-
this.conversationAnalysisApiService = conversationAnalysisApiService;
|
|
5549
|
-
}
|
|
5550
|
-
createRawTranscript(rawTranscript) {
|
|
5551
|
-
return this.conversationAnalysisApiService.createRawTranscript({
|
|
5552
|
-
rawTranscript: rawTranscript
|
|
5553
|
-
}).pipe(map(resp => resp === null || resp === void 0 ? void 0 : resp.id));
|
|
5554
|
-
}
|
|
5555
|
-
listProcessedTranscripts(filters, pagingOptions) {
|
|
5556
|
-
return this.conversationAnalysisApiService.listProcessedTranscripts({
|
|
5557
|
-
filters: filters,
|
|
5558
|
-
pagingOptions: pagingOptions,
|
|
5559
|
-
}).pipe(map(resp => {
|
|
5560
|
-
var _a, _b;
|
|
5561
|
-
return ({
|
|
5562
|
-
results: resp.processedTranscripts,
|
|
5563
|
-
nextCursor: (_a = resp.metadata) === null || _a === void 0 ? void 0 : _a.nextCursor,
|
|
5564
|
-
hasMore: (_b = resp.metadata) === null || _b === void 0 ? void 0 : _b.hasMore
|
|
5565
|
-
});
|
|
5566
|
-
}));
|
|
5567
|
-
}
|
|
5568
|
-
getProcessedTranscript(id) {
|
|
5569
|
-
return this.conversationAnalysisApiService.getProcessedTranscripts({
|
|
5570
|
-
id: id
|
|
5571
|
-
}).pipe(map(resp => resp.processedTranscript));
|
|
5572
|
-
}
|
|
5573
|
-
}
|
|
5574
|
-
ConversationAnalysisService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ConversationAnalysisService, deps: [{ token: ConversationAnalysisApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5575
|
-
ConversationAnalysisService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ConversationAnalysisService, providedIn: 'root' });
|
|
5576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ConversationAnalysisService, decorators: [{
|
|
5577
|
-
type: Injectable,
|
|
5578
|
-
args: [{ providedIn: 'root' }]
|
|
5579
|
-
}], ctorParameters: function () { return [{ type: ConversationAnalysisApiService }]; } });
|
|
5580
|
-
|
|
5581
5202
|
/**
|
|
5582
5203
|
* Generated bundle index. Do not edit.
|
|
5583
5204
|
*/
|
|
5584
5205
|
|
|
5585
|
-
export { CalendarType, Contact,
|
|
5206
|
+
export { CalendarType, Contact, CreateCalendarRequest, CreateCalendarResponse, DayOfWeek, FormFieldType, GuestService, HostService, KnownCalendarApplicationContextKeys, KnownCalendarExternalIntegrations, MeetingSource, MeetingSourceInfo, MeetingSourceListResponse, MeetingSourceQuery, MeetingSourceStatus, MeetingsService, PagedResponse, WeekdayAvailability, WellKnownFormFieldIds, WellKnownMeetingMetadataKeys, addMetadataToBookingLink, durationFromString, durationStringToMinutes, durationToString, meetingSchedulerIdToMetadataKey, newBusinessCenterApplicationContextProperties, newPartnerCenterApplicationContextProperties, newSalesCenterApplicationContextProperties };
|
|
5586
5207
|
//# sourceMappingURL=vendasta-meetings.mjs.map
|