@microsoft/msgraph-sdk 1.0.0-preview.23 → 1.0.0-preview.25

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.
Files changed (49) hide show
  1. package/graphRequestAdapter.js +8 -11
  2. package/graphRequestAdapter.js.map +1 -0
  3. package/graphServiceClient.js +17 -21
  4. package/graphServiceClient.js.map +1 -0
  5. package/index.d.ts +2 -2
  6. package/index.d.ts.map +1 -1
  7. package/index.js +3 -18
  8. package/index.js.map +1 -0
  9. package/models/callRecords/index.d.ts +118 -4
  10. package/models/callRecords/index.d.ts.map +1 -1
  11. package/models/callRecords/index.js +241 -180
  12. package/models/callRecords/index.js.map +1 -0
  13. package/models/externalConnectors/index.d.ts +5 -5
  14. package/models/externalConnectors/index.d.ts.map +1 -1
  15. package/models/externalConnectors/index.js +133 -215
  16. package/models/externalConnectors/index.js.map +1 -0
  17. package/models/identityGovernance/index.d.ts +2 -2
  18. package/models/identityGovernance/index.d.ts.map +1 -1
  19. package/models/identityGovernance/index.js +184 -296
  20. package/models/identityGovernance/index.js.map +1 -0
  21. package/models/index.d.ts +1348 -261
  22. package/models/index.d.ts.map +1 -1
  23. package/models/index.js +8747 -14356
  24. package/models/index.js.map +1 -0
  25. package/models/oDataErrors/index.js +13 -27
  26. package/models/oDataErrors/index.js.map +1 -0
  27. package/models/partners/billing/index.d.ts +1 -1
  28. package/models/partners/billing/index.d.ts.map +1 -1
  29. package/models/partners/billing/index.js +68 -112
  30. package/models/partners/billing/index.js.map +1 -0
  31. package/models/partners/index.d.ts +0 -1
  32. package/models/partners/index.js +1 -1
  33. package/models/partners/index.js.map +1 -0
  34. package/models/search/index.d.ts +1 -1
  35. package/models/search/index.d.ts.map +1 -1
  36. package/models/search/index.js +48 -83
  37. package/models/search/index.js.map +1 -0
  38. package/models/security/index.d.ts +7 -7
  39. package/models/security/index.d.ts.map +1 -1
  40. package/models/security/index.js +869 -1487
  41. package/models/security/index.js.map +1 -0
  42. package/models/termStore/index.d.ts +1 -1
  43. package/models/termStore/index.d.ts.map +1 -1
  44. package/models/termStore/index.js +65 -106
  45. package/models/termStore/index.js.map +1 -0
  46. package/package.json +3 -7
  47. package/tsconfig.tsbuildinfo +1 -1
  48. package/version.js +2 -4
  49. package/version.js.map +1 -0
@@ -1,107 +1,94 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AnswerStateObject = exports.serializeSearchAnswer = exports.serializeQnaCollectionResponse = exports.serializeQna = exports.serializeIdentitySet = exports.serializeIdentity = exports.serializeBookmarkCollectionResponse = exports.serializeBookmark = exports.serializeAnswerVariant = exports.serializeAnswerKeyword = exports.serializeAcronymCollectionResponse = exports.serializeAcronym = exports.deserializeIntoSearchAnswer = exports.deserializeIntoQnaCollectionResponse = exports.deserializeIntoQna = exports.deserializeIntoIdentitySet = exports.deserializeIntoIdentity = exports.deserializeIntoBookmarkCollectionResponse = exports.deserializeIntoBookmark = exports.deserializeIntoAnswerVariant = exports.deserializeIntoAnswerKeyword = exports.deserializeIntoAcronymCollectionResponse = exports.deserializeIntoAcronym = exports.createSearchAnswerFromDiscriminatorValue = exports.createQnaFromDiscriminatorValue = exports.createQnaCollectionResponseFromDiscriminatorValue = exports.createIdentitySetFromDiscriminatorValue = exports.createIdentityFromDiscriminatorValue = exports.createBookmarkFromDiscriminatorValue = exports.createBookmarkCollectionResponseFromDiscriminatorValue = exports.createAnswerVariantFromDiscriminatorValue = exports.createAnswerKeywordFromDiscriminatorValue = exports.createAcronymFromDiscriminatorValue = exports.createAcronymCollectionResponseFromDiscriminatorValue = void 0;
4
1
  /* tslint:disable */
5
2
  /* eslint-disable */
6
3
  // Generated by Microsoft Kiota
7
4
  // @ts-ignore
8
- const __1 = require("../");
5
+ import { deserializeIntoBaseCollectionPaginationCountResponse, deserializeIntoEntity, DevicePlatformTypeObject, serializeBaseCollectionPaginationCountResponse, serializeEntity } from '../index.js';
9
6
  /**
10
7
  * Creates a new instance of the appropriate class based on discriminator value
11
8
  * @param parseNode The parse node to use to read the discriminator value and create the object
12
9
  * @returns {AcronymCollectionResponse}
13
10
  */
14
- function createAcronymCollectionResponseFromDiscriminatorValue(parseNode) {
11
+ export function createAcronymCollectionResponseFromDiscriminatorValue(parseNode) {
15
12
  return deserializeIntoAcronymCollectionResponse;
16
13
  }
17
- exports.createAcronymCollectionResponseFromDiscriminatorValue = createAcronymCollectionResponseFromDiscriminatorValue;
18
14
  /**
19
15
  * Creates a new instance of the appropriate class based on discriminator value
20
16
  * @param parseNode The parse node to use to read the discriminator value and create the object
21
17
  * @returns {Acronym}
22
18
  */
23
- function createAcronymFromDiscriminatorValue(parseNode) {
19
+ export function createAcronymFromDiscriminatorValue(parseNode) {
24
20
  return deserializeIntoAcronym;
25
21
  }
26
- exports.createAcronymFromDiscriminatorValue = createAcronymFromDiscriminatorValue;
27
22
  /**
28
23
  * Creates a new instance of the appropriate class based on discriminator value
29
24
  * @param parseNode The parse node to use to read the discriminator value and create the object
30
25
  * @returns {AnswerKeyword}
31
26
  */
32
- function createAnswerKeywordFromDiscriminatorValue(parseNode) {
27
+ export function createAnswerKeywordFromDiscriminatorValue(parseNode) {
33
28
  return deserializeIntoAnswerKeyword;
34
29
  }
35
- exports.createAnswerKeywordFromDiscriminatorValue = createAnswerKeywordFromDiscriminatorValue;
36
30
  /**
37
31
  * Creates a new instance of the appropriate class based on discriminator value
38
32
  * @param parseNode The parse node to use to read the discriminator value and create the object
39
33
  * @returns {AnswerVariant}
40
34
  */
41
- function createAnswerVariantFromDiscriminatorValue(parseNode) {
35
+ export function createAnswerVariantFromDiscriminatorValue(parseNode) {
42
36
  return deserializeIntoAnswerVariant;
43
37
  }
44
- exports.createAnswerVariantFromDiscriminatorValue = createAnswerVariantFromDiscriminatorValue;
45
38
  /**
46
39
  * Creates a new instance of the appropriate class based on discriminator value
47
40
  * @param parseNode The parse node to use to read the discriminator value and create the object
48
41
  * @returns {BookmarkCollectionResponse}
49
42
  */
50
- function createBookmarkCollectionResponseFromDiscriminatorValue(parseNode) {
43
+ export function createBookmarkCollectionResponseFromDiscriminatorValue(parseNode) {
51
44
  return deserializeIntoBookmarkCollectionResponse;
52
45
  }
53
- exports.createBookmarkCollectionResponseFromDiscriminatorValue = createBookmarkCollectionResponseFromDiscriminatorValue;
54
46
  /**
55
47
  * Creates a new instance of the appropriate class based on discriminator value
56
48
  * @param parseNode The parse node to use to read the discriminator value and create the object
57
49
  * @returns {Bookmark}
58
50
  */
59
- function createBookmarkFromDiscriminatorValue(parseNode) {
51
+ export function createBookmarkFromDiscriminatorValue(parseNode) {
60
52
  return deserializeIntoBookmark;
61
53
  }
62
- exports.createBookmarkFromDiscriminatorValue = createBookmarkFromDiscriminatorValue;
63
54
  /**
64
55
  * Creates a new instance of the appropriate class based on discriminator value
65
56
  * @param parseNode The parse node to use to read the discriminator value and create the object
66
57
  * @returns {Identity}
67
58
  */
68
- function createIdentityFromDiscriminatorValue(parseNode) {
59
+ export function createIdentityFromDiscriminatorValue(parseNode) {
69
60
  return deserializeIntoIdentity;
70
61
  }
71
- exports.createIdentityFromDiscriminatorValue = createIdentityFromDiscriminatorValue;
72
62
  /**
73
63
  * Creates a new instance of the appropriate class based on discriminator value
74
64
  * @param parseNode The parse node to use to read the discriminator value and create the object
75
65
  * @returns {IdentitySet}
76
66
  */
77
- function createIdentitySetFromDiscriminatorValue(parseNode) {
67
+ export function createIdentitySetFromDiscriminatorValue(parseNode) {
78
68
  return deserializeIntoIdentitySet;
79
69
  }
80
- exports.createIdentitySetFromDiscriminatorValue = createIdentitySetFromDiscriminatorValue;
81
70
  /**
82
71
  * Creates a new instance of the appropriate class based on discriminator value
83
72
  * @param parseNode The parse node to use to read the discriminator value and create the object
84
73
  * @returns {QnaCollectionResponse}
85
74
  */
86
- function createQnaCollectionResponseFromDiscriminatorValue(parseNode) {
75
+ export function createQnaCollectionResponseFromDiscriminatorValue(parseNode) {
87
76
  return deserializeIntoQnaCollectionResponse;
88
77
  }
89
- exports.createQnaCollectionResponseFromDiscriminatorValue = createQnaCollectionResponseFromDiscriminatorValue;
90
78
  /**
91
79
  * Creates a new instance of the appropriate class based on discriminator value
92
80
  * @param parseNode The parse node to use to read the discriminator value and create the object
93
81
  * @returns {Qna}
94
82
  */
95
- function createQnaFromDiscriminatorValue(parseNode) {
83
+ export function createQnaFromDiscriminatorValue(parseNode) {
96
84
  return deserializeIntoQna;
97
85
  }
98
- exports.createQnaFromDiscriminatorValue = createQnaFromDiscriminatorValue;
99
86
  /**
100
87
  * Creates a new instance of the appropriate class based on discriminator value
101
88
  * @param parseNode The parse node to use to read the discriminator value and create the object
102
89
  * @returns {SearchAnswer}
103
90
  */
104
- function createSearchAnswerFromDiscriminatorValue(parseNode) {
91
+ export function createSearchAnswerFromDiscriminatorValue(parseNode) {
105
92
  if (!parseNode)
106
93
  throw new Error("parseNode cannot be undefined");
107
94
  const mappingValueNode = parseNode.getChildNode("@odata.type");
@@ -120,28 +107,25 @@ function createSearchAnswerFromDiscriminatorValue(parseNode) {
120
107
  }
121
108
  return deserializeIntoSearchAnswer;
122
109
  }
123
- exports.createSearchAnswerFromDiscriminatorValue = createSearchAnswerFromDiscriminatorValue;
124
110
  /**
125
111
  * The deserialization information for the current model
126
112
  * @returns {Record<string, (node: ParseNode) => void>}
127
113
  */
128
- function deserializeIntoAcronym(acronym = {}) {
129
- return Object.assign(Object.assign({}, deserializeIntoSearchAnswer(acronym)), { "standsFor": n => { acronym.standsFor = n.getStringValue(); }, "state": n => { acronym.state = n.getEnumValue(exports.AnswerStateObject); } });
114
+ export function deserializeIntoAcronym(acronym = {}) {
115
+ return Object.assign(Object.assign({}, deserializeIntoSearchAnswer(acronym)), { "standsFor": n => { acronym.standsFor = n.getStringValue(); }, "state": n => { acronym.state = n.getEnumValue(AnswerStateObject); } });
130
116
  }
131
- exports.deserializeIntoAcronym = deserializeIntoAcronym;
132
117
  /**
133
118
  * The deserialization information for the current model
134
119
  * @returns {Record<string, (node: ParseNode) => void>}
135
120
  */
136
- function deserializeIntoAcronymCollectionResponse(acronymCollectionResponse = {}) {
137
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(acronymCollectionResponse)), { "value": n => { acronymCollectionResponse.value = n.getCollectionOfObjectValues(createAcronymFromDiscriminatorValue); } });
121
+ export function deserializeIntoAcronymCollectionResponse(acronymCollectionResponse = {}) {
122
+ return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(acronymCollectionResponse)), { "value": n => { acronymCollectionResponse.value = n.getCollectionOfObjectValues(createAcronymFromDiscriminatorValue); } });
138
123
  }
139
- exports.deserializeIntoAcronymCollectionResponse = deserializeIntoAcronymCollectionResponse;
140
124
  /**
141
125
  * The deserialization information for the current model
142
126
  * @returns {Record<string, (node: ParseNode) => void>}
143
127
  */
144
- function deserializeIntoAnswerKeyword(answerKeyword = {}) {
128
+ export function deserializeIntoAnswerKeyword(answerKeyword = {}) {
145
129
  return {
146
130
  "backingStoreEnabled": n => { answerKeyword.backingStoreEnabled = true; },
147
131
  "keywords": n => { answerKeyword.keywords = n.getCollectionOfPrimitiveValues(); },
@@ -150,44 +134,40 @@ function deserializeIntoAnswerKeyword(answerKeyword = {}) {
150
134
  "reservedKeywords": n => { answerKeyword.reservedKeywords = n.getCollectionOfPrimitiveValues(); },
151
135
  };
152
136
  }
153
- exports.deserializeIntoAnswerKeyword = deserializeIntoAnswerKeyword;
154
137
  /**
155
138
  * The deserialization information for the current model
156
139
  * @returns {Record<string, (node: ParseNode) => void>}
157
140
  */
158
- function deserializeIntoAnswerVariant(answerVariant = {}) {
141
+ export function deserializeIntoAnswerVariant(answerVariant = {}) {
159
142
  return {
160
143
  "backingStoreEnabled": n => { answerVariant.backingStoreEnabled = true; },
161
144
  "description": n => { answerVariant.description = n.getStringValue(); },
162
145
  "displayName": n => { answerVariant.displayName = n.getStringValue(); },
163
146
  "languageTag": n => { answerVariant.languageTag = n.getStringValue(); },
164
147
  "@odata.type": n => { answerVariant.odataType = n.getStringValue(); },
165
- "platform": n => { answerVariant.platform = n.getEnumValue(__1.DevicePlatformTypeObject); },
148
+ "platform": n => { answerVariant.platform = n.getEnumValue(DevicePlatformTypeObject); },
166
149
  "webUrl": n => { answerVariant.webUrl = n.getStringValue(); },
167
150
  };
168
151
  }
169
- exports.deserializeIntoAnswerVariant = deserializeIntoAnswerVariant;
170
152
  /**
171
153
  * The deserialization information for the current model
172
154
  * @returns {Record<string, (node: ParseNode) => void>}
173
155
  */
174
- function deserializeIntoBookmark(bookmark = {}) {
175
- return Object.assign(Object.assign({}, deserializeIntoSearchAnswer(bookmark)), { "availabilityEndDateTime": n => { bookmark.availabilityEndDateTime = n.getDateValue(); }, "availabilityStartDateTime": n => { bookmark.availabilityStartDateTime = n.getDateValue(); }, "categories": n => { bookmark.categories = n.getCollectionOfPrimitiveValues(); }, "groupIds": n => { bookmark.groupIds = n.getCollectionOfPrimitiveValues(); }, "isSuggested": n => { bookmark.isSuggested = n.getBooleanValue(); }, "keywords": n => { bookmark.keywords = n.getObjectValue(createAnswerKeywordFromDiscriminatorValue); }, "languageTags": n => { bookmark.languageTags = n.getCollectionOfPrimitiveValues(); }, "platforms": n => { bookmark.platforms = n.getCollectionOfEnumValues(__1.DevicePlatformTypeObject); }, "powerAppIds": n => { bookmark.powerAppIds = n.getCollectionOfPrimitiveValues(); }, "state": n => { bookmark.state = n.getEnumValue(exports.AnswerStateObject); }, "targetedVariations": n => { bookmark.targetedVariations = n.getCollectionOfObjectValues(createAnswerVariantFromDiscriminatorValue); } });
156
+ export function deserializeIntoBookmark(bookmark = {}) {
157
+ return Object.assign(Object.assign({}, deserializeIntoSearchAnswer(bookmark)), { "availabilityEndDateTime": n => { bookmark.availabilityEndDateTime = n.getDateValue(); }, "availabilityStartDateTime": n => { bookmark.availabilityStartDateTime = n.getDateValue(); }, "categories": n => { bookmark.categories = n.getCollectionOfPrimitiveValues(); }, "groupIds": n => { bookmark.groupIds = n.getCollectionOfPrimitiveValues(); }, "isSuggested": n => { bookmark.isSuggested = n.getBooleanValue(); }, "keywords": n => { bookmark.keywords = n.getObjectValue(createAnswerKeywordFromDiscriminatorValue); }, "languageTags": n => { bookmark.languageTags = n.getCollectionOfPrimitiveValues(); }, "platforms": n => { bookmark.platforms = n.getCollectionOfEnumValues(DevicePlatformTypeObject); }, "powerAppIds": n => { bookmark.powerAppIds = n.getCollectionOfPrimitiveValues(); }, "state": n => { bookmark.state = n.getEnumValue(AnswerStateObject); }, "targetedVariations": n => { bookmark.targetedVariations = n.getCollectionOfObjectValues(createAnswerVariantFromDiscriminatorValue); } });
176
158
  }
177
- exports.deserializeIntoBookmark = deserializeIntoBookmark;
178
159
  /**
179
160
  * The deserialization information for the current model
180
161
  * @returns {Record<string, (node: ParseNode) => void>}
181
162
  */
182
- function deserializeIntoBookmarkCollectionResponse(bookmarkCollectionResponse = {}) {
183
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(bookmarkCollectionResponse)), { "value": n => { bookmarkCollectionResponse.value = n.getCollectionOfObjectValues(createBookmarkFromDiscriminatorValue); } });
163
+ export function deserializeIntoBookmarkCollectionResponse(bookmarkCollectionResponse = {}) {
164
+ return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(bookmarkCollectionResponse)), { "value": n => { bookmarkCollectionResponse.value = n.getCollectionOfObjectValues(createBookmarkFromDiscriminatorValue); } });
184
165
  }
185
- exports.deserializeIntoBookmarkCollectionResponse = deserializeIntoBookmarkCollectionResponse;
186
166
  /**
187
167
  * The deserialization information for the current model
188
168
  * @returns {Record<string, (node: ParseNode) => void>}
189
169
  */
190
- function deserializeIntoIdentity(identity = {}) {
170
+ export function deserializeIntoIdentity(identity = {}) {
191
171
  return {
192
172
  "backingStoreEnabled": n => { identity.backingStoreEnabled = true; },
193
173
  "displayName": n => { identity.displayName = n.getStringValue(); },
@@ -195,12 +175,11 @@ function deserializeIntoIdentity(identity = {}) {
195
175
  "@odata.type": n => { identity.odataType = n.getStringValue(); },
196
176
  };
197
177
  }
198
- exports.deserializeIntoIdentity = deserializeIntoIdentity;
199
178
  /**
200
179
  * The deserialization information for the current model
201
180
  * @returns {Record<string, (node: ParseNode) => void>}
202
181
  */
203
- function deserializeIntoIdentitySet(identitySet = {}) {
182
+ export function deserializeIntoIdentitySet(identitySet = {}) {
204
183
  return {
205
184
  "application": n => { identitySet.application = n.getObjectValue(createIdentityFromDiscriminatorValue); },
206
185
  "backingStoreEnabled": n => { identitySet.backingStoreEnabled = true; },
@@ -209,67 +188,60 @@ function deserializeIntoIdentitySet(identitySet = {}) {
209
188
  "user": n => { identitySet.user = n.getObjectValue(createIdentityFromDiscriminatorValue); },
210
189
  };
211
190
  }
212
- exports.deserializeIntoIdentitySet = deserializeIntoIdentitySet;
213
191
  /**
214
192
  * The deserialization information for the current model
215
193
  * @returns {Record<string, (node: ParseNode) => void>}
216
194
  */
217
- function deserializeIntoQna(qna = {}) {
218
- return Object.assign(Object.assign({}, deserializeIntoSearchAnswer(qna)), { "availabilityEndDateTime": n => { qna.availabilityEndDateTime = n.getDateValue(); }, "availabilityStartDateTime": n => { qna.availabilityStartDateTime = n.getDateValue(); }, "groupIds": n => { qna.groupIds = n.getCollectionOfPrimitiveValues(); }, "isSuggested": n => { qna.isSuggested = n.getBooleanValue(); }, "keywords": n => { qna.keywords = n.getObjectValue(createAnswerKeywordFromDiscriminatorValue); }, "languageTags": n => { qna.languageTags = n.getCollectionOfPrimitiveValues(); }, "platforms": n => { qna.platforms = n.getCollectionOfEnumValues(__1.DevicePlatformTypeObject); }, "state": n => { qna.state = n.getEnumValue(exports.AnswerStateObject); }, "targetedVariations": n => { qna.targetedVariations = n.getCollectionOfObjectValues(createAnswerVariantFromDiscriminatorValue); } });
195
+ export function deserializeIntoQna(qna = {}) {
196
+ return Object.assign(Object.assign({}, deserializeIntoSearchAnswer(qna)), { "availabilityEndDateTime": n => { qna.availabilityEndDateTime = n.getDateValue(); }, "availabilityStartDateTime": n => { qna.availabilityStartDateTime = n.getDateValue(); }, "groupIds": n => { qna.groupIds = n.getCollectionOfPrimitiveValues(); }, "isSuggested": n => { qna.isSuggested = n.getBooleanValue(); }, "keywords": n => { qna.keywords = n.getObjectValue(createAnswerKeywordFromDiscriminatorValue); }, "languageTags": n => { qna.languageTags = n.getCollectionOfPrimitiveValues(); }, "platforms": n => { qna.platforms = n.getCollectionOfEnumValues(DevicePlatformTypeObject); }, "state": n => { qna.state = n.getEnumValue(AnswerStateObject); }, "targetedVariations": n => { qna.targetedVariations = n.getCollectionOfObjectValues(createAnswerVariantFromDiscriminatorValue); } });
219
197
  }
220
- exports.deserializeIntoQna = deserializeIntoQna;
221
198
  /**
222
199
  * The deserialization information for the current model
223
200
  * @returns {Record<string, (node: ParseNode) => void>}
224
201
  */
225
- function deserializeIntoQnaCollectionResponse(qnaCollectionResponse = {}) {
226
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(qnaCollectionResponse)), { "value": n => { qnaCollectionResponse.value = n.getCollectionOfObjectValues(createQnaFromDiscriminatorValue); } });
202
+ export function deserializeIntoQnaCollectionResponse(qnaCollectionResponse = {}) {
203
+ return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(qnaCollectionResponse)), { "value": n => { qnaCollectionResponse.value = n.getCollectionOfObjectValues(createQnaFromDiscriminatorValue); } });
227
204
  }
228
- exports.deserializeIntoQnaCollectionResponse = deserializeIntoQnaCollectionResponse;
229
205
  /**
230
206
  * The deserialization information for the current model
231
207
  * @returns {Record<string, (node: ParseNode) => void>}
232
208
  */
233
- function deserializeIntoSearchAnswer(searchAnswer = {}) {
234
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(searchAnswer)), { "description": n => { searchAnswer.description = n.getStringValue(); }, "displayName": n => { searchAnswer.displayName = n.getStringValue(); }, "lastModifiedBy": n => { searchAnswer.lastModifiedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "lastModifiedDateTime": n => { searchAnswer.lastModifiedDateTime = n.getDateValue(); }, "webUrl": n => { searchAnswer.webUrl = n.getStringValue(); } });
209
+ export function deserializeIntoSearchAnswer(searchAnswer = {}) {
210
+ return Object.assign(Object.assign({}, deserializeIntoEntity(searchAnswer)), { "description": n => { searchAnswer.description = n.getStringValue(); }, "displayName": n => { searchAnswer.displayName = n.getStringValue(); }, "lastModifiedBy": n => { searchAnswer.lastModifiedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "lastModifiedDateTime": n => { searchAnswer.lastModifiedDateTime = n.getDateValue(); }, "webUrl": n => { searchAnswer.webUrl = n.getStringValue(); } });
235
211
  }
236
- exports.deserializeIntoSearchAnswer = deserializeIntoSearchAnswer;
237
212
  /**
238
213
  * Serializes information the current object
239
214
  * @param writer Serialization writer to use to serialize this model
240
215
  */
241
- function serializeAcronym(writer, acronym = {}) {
216
+ export function serializeAcronym(writer, acronym = {}) {
242
217
  serializeSearchAnswer(writer, acronym);
243
218
  writer.writeStringValue("standsFor", acronym.standsFor);
244
219
  writer.writeEnumValue("state", acronym.state);
245
220
  }
246
- exports.serializeAcronym = serializeAcronym;
247
221
  /**
248
222
  * Serializes information the current object
249
223
  * @param writer Serialization writer to use to serialize this model
250
224
  */
251
- function serializeAcronymCollectionResponse(writer, acronymCollectionResponse = {}) {
252
- (0, __1.serializeBaseCollectionPaginationCountResponse)(writer, acronymCollectionResponse);
225
+ export function serializeAcronymCollectionResponse(writer, acronymCollectionResponse = {}) {
226
+ serializeBaseCollectionPaginationCountResponse(writer, acronymCollectionResponse);
253
227
  writer.writeCollectionOfObjectValues("value", acronymCollectionResponse.value, serializeAcronym);
254
228
  }
255
- exports.serializeAcronymCollectionResponse = serializeAcronymCollectionResponse;
256
229
  /**
257
230
  * Serializes information the current object
258
231
  * @param writer Serialization writer to use to serialize this model
259
232
  */
260
- function serializeAnswerKeyword(writer, answerKeyword = {}) {
233
+ export function serializeAnswerKeyword(writer, answerKeyword = {}) {
261
234
  writer.writeCollectionOfPrimitiveValues("keywords", answerKeyword.keywords);
262
235
  writer.writeBooleanValue("matchSimilarKeywords", answerKeyword.matchSimilarKeywords);
263
236
  writer.writeStringValue("@odata.type", answerKeyword.odataType);
264
237
  writer.writeCollectionOfPrimitiveValues("reservedKeywords", answerKeyword.reservedKeywords);
265
238
  writer.writeAdditionalData(answerKeyword.additionalData);
266
239
  }
267
- exports.serializeAnswerKeyword = serializeAnswerKeyword;
268
240
  /**
269
241
  * Serializes information the current object
270
242
  * @param writer Serialization writer to use to serialize this model
271
243
  */
272
- function serializeAnswerVariant(writer, answerVariant = {}) {
244
+ export function serializeAnswerVariant(writer, answerVariant = {}) {
273
245
  writer.writeStringValue("description", answerVariant.description);
274
246
  writer.writeStringValue("displayName", answerVariant.displayName);
275
247
  writer.writeStringValue("languageTag", answerVariant.languageTag);
@@ -278,12 +250,11 @@ function serializeAnswerVariant(writer, answerVariant = {}) {
278
250
  writer.writeStringValue("webUrl", answerVariant.webUrl);
279
251
  writer.writeAdditionalData(answerVariant.additionalData);
280
252
  }
281
- exports.serializeAnswerVariant = serializeAnswerVariant;
282
253
  /**
283
254
  * Serializes information the current object
284
255
  * @param writer Serialization writer to use to serialize this model
285
256
  */
286
- function serializeBookmark(writer, bookmark = {}) {
257
+ export function serializeBookmark(writer, bookmark = {}) {
287
258
  serializeSearchAnswer(writer, bookmark);
288
259
  writer.writeDateValue("availabilityEndDateTime", bookmark.availabilityEndDateTime);
289
260
  writer.writeDateValue("availabilityStartDateTime", bookmark.availabilityStartDateTime);
@@ -298,44 +269,40 @@ function serializeBookmark(writer, bookmark = {}) {
298
269
  writer.writeEnumValue("state", bookmark.state);
299
270
  writer.writeCollectionOfObjectValues("targetedVariations", bookmark.targetedVariations, serializeAnswerVariant);
300
271
  }
301
- exports.serializeBookmark = serializeBookmark;
302
272
  /**
303
273
  * Serializes information the current object
304
274
  * @param writer Serialization writer to use to serialize this model
305
275
  */
306
- function serializeBookmarkCollectionResponse(writer, bookmarkCollectionResponse = {}) {
307
- (0, __1.serializeBaseCollectionPaginationCountResponse)(writer, bookmarkCollectionResponse);
276
+ export function serializeBookmarkCollectionResponse(writer, bookmarkCollectionResponse = {}) {
277
+ serializeBaseCollectionPaginationCountResponse(writer, bookmarkCollectionResponse);
308
278
  writer.writeCollectionOfObjectValues("value", bookmarkCollectionResponse.value, serializeBookmark);
309
279
  }
310
- exports.serializeBookmarkCollectionResponse = serializeBookmarkCollectionResponse;
311
280
  /**
312
281
  * Serializes information the current object
313
282
  * @param writer Serialization writer to use to serialize this model
314
283
  */
315
- function serializeIdentity(writer, identity = {}) {
284
+ export function serializeIdentity(writer, identity = {}) {
316
285
  writer.writeStringValue("displayName", identity.displayName);
317
286
  writer.writeStringValue("id", identity.id);
318
287
  writer.writeStringValue("@odata.type", identity.odataType);
319
288
  writer.writeAdditionalData(identity.additionalData);
320
289
  }
321
- exports.serializeIdentity = serializeIdentity;
322
290
  /**
323
291
  * Serializes information the current object
324
292
  * @param writer Serialization writer to use to serialize this model
325
293
  */
326
- function serializeIdentitySet(writer, identitySet = {}) {
294
+ export function serializeIdentitySet(writer, identitySet = {}) {
327
295
  writer.writeObjectValue("application", identitySet.application, serializeIdentity);
328
296
  writer.writeObjectValue("device", identitySet.device, serializeIdentity);
329
297
  writer.writeStringValue("@odata.type", identitySet.odataType);
330
298
  writer.writeObjectValue("user", identitySet.user, serializeIdentity);
331
299
  writer.writeAdditionalData(identitySet.additionalData);
332
300
  }
333
- exports.serializeIdentitySet = serializeIdentitySet;
334
301
  /**
335
302
  * Serializes information the current object
336
303
  * @param writer Serialization writer to use to serialize this model
337
304
  */
338
- function serializeQna(writer, qna = {}) {
305
+ export function serializeQna(writer, qna = {}) {
339
306
  serializeSearchAnswer(writer, qna);
340
307
  writer.writeDateValue("availabilityEndDateTime", qna.availabilityEndDateTime);
341
308
  writer.writeDateValue("availabilityStartDateTime", qna.availabilityStartDateTime);
@@ -348,30 +315,27 @@ function serializeQna(writer, qna = {}) {
348
315
  writer.writeEnumValue("state", qna.state);
349
316
  writer.writeCollectionOfObjectValues("targetedVariations", qna.targetedVariations, serializeAnswerVariant);
350
317
  }
351
- exports.serializeQna = serializeQna;
352
318
  /**
353
319
  * Serializes information the current object
354
320
  * @param writer Serialization writer to use to serialize this model
355
321
  */
356
- function serializeQnaCollectionResponse(writer, qnaCollectionResponse = {}) {
357
- (0, __1.serializeBaseCollectionPaginationCountResponse)(writer, qnaCollectionResponse);
322
+ export function serializeQnaCollectionResponse(writer, qnaCollectionResponse = {}) {
323
+ serializeBaseCollectionPaginationCountResponse(writer, qnaCollectionResponse);
358
324
  writer.writeCollectionOfObjectValues("value", qnaCollectionResponse.value, serializeQna);
359
325
  }
360
- exports.serializeQnaCollectionResponse = serializeQnaCollectionResponse;
361
326
  /**
362
327
  * Serializes information the current object
363
328
  * @param writer Serialization writer to use to serialize this model
364
329
  */
365
- function serializeSearchAnswer(writer, searchAnswer = {}) {
366
- (0, __1.serializeEntity)(writer, searchAnswer);
330
+ export function serializeSearchAnswer(writer, searchAnswer = {}) {
331
+ serializeEntity(writer, searchAnswer);
367
332
  writer.writeStringValue("description", searchAnswer.description);
368
333
  writer.writeStringValue("displayName", searchAnswer.displayName);
369
334
  writer.writeObjectValue("lastModifiedBy", searchAnswer.lastModifiedBy, serializeIdentitySet);
370
335
  writer.writeDateValue("lastModifiedDateTime", searchAnswer.lastModifiedDateTime);
371
336
  writer.writeStringValue("webUrl", searchAnswer.webUrl);
372
337
  }
373
- exports.serializeSearchAnswer = serializeSearchAnswer;
374
- exports.AnswerStateObject = {
338
+ export const AnswerStateObject = {
375
339
  Published: "published",
376
340
  Draft: "draft",
377
341
  Excluded: "excluded",
@@ -379,3 +343,4 @@ exports.AnswerStateObject = {
379
343
  };
380
344
  /* tslint:enable */
381
345
  /* eslint-enable */
346
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { type BaseCollectionPaginationCountResponse, type Entity, type Group, type IdentitySet, type PhysicalAddress, type PublicError, type ResultInfo, type Site } from '../';
1
+ import { type BaseCollectionPaginationCountResponse, type Entity, type Group, type IdentitySet, type PhysicalAddress, type PublicError, type ResultInfo, type Site } from '../index.js';
2
2
  import { type AdditionalDataHolder, type BackedModel, type Duration, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
3
3
  import { type Guid } from 'guid-typescript';
4
4
  export type ActionAfterRetentionPeriod = (typeof ActionAfterRetentionPeriodObject)[keyof typeof ActionAfterRetentionPeriodObject];
@@ -17,7 +17,7 @@ export interface Alert extends Entity, Parsable {
17
17
  */
18
18
  alertPolicyId?: string;
19
19
  /**
20
- * The alertWebUrl property
20
+ * URL for the Microsoft 365 Defender portal alert page.
21
21
  */
22
22
  alertWebUrl?: string;
23
23
  /**
@@ -85,7 +85,7 @@ export interface Alert extends Entity, Parsable {
85
85
  */
86
86
  mitreTechniques?: string[];
87
87
  /**
88
- * The productName property
88
+ * The name of the product which published this alert.
89
89
  */
90
90
  productName?: string;
91
91
  /**
@@ -3208,7 +3208,7 @@ export interface EdiscoveryExportOperation extends CaseOperation, Parsable {
3208
3208
  */
3209
3209
  description?: string;
3210
3210
  /**
3211
- * The exportFileMetadata property
3211
+ * Contains the properties for an export file metadata, including downloadUrl, fileName, and size.
3212
3212
  */
3213
3213
  exportFileMetadata?: ExportFileMetadata[];
3214
3214
  /**
@@ -5266,7 +5266,7 @@ export interface RetentionEvent extends Entity, Parsable {
5266
5266
  */
5267
5267
  displayName?: string;
5268
5268
  /**
5269
- * The eventPropagationResults property
5269
+ * Represents the success status of a created event and additional information.
5270
5270
  */
5271
5271
  eventPropagationResults?: EventPropagationResult[];
5272
5272
  /**
@@ -5274,7 +5274,7 @@ export interface RetentionEvent extends Entity, Parsable {
5274
5274
  */
5275
5275
  eventQueries?: EventQuery[];
5276
5276
  /**
5277
- * The eventStatus property
5277
+ * Status of event propogation to the scoped locations after the event has been created.
5278
5278
  */
5279
5279
  eventStatus?: RetentionEventStatus;
5280
5280
  /**
@@ -6611,7 +6611,7 @@ export interface SslCertificate extends Artifact, Parsable {
6611
6611
  */
6612
6612
  lastSeenDateTime?: Date;
6613
6613
  /**
6614
- * The hosts related with this sslCertificate.
6614
+ * The host resources related with this sslCertificate.
6615
6615
  */
6616
6616
  relatedHosts?: Host[];
6617
6617
  /**