@microsoft/msgraph-sdk 1.0.0-preview.11 → 1.0.0-preview.12
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/models/callRecords/index.d.ts +66 -66
- package/models/callRecords/index.d.ts.map +1 -1
- package/models/externalConnectors/index.d.ts +81 -81
- package/models/externalConnectors/index.d.ts.map +1 -1
- package/models/identityGovernance/index.d.ts +108 -108
- package/models/identityGovernance/index.d.ts.map +1 -1
- package/models/index.d.ts +6140 -6137
- package/models/index.d.ts.map +1 -1
- package/models/index.js +6 -6
- package/models/oDataErrors/index.d.ts +12 -12
- package/models/oDataErrors/index.d.ts.map +1 -1
- package/models/security/index.d.ts +492 -492
- package/models/security/index.d.ts.map +1 -1
- package/models/termStore/index.d.ts +39 -39
- package/models/termStore/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -5,144 +5,144 @@ import { type AdditionalDataHolder, type BackedModel, type Parsable, type ParseN
|
|
|
5
5
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
6
|
* @returns a groupCollectionResponse
|
|
7
7
|
*/
|
|
8
|
-
export declare function createGroupCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
8
|
+
export declare function createGroupCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
9
9
|
/**
|
|
10
10
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
11
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
12
|
* @returns a group
|
|
13
13
|
*/
|
|
14
|
-
export declare function createGroupFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
14
|
+
export declare function createGroupFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15
15
|
/**
|
|
16
16
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
17
17
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18
18
|
* @returns a localizedDescription
|
|
19
19
|
*/
|
|
20
|
-
export declare function createLocalizedDescriptionFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
20
|
+
export declare function createLocalizedDescriptionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21
21
|
/**
|
|
22
22
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
23
23
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
24
24
|
* @returns a localizedLabel
|
|
25
25
|
*/
|
|
26
|
-
export declare function createLocalizedLabelFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
26
|
+
export declare function createLocalizedLabelFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
27
27
|
/**
|
|
28
28
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
29
29
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
30
30
|
* @returns a localizedName
|
|
31
31
|
*/
|
|
32
|
-
export declare function createLocalizedNameFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
32
|
+
export declare function createLocalizedNameFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
33
33
|
/**
|
|
34
34
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
35
35
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
36
36
|
* @returns a relationCollectionResponse
|
|
37
37
|
*/
|
|
38
|
-
export declare function createRelationCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
38
|
+
export declare function createRelationCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
39
39
|
/**
|
|
40
40
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
41
41
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
42
42
|
* @returns a relation
|
|
43
43
|
*/
|
|
44
|
-
export declare function createRelationFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
44
|
+
export declare function createRelationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
45
45
|
/**
|
|
46
46
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
47
47
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
48
48
|
* @returns a setCollectionResponse
|
|
49
49
|
*/
|
|
50
|
-
export declare function createSetCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
50
|
+
export declare function createSetCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
51
51
|
/**
|
|
52
52
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
53
53
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
54
54
|
* @returns a set
|
|
55
55
|
*/
|
|
56
|
-
export declare function createSetFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
56
|
+
export declare function createSetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
57
57
|
/**
|
|
58
58
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
59
59
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
60
60
|
* @returns a storeCollectionResponse
|
|
61
61
|
*/
|
|
62
|
-
export declare function createStoreCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
62
|
+
export declare function createStoreCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
63
63
|
/**
|
|
64
64
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
65
65
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
66
66
|
* @returns a store
|
|
67
67
|
*/
|
|
68
|
-
export declare function createStoreFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
68
|
+
export declare function createStoreFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
69
69
|
/**
|
|
70
70
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
71
71
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
72
72
|
* @returns a termCollectionResponse
|
|
73
73
|
*/
|
|
74
|
-
export declare function createTermCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
74
|
+
export declare function createTermCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
75
75
|
/**
|
|
76
76
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
77
77
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
78
78
|
* @returns a term
|
|
79
79
|
*/
|
|
80
|
-
export declare function createTermFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
80
|
+
export declare function createTermFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
81
81
|
/**
|
|
82
82
|
* The deserialization information for the current model
|
|
83
83
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
84
84
|
*/
|
|
85
|
-
export declare function deserializeIntoGroup(group?: Group | undefined): Record<string, (node: ParseNode) => void>;
|
|
85
|
+
export declare function deserializeIntoGroup(group?: Partial<Group> | undefined): Record<string, (node: ParseNode) => void>;
|
|
86
86
|
/**
|
|
87
87
|
* The deserialization information for the current model
|
|
88
88
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
89
89
|
*/
|
|
90
|
-
export declare function deserializeIntoGroupCollectionResponse(groupCollectionResponse?: GroupCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
90
|
+
export declare function deserializeIntoGroupCollectionResponse(groupCollectionResponse?: Partial<GroupCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
91
91
|
/**
|
|
92
92
|
* The deserialization information for the current model
|
|
93
93
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
94
94
|
*/
|
|
95
|
-
export declare function deserializeIntoLocalizedDescription(localizedDescription?: LocalizedDescription | undefined): Record<string, (node: ParseNode) => void>;
|
|
95
|
+
export declare function deserializeIntoLocalizedDescription(localizedDescription?: Partial<LocalizedDescription> | undefined): Record<string, (node: ParseNode) => void>;
|
|
96
96
|
/**
|
|
97
97
|
* The deserialization information for the current model
|
|
98
98
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
99
99
|
*/
|
|
100
|
-
export declare function deserializeIntoLocalizedLabel(localizedLabel?: LocalizedLabel | undefined): Record<string, (node: ParseNode) => void>;
|
|
100
|
+
export declare function deserializeIntoLocalizedLabel(localizedLabel?: Partial<LocalizedLabel> | undefined): Record<string, (node: ParseNode) => void>;
|
|
101
101
|
/**
|
|
102
102
|
* The deserialization information for the current model
|
|
103
103
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
104
104
|
*/
|
|
105
|
-
export declare function deserializeIntoLocalizedName(localizedName?: LocalizedName | undefined): Record<string, (node: ParseNode) => void>;
|
|
105
|
+
export declare function deserializeIntoLocalizedName(localizedName?: Partial<LocalizedName> | undefined): Record<string, (node: ParseNode) => void>;
|
|
106
106
|
/**
|
|
107
107
|
* The deserialization information for the current model
|
|
108
108
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
109
109
|
*/
|
|
110
|
-
export declare function deserializeIntoRelation(relation?: Relation | undefined): Record<string, (node: ParseNode) => void>;
|
|
110
|
+
export declare function deserializeIntoRelation(relation?: Partial<Relation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
111
111
|
/**
|
|
112
112
|
* The deserialization information for the current model
|
|
113
113
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
114
114
|
*/
|
|
115
|
-
export declare function deserializeIntoRelationCollectionResponse(relationCollectionResponse?: RelationCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
115
|
+
export declare function deserializeIntoRelationCollectionResponse(relationCollectionResponse?: Partial<RelationCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
116
116
|
/**
|
|
117
117
|
* The deserialization information for the current model
|
|
118
118
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
119
119
|
*/
|
|
120
|
-
export declare function deserializeIntoSet(set?: Set | undefined): Record<string, (node: ParseNode) => void>;
|
|
120
|
+
export declare function deserializeIntoSet(set?: Partial<Set> | undefined): Record<string, (node: ParseNode) => void>;
|
|
121
121
|
/**
|
|
122
122
|
* The deserialization information for the current model
|
|
123
123
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
124
124
|
*/
|
|
125
|
-
export declare function deserializeIntoSetCollectionResponse(setCollectionResponse?: SetCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
125
|
+
export declare function deserializeIntoSetCollectionResponse(setCollectionResponse?: Partial<SetCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
126
126
|
/**
|
|
127
127
|
* The deserialization information for the current model
|
|
128
128
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
129
129
|
*/
|
|
130
|
-
export declare function deserializeIntoStore(store?: Store | undefined): Record<string, (node: ParseNode) => void>;
|
|
130
|
+
export declare function deserializeIntoStore(store?: Partial<Store> | undefined): Record<string, (node: ParseNode) => void>;
|
|
131
131
|
/**
|
|
132
132
|
* The deserialization information for the current model
|
|
133
133
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
134
134
|
*/
|
|
135
|
-
export declare function deserializeIntoStoreCollectionResponse(storeCollectionResponse?: StoreCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
135
|
+
export declare function deserializeIntoStoreCollectionResponse(storeCollectionResponse?: Partial<StoreCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
136
136
|
/**
|
|
137
137
|
* The deserialization information for the current model
|
|
138
138
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
139
139
|
*/
|
|
140
|
-
export declare function deserializeIntoTerm(term?: Term | undefined): Record<string, (node: ParseNode) => void>;
|
|
140
|
+
export declare function deserializeIntoTerm(term?: Partial<Term> | undefined): Record<string, (node: ParseNode) => void>;
|
|
141
141
|
/**
|
|
142
142
|
* The deserialization information for the current model
|
|
143
143
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
144
144
|
*/
|
|
145
|
-
export declare function deserializeIntoTermCollectionResponse(termCollectionResponse?: TermCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
145
|
+
export declare function deserializeIntoTermCollectionResponse(termCollectionResponse?: Partial<TermCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
146
146
|
export interface Group extends Entity, Parsable {
|
|
147
147
|
/**
|
|
148
148
|
* Date and time of the group creation. Read-only.
|
|
@@ -274,67 +274,67 @@ export type RelationType = (typeof RelationTypeObject)[keyof typeof RelationType
|
|
|
274
274
|
* Serializes information the current object
|
|
275
275
|
* @param writer Serialization writer to use to serialize this model
|
|
276
276
|
*/
|
|
277
|
-
export declare function serializeGroup(writer: SerializationWriter, group?: Group | undefined): void;
|
|
277
|
+
export declare function serializeGroup(writer: SerializationWriter, group?: Partial<Group> | undefined): void;
|
|
278
278
|
/**
|
|
279
279
|
* Serializes information the current object
|
|
280
280
|
* @param writer Serialization writer to use to serialize this model
|
|
281
281
|
*/
|
|
282
|
-
export declare function serializeGroupCollectionResponse(writer: SerializationWriter, groupCollectionResponse?: GroupCollectionResponse | undefined): void;
|
|
282
|
+
export declare function serializeGroupCollectionResponse(writer: SerializationWriter, groupCollectionResponse?: Partial<GroupCollectionResponse> | undefined): void;
|
|
283
283
|
/**
|
|
284
284
|
* Serializes information the current object
|
|
285
285
|
* @param writer Serialization writer to use to serialize this model
|
|
286
286
|
*/
|
|
287
|
-
export declare function serializeLocalizedDescription(writer: SerializationWriter, localizedDescription?: LocalizedDescription | undefined): void;
|
|
287
|
+
export declare function serializeLocalizedDescription(writer: SerializationWriter, localizedDescription?: Partial<LocalizedDescription> | undefined): void;
|
|
288
288
|
/**
|
|
289
289
|
* Serializes information the current object
|
|
290
290
|
* @param writer Serialization writer to use to serialize this model
|
|
291
291
|
*/
|
|
292
|
-
export declare function serializeLocalizedLabel(writer: SerializationWriter, localizedLabel?: LocalizedLabel | undefined): void;
|
|
292
|
+
export declare function serializeLocalizedLabel(writer: SerializationWriter, localizedLabel?: Partial<LocalizedLabel> | undefined): void;
|
|
293
293
|
/**
|
|
294
294
|
* Serializes information the current object
|
|
295
295
|
* @param writer Serialization writer to use to serialize this model
|
|
296
296
|
*/
|
|
297
|
-
export declare function serializeLocalizedName(writer: SerializationWriter, localizedName?: LocalizedName | undefined): void;
|
|
297
|
+
export declare function serializeLocalizedName(writer: SerializationWriter, localizedName?: Partial<LocalizedName> | undefined): void;
|
|
298
298
|
/**
|
|
299
299
|
* Serializes information the current object
|
|
300
300
|
* @param writer Serialization writer to use to serialize this model
|
|
301
301
|
*/
|
|
302
|
-
export declare function serializeRelation(writer: SerializationWriter, relation?: Relation | undefined): void;
|
|
302
|
+
export declare function serializeRelation(writer: SerializationWriter, relation?: Partial<Relation> | undefined): void;
|
|
303
303
|
/**
|
|
304
304
|
* Serializes information the current object
|
|
305
305
|
* @param writer Serialization writer to use to serialize this model
|
|
306
306
|
*/
|
|
307
|
-
export declare function serializeRelationCollectionResponse(writer: SerializationWriter, relationCollectionResponse?: RelationCollectionResponse | undefined): void;
|
|
307
|
+
export declare function serializeRelationCollectionResponse(writer: SerializationWriter, relationCollectionResponse?: Partial<RelationCollectionResponse> | undefined): void;
|
|
308
308
|
/**
|
|
309
309
|
* Serializes information the current object
|
|
310
310
|
* @param writer Serialization writer to use to serialize this model
|
|
311
311
|
*/
|
|
312
|
-
export declare function serializeSet(writer: SerializationWriter, set?: Set | undefined): void;
|
|
312
|
+
export declare function serializeSet(writer: SerializationWriter, set?: Partial<Set> | undefined): void;
|
|
313
313
|
/**
|
|
314
314
|
* Serializes information the current object
|
|
315
315
|
* @param writer Serialization writer to use to serialize this model
|
|
316
316
|
*/
|
|
317
|
-
export declare function serializeSetCollectionResponse(writer: SerializationWriter, setCollectionResponse?: SetCollectionResponse | undefined): void;
|
|
317
|
+
export declare function serializeSetCollectionResponse(writer: SerializationWriter, setCollectionResponse?: Partial<SetCollectionResponse> | undefined): void;
|
|
318
318
|
/**
|
|
319
319
|
* Serializes information the current object
|
|
320
320
|
* @param writer Serialization writer to use to serialize this model
|
|
321
321
|
*/
|
|
322
|
-
export declare function serializeStore(writer: SerializationWriter, store?: Store | undefined): void;
|
|
322
|
+
export declare function serializeStore(writer: SerializationWriter, store?: Partial<Store> | undefined): void;
|
|
323
323
|
/**
|
|
324
324
|
* Serializes information the current object
|
|
325
325
|
* @param writer Serialization writer to use to serialize this model
|
|
326
326
|
*/
|
|
327
|
-
export declare function serializeStoreCollectionResponse(writer: SerializationWriter, storeCollectionResponse?: StoreCollectionResponse | undefined): void;
|
|
327
|
+
export declare function serializeStoreCollectionResponse(writer: SerializationWriter, storeCollectionResponse?: Partial<StoreCollectionResponse> | undefined): void;
|
|
328
328
|
/**
|
|
329
329
|
* Serializes information the current object
|
|
330
330
|
* @param writer Serialization writer to use to serialize this model
|
|
331
331
|
*/
|
|
332
|
-
export declare function serializeTerm(writer: SerializationWriter, term?: Term | undefined): void;
|
|
332
|
+
export declare function serializeTerm(writer: SerializationWriter, term?: Partial<Term> | undefined): void;
|
|
333
333
|
/**
|
|
334
334
|
* Serializes information the current object
|
|
335
335
|
* @param writer Serialization writer to use to serialize this model
|
|
336
336
|
*/
|
|
337
|
-
export declare function serializeTermCollectionResponse(writer: SerializationWriter, termCollectionResponse?: TermCollectionResponse | undefined): void;
|
|
337
|
+
export declare function serializeTermCollectionResponse(writer: SerializationWriter, termCollectionResponse?: Partial<TermCollectionResponse> | undefined): void;
|
|
338
338
|
export interface Set extends Entity, Parsable {
|
|
339
339
|
/**
|
|
340
340
|
* Children terms of set in term [store].
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAyM,KAAK,qCAAqC,EAAE,KAAK,MAAM,EAAE,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AACpS,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,QAAQ,EAAE,KAAK,SAAS,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAExK;;;;GAIG;AACH,wBAAgB,mDAAmD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"index.d.ts","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.
|
|
3
|
+
"version": "1.0.0-preview.12",
|
|
4
4
|
"description": "Microsoft Graph JavaScript client library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"microsoft",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"mocha": "^10.2.0",
|
|
48
48
|
"typescript": "^5.3.3"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "8718c626245f6b784097692a85c54f4b3b9b15b5"
|
|
51
51
|
}
|