@microsoft/msgraph-sdk-users 1.0.0-preview.43 → 1.0.0-preview.45
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 +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/users/index.d.ts +4 -4
- package/users/item/calendar/calendarView/item/instances/index.d.ts +3 -3
- package/users/item/calendar/calendarView/item/instances/item/index.d.ts +3 -3
- package/users/item/calendar/events/item/instances/index.d.ts +3 -3
- package/users/item/calendar/events/item/instances/item/index.d.ts +3 -3
- package/users/item/calendarGroups/item/calendars/item/calendarView/item/instances/index.d.ts +3 -3
- package/users/item/calendarGroups/item/calendars/item/calendarView/item/instances/item/index.d.ts +3 -3
- package/users/item/calendarGroups/item/calendars/item/events/item/instances/index.d.ts +3 -3
- package/users/item/calendarGroups/item/calendars/item/events/item/instances/item/index.d.ts +3 -3
- package/users/item/calendarView/item/instances/index.d.ts +3 -3
- package/users/item/calendarView/item/instances/item/index.d.ts +3 -3
- package/users/item/calendars/item/calendarView/item/instances/index.d.ts +3 -3
- package/users/item/calendars/item/calendarView/item/instances/item/index.d.ts +3 -3
- package/users/item/calendars/item/events/item/instances/index.d.ts +3 -3
- package/users/item/calendars/item/events/item/instances/item/index.d.ts +3 -3
- package/users/item/events/item/instances/index.d.ts +3 -3
- package/users/item/events/item/instances/item/index.d.ts +3 -3
- package/users/item/index.d.ts +5 -5
package/users/index.d.ts
CHANGED
|
@@ -37,11 +37,11 @@ export interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuil
|
|
|
37
37
|
*/
|
|
38
38
|
byUserId(userId: string): UserItemRequestBuilder;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* List properties and relationships of the user objects.
|
|
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/user-list?view=graph-rest-1.0|Find more info here}
|
|
44
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-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
|
/**
|
|
@@ -54,7 +54,7 @@ export interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuil
|
|
|
54
54
|
*/
|
|
55
55
|
post(body: User, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<User | undefined>;
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* List properties and relationships of the user objects.
|
|
58
58
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
59
59
|
* @returns {RequestInformation}
|
|
60
60
|
*/
|
|
@@ -68,7 +68,7 @@ export interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuil
|
|
|
68
68
|
toPostRequestInformation(body: User, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* List properties and relationships of the user objects.
|
|
72
72
|
*/
|
|
73
73
|
export interface UsersRequestBuilderGetQueryParameters {
|
|
74
74
|
/**
|
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -55,21 +55,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
55
55
|
*/
|
|
56
56
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
57
57
|
/**
|
|
58
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
58
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
59
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
60
60
|
* @returns {Promise<Event>}
|
|
61
61
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
62
62
|
*/
|
|
63
63
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
65
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
66
66
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
67
67
|
* @returns {RequestInformation}
|
|
68
68
|
*/
|
|
69
69
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
72
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
73
73
|
*/
|
|
74
74
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
75
75
|
/**
|
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -55,21 +55,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
55
55
|
*/
|
|
56
56
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
57
57
|
/**
|
|
58
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
58
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
59
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
60
60
|
* @returns {Promise<Event>}
|
|
61
61
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
62
62
|
*/
|
|
63
63
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
65
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
66
66
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
67
67
|
* @returns {RequestInformation}
|
|
68
68
|
*/
|
|
69
69
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
72
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
73
73
|
*/
|
|
74
74
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
75
75
|
/**
|
package/users/item/calendarGroups/item/calendars/item/calendarView/item/instances/index.d.ts
CHANGED
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
package/users/item/calendarGroups/item/calendars/item/calendarView/item/instances/item/index.d.ts
CHANGED
|
@@ -55,21 +55,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
55
55
|
*/
|
|
56
56
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
57
57
|
/**
|
|
58
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
58
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
59
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
60
60
|
* @returns {Promise<Event>}
|
|
61
61
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
62
62
|
*/
|
|
63
63
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
65
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
66
66
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
67
67
|
* @returns {RequestInformation}
|
|
68
68
|
*/
|
|
69
69
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
72
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
73
73
|
*/
|
|
74
74
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
75
75
|
/**
|
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -55,21 +55,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
55
55
|
*/
|
|
56
56
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
57
57
|
/**
|
|
58
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
58
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
59
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
60
60
|
* @returns {Promise<Event>}
|
|
61
61
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
62
62
|
*/
|
|
63
63
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
65
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
66
66
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
67
67
|
* @returns {RequestInformation}
|
|
68
68
|
*/
|
|
69
69
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
72
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
73
73
|
*/
|
|
74
74
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
75
75
|
/**
|
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -55,21 +55,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
55
55
|
*/
|
|
56
56
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
57
57
|
/**
|
|
58
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
58
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
59
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
60
60
|
* @returns {Promise<Event>}
|
|
61
61
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
62
62
|
*/
|
|
63
63
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
65
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
66
66
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
67
67
|
* @returns {RequestInformation}
|
|
68
68
|
*/
|
|
69
69
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
72
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
73
73
|
*/
|
|
74
74
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
75
75
|
/**
|
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -55,21 +55,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
55
55
|
*/
|
|
56
56
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
57
57
|
/**
|
|
58
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
58
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
59
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
60
60
|
* @returns {Promise<Event>}
|
|
61
61
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
62
62
|
*/
|
|
63
63
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
65
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
66
66
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
67
67
|
* @returns {RequestInformation}
|
|
68
68
|
*/
|
|
69
69
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
72
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
73
73
|
*/
|
|
74
74
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
75
75
|
/**
|
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -55,21 +55,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
55
55
|
*/
|
|
56
56
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
57
57
|
/**
|
|
58
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
58
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
59
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
60
60
|
* @returns {Promise<Event>}
|
|
61
61
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
62
62
|
*/
|
|
63
63
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
65
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
66
66
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
67
67
|
* @returns {RequestInformation}
|
|
68
68
|
*/
|
|
69
69
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
72
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
73
73
|
*/
|
|
74
74
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
75
75
|
/**
|
|
@@ -22,21 +22,21 @@ export interface InstancesRequestBuilder extends BaseRequestBuilder<InstancesReq
|
|
|
22
22
|
*/
|
|
23
23
|
byEventId1(eventId1: string): EventItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
25
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<EventCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
29
|
*/
|
|
30
30
|
get(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): Promise<EventCollectionResponse | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
32
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
36
36
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<InstancesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
39
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
40
40
|
*/
|
|
41
41
|
export interface InstancesRequestBuilderGetQueryParameters {
|
|
42
42
|
/**
|
|
@@ -55,21 +55,21 @@ export interface EventItemRequestBuilder extends BaseRequestBuilder<EventItemReq
|
|
|
55
55
|
*/
|
|
56
56
|
get tentativelyAccept(): TentativelyAcceptRequestBuilder;
|
|
57
57
|
/**
|
|
58
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
58
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
59
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
60
60
|
* @returns {Promise<Event>}
|
|
61
61
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
62
62
|
*/
|
|
63
63
|
get(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): Promise<Event | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
65
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
66
66
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
67
67
|
* @returns {RequestInformation}
|
|
68
68
|
*/
|
|
69
69
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<EventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions
|
|
72
|
+
* The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences cancelled from the series. Navigation property. Read-only. Nullable.
|
|
73
73
|
*/
|
|
74
74
|
export interface EventItemRequestBuilderGetQueryParameters {
|
|
75
75
|
/**
|
package/users/item/index.d.ts
CHANGED
|
@@ -380,7 +380,7 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder<UserItemReque
|
|
|
380
380
|
* Deletes a user.
|
|
381
381
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
382
382
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
383
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-
|
|
383
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-delete?view=graph-rest-1.0|Find more info here}
|
|
384
384
|
*/
|
|
385
385
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
386
386
|
/**
|
|
@@ -391,11 +391,11 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder<UserItemReque
|
|
|
391
391
|
*/
|
|
392
392
|
exportDeviceAndAppManagementDataWithSkipWithTop(skip: number | undefined, top: number | undefined): ExportDeviceAndAppManagementDataWithSkipWithTopRequestBuilder;
|
|
393
393
|
/**
|
|
394
|
-
*
|
|
394
|
+
* Read properties and relationships of the user object.
|
|
395
395
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
396
396
|
* @returns {Promise<User>}
|
|
397
397
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
398
|
-
* @see {@link https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0|Find more info here}
|
|
398
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0|Find more info here}
|
|
399
399
|
*/
|
|
400
400
|
get(requestConfiguration?: RequestConfiguration<UserItemRequestBuilderGetQueryParameters> | undefined): Promise<User | undefined>;
|
|
401
401
|
/**
|
|
@@ -421,7 +421,7 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder<UserItemReque
|
|
|
421
421
|
*/
|
|
422
422
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
423
423
|
/**
|
|
424
|
-
*
|
|
424
|
+
* Read properties and relationships of the user object.
|
|
425
425
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
426
426
|
* @returns {RequestInformation}
|
|
427
427
|
*/
|
|
@@ -435,7 +435,7 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder<UserItemReque
|
|
|
435
435
|
toPatchRequestInformation(body: User, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
436
436
|
}
|
|
437
437
|
/**
|
|
438
|
-
*
|
|
438
|
+
* Read properties and relationships of the user object.
|
|
439
439
|
*/
|
|
440
440
|
export interface UserItemRequestBuilderGetQueryParameters {
|
|
441
441
|
/**
|