@microsoft/msgraph-sdk 1.0.0-preview.12 → 1.0.0-preview.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/graphServiceClient.js +1 -1
- package/models/callRecords/index.d.ts +44 -44
- package/models/callRecords/index.js +44 -44
- package/models/externalConnectors/index.d.ts +54 -54
- package/models/externalConnectors/index.js +54 -54
- package/models/identityGovernance/index.d.ts +72 -72
- package/models/identityGovernance/index.js +72 -72
- package/models/index.d.ts +4411 -4080
- package/models/index.d.ts.map +1 -1
- package/models/index.js +4540 -4210
- package/models/oDataErrors/index.d.ts +8 -8
- package/models/oDataErrors/index.js +8 -8
- package/models/partners/billing/index.d.ts +339 -0
- package/models/partners/billing/index.d.ts.map +1 -0
- package/models/partners/billing/index.js +365 -0
- package/models/partners/index.d.ts +2 -0
- package/models/partners/index.d.ts.map +1 -0
- package/models/partners/index.js +7 -0
- package/models/security/index.d.ts +388 -328
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +399 -339
- package/models/termStore/index.d.ts +26 -26
- package/models/termStore/index.js +26 -26
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -85,298 +85,298 @@ export type ConnectionState = (typeof ConnectionStateObject)[keyof typeof Connec
|
|
|
85
85
|
/**
|
|
86
86
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
87
87
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
88
|
-
* @returns
|
|
88
|
+
* @returns {Acl}
|
|
89
89
|
*/
|
|
90
90
|
export declare function createAclFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
91
91
|
/**
|
|
92
92
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
93
93
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
94
|
-
* @returns
|
|
94
|
+
* @returns {ActivitySettings}
|
|
95
95
|
*/
|
|
96
96
|
export declare function createActivitySettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
97
97
|
/**
|
|
98
98
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
99
99
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
100
|
-
* @returns
|
|
100
|
+
* @returns {Configuration}
|
|
101
101
|
*/
|
|
102
102
|
export declare function createConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
103
103
|
/**
|
|
104
104
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
105
105
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
106
|
-
* @returns
|
|
106
|
+
* @returns {ConnectionOperationCollectionResponse}
|
|
107
107
|
*/
|
|
108
108
|
export declare function createConnectionOperationCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
109
109
|
/**
|
|
110
110
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
111
111
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
112
|
-
* @returns
|
|
112
|
+
* @returns {ConnectionOperation}
|
|
113
113
|
*/
|
|
114
114
|
export declare function createConnectionOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
115
115
|
/**
|
|
116
116
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
117
117
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
118
|
-
* @returns
|
|
118
|
+
* @returns {DisplayTemplate}
|
|
119
119
|
*/
|
|
120
120
|
export declare function createDisplayTemplateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
121
121
|
/**
|
|
122
122
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
123
123
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
124
|
-
* @returns
|
|
124
|
+
* @returns {ExternalActivityCollectionResponse}
|
|
125
125
|
*/
|
|
126
126
|
export declare function createExternalActivityCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
127
127
|
/**
|
|
128
128
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
129
129
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
130
|
-
* @returns
|
|
130
|
+
* @returns {ExternalActivity}
|
|
131
131
|
*/
|
|
132
132
|
export declare function createExternalActivityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
133
133
|
/**
|
|
134
134
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
135
135
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
136
|
-
* @returns
|
|
136
|
+
* @returns {ExternalActivityResult}
|
|
137
137
|
*/
|
|
138
138
|
export declare function createExternalActivityResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
139
139
|
/**
|
|
140
140
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
141
141
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
142
|
-
* @returns
|
|
142
|
+
* @returns {ExternalConnectionCollectionResponse}
|
|
143
143
|
*/
|
|
144
144
|
export declare function createExternalConnectionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
145
145
|
/**
|
|
146
146
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
147
147
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
148
|
-
* @returns
|
|
148
|
+
* @returns {ExternalConnection}
|
|
149
149
|
*/
|
|
150
150
|
export declare function createExternalConnectionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
151
151
|
/**
|
|
152
152
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
153
153
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
154
|
-
* @returns
|
|
154
|
+
* @returns {External}
|
|
155
155
|
*/
|
|
156
156
|
export declare function createExternalFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
157
157
|
/**
|
|
158
158
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
159
159
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
160
|
-
* @returns
|
|
160
|
+
* @returns {ExternalGroupCollectionResponse}
|
|
161
161
|
*/
|
|
162
162
|
export declare function createExternalGroupCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
163
163
|
/**
|
|
164
164
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
165
165
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
166
|
-
* @returns
|
|
166
|
+
* @returns {ExternalGroup}
|
|
167
167
|
*/
|
|
168
168
|
export declare function createExternalGroupFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
169
169
|
/**
|
|
170
170
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
171
171
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
172
|
-
* @returns
|
|
172
|
+
* @returns {ExternalItemCollectionResponse}
|
|
173
173
|
*/
|
|
174
174
|
export declare function createExternalItemCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
175
175
|
/**
|
|
176
176
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
177
177
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
178
|
-
* @returns
|
|
178
|
+
* @returns {ExternalItemContent}
|
|
179
179
|
*/
|
|
180
180
|
export declare function createExternalItemContentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
181
181
|
/**
|
|
182
182
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
183
183
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
184
|
-
* @returns
|
|
184
|
+
* @returns {ExternalItem}
|
|
185
185
|
*/
|
|
186
186
|
export declare function createExternalItemFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
187
187
|
/**
|
|
188
188
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
189
189
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
190
|
-
* @returns
|
|
190
|
+
* @returns {IdentityCollectionResponse}
|
|
191
191
|
*/
|
|
192
192
|
export declare function createIdentityCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
193
193
|
/**
|
|
194
194
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
195
195
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
196
|
-
* @returns
|
|
196
|
+
* @returns {Identity}
|
|
197
197
|
*/
|
|
198
198
|
export declare function createIdentityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
199
199
|
/**
|
|
200
200
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
201
201
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
202
|
-
* @returns
|
|
202
|
+
* @returns {ItemIdResolver}
|
|
203
203
|
*/
|
|
204
204
|
export declare function createItemIdResolverFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
205
205
|
/**
|
|
206
206
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
207
207
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
208
|
-
* @returns
|
|
208
|
+
* @returns {Properties}
|
|
209
209
|
*/
|
|
210
210
|
export declare function createPropertiesFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
211
211
|
/**
|
|
212
212
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
213
213
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
214
|
-
* @returns
|
|
214
|
+
* @returns {Property}
|
|
215
215
|
*/
|
|
216
216
|
export declare function createPropertyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
217
217
|
/**
|
|
218
218
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
219
219
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
220
|
-
* @returns
|
|
220
|
+
* @returns {PropertyRule}
|
|
221
221
|
*/
|
|
222
222
|
export declare function createPropertyRuleFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
223
223
|
/**
|
|
224
224
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
225
225
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
226
|
-
* @returns
|
|
226
|
+
* @returns {Schema}
|
|
227
227
|
*/
|
|
228
228
|
export declare function createSchemaFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
229
229
|
/**
|
|
230
230
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
231
231
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
232
|
-
* @returns
|
|
232
|
+
* @returns {SearchSettings}
|
|
233
233
|
*/
|
|
234
234
|
export declare function createSearchSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
235
235
|
/**
|
|
236
236
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
237
237
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
238
|
-
* @returns
|
|
238
|
+
* @returns {UrlMatchInfo}
|
|
239
239
|
*/
|
|
240
240
|
export declare function createUrlMatchInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
241
241
|
/**
|
|
242
242
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
243
243
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
244
|
-
* @returns
|
|
244
|
+
* @returns {UrlToItemResolverBase}
|
|
245
245
|
*/
|
|
246
246
|
export declare function createUrlToItemResolverBaseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
247
247
|
/**
|
|
248
248
|
* The deserialization information for the current model
|
|
249
|
-
* @returns
|
|
249
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
250
250
|
*/
|
|
251
251
|
export declare function deserializeIntoAcl(acl?: Partial<Acl> | undefined): Record<string, (node: ParseNode) => void>;
|
|
252
252
|
/**
|
|
253
253
|
* The deserialization information for the current model
|
|
254
|
-
* @returns
|
|
254
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
255
255
|
*/
|
|
256
256
|
export declare function deserializeIntoActivitySettings(activitySettings?: Partial<ActivitySettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
257
257
|
/**
|
|
258
258
|
* The deserialization information for the current model
|
|
259
|
-
* @returns
|
|
259
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
260
260
|
*/
|
|
261
261
|
export declare function deserializeIntoConfiguration(configuration?: Partial<Configuration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
262
262
|
/**
|
|
263
263
|
* The deserialization information for the current model
|
|
264
|
-
* @returns
|
|
264
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
265
265
|
*/
|
|
266
266
|
export declare function deserializeIntoConnectionOperation(connectionOperation?: Partial<ConnectionOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
267
267
|
/**
|
|
268
268
|
* The deserialization information for the current model
|
|
269
|
-
* @returns
|
|
269
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
270
270
|
*/
|
|
271
271
|
export declare function deserializeIntoConnectionOperationCollectionResponse(connectionOperationCollectionResponse?: Partial<ConnectionOperationCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
272
272
|
/**
|
|
273
273
|
* The deserialization information for the current model
|
|
274
|
-
* @returns
|
|
274
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
275
275
|
*/
|
|
276
276
|
export declare function deserializeIntoDisplayTemplate(displayTemplate?: Partial<DisplayTemplate> | undefined): Record<string, (node: ParseNode) => void>;
|
|
277
277
|
/**
|
|
278
278
|
* The deserialization information for the current model
|
|
279
|
-
* @returns
|
|
279
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
280
280
|
*/
|
|
281
281
|
export declare function deserializeIntoExternal(external?: Partial<External> | undefined): Record<string, (node: ParseNode) => void>;
|
|
282
282
|
/**
|
|
283
283
|
* The deserialization information for the current model
|
|
284
|
-
* @returns
|
|
284
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
285
285
|
*/
|
|
286
286
|
export declare function deserializeIntoExternalActivity(externalActivity?: Partial<ExternalActivity> | undefined): Record<string, (node: ParseNode) => void>;
|
|
287
287
|
/**
|
|
288
288
|
* The deserialization information for the current model
|
|
289
|
-
* @returns
|
|
289
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
290
290
|
*/
|
|
291
291
|
export declare function deserializeIntoExternalActivityCollectionResponse(externalActivityCollectionResponse?: Partial<ExternalActivityCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
292
292
|
/**
|
|
293
293
|
* The deserialization information for the current model
|
|
294
|
-
* @returns
|
|
294
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
295
295
|
*/
|
|
296
296
|
export declare function deserializeIntoExternalActivityResult(externalActivityResult?: Partial<ExternalActivityResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
297
297
|
/**
|
|
298
298
|
* The deserialization information for the current model
|
|
299
|
-
* @returns
|
|
299
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
300
300
|
*/
|
|
301
301
|
export declare function deserializeIntoExternalConnection(externalConnection?: Partial<ExternalConnection> | undefined): Record<string, (node: ParseNode) => void>;
|
|
302
302
|
/**
|
|
303
303
|
* The deserialization information for the current model
|
|
304
|
-
* @returns
|
|
304
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
305
305
|
*/
|
|
306
306
|
export declare function deserializeIntoExternalConnectionCollectionResponse(externalConnectionCollectionResponse?: Partial<ExternalConnectionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
307
307
|
/**
|
|
308
308
|
* The deserialization information for the current model
|
|
309
|
-
* @returns
|
|
309
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
310
310
|
*/
|
|
311
311
|
export declare function deserializeIntoExternalGroup(externalGroup?: Partial<ExternalGroup> | undefined): Record<string, (node: ParseNode) => void>;
|
|
312
312
|
/**
|
|
313
313
|
* The deserialization information for the current model
|
|
314
|
-
* @returns
|
|
314
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
315
315
|
*/
|
|
316
316
|
export declare function deserializeIntoExternalGroupCollectionResponse(externalGroupCollectionResponse?: Partial<ExternalGroupCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
317
317
|
/**
|
|
318
318
|
* The deserialization information for the current model
|
|
319
|
-
* @returns
|
|
319
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
320
320
|
*/
|
|
321
321
|
export declare function deserializeIntoExternalItem(externalItem?: Partial<ExternalItem> | undefined): Record<string, (node: ParseNode) => void>;
|
|
322
322
|
/**
|
|
323
323
|
* The deserialization information for the current model
|
|
324
|
-
* @returns
|
|
324
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
325
325
|
*/
|
|
326
326
|
export declare function deserializeIntoExternalItemCollectionResponse(externalItemCollectionResponse?: Partial<ExternalItemCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
327
327
|
/**
|
|
328
328
|
* The deserialization information for the current model
|
|
329
|
-
* @returns
|
|
329
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
330
330
|
*/
|
|
331
331
|
export declare function deserializeIntoExternalItemContent(externalItemContent?: Partial<ExternalItemContent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
332
332
|
/**
|
|
333
333
|
* The deserialization information for the current model
|
|
334
|
-
* @returns
|
|
334
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
335
335
|
*/
|
|
336
336
|
export declare function deserializeIntoIdentity(identity?: Partial<Identity> | undefined): Record<string, (node: ParseNode) => void>;
|
|
337
337
|
/**
|
|
338
338
|
* The deserialization information for the current model
|
|
339
|
-
* @returns
|
|
339
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
340
340
|
*/
|
|
341
341
|
export declare function deserializeIntoIdentityCollectionResponse(identityCollectionResponse?: Partial<IdentityCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
342
342
|
/**
|
|
343
343
|
* The deserialization information for the current model
|
|
344
|
-
* @returns
|
|
344
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
345
345
|
*/
|
|
346
346
|
export declare function deserializeIntoItemIdResolver(itemIdResolver?: Partial<ItemIdResolver> | undefined): Record<string, (node: ParseNode) => void>;
|
|
347
347
|
/**
|
|
348
348
|
* The deserialization information for the current model
|
|
349
|
-
* @returns
|
|
349
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
350
350
|
*/
|
|
351
351
|
export declare function deserializeIntoProperties(properties?: Partial<Properties> | undefined): Record<string, (node: ParseNode) => void>;
|
|
352
352
|
/**
|
|
353
353
|
* The deserialization information for the current model
|
|
354
|
-
* @returns
|
|
354
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
355
355
|
*/
|
|
356
356
|
export declare function deserializeIntoProperty(property?: Partial<Property> | undefined): Record<string, (node: ParseNode) => void>;
|
|
357
357
|
/**
|
|
358
358
|
* The deserialization information for the current model
|
|
359
|
-
* @returns
|
|
359
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
360
360
|
*/
|
|
361
361
|
export declare function deserializeIntoPropertyRule(propertyRule?: Partial<PropertyRule> | undefined): Record<string, (node: ParseNode) => void>;
|
|
362
362
|
/**
|
|
363
363
|
* The deserialization information for the current model
|
|
364
|
-
* @returns
|
|
364
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
365
365
|
*/
|
|
366
366
|
export declare function deserializeIntoSchema(schema?: Partial<Schema> | undefined): Record<string, (node: ParseNode) => void>;
|
|
367
367
|
/**
|
|
368
368
|
* The deserialization information for the current model
|
|
369
|
-
* @returns
|
|
369
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
370
370
|
*/
|
|
371
371
|
export declare function deserializeIntoSearchSettings(searchSettings?: Partial<SearchSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
372
372
|
/**
|
|
373
373
|
* The deserialization information for the current model
|
|
374
|
-
* @returns
|
|
374
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
375
375
|
*/
|
|
376
376
|
export declare function deserializeIntoUrlMatchInfo(urlMatchInfo?: Partial<UrlMatchInfo> | undefined): Record<string, (node: ParseNode) => void>;
|
|
377
377
|
/**
|
|
378
378
|
* The deserialization information for the current model
|
|
379
|
-
* @returns
|
|
379
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
380
380
|
*/
|
|
381
381
|
export declare function deserializeIntoUrlToItemResolverBase(urlToItemResolverBase?: Partial<UrlToItemResolverBase> | undefined): Record<string, (node: ParseNode) => void>;
|
|
382
382
|
export interface DisplayTemplate extends AdditionalDataHolder, BackedModel, Parsable {
|