@microsoft/msgraph-sdk 1.0.0-preview.22 → 1.0.0-preview.24

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 +4 -4
  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 +1418 -231
  22. package/models/index.d.ts.map +1 -1
  23. package/models/index.js +8830 -14350
  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 +140 -6
  39. package/models/security/index.d.ts.map +1 -1
  40. package/models/security/index.js +949 -1459
  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 -2
  47. package/tsconfig.tsbuildinfo +1 -1
  48. package/version.js +2 -4
  49. package/version.js.map +1 -0
@@ -1,149 +1,131 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TermGroupScopeObject = exports.RelationTypeObject = exports.serializeTermCollectionResponse = exports.serializeTerm = exports.serializeStoreCollectionResponse = exports.serializeStore = exports.serializeSetCollectionResponse = exports.serializeSet = exports.serializeRelationCollectionResponse = exports.serializeRelation = exports.serializeLocalizedName = exports.serializeLocalizedLabel = exports.serializeLocalizedDescription = exports.serializeGroupCollectionResponse = exports.serializeGroup = exports.deserializeIntoTermCollectionResponse = exports.deserializeIntoTerm = exports.deserializeIntoStoreCollectionResponse = exports.deserializeIntoStore = exports.deserializeIntoSetCollectionResponse = exports.deserializeIntoSet = exports.deserializeIntoRelationCollectionResponse = exports.deserializeIntoRelation = exports.deserializeIntoLocalizedName = exports.deserializeIntoLocalizedLabel = exports.deserializeIntoLocalizedDescription = exports.deserializeIntoGroupCollectionResponse = exports.deserializeIntoGroup = exports.createTermFromDiscriminatorValue = exports.createTermCollectionResponseFromDiscriminatorValue = exports.createStoreFromDiscriminatorValue = exports.createStoreCollectionResponseFromDiscriminatorValue = exports.createSetFromDiscriminatorValue = exports.createSetCollectionResponseFromDiscriminatorValue = exports.createRelationFromDiscriminatorValue = exports.createRelationCollectionResponseFromDiscriminatorValue = exports.createLocalizedNameFromDiscriminatorValue = exports.createLocalizedLabelFromDiscriminatorValue = exports.createLocalizedDescriptionFromDiscriminatorValue = exports.createGroupFromDiscriminatorValue = exports.createGroupCollectionResponseFromDiscriminatorValue = 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 { createKeyValueFromDiscriminatorValue, deserializeIntoBaseCollectionPaginationCountResponse, deserializeIntoEntity, serializeBaseCollectionPaginationCountResponse, serializeEntity, serializeKeyValue } 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 {GroupCollectionResponse}
13
10
  */
14
- function createGroupCollectionResponseFromDiscriminatorValue(parseNode) {
11
+ export function createGroupCollectionResponseFromDiscriminatorValue(parseNode) {
15
12
  return deserializeIntoGroupCollectionResponse;
16
13
  }
17
- exports.createGroupCollectionResponseFromDiscriminatorValue = createGroupCollectionResponseFromDiscriminatorValue;
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 {Group}
22
18
  */
23
- function createGroupFromDiscriminatorValue(parseNode) {
19
+ export function createGroupFromDiscriminatorValue(parseNode) {
24
20
  return deserializeIntoGroup;
25
21
  }
26
- exports.createGroupFromDiscriminatorValue = createGroupFromDiscriminatorValue;
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 {LocalizedDescription}
31
26
  */
32
- function createLocalizedDescriptionFromDiscriminatorValue(parseNode) {
27
+ export function createLocalizedDescriptionFromDiscriminatorValue(parseNode) {
33
28
  return deserializeIntoLocalizedDescription;
34
29
  }
35
- exports.createLocalizedDescriptionFromDiscriminatorValue = createLocalizedDescriptionFromDiscriminatorValue;
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 {LocalizedLabel}
40
34
  */
41
- function createLocalizedLabelFromDiscriminatorValue(parseNode) {
35
+ export function createLocalizedLabelFromDiscriminatorValue(parseNode) {
42
36
  return deserializeIntoLocalizedLabel;
43
37
  }
44
- exports.createLocalizedLabelFromDiscriminatorValue = createLocalizedLabelFromDiscriminatorValue;
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 {LocalizedName}
49
42
  */
50
- function createLocalizedNameFromDiscriminatorValue(parseNode) {
43
+ export function createLocalizedNameFromDiscriminatorValue(parseNode) {
51
44
  return deserializeIntoLocalizedName;
52
45
  }
53
- exports.createLocalizedNameFromDiscriminatorValue = createLocalizedNameFromDiscriminatorValue;
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 {RelationCollectionResponse}
58
50
  */
59
- function createRelationCollectionResponseFromDiscriminatorValue(parseNode) {
51
+ export function createRelationCollectionResponseFromDiscriminatorValue(parseNode) {
60
52
  return deserializeIntoRelationCollectionResponse;
61
53
  }
62
- exports.createRelationCollectionResponseFromDiscriminatorValue = createRelationCollectionResponseFromDiscriminatorValue;
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 {Relation}
67
58
  */
68
- function createRelationFromDiscriminatorValue(parseNode) {
59
+ export function createRelationFromDiscriminatorValue(parseNode) {
69
60
  return deserializeIntoRelation;
70
61
  }
71
- exports.createRelationFromDiscriminatorValue = createRelationFromDiscriminatorValue;
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 {SetCollectionResponse}
76
66
  */
77
- function createSetCollectionResponseFromDiscriminatorValue(parseNode) {
67
+ export function createSetCollectionResponseFromDiscriminatorValue(parseNode) {
78
68
  return deserializeIntoSetCollectionResponse;
79
69
  }
80
- exports.createSetCollectionResponseFromDiscriminatorValue = createSetCollectionResponseFromDiscriminatorValue;
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 {Set}
85
74
  */
86
- function createSetFromDiscriminatorValue(parseNode) {
75
+ export function createSetFromDiscriminatorValue(parseNode) {
87
76
  return deserializeIntoSet;
88
77
  }
89
- exports.createSetFromDiscriminatorValue = createSetFromDiscriminatorValue;
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 {StoreCollectionResponse}
94
82
  */
95
- function createStoreCollectionResponseFromDiscriminatorValue(parseNode) {
83
+ export function createStoreCollectionResponseFromDiscriminatorValue(parseNode) {
96
84
  return deserializeIntoStoreCollectionResponse;
97
85
  }
98
- exports.createStoreCollectionResponseFromDiscriminatorValue = createStoreCollectionResponseFromDiscriminatorValue;
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 {Store}
103
90
  */
104
- function createStoreFromDiscriminatorValue(parseNode) {
91
+ export function createStoreFromDiscriminatorValue(parseNode) {
105
92
  return deserializeIntoStore;
106
93
  }
107
- exports.createStoreFromDiscriminatorValue = createStoreFromDiscriminatorValue;
108
94
  /**
109
95
  * Creates a new instance of the appropriate class based on discriminator value
110
96
  * @param parseNode The parse node to use to read the discriminator value and create the object
111
97
  * @returns {TermCollectionResponse}
112
98
  */
113
- function createTermCollectionResponseFromDiscriminatorValue(parseNode) {
99
+ export function createTermCollectionResponseFromDiscriminatorValue(parseNode) {
114
100
  return deserializeIntoTermCollectionResponse;
115
101
  }
116
- exports.createTermCollectionResponseFromDiscriminatorValue = createTermCollectionResponseFromDiscriminatorValue;
117
102
  /**
118
103
  * Creates a new instance of the appropriate class based on discriminator value
119
104
  * @param parseNode The parse node to use to read the discriminator value and create the object
120
105
  * @returns {Term}
121
106
  */
122
- function createTermFromDiscriminatorValue(parseNode) {
107
+ export function createTermFromDiscriminatorValue(parseNode) {
123
108
  return deserializeIntoTerm;
124
109
  }
125
- exports.createTermFromDiscriminatorValue = createTermFromDiscriminatorValue;
126
110
  /**
127
111
  * The deserialization information for the current model
128
112
  * @returns {Record<string, (node: ParseNode) => void>}
129
113
  */
130
- function deserializeIntoGroup(group = {}) {
131
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(group)), { "createdDateTime": n => { group.createdDateTime = n.getDateValue(); }, "description": n => { group.description = n.getStringValue(); }, "displayName": n => { group.displayName = n.getStringValue(); }, "parentSiteId": n => { group.parentSiteId = n.getStringValue(); }, "scope": n => { group.scope = n.getEnumValue(exports.TermGroupScopeObject); }, "sets": n => { group.sets = n.getCollectionOfObjectValues(createSetFromDiscriminatorValue); } });
114
+ export function deserializeIntoGroup(group = {}) {
115
+ return Object.assign(Object.assign({}, deserializeIntoEntity(group)), { "createdDateTime": n => { group.createdDateTime = n.getDateValue(); }, "description": n => { group.description = n.getStringValue(); }, "displayName": n => { group.displayName = n.getStringValue(); }, "parentSiteId": n => { group.parentSiteId = n.getStringValue(); }, "scope": n => { group.scope = n.getEnumValue(TermGroupScopeObject); }, "sets": n => { group.sets = n.getCollectionOfObjectValues(createSetFromDiscriminatorValue); } });
132
116
  }
133
- exports.deserializeIntoGroup = deserializeIntoGroup;
134
117
  /**
135
118
  * The deserialization information for the current model
136
119
  * @returns {Record<string, (node: ParseNode) => void>}
137
120
  */
138
- function deserializeIntoGroupCollectionResponse(groupCollectionResponse = {}) {
139
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(groupCollectionResponse)), { "value": n => { groupCollectionResponse.value = n.getCollectionOfObjectValues(createGroupFromDiscriminatorValue); } });
121
+ export function deserializeIntoGroupCollectionResponse(groupCollectionResponse = {}) {
122
+ return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(groupCollectionResponse)), { "value": n => { groupCollectionResponse.value = n.getCollectionOfObjectValues(createGroupFromDiscriminatorValue); } });
140
123
  }
141
- exports.deserializeIntoGroupCollectionResponse = deserializeIntoGroupCollectionResponse;
142
124
  /**
143
125
  * The deserialization information for the current model
144
126
  * @returns {Record<string, (node: ParseNode) => void>}
145
127
  */
146
- function deserializeIntoLocalizedDescription(localizedDescription = {}) {
128
+ export function deserializeIntoLocalizedDescription(localizedDescription = {}) {
147
129
  return {
148
130
  "backingStoreEnabled": n => { localizedDescription.backingStoreEnabled = true; },
149
131
  "description": n => { localizedDescription.description = n.getStringValue(); },
@@ -151,12 +133,11 @@ function deserializeIntoLocalizedDescription(localizedDescription = {}) {
151
133
  "@odata.type": n => { localizedDescription.odataType = n.getStringValue(); },
152
134
  };
153
135
  }
154
- exports.deserializeIntoLocalizedDescription = deserializeIntoLocalizedDescription;
155
136
  /**
156
137
  * The deserialization information for the current model
157
138
  * @returns {Record<string, (node: ParseNode) => void>}
158
139
  */
159
- function deserializeIntoLocalizedLabel(localizedLabel = {}) {
140
+ export function deserializeIntoLocalizedLabel(localizedLabel = {}) {
160
141
  return {
161
142
  "backingStoreEnabled": n => { localizedLabel.backingStoreEnabled = true; },
162
143
  "isDefault": n => { localizedLabel.isDefault = n.getBooleanValue(); },
@@ -165,12 +146,11 @@ function deserializeIntoLocalizedLabel(localizedLabel = {}) {
165
146
  "@odata.type": n => { localizedLabel.odataType = n.getStringValue(); },
166
147
  };
167
148
  }
168
- exports.deserializeIntoLocalizedLabel = deserializeIntoLocalizedLabel;
169
149
  /**
170
150
  * The deserialization information for the current model
171
151
  * @returns {Record<string, (node: ParseNode) => void>}
172
152
  */
173
- function deserializeIntoLocalizedName(localizedName = {}) {
153
+ export function deserializeIntoLocalizedName(localizedName = {}) {
174
154
  return {
175
155
  "backingStoreEnabled": n => { localizedName.backingStoreEnabled = true; },
176
156
  "languageTag": n => { localizedName.languageTag = n.getStringValue(); },
@@ -178,77 +158,68 @@ function deserializeIntoLocalizedName(localizedName = {}) {
178
158
  "@odata.type": n => { localizedName.odataType = n.getStringValue(); },
179
159
  };
180
160
  }
181
- exports.deserializeIntoLocalizedName = deserializeIntoLocalizedName;
182
161
  /**
183
162
  * The deserialization information for the current model
184
163
  * @returns {Record<string, (node: ParseNode) => void>}
185
164
  */
186
- function deserializeIntoRelation(relation = {}) {
187
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(relation)), { "fromTerm": n => { relation.fromTerm = n.getObjectValue(createTermFromDiscriminatorValue); }, "relationship": n => { relation.relationship = n.getEnumValue(exports.RelationTypeObject); }, "set": n => { relation.set = n.getObjectValue(createSetFromDiscriminatorValue); }, "toTerm": n => { relation.toTerm = n.getObjectValue(createTermFromDiscriminatorValue); } });
165
+ export function deserializeIntoRelation(relation = {}) {
166
+ return Object.assign(Object.assign({}, deserializeIntoEntity(relation)), { "fromTerm": n => { relation.fromTerm = n.getObjectValue(createTermFromDiscriminatorValue); }, "relationship": n => { relation.relationship = n.getEnumValue(RelationTypeObject); }, "set": n => { relation.set = n.getObjectValue(createSetFromDiscriminatorValue); }, "toTerm": n => { relation.toTerm = n.getObjectValue(createTermFromDiscriminatorValue); } });
188
167
  }
189
- exports.deserializeIntoRelation = deserializeIntoRelation;
190
168
  /**
191
169
  * The deserialization information for the current model
192
170
  * @returns {Record<string, (node: ParseNode) => void>}
193
171
  */
194
- function deserializeIntoRelationCollectionResponse(relationCollectionResponse = {}) {
195
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(relationCollectionResponse)), { "value": n => { relationCollectionResponse.value = n.getCollectionOfObjectValues(createRelationFromDiscriminatorValue); } });
172
+ export function deserializeIntoRelationCollectionResponse(relationCollectionResponse = {}) {
173
+ return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(relationCollectionResponse)), { "value": n => { relationCollectionResponse.value = n.getCollectionOfObjectValues(createRelationFromDiscriminatorValue); } });
196
174
  }
197
- exports.deserializeIntoRelationCollectionResponse = deserializeIntoRelationCollectionResponse;
198
175
  /**
199
176
  * The deserialization information for the current model
200
177
  * @returns {Record<string, (node: ParseNode) => void>}
201
178
  */
202
- function deserializeIntoSet(set = {}) {
203
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(set)), { "children": n => { set.children = n.getCollectionOfObjectValues(createTermFromDiscriminatorValue); }, "createdDateTime": n => { set.createdDateTime = n.getDateValue(); }, "description": n => { set.description = n.getStringValue(); }, "localizedNames": n => { set.localizedNames = n.getCollectionOfObjectValues(createLocalizedNameFromDiscriminatorValue); }, "parentGroup": n => { set.parentGroup = n.getObjectValue(createGroupFromDiscriminatorValue); }, "properties": n => { set.properties = n.getCollectionOfObjectValues(__1.createKeyValueFromDiscriminatorValue); }, "relations": n => { set.relations = n.getCollectionOfObjectValues(createRelationFromDiscriminatorValue); }, "terms": n => { set.terms = n.getCollectionOfObjectValues(createTermFromDiscriminatorValue); } });
179
+ export function deserializeIntoSet(set = {}) {
180
+ return Object.assign(Object.assign({}, deserializeIntoEntity(set)), { "children": n => { set.children = n.getCollectionOfObjectValues(createTermFromDiscriminatorValue); }, "createdDateTime": n => { set.createdDateTime = n.getDateValue(); }, "description": n => { set.description = n.getStringValue(); }, "localizedNames": n => { set.localizedNames = n.getCollectionOfObjectValues(createLocalizedNameFromDiscriminatorValue); }, "parentGroup": n => { set.parentGroup = n.getObjectValue(createGroupFromDiscriminatorValue); }, "properties": n => { set.properties = n.getCollectionOfObjectValues(createKeyValueFromDiscriminatorValue); }, "relations": n => { set.relations = n.getCollectionOfObjectValues(createRelationFromDiscriminatorValue); }, "terms": n => { set.terms = n.getCollectionOfObjectValues(createTermFromDiscriminatorValue); } });
204
181
  }
205
- exports.deserializeIntoSet = deserializeIntoSet;
206
182
  /**
207
183
  * The deserialization information for the current model
208
184
  * @returns {Record<string, (node: ParseNode) => void>}
209
185
  */
210
- function deserializeIntoSetCollectionResponse(setCollectionResponse = {}) {
211
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(setCollectionResponse)), { "value": n => { setCollectionResponse.value = n.getCollectionOfObjectValues(createSetFromDiscriminatorValue); } });
186
+ export function deserializeIntoSetCollectionResponse(setCollectionResponse = {}) {
187
+ return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(setCollectionResponse)), { "value": n => { setCollectionResponse.value = n.getCollectionOfObjectValues(createSetFromDiscriminatorValue); } });
212
188
  }
213
- exports.deserializeIntoSetCollectionResponse = deserializeIntoSetCollectionResponse;
214
189
  /**
215
190
  * The deserialization information for the current model
216
191
  * @returns {Record<string, (node: ParseNode) => void>}
217
192
  */
218
- function deserializeIntoStore(store = {}) {
219
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(store)), { "defaultLanguageTag": n => { store.defaultLanguageTag = n.getStringValue(); }, "groups": n => { store.groups = n.getCollectionOfObjectValues(createGroupFromDiscriminatorValue); }, "languageTags": n => { store.languageTags = n.getCollectionOfPrimitiveValues(); }, "sets": n => { store.sets = n.getCollectionOfObjectValues(createSetFromDiscriminatorValue); } });
193
+ export function deserializeIntoStore(store = {}) {
194
+ return Object.assign(Object.assign({}, deserializeIntoEntity(store)), { "defaultLanguageTag": n => { store.defaultLanguageTag = n.getStringValue(); }, "groups": n => { store.groups = n.getCollectionOfObjectValues(createGroupFromDiscriminatorValue); }, "languageTags": n => { store.languageTags = n.getCollectionOfPrimitiveValues(); }, "sets": n => { store.sets = n.getCollectionOfObjectValues(createSetFromDiscriminatorValue); } });
220
195
  }
221
- exports.deserializeIntoStore = deserializeIntoStore;
222
196
  /**
223
197
  * The deserialization information for the current model
224
198
  * @returns {Record<string, (node: ParseNode) => void>}
225
199
  */
226
- function deserializeIntoStoreCollectionResponse(storeCollectionResponse = {}) {
227
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(storeCollectionResponse)), { "value": n => { storeCollectionResponse.value = n.getCollectionOfObjectValues(createStoreFromDiscriminatorValue); } });
200
+ export function deserializeIntoStoreCollectionResponse(storeCollectionResponse = {}) {
201
+ return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(storeCollectionResponse)), { "value": n => { storeCollectionResponse.value = n.getCollectionOfObjectValues(createStoreFromDiscriminatorValue); } });
228
202
  }
229
- exports.deserializeIntoStoreCollectionResponse = deserializeIntoStoreCollectionResponse;
230
203
  /**
231
204
  * The deserialization information for the current model
232
205
  * @returns {Record<string, (node: ParseNode) => void>}
233
206
  */
234
- function deserializeIntoTerm(term = {}) {
235
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoEntity)(term)), { "children": n => { term.children = n.getCollectionOfObjectValues(createTermFromDiscriminatorValue); }, "createdDateTime": n => { term.createdDateTime = n.getDateValue(); }, "descriptions": n => { term.descriptions = n.getCollectionOfObjectValues(createLocalizedDescriptionFromDiscriminatorValue); }, "labels": n => { term.labels = n.getCollectionOfObjectValues(createLocalizedLabelFromDiscriminatorValue); }, "lastModifiedDateTime": n => { term.lastModifiedDateTime = n.getDateValue(); }, "properties": n => { term.properties = n.getCollectionOfObjectValues(__1.createKeyValueFromDiscriminatorValue); }, "relations": n => { term.relations = n.getCollectionOfObjectValues(createRelationFromDiscriminatorValue); }, "set": n => { term.set = n.getObjectValue(createSetFromDiscriminatorValue); } });
207
+ export function deserializeIntoTerm(term = {}) {
208
+ return Object.assign(Object.assign({}, deserializeIntoEntity(term)), { "children": n => { term.children = n.getCollectionOfObjectValues(createTermFromDiscriminatorValue); }, "createdDateTime": n => { term.createdDateTime = n.getDateValue(); }, "descriptions": n => { term.descriptions = n.getCollectionOfObjectValues(createLocalizedDescriptionFromDiscriminatorValue); }, "labels": n => { term.labels = n.getCollectionOfObjectValues(createLocalizedLabelFromDiscriminatorValue); }, "lastModifiedDateTime": n => { term.lastModifiedDateTime = n.getDateValue(); }, "properties": n => { term.properties = n.getCollectionOfObjectValues(createKeyValueFromDiscriminatorValue); }, "relations": n => { term.relations = n.getCollectionOfObjectValues(createRelationFromDiscriminatorValue); }, "set": n => { term.set = n.getObjectValue(createSetFromDiscriminatorValue); } });
236
209
  }
237
- exports.deserializeIntoTerm = deserializeIntoTerm;
238
210
  /**
239
211
  * The deserialization information for the current model
240
212
  * @returns {Record<string, (node: ParseNode) => void>}
241
213
  */
242
- function deserializeIntoTermCollectionResponse(termCollectionResponse = {}) {
243
- return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(termCollectionResponse)), { "value": n => { termCollectionResponse.value = n.getCollectionOfObjectValues(createTermFromDiscriminatorValue); } });
214
+ export function deserializeIntoTermCollectionResponse(termCollectionResponse = {}) {
215
+ return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(termCollectionResponse)), { "value": n => { termCollectionResponse.value = n.getCollectionOfObjectValues(createTermFromDiscriminatorValue); } });
244
216
  }
245
- exports.deserializeIntoTermCollectionResponse = deserializeIntoTermCollectionResponse;
246
217
  /**
247
218
  * Serializes information the current object
248
219
  * @param writer Serialization writer to use to serialize this model
249
220
  */
250
- function serializeGroup(writer, group = {}) {
251
- (0, __1.serializeEntity)(writer, group);
221
+ export function serializeGroup(writer, group = {}) {
222
+ serializeEntity(writer, group);
252
223
  writer.writeDateValue("createdDateTime", group.createdDateTime);
253
224
  writer.writeStringValue("description", group.description);
254
225
  writer.writeStringValue("displayName", group.displayName);
@@ -256,148 +227,135 @@ function serializeGroup(writer, group = {}) {
256
227
  writer.writeEnumValue("scope", group.scope);
257
228
  writer.writeCollectionOfObjectValues("sets", group.sets, serializeSet);
258
229
  }
259
- exports.serializeGroup = serializeGroup;
260
230
  /**
261
231
  * Serializes information the current object
262
232
  * @param writer Serialization writer to use to serialize this model
263
233
  */
264
- function serializeGroupCollectionResponse(writer, groupCollectionResponse = {}) {
265
- (0, __1.serializeBaseCollectionPaginationCountResponse)(writer, groupCollectionResponse);
234
+ export function serializeGroupCollectionResponse(writer, groupCollectionResponse = {}) {
235
+ serializeBaseCollectionPaginationCountResponse(writer, groupCollectionResponse);
266
236
  writer.writeCollectionOfObjectValues("value", groupCollectionResponse.value, serializeGroup);
267
237
  }
268
- exports.serializeGroupCollectionResponse = serializeGroupCollectionResponse;
269
238
  /**
270
239
  * Serializes information the current object
271
240
  * @param writer Serialization writer to use to serialize this model
272
241
  */
273
- function serializeLocalizedDescription(writer, localizedDescription = {}) {
242
+ export function serializeLocalizedDescription(writer, localizedDescription = {}) {
274
243
  writer.writeStringValue("description", localizedDescription.description);
275
244
  writer.writeStringValue("languageTag", localizedDescription.languageTag);
276
245
  writer.writeStringValue("@odata.type", localizedDescription.odataType);
277
246
  writer.writeAdditionalData(localizedDescription.additionalData);
278
247
  }
279
- exports.serializeLocalizedDescription = serializeLocalizedDescription;
280
248
  /**
281
249
  * Serializes information the current object
282
250
  * @param writer Serialization writer to use to serialize this model
283
251
  */
284
- function serializeLocalizedLabel(writer, localizedLabel = {}) {
252
+ export function serializeLocalizedLabel(writer, localizedLabel = {}) {
285
253
  writer.writeBooleanValue("isDefault", localizedLabel.isDefault);
286
254
  writer.writeStringValue("languageTag", localizedLabel.languageTag);
287
255
  writer.writeStringValue("name", localizedLabel.name);
288
256
  writer.writeStringValue("@odata.type", localizedLabel.odataType);
289
257
  writer.writeAdditionalData(localizedLabel.additionalData);
290
258
  }
291
- exports.serializeLocalizedLabel = serializeLocalizedLabel;
292
259
  /**
293
260
  * Serializes information the current object
294
261
  * @param writer Serialization writer to use to serialize this model
295
262
  */
296
- function serializeLocalizedName(writer, localizedName = {}) {
263
+ export function serializeLocalizedName(writer, localizedName = {}) {
297
264
  writer.writeStringValue("languageTag", localizedName.languageTag);
298
265
  writer.writeStringValue("name", localizedName.name);
299
266
  writer.writeStringValue("@odata.type", localizedName.odataType);
300
267
  writer.writeAdditionalData(localizedName.additionalData);
301
268
  }
302
- exports.serializeLocalizedName = serializeLocalizedName;
303
269
  /**
304
270
  * Serializes information the current object
305
271
  * @param writer Serialization writer to use to serialize this model
306
272
  */
307
- function serializeRelation(writer, relation = {}) {
308
- (0, __1.serializeEntity)(writer, relation);
273
+ export function serializeRelation(writer, relation = {}) {
274
+ serializeEntity(writer, relation);
309
275
  writer.writeObjectValue("fromTerm", relation.fromTerm, serializeTerm);
310
276
  writer.writeEnumValue("relationship", relation.relationship);
311
277
  writer.writeObjectValue("set", relation.set, serializeSet);
312
278
  writer.writeObjectValue("toTerm", relation.toTerm, serializeTerm);
313
279
  }
314
- exports.serializeRelation = serializeRelation;
315
280
  /**
316
281
  * Serializes information the current object
317
282
  * @param writer Serialization writer to use to serialize this model
318
283
  */
319
- function serializeRelationCollectionResponse(writer, relationCollectionResponse = {}) {
320
- (0, __1.serializeBaseCollectionPaginationCountResponse)(writer, relationCollectionResponse);
284
+ export function serializeRelationCollectionResponse(writer, relationCollectionResponse = {}) {
285
+ serializeBaseCollectionPaginationCountResponse(writer, relationCollectionResponse);
321
286
  writer.writeCollectionOfObjectValues("value", relationCollectionResponse.value, serializeRelation);
322
287
  }
323
- exports.serializeRelationCollectionResponse = serializeRelationCollectionResponse;
324
288
  /**
325
289
  * Serializes information the current object
326
290
  * @param writer Serialization writer to use to serialize this model
327
291
  */
328
- function serializeSet(writer, set = {}) {
329
- (0, __1.serializeEntity)(writer, set);
292
+ export function serializeSet(writer, set = {}) {
293
+ serializeEntity(writer, set);
330
294
  writer.writeCollectionOfObjectValues("children", set.children, serializeTerm);
331
295
  writer.writeDateValue("createdDateTime", set.createdDateTime);
332
296
  writer.writeStringValue("description", set.description);
333
297
  writer.writeCollectionOfObjectValues("localizedNames", set.localizedNames, serializeLocalizedName);
334
298
  writer.writeObjectValue("parentGroup", set.parentGroup, serializeGroup);
335
- writer.writeCollectionOfObjectValues("properties", set.properties, __1.serializeKeyValue);
299
+ writer.writeCollectionOfObjectValues("properties", set.properties, serializeKeyValue);
336
300
  writer.writeCollectionOfObjectValues("relations", set.relations, serializeRelation);
337
301
  writer.writeCollectionOfObjectValues("terms", set.terms, serializeTerm);
338
302
  }
339
- exports.serializeSet = serializeSet;
340
303
  /**
341
304
  * Serializes information the current object
342
305
  * @param writer Serialization writer to use to serialize this model
343
306
  */
344
- function serializeSetCollectionResponse(writer, setCollectionResponse = {}) {
345
- (0, __1.serializeBaseCollectionPaginationCountResponse)(writer, setCollectionResponse);
307
+ export function serializeSetCollectionResponse(writer, setCollectionResponse = {}) {
308
+ serializeBaseCollectionPaginationCountResponse(writer, setCollectionResponse);
346
309
  writer.writeCollectionOfObjectValues("value", setCollectionResponse.value, serializeSet);
347
310
  }
348
- exports.serializeSetCollectionResponse = serializeSetCollectionResponse;
349
311
  /**
350
312
  * Serializes information the current object
351
313
  * @param writer Serialization writer to use to serialize this model
352
314
  */
353
- function serializeStore(writer, store = {}) {
354
- (0, __1.serializeEntity)(writer, store);
315
+ export function serializeStore(writer, store = {}) {
316
+ serializeEntity(writer, store);
355
317
  writer.writeStringValue("defaultLanguageTag", store.defaultLanguageTag);
356
318
  writer.writeCollectionOfObjectValues("groups", store.groups, serializeGroup);
357
319
  writer.writeCollectionOfPrimitiveValues("languageTags", store.languageTags);
358
320
  writer.writeCollectionOfObjectValues("sets", store.sets, serializeSet);
359
321
  }
360
- exports.serializeStore = serializeStore;
361
322
  /**
362
323
  * Serializes information the current object
363
324
  * @param writer Serialization writer to use to serialize this model
364
325
  */
365
- function serializeStoreCollectionResponse(writer, storeCollectionResponse = {}) {
366
- (0, __1.serializeBaseCollectionPaginationCountResponse)(writer, storeCollectionResponse);
326
+ export function serializeStoreCollectionResponse(writer, storeCollectionResponse = {}) {
327
+ serializeBaseCollectionPaginationCountResponse(writer, storeCollectionResponse);
367
328
  writer.writeCollectionOfObjectValues("value", storeCollectionResponse.value, serializeStore);
368
329
  }
369
- exports.serializeStoreCollectionResponse = serializeStoreCollectionResponse;
370
330
  /**
371
331
  * Serializes information the current object
372
332
  * @param writer Serialization writer to use to serialize this model
373
333
  */
374
- function serializeTerm(writer, term = {}) {
375
- (0, __1.serializeEntity)(writer, term);
334
+ export function serializeTerm(writer, term = {}) {
335
+ serializeEntity(writer, term);
376
336
  writer.writeCollectionOfObjectValues("children", term.children, serializeTerm);
377
337
  writer.writeDateValue("createdDateTime", term.createdDateTime);
378
338
  writer.writeCollectionOfObjectValues("descriptions", term.descriptions, serializeLocalizedDescription);
379
339
  writer.writeCollectionOfObjectValues("labels", term.labels, serializeLocalizedLabel);
380
340
  writer.writeDateValue("lastModifiedDateTime", term.lastModifiedDateTime);
381
- writer.writeCollectionOfObjectValues("properties", term.properties, __1.serializeKeyValue);
341
+ writer.writeCollectionOfObjectValues("properties", term.properties, serializeKeyValue);
382
342
  writer.writeCollectionOfObjectValues("relations", term.relations, serializeRelation);
383
343
  writer.writeObjectValue("set", term.set, serializeSet);
384
344
  }
385
- exports.serializeTerm = serializeTerm;
386
345
  /**
387
346
  * Serializes information the current object
388
347
  * @param writer Serialization writer to use to serialize this model
389
348
  */
390
- function serializeTermCollectionResponse(writer, termCollectionResponse = {}) {
391
- (0, __1.serializeBaseCollectionPaginationCountResponse)(writer, termCollectionResponse);
349
+ export function serializeTermCollectionResponse(writer, termCollectionResponse = {}) {
350
+ serializeBaseCollectionPaginationCountResponse(writer, termCollectionResponse);
392
351
  writer.writeCollectionOfObjectValues("value", termCollectionResponse.value, serializeTerm);
393
352
  }
394
- exports.serializeTermCollectionResponse = serializeTermCollectionResponse;
395
- exports.RelationTypeObject = {
353
+ export const RelationTypeObject = {
396
354
  Pin: "pin",
397
355
  Reuse: "reuse",
398
356
  UnknownFutureValue: "unknownFutureValue",
399
357
  };
400
- exports.TermGroupScopeObject = {
358
+ export const TermGroupScopeObject = {
401
359
  Global: "global",
402
360
  System: "system",
403
361
  SiteCollection: "siteCollection",
@@ -405,3 +363,4 @@ exports.TermGroupScopeObject = {
405
363
  };
406
364
  /* tslint:enable */
407
365
  /* eslint-enable */
366
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk",
3
- "version": "1.0.0-preview.22",
3
+ "version": "1.0.0-preview.24",
4
4
  "description": "Microsoft Graph JavaScript client library",
5
5
  "keywords": [
6
6
  "microsoft",
@@ -47,5 +47,6 @@
47
47
  "mocha": "^10.2.0",
48
48
  "typescript": "^5.3.3"
49
49
  },
50
- "gitHead": "d41363478d26ba2bcde02901bb2983793b286bdf"
50
+ "type": "module",
51
+ "gitHead": "f82a2f5b71b5a7613a5f6e2066640f7606c49e7c"
51
52
  }