@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.
@@ -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 a acl
12
+ * @returns {Acl}
13
13
  */
14
14
  function createAclFromDiscriminatorValue(parseNode) {
15
15
  return deserializeIntoAcl;
@@ -18,7 +18,7 @@ exports.createAclFromDiscriminatorValue = createAclFromDiscriminatorValue;
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 a activitySettings
21
+ * @returns {ActivitySettings}
22
22
  */
23
23
  function createActivitySettingsFromDiscriminatorValue(parseNode) {
24
24
  return deserializeIntoActivitySettings;
@@ -27,7 +27,7 @@ exports.createActivitySettingsFromDiscriminatorValue = createActivitySettingsFro
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 a configuration
30
+ * @returns {Configuration}
31
31
  */
32
32
  function createConfigurationFromDiscriminatorValue(parseNode) {
33
33
  return deserializeIntoConfiguration;
@@ -36,7 +36,7 @@ exports.createConfigurationFromDiscriminatorValue = createConfigurationFromDiscr
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 a connectionOperationCollectionResponse
39
+ * @returns {ConnectionOperationCollectionResponse}
40
40
  */
41
41
  function createConnectionOperationCollectionResponseFromDiscriminatorValue(parseNode) {
42
42
  return deserializeIntoConnectionOperationCollectionResponse;
@@ -45,7 +45,7 @@ exports.createConnectionOperationCollectionResponseFromDiscriminatorValue = crea
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 a connectionOperation
48
+ * @returns {ConnectionOperation}
49
49
  */
50
50
  function createConnectionOperationFromDiscriminatorValue(parseNode) {
51
51
  return deserializeIntoConnectionOperation;
@@ -54,7 +54,7 @@ exports.createConnectionOperationFromDiscriminatorValue = createConnectionOperat
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 a displayTemplate
57
+ * @returns {DisplayTemplate}
58
58
  */
59
59
  function createDisplayTemplateFromDiscriminatorValue(parseNode) {
60
60
  return deserializeIntoDisplayTemplate;
@@ -63,7 +63,7 @@ exports.createDisplayTemplateFromDiscriminatorValue = createDisplayTemplateFromD
63
63
  /**
64
64
  * Creates a new instance of the appropriate class based on discriminator value
65
65
  * @param parseNode The parse node to use to read the discriminator value and create the object
66
- * @returns a externalActivityCollectionResponse
66
+ * @returns {ExternalActivityCollectionResponse}
67
67
  */
68
68
  function createExternalActivityCollectionResponseFromDiscriminatorValue(parseNode) {
69
69
  return deserializeIntoExternalActivityCollectionResponse;
@@ -72,7 +72,7 @@ exports.createExternalActivityCollectionResponseFromDiscriminatorValue = createE
72
72
  /**
73
73
  * Creates a new instance of the appropriate class based on discriminator value
74
74
  * @param parseNode The parse node to use to read the discriminator value and create the object
75
- * @returns a externalActivity
75
+ * @returns {ExternalActivity}
76
76
  */
77
77
  function createExternalActivityFromDiscriminatorValue(parseNode) {
78
78
  if (!parseNode)
@@ -93,7 +93,7 @@ exports.createExternalActivityFromDiscriminatorValue = createExternalActivityFro
93
93
  /**
94
94
  * Creates a new instance of the appropriate class based on discriminator value
95
95
  * @param parseNode The parse node to use to read the discriminator value and create the object
96
- * @returns a externalActivityResult
96
+ * @returns {ExternalActivityResult}
97
97
  */
98
98
  function createExternalActivityResultFromDiscriminatorValue(parseNode) {
99
99
  return deserializeIntoExternalActivityResult;
@@ -102,7 +102,7 @@ exports.createExternalActivityResultFromDiscriminatorValue = createExternalActiv
102
102
  /**
103
103
  * Creates a new instance of the appropriate class based on discriminator value
104
104
  * @param parseNode The parse node to use to read the discriminator value and create the object
105
- * @returns a externalConnectionCollectionResponse
105
+ * @returns {ExternalConnectionCollectionResponse}
106
106
  */
107
107
  function createExternalConnectionCollectionResponseFromDiscriminatorValue(parseNode) {
108
108
  return deserializeIntoExternalConnectionCollectionResponse;
@@ -111,7 +111,7 @@ exports.createExternalConnectionCollectionResponseFromDiscriminatorValue = creat
111
111
  /**
112
112
  * Creates a new instance of the appropriate class based on discriminator value
113
113
  * @param parseNode The parse node to use to read the discriminator value and create the object
114
- * @returns a externalConnection
114
+ * @returns {ExternalConnection}
115
115
  */
116
116
  function createExternalConnectionFromDiscriminatorValue(parseNode) {
117
117
  return deserializeIntoExternalConnection;
@@ -120,7 +120,7 @@ exports.createExternalConnectionFromDiscriminatorValue = createExternalConnectio
120
120
  /**
121
121
  * Creates a new instance of the appropriate class based on discriminator value
122
122
  * @param parseNode The parse node to use to read the discriminator value and create the object
123
- * @returns a external
123
+ * @returns {External}
124
124
  */
125
125
  function createExternalFromDiscriminatorValue(parseNode) {
126
126
  return deserializeIntoExternal;
@@ -129,7 +129,7 @@ exports.createExternalFromDiscriminatorValue = createExternalFromDiscriminatorVa
129
129
  /**
130
130
  * Creates a new instance of the appropriate class based on discriminator value
131
131
  * @param parseNode The parse node to use to read the discriminator value and create the object
132
- * @returns a externalGroupCollectionResponse
132
+ * @returns {ExternalGroupCollectionResponse}
133
133
  */
134
134
  function createExternalGroupCollectionResponseFromDiscriminatorValue(parseNode) {
135
135
  return deserializeIntoExternalGroupCollectionResponse;
@@ -138,7 +138,7 @@ exports.createExternalGroupCollectionResponseFromDiscriminatorValue = createExte
138
138
  /**
139
139
  * Creates a new instance of the appropriate class based on discriminator value
140
140
  * @param parseNode The parse node to use to read the discriminator value and create the object
141
- * @returns a externalGroup
141
+ * @returns {ExternalGroup}
142
142
  */
143
143
  function createExternalGroupFromDiscriminatorValue(parseNode) {
144
144
  return deserializeIntoExternalGroup;
@@ -147,7 +147,7 @@ exports.createExternalGroupFromDiscriminatorValue = createExternalGroupFromDiscr
147
147
  /**
148
148
  * Creates a new instance of the appropriate class based on discriminator value
149
149
  * @param parseNode The parse node to use to read the discriminator value and create the object
150
- * @returns a externalItemCollectionResponse
150
+ * @returns {ExternalItemCollectionResponse}
151
151
  */
152
152
  function createExternalItemCollectionResponseFromDiscriminatorValue(parseNode) {
153
153
  return deserializeIntoExternalItemCollectionResponse;
@@ -156,7 +156,7 @@ exports.createExternalItemCollectionResponseFromDiscriminatorValue = createExter
156
156
  /**
157
157
  * Creates a new instance of the appropriate class based on discriminator value
158
158
  * @param parseNode The parse node to use to read the discriminator value and create the object
159
- * @returns a externalItemContent
159
+ * @returns {ExternalItemContent}
160
160
  */
161
161
  function createExternalItemContentFromDiscriminatorValue(parseNode) {
162
162
  return deserializeIntoExternalItemContent;
@@ -165,7 +165,7 @@ exports.createExternalItemContentFromDiscriminatorValue = createExternalItemCont
165
165
  /**
166
166
  * Creates a new instance of the appropriate class based on discriminator value
167
167
  * @param parseNode The parse node to use to read the discriminator value and create the object
168
- * @returns a externalItem
168
+ * @returns {ExternalItem}
169
169
  */
170
170
  function createExternalItemFromDiscriminatorValue(parseNode) {
171
171
  return deserializeIntoExternalItem;
@@ -174,7 +174,7 @@ exports.createExternalItemFromDiscriminatorValue = createExternalItemFromDiscrim
174
174
  /**
175
175
  * Creates a new instance of the appropriate class based on discriminator value
176
176
  * @param parseNode The parse node to use to read the discriminator value and create the object
177
- * @returns a identityCollectionResponse
177
+ * @returns {IdentityCollectionResponse}
178
178
  */
179
179
  function createIdentityCollectionResponseFromDiscriminatorValue(parseNode) {
180
180
  return deserializeIntoIdentityCollectionResponse;
@@ -183,7 +183,7 @@ exports.createIdentityCollectionResponseFromDiscriminatorValue = createIdentityC
183
183
  /**
184
184
  * Creates a new instance of the appropriate class based on discriminator value
185
185
  * @param parseNode The parse node to use to read the discriminator value and create the object
186
- * @returns a identity
186
+ * @returns {Identity}
187
187
  */
188
188
  function createIdentityFromDiscriminatorValue(parseNode) {
189
189
  return deserializeIntoIdentity;
@@ -192,7 +192,7 @@ exports.createIdentityFromDiscriminatorValue = createIdentityFromDiscriminatorVa
192
192
  /**
193
193
  * Creates a new instance of the appropriate class based on discriminator value
194
194
  * @param parseNode The parse node to use to read the discriminator value and create the object
195
- * @returns a itemIdResolver
195
+ * @returns {ItemIdResolver}
196
196
  */
197
197
  function createItemIdResolverFromDiscriminatorValue(parseNode) {
198
198
  return deserializeIntoItemIdResolver;
@@ -201,7 +201,7 @@ exports.createItemIdResolverFromDiscriminatorValue = createItemIdResolverFromDis
201
201
  /**
202
202
  * Creates a new instance of the appropriate class based on discriminator value
203
203
  * @param parseNode The parse node to use to read the discriminator value and create the object
204
- * @returns a properties
204
+ * @returns {Properties}
205
205
  */
206
206
  function createPropertiesFromDiscriminatorValue(parseNode) {
207
207
  return deserializeIntoProperties;
@@ -210,7 +210,7 @@ exports.createPropertiesFromDiscriminatorValue = createPropertiesFromDiscriminat
210
210
  /**
211
211
  * Creates a new instance of the appropriate class based on discriminator value
212
212
  * @param parseNode The parse node to use to read the discriminator value and create the object
213
- * @returns a property
213
+ * @returns {Property}
214
214
  */
215
215
  function createPropertyFromDiscriminatorValue(parseNode) {
216
216
  return deserializeIntoProperty;
@@ -219,7 +219,7 @@ exports.createPropertyFromDiscriminatorValue = createPropertyFromDiscriminatorVa
219
219
  /**
220
220
  * Creates a new instance of the appropriate class based on discriminator value
221
221
  * @param parseNode The parse node to use to read the discriminator value and create the object
222
- * @returns a propertyRule
222
+ * @returns {PropertyRule}
223
223
  */
224
224
  function createPropertyRuleFromDiscriminatorValue(parseNode) {
225
225
  return deserializeIntoPropertyRule;
@@ -228,7 +228,7 @@ exports.createPropertyRuleFromDiscriminatorValue = createPropertyRuleFromDiscrim
228
228
  /**
229
229
  * Creates a new instance of the appropriate class based on discriminator value
230
230
  * @param parseNode The parse node to use to read the discriminator value and create the object
231
- * @returns a schema
231
+ * @returns {Schema}
232
232
  */
233
233
  function createSchemaFromDiscriminatorValue(parseNode) {
234
234
  return deserializeIntoSchema;
@@ -237,7 +237,7 @@ exports.createSchemaFromDiscriminatorValue = createSchemaFromDiscriminatorValue;
237
237
  /**
238
238
  * Creates a new instance of the appropriate class based on discriminator value
239
239
  * @param parseNode The parse node to use to read the discriminator value and create the object
240
- * @returns a searchSettings
240
+ * @returns {SearchSettings}
241
241
  */
242
242
  function createSearchSettingsFromDiscriminatorValue(parseNode) {
243
243
  return deserializeIntoSearchSettings;
@@ -246,7 +246,7 @@ exports.createSearchSettingsFromDiscriminatorValue = createSearchSettingsFromDis
246
246
  /**
247
247
  * Creates a new instance of the appropriate class based on discriminator value
248
248
  * @param parseNode The parse node to use to read the discriminator value and create the object
249
- * @returns a urlMatchInfo
249
+ * @returns {UrlMatchInfo}
250
250
  */
251
251
  function createUrlMatchInfoFromDiscriminatorValue(parseNode) {
252
252
  return deserializeIntoUrlMatchInfo;
@@ -255,7 +255,7 @@ exports.createUrlMatchInfoFromDiscriminatorValue = createUrlMatchInfoFromDiscrim
255
255
  /**
256
256
  * Creates a new instance of the appropriate class based on discriminator value
257
257
  * @param parseNode The parse node to use to read the discriminator value and create the object
258
- * @returns a urlToItemResolverBase
258
+ * @returns {UrlToItemResolverBase}
259
259
  */
260
260
  function createUrlToItemResolverBaseFromDiscriminatorValue(parseNode) {
261
261
  if (!parseNode)
@@ -275,7 +275,7 @@ function createUrlToItemResolverBaseFromDiscriminatorValue(parseNode) {
275
275
  exports.createUrlToItemResolverBaseFromDiscriminatorValue = createUrlToItemResolverBaseFromDiscriminatorValue;
276
276
  /**
277
277
  * The deserialization information for the current model
278
- * @returns a Record<string, (node: ParseNode) => void>
278
+ * @returns {Record<string, (node: ParseNode) => void>}
279
279
  */
280
280
  function deserializeIntoAcl(acl = {}) {
281
281
  return {
@@ -289,7 +289,7 @@ function deserializeIntoAcl(acl = {}) {
289
289
  exports.deserializeIntoAcl = deserializeIntoAcl;
290
290
  /**
291
291
  * The deserialization information for the current model
292
- * @returns a Record<string, (node: ParseNode) => void>
292
+ * @returns {Record<string, (node: ParseNode) => void>}
293
293
  */
294
294
  function deserializeIntoActivitySettings(activitySettings = {}) {
295
295
  return {
@@ -301,7 +301,7 @@ function deserializeIntoActivitySettings(activitySettings = {}) {
301
301
  exports.deserializeIntoActivitySettings = deserializeIntoActivitySettings;
302
302
  /**
303
303
  * The deserialization information for the current model
304
- * @returns a Record<string, (node: ParseNode) => void>
304
+ * @returns {Record<string, (node: ParseNode) => void>}
305
305
  */
306
306
  function deserializeIntoConfiguration(configuration = {}) {
307
307
  return {
@@ -313,7 +313,7 @@ function deserializeIntoConfiguration(configuration = {}) {
313
313
  exports.deserializeIntoConfiguration = deserializeIntoConfiguration;
314
314
  /**
315
315
  * The deserialization information for the current model
316
- * @returns a Record<string, (node: ParseNode) => void>
316
+ * @returns {Record<string, (node: ParseNode) => void>}
317
317
  */
318
318
  function deserializeIntoConnectionOperation(connectionOperation = {}) {
319
319
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(connectionOperation)), { "error": n => { connectionOperation.errorEscaped = n.getObjectValue(__1.createPublicErrorFromDiscriminatorValue); }, "status": n => { connectionOperation.status = n.getEnumValue(exports.ConnectionOperationStatusObject); } });
@@ -321,7 +321,7 @@ function deserializeIntoConnectionOperation(connectionOperation = {}) {
321
321
  exports.deserializeIntoConnectionOperation = deserializeIntoConnectionOperation;
322
322
  /**
323
323
  * The deserialization information for the current model
324
- * @returns a Record<string, (node: ParseNode) => void>
324
+ * @returns {Record<string, (node: ParseNode) => void>}
325
325
  */
326
326
  function deserializeIntoConnectionOperationCollectionResponse(connectionOperationCollectionResponse = {}) {
327
327
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(connectionOperationCollectionResponse)), { "value": n => { connectionOperationCollectionResponse.value = n.getCollectionOfObjectValues(createConnectionOperationFromDiscriminatorValue); } });
@@ -329,7 +329,7 @@ function deserializeIntoConnectionOperationCollectionResponse(connectionOperatio
329
329
  exports.deserializeIntoConnectionOperationCollectionResponse = deserializeIntoConnectionOperationCollectionResponse;
330
330
  /**
331
331
  * The deserialization information for the current model
332
- * @returns a Record<string, (node: ParseNode) => void>
332
+ * @returns {Record<string, (node: ParseNode) => void>}
333
333
  */
334
334
  function deserializeIntoDisplayTemplate(displayTemplate = {}) {
335
335
  return {
@@ -344,7 +344,7 @@ function deserializeIntoDisplayTemplate(displayTemplate = {}) {
344
344
  exports.deserializeIntoDisplayTemplate = deserializeIntoDisplayTemplate;
345
345
  /**
346
346
  * The deserialization information for the current model
347
- * @returns a Record<string, (node: ParseNode) => void>
347
+ * @returns {Record<string, (node: ParseNode) => void>}
348
348
  */
349
349
  function deserializeIntoExternal(external = {}) {
350
350
  return {
@@ -356,7 +356,7 @@ function deserializeIntoExternal(external = {}) {
356
356
  exports.deserializeIntoExternal = deserializeIntoExternal;
357
357
  /**
358
358
  * The deserialization information for the current model
359
- * @returns a Record<string, (node: ParseNode) => void>
359
+ * @returns {Record<string, (node: ParseNode) => void>}
360
360
  */
361
361
  function deserializeIntoExternalActivity(externalActivity = {}) {
362
362
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(externalActivity)), { "performedBy": n => { externalActivity.performedBy = n.getObjectValue(createIdentityFromDiscriminatorValue); }, "startDateTime": n => { externalActivity.startDateTime = n.getDateValue(); }, "type": n => { externalActivity.type = n.getEnumValue(exports.ExternalActivityTypeObject); } });
@@ -364,7 +364,7 @@ function deserializeIntoExternalActivity(externalActivity = {}) {
364
364
  exports.deserializeIntoExternalActivity = deserializeIntoExternalActivity;
365
365
  /**
366
366
  * The deserialization information for the current model
367
- * @returns a Record<string, (node: ParseNode) => void>
367
+ * @returns {Record<string, (node: ParseNode) => void>}
368
368
  */
369
369
  function deserializeIntoExternalActivityCollectionResponse(externalActivityCollectionResponse = {}) {
370
370
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(externalActivityCollectionResponse)), { "value": n => { externalActivityCollectionResponse.value = n.getCollectionOfObjectValues(createExternalActivityFromDiscriminatorValue); } });
@@ -372,7 +372,7 @@ function deserializeIntoExternalActivityCollectionResponse(externalActivityColle
372
372
  exports.deserializeIntoExternalActivityCollectionResponse = deserializeIntoExternalActivityCollectionResponse;
373
373
  /**
374
374
  * The deserialization information for the current model
375
- * @returns a Record<string, (node: ParseNode) => void>
375
+ * @returns {Record<string, (node: ParseNode) => void>}
376
376
  */
377
377
  function deserializeIntoExternalActivityResult(externalActivityResult = {}) {
378
378
  return Object.assign(Object.assign({}, deserializeIntoExternalActivity(externalActivityResult)), { "error": n => { externalActivityResult.errorEscaped = n.getObjectValue(__1.createPublicErrorFromDiscriminatorValue); } });
@@ -380,7 +380,7 @@ function deserializeIntoExternalActivityResult(externalActivityResult = {}) {
380
380
  exports.deserializeIntoExternalActivityResult = deserializeIntoExternalActivityResult;
381
381
  /**
382
382
  * The deserialization information for the current model
383
- * @returns a Record<string, (node: ParseNode) => void>
383
+ * @returns {Record<string, (node: ParseNode) => void>}
384
384
  */
385
385
  function deserializeIntoExternalConnection(externalConnection = {}) {
386
386
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(externalConnection)), { "activitySettings": n => { externalConnection.activitySettings = n.getObjectValue(createActivitySettingsFromDiscriminatorValue); }, "configuration": n => { externalConnection.configuration = n.getObjectValue(createConfigurationFromDiscriminatorValue); }, "connectorId": n => { externalConnection.connectorId = n.getStringValue(); }, "description": n => { externalConnection.description = n.getStringValue(); }, "groups": n => { externalConnection.groups = n.getCollectionOfObjectValues(createExternalGroupFromDiscriminatorValue); }, "items": n => { externalConnection.items = n.getCollectionOfObjectValues(createExternalItemFromDiscriminatorValue); }, "name": n => { externalConnection.name = n.getStringValue(); }, "operations": n => { externalConnection.operations = n.getCollectionOfObjectValues(createConnectionOperationFromDiscriminatorValue); }, "schema": n => { externalConnection.schema = n.getObjectValue(createSchemaFromDiscriminatorValue); }, "searchSettings": n => { externalConnection.searchSettings = n.getObjectValue(createSearchSettingsFromDiscriminatorValue); }, "state": n => { externalConnection.state = n.getEnumValue(exports.ConnectionStateObject); } });
@@ -388,7 +388,7 @@ function deserializeIntoExternalConnection(externalConnection = {}) {
388
388
  exports.deserializeIntoExternalConnection = deserializeIntoExternalConnection;
389
389
  /**
390
390
  * The deserialization information for the current model
391
- * @returns a Record<string, (node: ParseNode) => void>
391
+ * @returns {Record<string, (node: ParseNode) => void>}
392
392
  */
393
393
  function deserializeIntoExternalConnectionCollectionResponse(externalConnectionCollectionResponse = {}) {
394
394
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(externalConnectionCollectionResponse)), { "value": n => { externalConnectionCollectionResponse.value = n.getCollectionOfObjectValues(createExternalConnectionFromDiscriminatorValue); } });
@@ -396,7 +396,7 @@ function deserializeIntoExternalConnectionCollectionResponse(externalConnectionC
396
396
  exports.deserializeIntoExternalConnectionCollectionResponse = deserializeIntoExternalConnectionCollectionResponse;
397
397
  /**
398
398
  * The deserialization information for the current model
399
- * @returns a Record<string, (node: ParseNode) => void>
399
+ * @returns {Record<string, (node: ParseNode) => void>}
400
400
  */
401
401
  function deserializeIntoExternalGroup(externalGroup = {}) {
402
402
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(externalGroup)), { "description": n => { externalGroup.description = n.getStringValue(); }, "displayName": n => { externalGroup.displayName = n.getStringValue(); }, "members": n => { externalGroup.members = n.getCollectionOfObjectValues(createIdentityFromDiscriminatorValue); } });
@@ -404,7 +404,7 @@ function deserializeIntoExternalGroup(externalGroup = {}) {
404
404
  exports.deserializeIntoExternalGroup = deserializeIntoExternalGroup;
405
405
  /**
406
406
  * The deserialization information for the current model
407
- * @returns a Record<string, (node: ParseNode) => void>
407
+ * @returns {Record<string, (node: ParseNode) => void>}
408
408
  */
409
409
  function deserializeIntoExternalGroupCollectionResponse(externalGroupCollectionResponse = {}) {
410
410
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(externalGroupCollectionResponse)), { "value": n => { externalGroupCollectionResponse.value = n.getCollectionOfObjectValues(createExternalGroupFromDiscriminatorValue); } });
@@ -412,7 +412,7 @@ function deserializeIntoExternalGroupCollectionResponse(externalGroupCollectionR
412
412
  exports.deserializeIntoExternalGroupCollectionResponse = deserializeIntoExternalGroupCollectionResponse;
413
413
  /**
414
414
  * The deserialization information for the current model
415
- * @returns a Record<string, (node: ParseNode) => void>
415
+ * @returns {Record<string, (node: ParseNode) => void>}
416
416
  */
417
417
  function deserializeIntoExternalItem(externalItem = {}) {
418
418
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(externalItem)), { "acl": n => { externalItem.acl = n.getCollectionOfObjectValues(createAclFromDiscriminatorValue); }, "activities": n => { externalItem.activities = n.getCollectionOfObjectValues(createExternalActivityFromDiscriminatorValue); }, "content": n => { externalItem.content = n.getObjectValue(createExternalItemContentFromDiscriminatorValue); }, "properties": n => { externalItem.properties = n.getObjectValue(createPropertiesFromDiscriminatorValue); } });
@@ -420,7 +420,7 @@ function deserializeIntoExternalItem(externalItem = {}) {
420
420
  exports.deserializeIntoExternalItem = deserializeIntoExternalItem;
421
421
  /**
422
422
  * The deserialization information for the current model
423
- * @returns a Record<string, (node: ParseNode) => void>
423
+ * @returns {Record<string, (node: ParseNode) => void>}
424
424
  */
425
425
  function deserializeIntoExternalItemCollectionResponse(externalItemCollectionResponse = {}) {
426
426
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(externalItemCollectionResponse)), { "value": n => { externalItemCollectionResponse.value = n.getCollectionOfObjectValues(createExternalItemFromDiscriminatorValue); } });
@@ -428,7 +428,7 @@ function deserializeIntoExternalItemCollectionResponse(externalItemCollectionRes
428
428
  exports.deserializeIntoExternalItemCollectionResponse = deserializeIntoExternalItemCollectionResponse;
429
429
  /**
430
430
  * The deserialization information for the current model
431
- * @returns a Record<string, (node: ParseNode) => void>
431
+ * @returns {Record<string, (node: ParseNode) => void>}
432
432
  */
433
433
  function deserializeIntoExternalItemContent(externalItemContent = {}) {
434
434
  return {
@@ -441,7 +441,7 @@ function deserializeIntoExternalItemContent(externalItemContent = {}) {
441
441
  exports.deserializeIntoExternalItemContent = deserializeIntoExternalItemContent;
442
442
  /**
443
443
  * The deserialization information for the current model
444
- * @returns a Record<string, (node: ParseNode) => void>
444
+ * @returns {Record<string, (node: ParseNode) => void>}
445
445
  */
446
446
  function deserializeIntoIdentity(identity = {}) {
447
447
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(identity)), { "type": n => { identity.type = n.getEnumValue(exports.IdentityTypeObject); } });
@@ -449,7 +449,7 @@ function deserializeIntoIdentity(identity = {}) {
449
449
  exports.deserializeIntoIdentity = deserializeIntoIdentity;
450
450
  /**
451
451
  * The deserialization information for the current model
452
- * @returns a Record<string, (node: ParseNode) => void>
452
+ * @returns {Record<string, (node: ParseNode) => void>}
453
453
  */
454
454
  function deserializeIntoIdentityCollectionResponse(identityCollectionResponse = {}) {
455
455
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(identityCollectionResponse)), { "value": n => { identityCollectionResponse.value = n.getCollectionOfObjectValues(createIdentityFromDiscriminatorValue); } });
@@ -457,7 +457,7 @@ function deserializeIntoIdentityCollectionResponse(identityCollectionResponse =
457
457
  exports.deserializeIntoIdentityCollectionResponse = deserializeIntoIdentityCollectionResponse;
458
458
  /**
459
459
  * The deserialization information for the current model
460
- * @returns a Record<string, (node: ParseNode) => void>
460
+ * @returns {Record<string, (node: ParseNode) => void>}
461
461
  */
462
462
  function deserializeIntoItemIdResolver(itemIdResolver = {}) {
463
463
  return Object.assign(Object.assign({}, deserializeIntoUrlToItemResolverBase(itemIdResolver)), { "itemId": n => { itemIdResolver.itemId = n.getStringValue(); }, "urlMatchInfo": n => { itemIdResolver.urlMatchInfo = n.getObjectValue(createUrlMatchInfoFromDiscriminatorValue); } });
@@ -465,7 +465,7 @@ function deserializeIntoItemIdResolver(itemIdResolver = {}) {
465
465
  exports.deserializeIntoItemIdResolver = deserializeIntoItemIdResolver;
466
466
  /**
467
467
  * The deserialization information for the current model
468
- * @returns a Record<string, (node: ParseNode) => void>
468
+ * @returns {Record<string, (node: ParseNode) => void>}
469
469
  */
470
470
  function deserializeIntoProperties(properties = {}) {
471
471
  return {
@@ -476,7 +476,7 @@ function deserializeIntoProperties(properties = {}) {
476
476
  exports.deserializeIntoProperties = deserializeIntoProperties;
477
477
  /**
478
478
  * The deserialization information for the current model
479
- * @returns a Record<string, (node: ParseNode) => void>
479
+ * @returns {Record<string, (node: ParseNode) => void>}
480
480
  */
481
481
  function deserializeIntoProperty(property = {}) {
482
482
  return {
@@ -495,7 +495,7 @@ function deserializeIntoProperty(property = {}) {
495
495
  exports.deserializeIntoProperty = deserializeIntoProperty;
496
496
  /**
497
497
  * The deserialization information for the current model
498
- * @returns a Record<string, (node: ParseNode) => void>
498
+ * @returns {Record<string, (node: ParseNode) => void>}
499
499
  */
500
500
  function deserializeIntoPropertyRule(propertyRule = {}) {
501
501
  return {
@@ -510,7 +510,7 @@ function deserializeIntoPropertyRule(propertyRule = {}) {
510
510
  exports.deserializeIntoPropertyRule = deserializeIntoPropertyRule;
511
511
  /**
512
512
  * The deserialization information for the current model
513
- * @returns a Record<string, (node: ParseNode) => void>
513
+ * @returns {Record<string, (node: ParseNode) => void>}
514
514
  */
515
515
  function deserializeIntoSchema(schema = {}) {
516
516
  return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(schema)), { "baseType": n => { schema.baseType = n.getStringValue(); }, "properties": n => { schema.properties = n.getCollectionOfObjectValues(createPropertyFromDiscriminatorValue); } });
@@ -518,7 +518,7 @@ function deserializeIntoSchema(schema = {}) {
518
518
  exports.deserializeIntoSchema = deserializeIntoSchema;
519
519
  /**
520
520
  * The deserialization information for the current model
521
- * @returns a Record<string, (node: ParseNode) => void>
521
+ * @returns {Record<string, (node: ParseNode) => void>}
522
522
  */
523
523
  function deserializeIntoSearchSettings(searchSettings = {}) {
524
524
  return {
@@ -530,7 +530,7 @@ function deserializeIntoSearchSettings(searchSettings = {}) {
530
530
  exports.deserializeIntoSearchSettings = deserializeIntoSearchSettings;
531
531
  /**
532
532
  * The deserialization information for the current model
533
- * @returns a Record<string, (node: ParseNode) => void>
533
+ * @returns {Record<string, (node: ParseNode) => void>}
534
534
  */
535
535
  function deserializeIntoUrlMatchInfo(urlMatchInfo = {}) {
536
536
  return {
@@ -543,7 +543,7 @@ function deserializeIntoUrlMatchInfo(urlMatchInfo = {}) {
543
543
  exports.deserializeIntoUrlMatchInfo = deserializeIntoUrlMatchInfo;
544
544
  /**
545
545
  * The deserialization information for the current model
546
- * @returns a Record<string, (node: ParseNode) => void>
546
+ * @returns {Record<string, (node: ParseNode) => void>}
547
547
  */
548
548
  function deserializeIntoUrlToItemResolverBase(urlToItemResolverBase = {}) {
549
549
  return {