@microsoft/msgraph-sdk 1.0.0-preview.13 → 1.0.0-preview.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/graphServiceClient.js +1 -1
- package/models/callRecords/index.d.ts +44 -44
- package/models/callRecords/index.js +44 -44
- package/models/externalConnectors/index.d.ts +54 -54
- package/models/externalConnectors/index.js +54 -54
- package/models/identityGovernance/index.d.ts +72 -72
- package/models/identityGovernance/index.js +72 -72
- package/models/index.d.ts +4940 -4144
- package/models/index.d.ts.map +1 -1
- package/models/index.js +4984 -4229
- package/models/oDataErrors/index.d.ts +8 -8
- package/models/oDataErrors/index.js +8 -8
- package/models/partners/billing/index.d.ts +24 -24
- package/models/partners/billing/index.js +24 -24
- package/models/security/index.d.ts +343 -339
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +334 -333
- package/models/termStore/index.d.ts +26 -26
- package/models/termStore/index.js +26 -26
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/graphServiceClient.js
CHANGED
|
@@ -28,7 +28,7 @@ function createGraphServiceClient(requestAdapter) {
|
|
|
28
28
|
"baseurl": requestAdapter.baseUrl,
|
|
29
29
|
"user%2Did": "TokenToReplace",
|
|
30
30
|
};
|
|
31
|
-
return (0, kiota_abstractions_1.apiClientProxifier)(requestAdapter, pathParameters,
|
|
31
|
+
return (0, kiota_abstractions_1.apiClientProxifier)(requestAdapter, pathParameters, GraphServiceClientNavigationMetadata, GraphServiceClientRequestsMetadata);
|
|
32
32
|
}
|
|
33
33
|
exports.createGraphServiceClient = createGraphServiceClient;
|
|
34
34
|
/**
|
|
@@ -72,243 +72,243 @@ export interface ClientUserAgent extends Parsable, UserAgent {
|
|
|
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
|
|
75
|
+
* @returns {CallRecordCollectionResponse}
|
|
76
76
|
*/
|
|
77
77
|
export declare function createCallRecordCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
78
78
|
/**
|
|
79
79
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
80
80
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
81
|
-
* @returns
|
|
81
|
+
* @returns {CallRecord}
|
|
82
82
|
*/
|
|
83
83
|
export declare function createCallRecordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
84
84
|
/**
|
|
85
85
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
86
86
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
87
|
-
* @returns
|
|
87
|
+
* @returns {ClientUserAgent}
|
|
88
88
|
*/
|
|
89
89
|
export declare function createClientUserAgentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
90
90
|
/**
|
|
91
91
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
92
92
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
93
|
-
* @returns
|
|
93
|
+
* @returns {DeviceInfo}
|
|
94
94
|
*/
|
|
95
95
|
export declare function createDeviceInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
96
96
|
/**
|
|
97
97
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
98
98
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
99
|
-
* @returns
|
|
99
|
+
* @returns {DirectRoutingLogRow}
|
|
100
100
|
*/
|
|
101
101
|
export declare function createDirectRoutingLogRowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
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
|
|
105
|
+
* @returns {Endpoint}
|
|
106
106
|
*/
|
|
107
107
|
export declare function createEndpointFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
108
108
|
/**
|
|
109
109
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
110
110
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
111
|
-
* @returns
|
|
111
|
+
* @returns {FailureInfo}
|
|
112
112
|
*/
|
|
113
113
|
export declare function createFailureInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
114
114
|
/**
|
|
115
115
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
116
116
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
117
|
-
* @returns
|
|
117
|
+
* @returns {FeedbackTokenSet}
|
|
118
118
|
*/
|
|
119
119
|
export declare function createFeedbackTokenSetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
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
|
|
123
|
+
* @returns {Media}
|
|
124
124
|
*/
|
|
125
125
|
export declare function createMediaFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
126
126
|
/**
|
|
127
127
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
128
128
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
129
|
-
* @returns
|
|
129
|
+
* @returns {MediaStream}
|
|
130
130
|
*/
|
|
131
131
|
export declare function createMediaStreamFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
132
132
|
/**
|
|
133
133
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
134
134
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
135
|
-
* @returns
|
|
135
|
+
* @returns {NetworkInfo}
|
|
136
136
|
*/
|
|
137
137
|
export declare function createNetworkInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
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
|
|
141
|
+
* @returns {ParticipantEndpoint}
|
|
142
142
|
*/
|
|
143
143
|
export declare function createParticipantEndpointFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
144
144
|
/**
|
|
145
145
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
146
146
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
147
|
-
* @returns
|
|
147
|
+
* @returns {PstnCallLogRow}
|
|
148
148
|
*/
|
|
149
149
|
export declare function createPstnCallLogRowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
150
150
|
/**
|
|
151
151
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
152
152
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
153
|
-
* @returns
|
|
153
|
+
* @returns {SegmentCollectionResponse}
|
|
154
154
|
*/
|
|
155
155
|
export declare function createSegmentCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
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
|
|
159
|
+
* @returns {Segment}
|
|
160
160
|
*/
|
|
161
161
|
export declare function createSegmentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
162
162
|
/**
|
|
163
163
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
164
164
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
165
|
-
* @returns
|
|
165
|
+
* @returns {ServiceEndpoint}
|
|
166
166
|
*/
|
|
167
167
|
export declare function createServiceEndpointFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
168
168
|
/**
|
|
169
169
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
170
170
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
171
|
-
* @returns
|
|
171
|
+
* @returns {ServiceUserAgent}
|
|
172
172
|
*/
|
|
173
173
|
export declare function createServiceUserAgentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
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
|
|
177
|
+
* @returns {SessionCollectionResponse}
|
|
178
178
|
*/
|
|
179
179
|
export declare function createSessionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
180
180
|
/**
|
|
181
181
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
182
182
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
183
|
-
* @returns
|
|
183
|
+
* @returns {Session}
|
|
184
184
|
*/
|
|
185
185
|
export declare function createSessionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
186
186
|
/**
|
|
187
187
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
188
188
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
189
|
-
* @returns
|
|
189
|
+
* @returns {TraceRouteHop}
|
|
190
190
|
*/
|
|
191
191
|
export declare function createTraceRouteHopFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
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
|
|
195
|
+
* @returns {UserAgent}
|
|
196
196
|
*/
|
|
197
197
|
export declare function createUserAgentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
198
198
|
/**
|
|
199
199
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
200
200
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
201
|
-
* @returns
|
|
201
|
+
* @returns {UserFeedback}
|
|
202
202
|
*/
|
|
203
203
|
export declare function createUserFeedbackFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
204
204
|
/**
|
|
205
205
|
* The deserialization information for the current model
|
|
206
|
-
* @returns
|
|
206
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
207
207
|
*/
|
|
208
208
|
export declare function deserializeIntoCallRecord(callRecord?: Partial<CallRecord> | undefined): Record<string, (node: ParseNode) => void>;
|
|
209
209
|
/**
|
|
210
210
|
* The deserialization information for the current model
|
|
211
|
-
* @returns
|
|
211
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
212
212
|
*/
|
|
213
213
|
export declare function deserializeIntoCallRecordCollectionResponse(callRecordCollectionResponse?: Partial<CallRecordCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
214
214
|
/**
|
|
215
215
|
* The deserialization information for the current model
|
|
216
|
-
* @returns
|
|
216
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
217
217
|
*/
|
|
218
218
|
export declare function deserializeIntoClientUserAgent(clientUserAgent?: Partial<ClientUserAgent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
219
219
|
/**
|
|
220
220
|
* The deserialization information for the current model
|
|
221
|
-
* @returns
|
|
221
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
222
222
|
*/
|
|
223
223
|
export declare function deserializeIntoDeviceInfo(deviceInfo?: Partial<DeviceInfo> | undefined): Record<string, (node: ParseNode) => void>;
|
|
224
224
|
/**
|
|
225
225
|
* The deserialization information for the current model
|
|
226
|
-
* @returns
|
|
226
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
227
227
|
*/
|
|
228
228
|
export declare function deserializeIntoDirectRoutingLogRow(directRoutingLogRow?: Partial<DirectRoutingLogRow> | undefined): Record<string, (node: ParseNode) => void>;
|
|
229
229
|
/**
|
|
230
230
|
* The deserialization information for the current model
|
|
231
|
-
* @returns
|
|
231
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
232
232
|
*/
|
|
233
233
|
export declare function deserializeIntoEndpoint(endpoint?: Partial<Endpoint> | undefined): Record<string, (node: ParseNode) => void>;
|
|
234
234
|
/**
|
|
235
235
|
* The deserialization information for the current model
|
|
236
|
-
* @returns
|
|
236
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
237
237
|
*/
|
|
238
238
|
export declare function deserializeIntoFailureInfo(failureInfo?: Partial<FailureInfo> | undefined): Record<string, (node: ParseNode) => void>;
|
|
239
239
|
/**
|
|
240
240
|
* The deserialization information for the current model
|
|
241
|
-
* @returns
|
|
241
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
242
242
|
*/
|
|
243
243
|
export declare function deserializeIntoFeedbackTokenSet(feedbackTokenSet?: Partial<FeedbackTokenSet> | undefined): Record<string, (node: ParseNode) => void>;
|
|
244
244
|
/**
|
|
245
245
|
* The deserialization information for the current model
|
|
246
|
-
* @returns
|
|
246
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
247
247
|
*/
|
|
248
248
|
export declare function deserializeIntoMedia(media?: Partial<Media> | undefined): Record<string, (node: ParseNode) => void>;
|
|
249
249
|
/**
|
|
250
250
|
* The deserialization information for the current model
|
|
251
|
-
* @returns
|
|
251
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
252
252
|
*/
|
|
253
253
|
export declare function deserializeIntoMediaStream(mediaStream?: Partial<MediaStream> | undefined): Record<string, (node: ParseNode) => void>;
|
|
254
254
|
/**
|
|
255
255
|
* The deserialization information for the current model
|
|
256
|
-
* @returns
|
|
256
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
257
257
|
*/
|
|
258
258
|
export declare function deserializeIntoNetworkInfo(networkInfo?: Partial<NetworkInfo> | undefined): Record<string, (node: ParseNode) => void>;
|
|
259
259
|
/**
|
|
260
260
|
* The deserialization information for the current model
|
|
261
|
-
* @returns
|
|
261
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
262
262
|
*/
|
|
263
263
|
export declare function deserializeIntoParticipantEndpoint(participantEndpoint?: Partial<ParticipantEndpoint> | undefined): Record<string, (node: ParseNode) => void>;
|
|
264
264
|
/**
|
|
265
265
|
* The deserialization information for the current model
|
|
266
|
-
* @returns
|
|
266
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
267
267
|
*/
|
|
268
268
|
export declare function deserializeIntoPstnCallLogRow(pstnCallLogRow?: Partial<PstnCallLogRow> | undefined): Record<string, (node: ParseNode) => void>;
|
|
269
269
|
/**
|
|
270
270
|
* The deserialization information for the current model
|
|
271
|
-
* @returns
|
|
271
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
272
272
|
*/
|
|
273
273
|
export declare function deserializeIntoSegment(segment?: Partial<Segment> | undefined): Record<string, (node: ParseNode) => void>;
|
|
274
274
|
/**
|
|
275
275
|
* The deserialization information for the current model
|
|
276
|
-
* @returns
|
|
276
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
277
277
|
*/
|
|
278
278
|
export declare function deserializeIntoSegmentCollectionResponse(segmentCollectionResponse?: Partial<SegmentCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
279
279
|
/**
|
|
280
280
|
* The deserialization information for the current model
|
|
281
|
-
* @returns
|
|
281
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
282
282
|
*/
|
|
283
283
|
export declare function deserializeIntoServiceEndpoint(serviceEndpoint?: Partial<ServiceEndpoint> | undefined): Record<string, (node: ParseNode) => void>;
|
|
284
284
|
/**
|
|
285
285
|
* The deserialization information for the current model
|
|
286
|
-
* @returns
|
|
286
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
287
287
|
*/
|
|
288
288
|
export declare function deserializeIntoServiceUserAgent(serviceUserAgent?: Partial<ServiceUserAgent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
289
289
|
/**
|
|
290
290
|
* The deserialization information for the current model
|
|
291
|
-
* @returns
|
|
291
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
292
292
|
*/
|
|
293
293
|
export declare function deserializeIntoSession(session?: Partial<Session> | undefined): Record<string, (node: ParseNode) => void>;
|
|
294
294
|
/**
|
|
295
295
|
* The deserialization information for the current model
|
|
296
|
-
* @returns
|
|
296
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
297
297
|
*/
|
|
298
298
|
export declare function deserializeIntoSessionCollectionResponse(sessionCollectionResponse?: Partial<SessionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
299
299
|
/**
|
|
300
300
|
* The deserialization information for the current model
|
|
301
|
-
* @returns
|
|
301
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
302
302
|
*/
|
|
303
303
|
export declare function deserializeIntoTraceRouteHop(traceRouteHop?: Partial<TraceRouteHop> | undefined): Record<string, (node: ParseNode) => void>;
|
|
304
304
|
/**
|
|
305
305
|
* The deserialization information for the current model
|
|
306
|
-
* @returns
|
|
306
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
307
307
|
*/
|
|
308
308
|
export declare function deserializeIntoUserAgent(userAgent?: Partial<UserAgent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
309
309
|
/**
|
|
310
310
|
* The deserialization information for the current model
|
|
311
|
-
* @returns
|
|
311
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
312
312
|
*/
|
|
313
313
|
export declare function deserializeIntoUserFeedback(userFeedback?: Partial<UserFeedback> | undefined): Record<string, (node: ParseNode) => void>;
|
|
314
314
|
export interface DeviceInfo extends AdditionalDataHolder, BackedModel, Parsable {
|