@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
|
@@ -3,144 +3,144 @@ import { type AdditionalDataHolder, type BackedModel, type Parsable, type ParseN
|
|
|
3
3
|
/**
|
|
4
4
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
5
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
-
* @returns
|
|
6
|
+
* @returns {GroupCollectionResponse}
|
|
7
7
|
*/
|
|
8
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
|
-
* @returns
|
|
12
|
+
* @returns {Group}
|
|
13
13
|
*/
|
|
14
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
|
-
* @returns
|
|
18
|
+
* @returns {LocalizedDescription}
|
|
19
19
|
*/
|
|
20
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
|
-
* @returns
|
|
24
|
+
* @returns {LocalizedLabel}
|
|
25
25
|
*/
|
|
26
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
|
-
* @returns
|
|
30
|
+
* @returns {LocalizedName}
|
|
31
31
|
*/
|
|
32
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
|
-
* @returns
|
|
36
|
+
* @returns {RelationCollectionResponse}
|
|
37
37
|
*/
|
|
38
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
|
-
* @returns
|
|
42
|
+
* @returns {Relation}
|
|
43
43
|
*/
|
|
44
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
|
-
* @returns
|
|
48
|
+
* @returns {SetCollectionResponse}
|
|
49
49
|
*/
|
|
50
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
|
-
* @returns
|
|
54
|
+
* @returns {Set}
|
|
55
55
|
*/
|
|
56
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
|
-
* @returns
|
|
60
|
+
* @returns {StoreCollectionResponse}
|
|
61
61
|
*/
|
|
62
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
|
-
* @returns
|
|
66
|
+
* @returns {Store}
|
|
67
67
|
*/
|
|
68
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
|
-
* @returns
|
|
72
|
+
* @returns {TermCollectionResponse}
|
|
73
73
|
*/
|
|
74
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
|
-
* @returns
|
|
78
|
+
* @returns {Term}
|
|
79
79
|
*/
|
|
80
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
|
-
* @returns
|
|
83
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
84
84
|
*/
|
|
85
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
|
-
* @returns
|
|
88
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
89
89
|
*/
|
|
90
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
|
-
* @returns
|
|
93
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
94
94
|
*/
|
|
95
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
|
-
* @returns
|
|
98
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
99
99
|
*/
|
|
100
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
|
-
* @returns
|
|
103
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
104
104
|
*/
|
|
105
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
|
-
* @returns
|
|
108
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
109
109
|
*/
|
|
110
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
|
-
* @returns
|
|
113
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
114
114
|
*/
|
|
115
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
|
-
* @returns
|
|
118
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
119
119
|
*/
|
|
120
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
|
-
* @returns
|
|
123
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
124
124
|
*/
|
|
125
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
|
-
* @returns
|
|
128
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
129
129
|
*/
|
|
130
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
|
-
* @returns
|
|
133
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
134
134
|
*/
|
|
135
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
|
-
* @returns
|
|
138
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
139
139
|
*/
|
|
140
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
|
-
* @returns
|
|
143
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
144
144
|
*/
|
|
145
145
|
export declare function deserializeIntoTermCollectionResponse(termCollectionResponse?: Partial<TermCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
146
146
|
export interface Group extends Entity, Parsable {
|
|
@@ -8,7 +8,7 @@ const __1 = require("../");
|
|
|
8
8
|
/**
|
|
9
9
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
10
10
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
11
|
-
* @returns
|
|
11
|
+
* @returns {GroupCollectionResponse}
|
|
12
12
|
*/
|
|
13
13
|
function createGroupCollectionResponseFromDiscriminatorValue(parseNode) {
|
|
14
14
|
return deserializeIntoGroupCollectionResponse;
|
|
@@ -17,7 +17,7 @@ exports.createGroupCollectionResponseFromDiscriminatorValue = createGroupCollect
|
|
|
17
17
|
/**
|
|
18
18
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
19
19
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20
|
-
* @returns
|
|
20
|
+
* @returns {Group}
|
|
21
21
|
*/
|
|
22
22
|
function createGroupFromDiscriminatorValue(parseNode) {
|
|
23
23
|
return deserializeIntoGroup;
|
|
@@ -26,7 +26,7 @@ exports.createGroupFromDiscriminatorValue = createGroupFromDiscriminatorValue;
|
|
|
26
26
|
/**
|
|
27
27
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
28
28
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
29
|
-
* @returns
|
|
29
|
+
* @returns {LocalizedDescription}
|
|
30
30
|
*/
|
|
31
31
|
function createLocalizedDescriptionFromDiscriminatorValue(parseNode) {
|
|
32
32
|
return deserializeIntoLocalizedDescription;
|
|
@@ -35,7 +35,7 @@ exports.createLocalizedDescriptionFromDiscriminatorValue = createLocalizedDescri
|
|
|
35
35
|
/**
|
|
36
36
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
37
37
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
38
|
-
* @returns
|
|
38
|
+
* @returns {LocalizedLabel}
|
|
39
39
|
*/
|
|
40
40
|
function createLocalizedLabelFromDiscriminatorValue(parseNode) {
|
|
41
41
|
return deserializeIntoLocalizedLabel;
|
|
@@ -44,7 +44,7 @@ exports.createLocalizedLabelFromDiscriminatorValue = createLocalizedLabelFromDis
|
|
|
44
44
|
/**
|
|
45
45
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
46
46
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
47
|
-
* @returns
|
|
47
|
+
* @returns {LocalizedName}
|
|
48
48
|
*/
|
|
49
49
|
function createLocalizedNameFromDiscriminatorValue(parseNode) {
|
|
50
50
|
return deserializeIntoLocalizedName;
|
|
@@ -53,7 +53,7 @@ exports.createLocalizedNameFromDiscriminatorValue = createLocalizedNameFromDiscr
|
|
|
53
53
|
/**
|
|
54
54
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
55
55
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
56
|
-
* @returns
|
|
56
|
+
* @returns {RelationCollectionResponse}
|
|
57
57
|
*/
|
|
58
58
|
function createRelationCollectionResponseFromDiscriminatorValue(parseNode) {
|
|
59
59
|
return deserializeIntoRelationCollectionResponse;
|
|
@@ -62,7 +62,7 @@ exports.createRelationCollectionResponseFromDiscriminatorValue = createRelationC
|
|
|
62
62
|
/**
|
|
63
63
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
64
64
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
65
|
-
* @returns
|
|
65
|
+
* @returns {Relation}
|
|
66
66
|
*/
|
|
67
67
|
function createRelationFromDiscriminatorValue(parseNode) {
|
|
68
68
|
return deserializeIntoRelation;
|
|
@@ -71,7 +71,7 @@ exports.createRelationFromDiscriminatorValue = createRelationFromDiscriminatorVa
|
|
|
71
71
|
/**
|
|
72
72
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
73
73
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
74
|
-
* @returns
|
|
74
|
+
* @returns {SetCollectionResponse}
|
|
75
75
|
*/
|
|
76
76
|
function createSetCollectionResponseFromDiscriminatorValue(parseNode) {
|
|
77
77
|
return deserializeIntoSetCollectionResponse;
|
|
@@ -80,7 +80,7 @@ exports.createSetCollectionResponseFromDiscriminatorValue = createSetCollectionR
|
|
|
80
80
|
/**
|
|
81
81
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
82
82
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
83
|
-
* @returns
|
|
83
|
+
* @returns {Set}
|
|
84
84
|
*/
|
|
85
85
|
function createSetFromDiscriminatorValue(parseNode) {
|
|
86
86
|
return deserializeIntoSet;
|
|
@@ -89,7 +89,7 @@ exports.createSetFromDiscriminatorValue = createSetFromDiscriminatorValue;
|
|
|
89
89
|
/**
|
|
90
90
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
91
91
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
92
|
-
* @returns
|
|
92
|
+
* @returns {StoreCollectionResponse}
|
|
93
93
|
*/
|
|
94
94
|
function createStoreCollectionResponseFromDiscriminatorValue(parseNode) {
|
|
95
95
|
return deserializeIntoStoreCollectionResponse;
|
|
@@ -98,7 +98,7 @@ exports.createStoreCollectionResponseFromDiscriminatorValue = createStoreCollect
|
|
|
98
98
|
/**
|
|
99
99
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
100
100
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
101
|
-
* @returns
|
|
101
|
+
* @returns {Store}
|
|
102
102
|
*/
|
|
103
103
|
function createStoreFromDiscriminatorValue(parseNode) {
|
|
104
104
|
return deserializeIntoStore;
|
|
@@ -107,7 +107,7 @@ exports.createStoreFromDiscriminatorValue = createStoreFromDiscriminatorValue;
|
|
|
107
107
|
/**
|
|
108
108
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
109
109
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
110
|
-
* @returns
|
|
110
|
+
* @returns {TermCollectionResponse}
|
|
111
111
|
*/
|
|
112
112
|
function createTermCollectionResponseFromDiscriminatorValue(parseNode) {
|
|
113
113
|
return deserializeIntoTermCollectionResponse;
|
|
@@ -116,7 +116,7 @@ exports.createTermCollectionResponseFromDiscriminatorValue = createTermCollectio
|
|
|
116
116
|
/**
|
|
117
117
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
118
118
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
119
|
-
* @returns
|
|
119
|
+
* @returns {Term}
|
|
120
120
|
*/
|
|
121
121
|
function createTermFromDiscriminatorValue(parseNode) {
|
|
122
122
|
return deserializeIntoTerm;
|
|
@@ -124,7 +124,7 @@ function createTermFromDiscriminatorValue(parseNode) {
|
|
|
124
124
|
exports.createTermFromDiscriminatorValue = createTermFromDiscriminatorValue;
|
|
125
125
|
/**
|
|
126
126
|
* The deserialization information for the current model
|
|
127
|
-
* @returns
|
|
127
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
128
128
|
*/
|
|
129
129
|
function deserializeIntoGroup(group = {}) {
|
|
130
130
|
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); } });
|
|
@@ -132,7 +132,7 @@ function deserializeIntoGroup(group = {}) {
|
|
|
132
132
|
exports.deserializeIntoGroup = deserializeIntoGroup;
|
|
133
133
|
/**
|
|
134
134
|
* The deserialization information for the current model
|
|
135
|
-
* @returns
|
|
135
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
136
136
|
*/
|
|
137
137
|
function deserializeIntoGroupCollectionResponse(groupCollectionResponse = {}) {
|
|
138
138
|
return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(groupCollectionResponse)), { "value": n => { groupCollectionResponse.value = n.getCollectionOfObjectValues(createGroupFromDiscriminatorValue); } });
|
|
@@ -140,7 +140,7 @@ function deserializeIntoGroupCollectionResponse(groupCollectionResponse = {}) {
|
|
|
140
140
|
exports.deserializeIntoGroupCollectionResponse = deserializeIntoGroupCollectionResponse;
|
|
141
141
|
/**
|
|
142
142
|
* The deserialization information for the current model
|
|
143
|
-
* @returns
|
|
143
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
144
144
|
*/
|
|
145
145
|
function deserializeIntoLocalizedDescription(localizedDescription = {}) {
|
|
146
146
|
return {
|
|
@@ -153,7 +153,7 @@ function deserializeIntoLocalizedDescription(localizedDescription = {}) {
|
|
|
153
153
|
exports.deserializeIntoLocalizedDescription = deserializeIntoLocalizedDescription;
|
|
154
154
|
/**
|
|
155
155
|
* The deserialization information for the current model
|
|
156
|
-
* @returns
|
|
156
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
157
157
|
*/
|
|
158
158
|
function deserializeIntoLocalizedLabel(localizedLabel = {}) {
|
|
159
159
|
return {
|
|
@@ -167,7 +167,7 @@ function deserializeIntoLocalizedLabel(localizedLabel = {}) {
|
|
|
167
167
|
exports.deserializeIntoLocalizedLabel = deserializeIntoLocalizedLabel;
|
|
168
168
|
/**
|
|
169
169
|
* The deserialization information for the current model
|
|
170
|
-
* @returns
|
|
170
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
171
171
|
*/
|
|
172
172
|
function deserializeIntoLocalizedName(localizedName = {}) {
|
|
173
173
|
return {
|
|
@@ -180,7 +180,7 @@ function deserializeIntoLocalizedName(localizedName = {}) {
|
|
|
180
180
|
exports.deserializeIntoLocalizedName = deserializeIntoLocalizedName;
|
|
181
181
|
/**
|
|
182
182
|
* The deserialization information for the current model
|
|
183
|
-
* @returns
|
|
183
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
184
184
|
*/
|
|
185
185
|
function deserializeIntoRelation(relation = {}) {
|
|
186
186
|
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); } });
|
|
@@ -188,7 +188,7 @@ function deserializeIntoRelation(relation = {}) {
|
|
|
188
188
|
exports.deserializeIntoRelation = deserializeIntoRelation;
|
|
189
189
|
/**
|
|
190
190
|
* The deserialization information for the current model
|
|
191
|
-
* @returns
|
|
191
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
192
192
|
*/
|
|
193
193
|
function deserializeIntoRelationCollectionResponse(relationCollectionResponse = {}) {
|
|
194
194
|
return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(relationCollectionResponse)), { "value": n => { relationCollectionResponse.value = n.getCollectionOfObjectValues(createRelationFromDiscriminatorValue); } });
|
|
@@ -196,7 +196,7 @@ function deserializeIntoRelationCollectionResponse(relationCollectionResponse =
|
|
|
196
196
|
exports.deserializeIntoRelationCollectionResponse = deserializeIntoRelationCollectionResponse;
|
|
197
197
|
/**
|
|
198
198
|
* The deserialization information for the current model
|
|
199
|
-
* @returns
|
|
199
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
200
200
|
*/
|
|
201
201
|
function deserializeIntoSet(set = {}) {
|
|
202
202
|
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); } });
|
|
@@ -204,7 +204,7 @@ function deserializeIntoSet(set = {}) {
|
|
|
204
204
|
exports.deserializeIntoSet = deserializeIntoSet;
|
|
205
205
|
/**
|
|
206
206
|
* The deserialization information for the current model
|
|
207
|
-
* @returns
|
|
207
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
208
208
|
*/
|
|
209
209
|
function deserializeIntoSetCollectionResponse(setCollectionResponse = {}) {
|
|
210
210
|
return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(setCollectionResponse)), { "value": n => { setCollectionResponse.value = n.getCollectionOfObjectValues(createSetFromDiscriminatorValue); } });
|
|
@@ -212,7 +212,7 @@ function deserializeIntoSetCollectionResponse(setCollectionResponse = {}) {
|
|
|
212
212
|
exports.deserializeIntoSetCollectionResponse = deserializeIntoSetCollectionResponse;
|
|
213
213
|
/**
|
|
214
214
|
* The deserialization information for the current model
|
|
215
|
-
* @returns
|
|
215
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
216
216
|
*/
|
|
217
217
|
function deserializeIntoStore(store = {}) {
|
|
218
218
|
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); } });
|
|
@@ -220,7 +220,7 @@ function deserializeIntoStore(store = {}) {
|
|
|
220
220
|
exports.deserializeIntoStore = deserializeIntoStore;
|
|
221
221
|
/**
|
|
222
222
|
* The deserialization information for the current model
|
|
223
|
-
* @returns
|
|
223
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
224
224
|
*/
|
|
225
225
|
function deserializeIntoStoreCollectionResponse(storeCollectionResponse = {}) {
|
|
226
226
|
return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(storeCollectionResponse)), { "value": n => { storeCollectionResponse.value = n.getCollectionOfObjectValues(createStoreFromDiscriminatorValue); } });
|
|
@@ -228,7 +228,7 @@ function deserializeIntoStoreCollectionResponse(storeCollectionResponse = {}) {
|
|
|
228
228
|
exports.deserializeIntoStoreCollectionResponse = deserializeIntoStoreCollectionResponse;
|
|
229
229
|
/**
|
|
230
230
|
* The deserialization information for the current model
|
|
231
|
-
* @returns
|
|
231
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
232
232
|
*/
|
|
233
233
|
function deserializeIntoTerm(term = {}) {
|
|
234
234
|
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); } });
|
|
@@ -236,7 +236,7 @@ function deserializeIntoTerm(term = {}) {
|
|
|
236
236
|
exports.deserializeIntoTerm = deserializeIntoTerm;
|
|
237
237
|
/**
|
|
238
238
|
* The deserialization information for the current model
|
|
239
|
-
* @returns
|
|
239
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
240
240
|
*/
|
|
241
241
|
function deserializeIntoTermCollectionResponse(termCollectionResponse = {}) {
|
|
242
242
|
return Object.assign(Object.assign({}, (0, __1.deserializeIntoBaseCollectionPaginationCountResponse)(termCollectionResponse)), { "value": n => { termCollectionResponse.value = n.getCollectionOfObjectValues(createTermFromDiscriminatorValue); } });
|
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.15",
|
|
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": "1dcf0e9093a5645283fea0e91cc30247bc3a76c4"
|
|
51
51
|
}
|