@microsoft/msgraph-sdk-users 1.0.0-preview.24 → 1.0.0-preview.25
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/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/users/index.d.ts +2 -2
- package/users/item/index.d.ts +1 -1
- package/users/item/insights/shared/index.d.ts +3 -3
- package/users/item/insights/shared/item/index.d.ts +3 -3
- package/users/item/insights/trending/index.d.ts +3 -3
- package/users/item/insights/trending/item/index.d.ts +3 -3
- package/users/item/insights/used/index.d.ts +3 -3
- package/users/item/insights/used/item/index.d.ts +3 -3
package/users/index.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ export interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuil
|
|
|
41
41
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
42
|
* @returns {Promise<UserCollectionResponse>}
|
|
43
43
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
44
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-
|
|
44
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0|Find more info here}
|
|
45
45
|
*/
|
|
46
46
|
get(requestConfiguration?: RequestConfiguration<UsersRequestBuilderGetQueryParameters> | undefined): Promise<UserCollectionResponse | undefined>;
|
|
47
47
|
/**
|
|
@@ -50,7 +50,7 @@ export interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuil
|
|
|
50
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
51
|
* @returns {Promise<User>}
|
|
52
52
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
53
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-
|
|
53
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0|Find more info here}
|
|
54
54
|
*/
|
|
55
55
|
post(body: User, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<User | undefined>;
|
|
56
56
|
/**
|
package/users/item/index.d.ts
CHANGED
|
@@ -399,7 +399,7 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder<UserItemReque
|
|
|
399
399
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
400
400
|
* @returns {Promise<User>}
|
|
401
401
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
402
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-
|
|
402
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0|Find more info here}
|
|
403
403
|
*/
|
|
404
404
|
patch(body: User, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<User | undefined>;
|
|
405
405
|
/**
|
|
@@ -17,7 +17,7 @@ export interface SharedRequestBuilder extends BaseRequestBuilder<SharedRequestBu
|
|
|
17
17
|
*/
|
|
18
18
|
bySharedInsightId(sharedInsightId: string): SharedInsightItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* Calculated relationship
|
|
20
|
+
* Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<SharedInsightCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -32,7 +32,7 @@ export interface SharedRequestBuilder extends BaseRequestBuilder<SharedRequestBu
|
|
|
32
32
|
*/
|
|
33
33
|
post(body: SharedInsight, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SharedInsight | undefined>;
|
|
34
34
|
/**
|
|
35
|
-
* Calculated relationship
|
|
35
|
+
* Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
|
|
36
36
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
37
|
* @returns {RequestInformation}
|
|
38
38
|
*/
|
|
@@ -46,7 +46,7 @@ export interface SharedRequestBuilder extends BaseRequestBuilder<SharedRequestBu
|
|
|
46
46
|
toPostRequestInformation(body: SharedInsight, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
* Calculated relationship
|
|
49
|
+
* Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
|
|
50
50
|
*/
|
|
51
51
|
export interface SharedRequestBuilderGetQueryParameters {
|
|
52
52
|
/**
|
|
@@ -21,7 +21,7 @@ export interface SharedInsightItemRequestBuilder extends BaseRequestBuilder<Shar
|
|
|
21
21
|
*/
|
|
22
22
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
23
23
|
/**
|
|
24
|
-
* Calculated relationship
|
|
24
|
+
* Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
|
|
25
25
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
26
26
|
* @returns {Promise<SharedInsight>}
|
|
27
27
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -42,7 +42,7 @@ export interface SharedInsightItemRequestBuilder extends BaseRequestBuilder<Shar
|
|
|
42
42
|
*/
|
|
43
43
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
44
44
|
/**
|
|
45
|
-
* Calculated relationship
|
|
45
|
+
* Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
|
|
46
46
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
47
|
* @returns {RequestInformation}
|
|
48
48
|
*/
|
|
@@ -56,7 +56,7 @@ export interface SharedInsightItemRequestBuilder extends BaseRequestBuilder<Shar
|
|
|
56
56
|
toPatchRequestInformation(body: SharedInsight, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* Calculated relationship
|
|
59
|
+
* Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
|
|
60
60
|
*/
|
|
61
61
|
export interface SharedInsightItemRequestBuilderGetQueryParameters {
|
|
62
62
|
/**
|
|
@@ -17,7 +17,7 @@ export interface TrendingRequestBuilder extends BaseRequestBuilder<TrendingReque
|
|
|
17
17
|
*/
|
|
18
18
|
byTrendingId(trendingId: string): TrendingItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* Calculated relationship
|
|
20
|
+
* Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<TrendingCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -32,7 +32,7 @@ export interface TrendingRequestBuilder extends BaseRequestBuilder<TrendingReque
|
|
|
32
32
|
*/
|
|
33
33
|
post(body: Trending, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<Trending | undefined>;
|
|
34
34
|
/**
|
|
35
|
-
* Calculated relationship
|
|
35
|
+
* Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
|
|
36
36
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
37
|
* @returns {RequestInformation}
|
|
38
38
|
*/
|
|
@@ -46,7 +46,7 @@ export interface TrendingRequestBuilder extends BaseRequestBuilder<TrendingReque
|
|
|
46
46
|
toPostRequestInformation(body: Trending, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
* Calculated relationship
|
|
49
|
+
* Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
|
|
50
50
|
*/
|
|
51
51
|
export interface TrendingRequestBuilderGetQueryParameters {
|
|
52
52
|
/**
|
|
@@ -16,7 +16,7 @@ export interface TrendingItemRequestBuilder extends BaseRequestBuilder<TrendingI
|
|
|
16
16
|
*/
|
|
17
17
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
18
18
|
/**
|
|
19
|
-
* Calculated relationship
|
|
19
|
+
* Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
|
|
20
20
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
21
21
|
* @returns {Promise<Trending>}
|
|
22
22
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -37,7 +37,7 @@ export interface TrendingItemRequestBuilder extends BaseRequestBuilder<TrendingI
|
|
|
37
37
|
*/
|
|
38
38
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
39
39
|
/**
|
|
40
|
-
* Calculated relationship
|
|
40
|
+
* Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
|
|
41
41
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
42
|
* @returns {RequestInformation}
|
|
43
43
|
*/
|
|
@@ -51,7 +51,7 @@ export interface TrendingItemRequestBuilder extends BaseRequestBuilder<TrendingI
|
|
|
51
51
|
toPatchRequestInformation(body: Trending, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
|
-
* Calculated relationship
|
|
54
|
+
* Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
|
|
55
55
|
*/
|
|
56
56
|
export interface TrendingItemRequestBuilderGetQueryParameters {
|
|
57
57
|
/**
|
|
@@ -17,7 +17,7 @@ export interface UsedRequestBuilder extends BaseRequestBuilder<UsedRequestBuilde
|
|
|
17
17
|
*/
|
|
18
18
|
byUsedInsightId(usedInsightId: string): UsedInsightItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* Calculated relationship
|
|
20
|
+
* Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<UsedInsightCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -32,7 +32,7 @@ export interface UsedRequestBuilder extends BaseRequestBuilder<UsedRequestBuilde
|
|
|
32
32
|
*/
|
|
33
33
|
post(body: UsedInsight, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UsedInsight | undefined>;
|
|
34
34
|
/**
|
|
35
|
-
* Calculated relationship
|
|
35
|
+
* Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.
|
|
36
36
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
37
|
* @returns {RequestInformation}
|
|
38
38
|
*/
|
|
@@ -46,7 +46,7 @@ export interface UsedRequestBuilder extends BaseRequestBuilder<UsedRequestBuilde
|
|
|
46
46
|
toPostRequestInformation(body: UsedInsight, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
* Calculated relationship
|
|
49
|
+
* Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.
|
|
50
50
|
*/
|
|
51
51
|
export interface UsedRequestBuilderGetQueryParameters {
|
|
52
52
|
/**
|
|
@@ -16,7 +16,7 @@ export interface UsedInsightItemRequestBuilder extends BaseRequestBuilder<UsedIn
|
|
|
16
16
|
*/
|
|
17
17
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
18
18
|
/**
|
|
19
|
-
* Calculated relationship
|
|
19
|
+
* Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.
|
|
20
20
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
21
21
|
* @returns {Promise<UsedInsight>}
|
|
22
22
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -37,7 +37,7 @@ export interface UsedInsightItemRequestBuilder extends BaseRequestBuilder<UsedIn
|
|
|
37
37
|
*/
|
|
38
38
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
39
39
|
/**
|
|
40
|
-
* Calculated relationship
|
|
40
|
+
* Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.
|
|
41
41
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
42
|
* @returns {RequestInformation}
|
|
43
43
|
*/
|
|
@@ -51,7 +51,7 @@ export interface UsedInsightItemRequestBuilder extends BaseRequestBuilder<UsedIn
|
|
|
51
51
|
toPatchRequestInformation(body: UsedInsight, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
|
-
* Calculated relationship
|
|
54
|
+
* Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.
|
|
55
55
|
*/
|
|
56
56
|
export interface UsedInsightItemRequestBuilderGetQueryParameters {
|
|
57
57
|
/**
|