@microsoft/msgraph-sdk 1.0.0-preview.12 → 1.0.0-preview.14
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/graphServiceClient.js +1 -1
- package/models/callRecords/index.d.ts +44 -44
- package/models/callRecords/index.js +44 -44
- package/models/externalConnectors/index.d.ts +54 -54
- package/models/externalConnectors/index.js +54 -54
- package/models/identityGovernance/index.d.ts +72 -72
- package/models/identityGovernance/index.js +72 -72
- package/models/index.d.ts +4411 -4080
- package/models/index.d.ts.map +1 -1
- package/models/index.js +4540 -4210
- package/models/oDataErrors/index.d.ts +8 -8
- package/models/oDataErrors/index.js +8 -8
- package/models/partners/billing/index.d.ts +339 -0
- package/models/partners/billing/index.d.ts.map +1 -0
- package/models/partners/billing/index.js +365 -0
- package/models/partners/index.d.ts +2 -0
- package/models/partners/index.d.ts.map +1 -0
- package/models/partners/index.js +7 -0
- package/models/security/index.d.ts +388 -328
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +399 -339
- package/models/termStore/index.d.ts +26 -26
- package/models/termStore/index.js +26 -26
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -9,7 +9,7 @@ const __1 = require("../");
|
|
|
9
9
|
/**
|
|
10
10
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
11
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
-
* @returns
|
|
12
|
+
* @returns {CallRecordCollectionResponse}
|
|
13
13
|
*/
|
|
14
14
|
function createCallRecordCollectionResponseFromDiscriminatorValue(parseNode) {
|
|
15
15
|
return deserializeIntoCallRecordCollectionResponse;
|
|
@@ -18,7 +18,7 @@ exports.createCallRecordCollectionResponseFromDiscriminatorValue = createCallRec
|
|
|
18
18
|
/**
|
|
19
19
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
20
20
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21
|
-
* @returns
|
|
21
|
+
* @returns {CallRecord}
|
|
22
22
|
*/
|
|
23
23
|
function createCallRecordFromDiscriminatorValue(parseNode) {
|
|
24
24
|
return deserializeIntoCallRecord;
|
|
@@ -27,7 +27,7 @@ exports.createCallRecordFromDiscriminatorValue = createCallRecordFromDiscriminat
|
|
|
27
27
|
/**
|
|
28
28
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
29
29
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
30
|
-
* @returns
|
|
30
|
+
* @returns {ClientUserAgent}
|
|
31
31
|
*/
|
|
32
32
|
function createClientUserAgentFromDiscriminatorValue(parseNode) {
|
|
33
33
|
return deserializeIntoClientUserAgent;
|
|
@@ -36,7 +36,7 @@ exports.createClientUserAgentFromDiscriminatorValue = createClientUserAgentFromD
|
|
|
36
36
|
/**
|
|
37
37
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
38
38
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
39
|
-
* @returns
|
|
39
|
+
* @returns {DeviceInfo}
|
|
40
40
|
*/
|
|
41
41
|
function createDeviceInfoFromDiscriminatorValue(parseNode) {
|
|
42
42
|
return deserializeIntoDeviceInfo;
|
|
@@ -45,7 +45,7 @@ exports.createDeviceInfoFromDiscriminatorValue = createDeviceInfoFromDiscriminat
|
|
|
45
45
|
/**
|
|
46
46
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
47
47
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
48
|
-
* @returns
|
|
48
|
+
* @returns {DirectRoutingLogRow}
|
|
49
49
|
*/
|
|
50
50
|
function createDirectRoutingLogRowFromDiscriminatorValue(parseNode) {
|
|
51
51
|
return deserializeIntoDirectRoutingLogRow;
|
|
@@ -54,7 +54,7 @@ exports.createDirectRoutingLogRowFromDiscriminatorValue = createDirectRoutingLog
|
|
|
54
54
|
/**
|
|
55
55
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
56
56
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
57
|
-
* @returns
|
|
57
|
+
* @returns {Endpoint}
|
|
58
58
|
*/
|
|
59
59
|
function createEndpointFromDiscriminatorValue(parseNode) {
|
|
60
60
|
if (!parseNode)
|
|
@@ -77,7 +77,7 @@ exports.createEndpointFromDiscriminatorValue = createEndpointFromDiscriminatorVa
|
|
|
77
77
|
/**
|
|
78
78
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
79
79
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
80
|
-
* @returns
|
|
80
|
+
* @returns {FailureInfo}
|
|
81
81
|
*/
|
|
82
82
|
function createFailureInfoFromDiscriminatorValue(parseNode) {
|
|
83
83
|
return deserializeIntoFailureInfo;
|
|
@@ -86,7 +86,7 @@ exports.createFailureInfoFromDiscriminatorValue = createFailureInfoFromDiscrimin
|
|
|
86
86
|
/**
|
|
87
87
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
88
88
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
89
|
-
* @returns
|
|
89
|
+
* @returns {FeedbackTokenSet}
|
|
90
90
|
*/
|
|
91
91
|
function createFeedbackTokenSetFromDiscriminatorValue(parseNode) {
|
|
92
92
|
return deserializeIntoFeedbackTokenSet;
|
|
@@ -95,7 +95,7 @@ exports.createFeedbackTokenSetFromDiscriminatorValue = createFeedbackTokenSetFro
|
|
|
95
95
|
/**
|
|
96
96
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
97
97
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
98
|
-
* @returns
|
|
98
|
+
* @returns {Media}
|
|
99
99
|
*/
|
|
100
100
|
function createMediaFromDiscriminatorValue(parseNode) {
|
|
101
101
|
return deserializeIntoMedia;
|
|
@@ -104,7 +104,7 @@ exports.createMediaFromDiscriminatorValue = createMediaFromDiscriminatorValue;
|
|
|
104
104
|
/**
|
|
105
105
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
106
106
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
107
|
-
* @returns
|
|
107
|
+
* @returns {MediaStream}
|
|
108
108
|
*/
|
|
109
109
|
function createMediaStreamFromDiscriminatorValue(parseNode) {
|
|
110
110
|
return deserializeIntoMediaStream;
|
|
@@ -113,7 +113,7 @@ exports.createMediaStreamFromDiscriminatorValue = createMediaStreamFromDiscrimin
|
|
|
113
113
|
/**
|
|
114
114
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
115
115
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
116
|
-
* @returns
|
|
116
|
+
* @returns {NetworkInfo}
|
|
117
117
|
*/
|
|
118
118
|
function createNetworkInfoFromDiscriminatorValue(parseNode) {
|
|
119
119
|
return deserializeIntoNetworkInfo;
|
|
@@ -122,7 +122,7 @@ exports.createNetworkInfoFromDiscriminatorValue = createNetworkInfoFromDiscrimin
|
|
|
122
122
|
/**
|
|
123
123
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
124
124
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
125
|
-
* @returns
|
|
125
|
+
* @returns {ParticipantEndpoint}
|
|
126
126
|
*/
|
|
127
127
|
function createParticipantEndpointFromDiscriminatorValue(parseNode) {
|
|
128
128
|
return deserializeIntoParticipantEndpoint;
|
|
@@ -131,7 +131,7 @@ exports.createParticipantEndpointFromDiscriminatorValue = createParticipantEndpo
|
|
|
131
131
|
/**
|
|
132
132
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
133
133
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
134
|
-
* @returns
|
|
134
|
+
* @returns {PstnCallLogRow}
|
|
135
135
|
*/
|
|
136
136
|
function createPstnCallLogRowFromDiscriminatorValue(parseNode) {
|
|
137
137
|
return deserializeIntoPstnCallLogRow;
|
|
@@ -140,7 +140,7 @@ exports.createPstnCallLogRowFromDiscriminatorValue = createPstnCallLogRowFromDis
|
|
|
140
140
|
/**
|
|
141
141
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
142
142
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
143
|
-
* @returns
|
|
143
|
+
* @returns {SegmentCollectionResponse}
|
|
144
144
|
*/
|
|
145
145
|
function createSegmentCollectionResponseFromDiscriminatorValue(parseNode) {
|
|
146
146
|
return deserializeIntoSegmentCollectionResponse;
|
|
@@ -149,7 +149,7 @@ exports.createSegmentCollectionResponseFromDiscriminatorValue = createSegmentCol
|
|
|
149
149
|
/**
|
|
150
150
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
151
151
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
152
|
-
* @returns
|
|
152
|
+
* @returns {Segment}
|
|
153
153
|
*/
|
|
154
154
|
function createSegmentFromDiscriminatorValue(parseNode) {
|
|
155
155
|
return deserializeIntoSegment;
|
|
@@ -158,7 +158,7 @@ exports.createSegmentFromDiscriminatorValue = createSegmentFromDiscriminatorValu
|
|
|
158
158
|
/**
|
|
159
159
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
160
160
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
161
|
-
* @returns
|
|
161
|
+
* @returns {ServiceEndpoint}
|
|
162
162
|
*/
|
|
163
163
|
function createServiceEndpointFromDiscriminatorValue(parseNode) {
|
|
164
164
|
return deserializeIntoServiceEndpoint;
|
|
@@ -167,7 +167,7 @@ exports.createServiceEndpointFromDiscriminatorValue = createServiceEndpointFromD
|
|
|
167
167
|
/**
|
|
168
168
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
169
169
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
170
|
-
* @returns
|
|
170
|
+
* @returns {ServiceUserAgent}
|
|
171
171
|
*/
|
|
172
172
|
function createServiceUserAgentFromDiscriminatorValue(parseNode) {
|
|
173
173
|
return deserializeIntoServiceUserAgent;
|
|
@@ -176,7 +176,7 @@ exports.createServiceUserAgentFromDiscriminatorValue = createServiceUserAgentFro
|
|
|
176
176
|
/**
|
|
177
177
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
178
178
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
179
|
-
* @returns
|
|
179
|
+
* @returns {SessionCollectionResponse}
|
|
180
180
|
*/
|
|
181
181
|
function createSessionCollectionResponseFromDiscriminatorValue(parseNode) {
|
|
182
182
|
return deserializeIntoSessionCollectionResponse;
|
|
@@ -185,7 +185,7 @@ exports.createSessionCollectionResponseFromDiscriminatorValue = createSessionCol
|
|
|
185
185
|
/**
|
|
186
186
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
187
187
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
188
|
-
* @returns
|
|
188
|
+
* @returns {Session}
|
|
189
189
|
*/
|
|
190
190
|
function createSessionFromDiscriminatorValue(parseNode) {
|
|
191
191
|
return deserializeIntoSession;
|
|
@@ -194,7 +194,7 @@ exports.createSessionFromDiscriminatorValue = createSessionFromDiscriminatorValu
|
|
|
194
194
|
/**
|
|
195
195
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
196
196
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
197
|
-
* @returns
|
|
197
|
+
* @returns {TraceRouteHop}
|
|
198
198
|
*/
|
|
199
199
|
function createTraceRouteHopFromDiscriminatorValue(parseNode) {
|
|
200
200
|
return deserializeIntoTraceRouteHop;
|
|
@@ -203,7 +203,7 @@ exports.createTraceRouteHopFromDiscriminatorValue = createTraceRouteHopFromDiscr
|
|
|
203
203
|
/**
|
|
204
204
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
205
205
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
206
|
-
* @returns
|
|
206
|
+
* @returns {UserAgent}
|
|
207
207
|
*/
|
|
208
208
|
function createUserAgentFromDiscriminatorValue(parseNode) {
|
|
209
209
|
if (!parseNode)
|
|
@@ -226,7 +226,7 @@ exports.createUserAgentFromDiscriminatorValue = createUserAgentFromDiscriminator
|
|
|
226
226
|
/**
|
|
227
227
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
228
228
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
229
|
-
* @returns
|
|
229
|
+
* @returns {UserFeedback}
|
|
230
230
|
*/
|
|
231
231
|
function createUserFeedbackFromDiscriminatorValue(parseNode) {
|
|
232
232
|
return deserializeIntoUserFeedback;
|
|
@@ -234,7 +234,7 @@ function createUserFeedbackFromDiscriminatorValue(parseNode) {
|
|
|
234
234
|
exports.createUserFeedbackFromDiscriminatorValue = createUserFeedbackFromDiscriminatorValue;
|
|
235
235
|
/**
|
|
236
236
|
* The deserialization information for the current model
|
|
237
|
-
* @returns
|
|
237
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
238
238
|
*/
|
|
239
239
|
function deserializeIntoCallRecord(callRecord = {}) {
|
|
240
240
|
return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(callRecord)), { "endDateTime": n => { callRecord.endDateTime = n.getDateValue(); }, "joinWebUrl": n => { callRecord.joinWebUrl = n.getStringValue(); }, "lastModifiedDateTime": n => { callRecord.lastModifiedDateTime = n.getDateValue(); }, "modalities": n => { callRecord.modalities = n.getCollectionOfEnumValues(exports.ModalityObject); }, "organizer": n => { callRecord.organizer = n.getObjectValue(__1.createIdentitySetFromDiscriminatorValue); }, "participants": n => { callRecord.participants = n.getCollectionOfObjectValues(__1.createIdentitySetFromDiscriminatorValue); }, "sessions": n => { callRecord.sessions = n.getCollectionOfObjectValues(createSessionFromDiscriminatorValue); }, "startDateTime": n => { callRecord.startDateTime = n.getDateValue(); }, "type": n => { callRecord.type = n.getEnumValue(exports.CallTypeObject); }, "version": n => { callRecord.version = n.getNumberValue(); } });
|
|
@@ -242,7 +242,7 @@ function deserializeIntoCallRecord(callRecord = {}) {
|
|
|
242
242
|
exports.deserializeIntoCallRecord = deserializeIntoCallRecord;
|
|
243
243
|
/**
|
|
244
244
|
* The deserialization information for the current model
|
|
245
|
-
* @returns
|
|
245
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
246
246
|
*/
|
|
247
247
|
function deserializeIntoCallRecordCollectionResponse(callRecordCollectionResponse = {}) {
|
|
248
248
|
return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(callRecordCollectionResponse)), { "value": n => { callRecordCollectionResponse.value = n.getCollectionOfObjectValues(createCallRecordFromDiscriminatorValue); } });
|
|
@@ -250,7 +250,7 @@ function deserializeIntoCallRecordCollectionResponse(callRecordCollectionRespons
|
|
|
250
250
|
exports.deserializeIntoCallRecordCollectionResponse = deserializeIntoCallRecordCollectionResponse;
|
|
251
251
|
/**
|
|
252
252
|
* The deserialization information for the current model
|
|
253
|
-
* @returns
|
|
253
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
254
254
|
*/
|
|
255
255
|
function deserializeIntoClientUserAgent(clientUserAgent = {}) {
|
|
256
256
|
return Object.assign(Object.assign({}, deserializeIntoUserAgent(clientUserAgent)), { "azureADAppId": n => { clientUserAgent.azureADAppId = n.getStringValue(); }, "communicationServiceId": n => { clientUserAgent.communicationServiceId = n.getStringValue(); }, "platform": n => { clientUserAgent.platform = n.getEnumValue(exports.ClientPlatformObject); }, "productFamily": n => { clientUserAgent.productFamily = n.getEnumValue(exports.ProductFamilyObject); } });
|
|
@@ -258,7 +258,7 @@ function deserializeIntoClientUserAgent(clientUserAgent = {}) {
|
|
|
258
258
|
exports.deserializeIntoClientUserAgent = deserializeIntoClientUserAgent;
|
|
259
259
|
/**
|
|
260
260
|
* The deserialization information for the current model
|
|
261
|
-
* @returns
|
|
261
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
262
262
|
*/
|
|
263
263
|
function deserializeIntoDeviceInfo(deviceInfo = {}) {
|
|
264
264
|
return {
|
|
@@ -290,7 +290,7 @@ function deserializeIntoDeviceInfo(deviceInfo = {}) {
|
|
|
290
290
|
exports.deserializeIntoDeviceInfo = deserializeIntoDeviceInfo;
|
|
291
291
|
/**
|
|
292
292
|
* The deserialization information for the current model
|
|
293
|
-
* @returns
|
|
293
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
294
294
|
*/
|
|
295
295
|
function deserializeIntoDirectRoutingLogRow(directRoutingLogRow = {}) {
|
|
296
296
|
return {
|
|
@@ -322,7 +322,7 @@ function deserializeIntoDirectRoutingLogRow(directRoutingLogRow = {}) {
|
|
|
322
322
|
exports.deserializeIntoDirectRoutingLogRow = deserializeIntoDirectRoutingLogRow;
|
|
323
323
|
/**
|
|
324
324
|
* The deserialization information for the current model
|
|
325
|
-
* @returns
|
|
325
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
326
326
|
*/
|
|
327
327
|
function deserializeIntoEndpoint(endpoint = {}) {
|
|
328
328
|
return {
|
|
@@ -334,7 +334,7 @@ function deserializeIntoEndpoint(endpoint = {}) {
|
|
|
334
334
|
exports.deserializeIntoEndpoint = deserializeIntoEndpoint;
|
|
335
335
|
/**
|
|
336
336
|
* The deserialization information for the current model
|
|
337
|
-
* @returns
|
|
337
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
338
338
|
*/
|
|
339
339
|
function deserializeIntoFailureInfo(failureInfo = {}) {
|
|
340
340
|
return {
|
|
@@ -347,7 +347,7 @@ function deserializeIntoFailureInfo(failureInfo = {}) {
|
|
|
347
347
|
exports.deserializeIntoFailureInfo = deserializeIntoFailureInfo;
|
|
348
348
|
/**
|
|
349
349
|
* The deserialization information for the current model
|
|
350
|
-
* @returns
|
|
350
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
351
351
|
*/
|
|
352
352
|
function deserializeIntoFeedbackTokenSet(feedbackTokenSet = {}) {
|
|
353
353
|
return {
|
|
@@ -358,7 +358,7 @@ function deserializeIntoFeedbackTokenSet(feedbackTokenSet = {}) {
|
|
|
358
358
|
exports.deserializeIntoFeedbackTokenSet = deserializeIntoFeedbackTokenSet;
|
|
359
359
|
/**
|
|
360
360
|
* The deserialization information for the current model
|
|
361
|
-
* @returns
|
|
361
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
362
362
|
*/
|
|
363
363
|
function deserializeIntoMedia(media = {}) {
|
|
364
364
|
return {
|
|
@@ -375,7 +375,7 @@ function deserializeIntoMedia(media = {}) {
|
|
|
375
375
|
exports.deserializeIntoMedia = deserializeIntoMedia;
|
|
376
376
|
/**
|
|
377
377
|
* The deserialization information for the current model
|
|
378
|
-
* @returns
|
|
378
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
379
379
|
*/
|
|
380
380
|
function deserializeIntoMediaStream(mediaStream = {}) {
|
|
381
381
|
return {
|
|
@@ -416,7 +416,7 @@ function deserializeIntoMediaStream(mediaStream = {}) {
|
|
|
416
416
|
exports.deserializeIntoMediaStream = deserializeIntoMediaStream;
|
|
417
417
|
/**
|
|
418
418
|
* The deserialization information for the current model
|
|
419
|
-
* @returns
|
|
419
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
420
420
|
*/
|
|
421
421
|
function deserializeIntoNetworkInfo(networkInfo = {}) {
|
|
422
422
|
return {
|
|
@@ -453,7 +453,7 @@ function deserializeIntoNetworkInfo(networkInfo = {}) {
|
|
|
453
453
|
exports.deserializeIntoNetworkInfo = deserializeIntoNetworkInfo;
|
|
454
454
|
/**
|
|
455
455
|
* The deserialization information for the current model
|
|
456
|
-
* @returns
|
|
456
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
457
457
|
*/
|
|
458
458
|
function deserializeIntoParticipantEndpoint(participantEndpoint = {}) {
|
|
459
459
|
return Object.assign(Object.assign({}, deserializeIntoEndpoint(participantEndpoint)), { "cpuCoresCount": n => { participantEndpoint.cpuCoresCount = n.getNumberValue(); }, "cpuName": n => { participantEndpoint.cpuName = n.getStringValue(); }, "cpuProcessorSpeedInMhz": n => { participantEndpoint.cpuProcessorSpeedInMhz = n.getNumberValue(); }, "feedback": n => { participantEndpoint.feedback = n.getObjectValue(createUserFeedbackFromDiscriminatorValue); }, "identity": n => { participantEndpoint.identity = n.getObjectValue(__1.createIdentitySetFromDiscriminatorValue); }, "name": n => { participantEndpoint.name = n.getStringValue(); } });
|
|
@@ -461,7 +461,7 @@ function deserializeIntoParticipantEndpoint(participantEndpoint = {}) {
|
|
|
461
461
|
exports.deserializeIntoParticipantEndpoint = deserializeIntoParticipantEndpoint;
|
|
462
462
|
/**
|
|
463
463
|
* The deserialization information for the current model
|
|
464
|
-
* @returns
|
|
464
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
465
465
|
*/
|
|
466
466
|
function deserializeIntoPstnCallLogRow(pstnCallLogRow = {}) {
|
|
467
467
|
return {
|
|
@@ -495,7 +495,7 @@ function deserializeIntoPstnCallLogRow(pstnCallLogRow = {}) {
|
|
|
495
495
|
exports.deserializeIntoPstnCallLogRow = deserializeIntoPstnCallLogRow;
|
|
496
496
|
/**
|
|
497
497
|
* The deserialization information for the current model
|
|
498
|
-
* @returns
|
|
498
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
499
499
|
*/
|
|
500
500
|
function deserializeIntoSegment(segment = {}) {
|
|
501
501
|
return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(segment)), { "callee": n => { segment.callee = n.getObjectValue(createEndpointFromDiscriminatorValue); }, "caller": n => { segment.caller = n.getObjectValue(createEndpointFromDiscriminatorValue); }, "endDateTime": n => { segment.endDateTime = n.getDateValue(); }, "failureInfo": n => { segment.failureInfo = n.getObjectValue(createFailureInfoFromDiscriminatorValue); }, "media": n => { segment.media = n.getCollectionOfObjectValues(createMediaFromDiscriminatorValue); }, "startDateTime": n => { segment.startDateTime = n.getDateValue(); } });
|
|
@@ -503,7 +503,7 @@ function deserializeIntoSegment(segment = {}) {
|
|
|
503
503
|
exports.deserializeIntoSegment = deserializeIntoSegment;
|
|
504
504
|
/**
|
|
505
505
|
* The deserialization information for the current model
|
|
506
|
-
* @returns
|
|
506
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
507
507
|
*/
|
|
508
508
|
function deserializeIntoSegmentCollectionResponse(segmentCollectionResponse = {}) {
|
|
509
509
|
return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(segmentCollectionResponse)), { "value": n => { segmentCollectionResponse.value = n.getCollectionOfObjectValues(createSegmentFromDiscriminatorValue); } });
|
|
@@ -511,7 +511,7 @@ function deserializeIntoSegmentCollectionResponse(segmentCollectionResponse = {}
|
|
|
511
511
|
exports.deserializeIntoSegmentCollectionResponse = deserializeIntoSegmentCollectionResponse;
|
|
512
512
|
/**
|
|
513
513
|
* The deserialization information for the current model
|
|
514
|
-
* @returns
|
|
514
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
515
515
|
*/
|
|
516
516
|
function deserializeIntoServiceEndpoint(serviceEndpoint = {}) {
|
|
517
517
|
return Object.assign({}, deserializeIntoEndpoint(serviceEndpoint));
|
|
@@ -519,7 +519,7 @@ function deserializeIntoServiceEndpoint(serviceEndpoint = {}) {
|
|
|
519
519
|
exports.deserializeIntoServiceEndpoint = deserializeIntoServiceEndpoint;
|
|
520
520
|
/**
|
|
521
521
|
* The deserialization information for the current model
|
|
522
|
-
* @returns
|
|
522
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
523
523
|
*/
|
|
524
524
|
function deserializeIntoServiceUserAgent(serviceUserAgent = {}) {
|
|
525
525
|
return Object.assign(Object.assign({}, deserializeIntoUserAgent(serviceUserAgent)), { "role": n => { serviceUserAgent.role = n.getEnumValue(exports.ServiceRoleObject); } });
|
|
@@ -527,7 +527,7 @@ function deserializeIntoServiceUserAgent(serviceUserAgent = {}) {
|
|
|
527
527
|
exports.deserializeIntoServiceUserAgent = deserializeIntoServiceUserAgent;
|
|
528
528
|
/**
|
|
529
529
|
* The deserialization information for the current model
|
|
530
|
-
* @returns
|
|
530
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
531
531
|
*/
|
|
532
532
|
function deserializeIntoSession(session = {}) {
|
|
533
533
|
return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(session)), { "callee": n => { session.callee = n.getObjectValue(createEndpointFromDiscriminatorValue); }, "caller": n => { session.caller = n.getObjectValue(createEndpointFromDiscriminatorValue); }, "endDateTime": n => { session.endDateTime = n.getDateValue(); }, "failureInfo": n => { session.failureInfo = n.getObjectValue(createFailureInfoFromDiscriminatorValue); }, "isTest": n => { session.isTest = n.getBooleanValue(); }, "modalities": n => { session.modalities = n.getCollectionOfEnumValues(exports.ModalityObject); }, "segments": n => { session.segments = n.getCollectionOfObjectValues(createSegmentFromDiscriminatorValue); }, "startDateTime": n => { session.startDateTime = n.getDateValue(); } });
|
|
@@ -535,7 +535,7 @@ function deserializeIntoSession(session = {}) {
|
|
|
535
535
|
exports.deserializeIntoSession = deserializeIntoSession;
|
|
536
536
|
/**
|
|
537
537
|
* The deserialization information for the current model
|
|
538
|
-
* @returns
|
|
538
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
539
539
|
*/
|
|
540
540
|
function deserializeIntoSessionCollectionResponse(sessionCollectionResponse = {}) {
|
|
541
541
|
return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(sessionCollectionResponse)), { "value": n => { sessionCollectionResponse.value = n.getCollectionOfObjectValues(createSessionFromDiscriminatorValue); } });
|
|
@@ -543,7 +543,7 @@ function deserializeIntoSessionCollectionResponse(sessionCollectionResponse = {}
|
|
|
543
543
|
exports.deserializeIntoSessionCollectionResponse = deserializeIntoSessionCollectionResponse;
|
|
544
544
|
/**
|
|
545
545
|
* The deserialization information for the current model
|
|
546
|
-
* @returns
|
|
546
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
547
547
|
*/
|
|
548
548
|
function deserializeIntoTraceRouteHop(traceRouteHop = {}) {
|
|
549
549
|
return {
|
|
@@ -557,7 +557,7 @@ function deserializeIntoTraceRouteHop(traceRouteHop = {}) {
|
|
|
557
557
|
exports.deserializeIntoTraceRouteHop = deserializeIntoTraceRouteHop;
|
|
558
558
|
/**
|
|
559
559
|
* The deserialization information for the current model
|
|
560
|
-
* @returns
|
|
560
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
561
561
|
*/
|
|
562
562
|
function deserializeIntoUserAgent(userAgent = {}) {
|
|
563
563
|
return {
|
|
@@ -570,7 +570,7 @@ function deserializeIntoUserAgent(userAgent = {}) {
|
|
|
570
570
|
exports.deserializeIntoUserAgent = deserializeIntoUserAgent;
|
|
571
571
|
/**
|
|
572
572
|
* The deserialization information for the current model
|
|
573
|
-
* @returns
|
|
573
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
574
574
|
*/
|
|
575
575
|
function deserializeIntoUserFeedback(userFeedback = {}) {
|
|
576
576
|
return {
|