@microsoft/msgraph-sdk-deviceappmanagement 1.0.0-preview.65 → 1.0.0-preview.67
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/deviceAppManagement/index.d.ts +2 -2
- package/deviceAppManagement/managedAppPolicies/index.d.ts +4 -4
- package/deviceAppManagement/managedAppPolicies/item/targetApps/index.d.ts +1 -1
- package/deviceAppManagement/managedAppRegistrations/index.d.ts +4 -4
- package/deviceAppManagement/managedAppRegistrations/item/appliedPolicies/item/targetApps/index.d.ts +1 -1
- package/deviceAppManagement/managedAppRegistrations/item/intendedPolicies/item/targetApps/index.d.ts +1 -1
- package/deviceAppManagement/managedAppStatuses/item/index.d.ts +4 -4
- package/deviceAppManagement/managedEBooks/index.d.ts +4 -4
- package/deviceAppManagement/managedEBooks/item/assignments/index.d.ts +7 -7
- package/deviceAppManagement/managedEBooks/item/assignments/item/index.d.ts +6 -6
- package/deviceAppManagement/managedEBooks/item/index.d.ts +4 -4
- package/deviceAppManagement/mobileAppConfigurations/item/index.d.ts +4 -4
- package/deviceAppManagement/mobileApps/index.d.ts +7 -7
- package/deviceAppManagement/mobileApps/item/index.d.ts +10 -10
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -84,7 +84,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder<De
|
|
|
84
84
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
85
85
|
* @returns {Promise<DeviceAppManagement>}
|
|
86
86
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
87
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-
|
|
87
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0|Find more info here}
|
|
88
88
|
*/
|
|
89
89
|
get(requestConfiguration?: RequestConfiguration<DeviceAppManagementRequestBuilderGetQueryParameters> | undefined): Promise<DeviceAppManagement | undefined>;
|
|
90
90
|
/**
|
|
@@ -93,7 +93,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder<De
|
|
|
93
93
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
94
94
|
* @returns {Promise<DeviceAppManagement>}
|
|
95
95
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
96
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-
|
|
96
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0|Find more info here}
|
|
97
97
|
*/
|
|
98
98
|
patch(body: DeviceAppManagement, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceAppManagement | undefined>;
|
|
99
99
|
/**
|
|
@@ -17,11 +17,11 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder<Man
|
|
|
17
17
|
*/
|
|
18
18
|
byManagedAppPolicyId(managedAppPolicyId: string): ManagedAppPolicyItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* List properties and relationships of the
|
|
20
|
+
* List properties and relationships of the managedAppProtection objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<ManagedAppPolicyCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<ManagedAppPoliciesRequestBuilderGetQueryParameters> | undefined): Promise<ManagedAppPolicyCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
@@ -33,7 +33,7 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder<Man
|
|
|
33
33
|
*/
|
|
34
34
|
post(body: ManagedAppPolicy, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ManagedAppPolicy | undefined>;
|
|
35
35
|
/**
|
|
36
|
-
* List properties and relationships of the
|
|
36
|
+
* List properties and relationships of the managedAppProtection objects.
|
|
37
37
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
38
|
* @returns {RequestInformation}
|
|
39
39
|
*/
|
|
@@ -47,7 +47,7 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder<Man
|
|
|
47
47
|
toPostRequestInformation(body: ManagedAppPolicy, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
* List properties and relationships of the
|
|
50
|
+
* List properties and relationships of the managedAppProtection objects.
|
|
51
51
|
*/
|
|
52
52
|
export interface ManagedAppPoliciesRequestBuilderGetQueryParameters {
|
|
53
53
|
/**
|
|
@@ -38,7 +38,7 @@ export interface TargetAppsRequestBuilder extends BaseRequestBuilder<TargetAppsR
|
|
|
38
38
|
* @param body The request body
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
41
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-
|
|
41
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0|Find more info here}
|
|
42
42
|
*/
|
|
43
43
|
post(body: TargetAppsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
|
@@ -22,11 +22,11 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde
|
|
|
22
22
|
*/
|
|
23
23
|
byManagedAppRegistrationId(managedAppRegistrationId: string): ManagedAppRegistrationItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
|
-
* List properties and relationships of the
|
|
25
|
+
* List properties and relationships of the managedAppRegistration objects.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
27
|
* @returns {Promise<ManagedAppRegistrationCollectionResponse>}
|
|
28
28
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
29
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-
|
|
29
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0|Find more info here}
|
|
30
30
|
*/
|
|
31
31
|
get(requestConfiguration?: RequestConfiguration<ManagedAppRegistrationsRequestBuilderGetQueryParameters> | undefined): Promise<ManagedAppRegistrationCollectionResponse | undefined>;
|
|
32
32
|
/**
|
|
@@ -39,7 +39,7 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde
|
|
|
39
39
|
*/
|
|
40
40
|
post(body: ManagedAppRegistration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ManagedAppRegistration | undefined>;
|
|
41
41
|
/**
|
|
42
|
-
* List properties and relationships of the
|
|
42
|
+
* List properties and relationships of the managedAppRegistration objects.
|
|
43
43
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
44
|
* @returns {RequestInformation}
|
|
45
45
|
*/
|
|
@@ -53,7 +53,7 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde
|
|
|
53
53
|
toPostRequestInformation(body: ManagedAppRegistration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
|
-
* List properties and relationships of the
|
|
56
|
+
* List properties and relationships of the managedAppRegistration objects.
|
|
57
57
|
*/
|
|
58
58
|
export interface ManagedAppRegistrationsRequestBuilderGetQueryParameters {
|
|
59
59
|
/**
|
package/deviceAppManagement/managedAppRegistrations/item/appliedPolicies/item/targetApps/index.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export interface TargetAppsRequestBuilder extends BaseRequestBuilder<TargetAppsR
|
|
|
38
38
|
* @param body The request body
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
41
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-
|
|
41
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0|Find more info here}
|
|
42
42
|
*/
|
|
43
43
|
post(body: TargetAppsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
package/deviceAppManagement/managedAppRegistrations/item/intendedPolicies/item/targetApps/index.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export interface TargetAppsRequestBuilder extends BaseRequestBuilder<TargetAppsR
|
|
|
38
38
|
* @param body The request body
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
41
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-
|
|
41
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0|Find more info here}
|
|
42
42
|
*/
|
|
43
43
|
post(body: TargetAppsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
|
@@ -11,11 +11,11 @@ export interface ManagedAppStatusItemRequestBuilder extends BaseRequestBuilder<M
|
|
|
11
11
|
*/
|
|
12
12
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
13
|
/**
|
|
14
|
-
* Read properties and relationships of the
|
|
14
|
+
* Read properties and relationships of the managedAppStatus object.
|
|
15
15
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
16
|
* @returns {Promise<ManagedAppStatus>}
|
|
17
17
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
18
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-
|
|
18
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0|Find more info here}
|
|
19
19
|
*/
|
|
20
20
|
get(requestConfiguration?: RequestConfiguration<ManagedAppStatusItemRequestBuilderGetQueryParameters> | undefined): Promise<ManagedAppStatus | undefined>;
|
|
21
21
|
/**
|
|
@@ -33,7 +33,7 @@ export interface ManagedAppStatusItemRequestBuilder extends BaseRequestBuilder<M
|
|
|
33
33
|
*/
|
|
34
34
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
35
35
|
/**
|
|
36
|
-
* Read properties and relationships of the
|
|
36
|
+
* Read properties and relationships of the managedAppStatus object.
|
|
37
37
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
38
|
* @returns {RequestInformation}
|
|
39
39
|
*/
|
|
@@ -47,7 +47,7 @@ export interface ManagedAppStatusItemRequestBuilder extends BaseRequestBuilder<M
|
|
|
47
47
|
toPatchRequestInformation(body: ManagedAppStatus, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
* Read properties and relationships of the
|
|
50
|
+
* Read properties and relationships of the managedAppStatus object.
|
|
51
51
|
*/
|
|
52
52
|
export interface ManagedAppStatusItemRequestBuilderGetQueryParameters {
|
|
53
53
|
/**
|
|
@@ -17,11 +17,11 @@ export interface ManagedEBooksRequestBuilder extends BaseRequestBuilder<ManagedE
|
|
|
17
17
|
*/
|
|
18
18
|
byManagedEBookId(managedEBookId: string): ManagedEBookItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* List properties and relationships of the
|
|
20
|
+
* List properties and relationships of the managedEBook objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<ManagedEBookCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-books-
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<ManagedEBooksRequestBuilderGetQueryParameters> | undefined): Promise<ManagedEBookCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
@@ -34,7 +34,7 @@ export interface ManagedEBooksRequestBuilder extends BaseRequestBuilder<ManagedE
|
|
|
34
34
|
*/
|
|
35
35
|
post(body: ManagedEBook, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ManagedEBook | undefined>;
|
|
36
36
|
/**
|
|
37
|
-
* List properties and relationships of the
|
|
37
|
+
* List properties and relationships of the managedEBook objects.
|
|
38
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
39
|
* @returns {RequestInformation}
|
|
40
40
|
*/
|
|
@@ -48,7 +48,7 @@ export interface ManagedEBooksRequestBuilder extends BaseRequestBuilder<ManagedE
|
|
|
48
48
|
toPostRequestInformation(body: ManagedEBook, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
|
-
* List properties and relationships of the
|
|
51
|
+
* List properties and relationships of the managedEBook objects.
|
|
52
52
|
*/
|
|
53
53
|
export interface ManagedEBooksRequestBuilderGetQueryParameters {
|
|
54
54
|
/**
|
|
@@ -17,30 +17,30 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder<Assignment
|
|
|
17
17
|
*/
|
|
18
18
|
byManagedEBookAssignmentId(managedEBookAssignmentId: string): ManagedEBookAssignmentItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* List properties and relationships of the
|
|
20
|
+
* List properties and relationships of the iosVppEBookAssignment objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<ManagedEBookAssignmentCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-books-
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<AssignmentsRequestBuilderGetQueryParameters> | undefined): Promise<ManagedEBookAssignmentCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
28
|
-
* Create a new
|
|
28
|
+
* Create a new iosVppEBookAssignment object.
|
|
29
29
|
* @param body The request body
|
|
30
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
31
|
* @returns {Promise<ManagedEBookAssignment>}
|
|
32
32
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-books-
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0|Find more info here}
|
|
34
34
|
*/
|
|
35
35
|
post(body: ManagedEBookAssignment, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ManagedEBookAssignment | undefined>;
|
|
36
36
|
/**
|
|
37
|
-
* List properties and relationships of the
|
|
37
|
+
* List properties and relationships of the iosVppEBookAssignment objects.
|
|
38
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
39
|
* @returns {RequestInformation}
|
|
40
40
|
*/
|
|
41
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AssignmentsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
42
42
|
/**
|
|
43
|
-
* Create a new
|
|
43
|
+
* Create a new iosVppEBookAssignment object.
|
|
44
44
|
* @param body The request body
|
|
45
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
46
|
* @returns {RequestInformation}
|
|
@@ -48,7 +48,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder<Assignment
|
|
|
48
48
|
toPostRequestInformation(body: ManagedEBookAssignment, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
|
-
* List properties and relationships of the
|
|
51
|
+
* List properties and relationships of the iosVppEBookAssignment objects.
|
|
52
52
|
*/
|
|
53
53
|
export interface AssignmentsRequestBuilderGetQueryParameters {
|
|
54
54
|
/**
|
|
@@ -5,10 +5,10 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
5
5
|
*/
|
|
6
6
|
export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBuilder<ManagedEBookAssignmentItemRequestBuilder> {
|
|
7
7
|
/**
|
|
8
|
-
* Deletes a
|
|
8
|
+
* Deletes a managedEBookAssignment.
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
11
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-books-
|
|
11
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0|Find more info here}
|
|
12
12
|
*/
|
|
13
13
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
14
14
|
/**
|
|
@@ -20,16 +20,16 @@ export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBui
|
|
|
20
20
|
*/
|
|
21
21
|
get(requestConfiguration?: RequestConfiguration<ManagedEBookAssignmentItemRequestBuilderGetQueryParameters> | undefined): Promise<ManagedEBookAssignment | undefined>;
|
|
22
22
|
/**
|
|
23
|
-
* Update the properties of a
|
|
23
|
+
* Update the properties of a managedEBookAssignment object.
|
|
24
24
|
* @param body The request body
|
|
25
25
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
26
26
|
* @returns {Promise<ManagedEBookAssignment>}
|
|
27
27
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
28
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-books-
|
|
28
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0|Find more info here}
|
|
29
29
|
*/
|
|
30
30
|
patch(body: ManagedEBookAssignment, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ManagedEBookAssignment | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* Deletes a
|
|
32
|
+
* Deletes a managedEBookAssignment.
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
35
|
*/
|
|
@@ -41,7 +41,7 @@ export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBui
|
|
|
41
41
|
*/
|
|
42
42
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ManagedEBookAssignmentItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
43
43
|
/**
|
|
44
|
-
* Update the properties of a
|
|
44
|
+
* Update the properties of a managedEBookAssignment object.
|
|
45
45
|
* @param body The request body
|
|
46
46
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
47
|
* @returns {RequestInformation}
|
|
@@ -37,11 +37,11 @@ export interface ManagedEBookItemRequestBuilder extends BaseRequestBuilder<Manag
|
|
|
37
37
|
*/
|
|
38
38
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
39
39
|
/**
|
|
40
|
-
* Read properties and relationships of the
|
|
40
|
+
* Read properties and relationships of the managedEBook object.
|
|
41
41
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
42
|
* @returns {Promise<ManagedEBook>}
|
|
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-books-
|
|
44
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0|Find more info here}
|
|
45
45
|
*/
|
|
46
46
|
get(requestConfiguration?: RequestConfiguration<ManagedEBookItemRequestBuilderGetQueryParameters> | undefined): Promise<ManagedEBook | undefined>;
|
|
47
47
|
/**
|
|
@@ -60,7 +60,7 @@ export interface ManagedEBookItemRequestBuilder extends BaseRequestBuilder<Manag
|
|
|
60
60
|
*/
|
|
61
61
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
62
62
|
/**
|
|
63
|
-
* Read properties and relationships of the
|
|
63
|
+
* Read properties and relationships of the managedEBook object.
|
|
64
64
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
65
65
|
* @returns {RequestInformation}
|
|
66
66
|
*/
|
|
@@ -74,7 +74,7 @@ export interface ManagedEBookItemRequestBuilder extends BaseRequestBuilder<Manag
|
|
|
74
74
|
toPatchRequestInformation(body: ManagedEBook, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
|
-
* Read properties and relationships of the
|
|
77
|
+
* Read properties and relationships of the managedEBook object.
|
|
78
78
|
*/
|
|
79
79
|
export interface ManagedEBookItemRequestBuilderGetQueryParameters {
|
|
80
80
|
/**
|
|
@@ -42,11 +42,11 @@ export interface ManagedDeviceMobileAppConfigurationItemRequestBuilder extends B
|
|
|
42
42
|
*/
|
|
43
43
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
44
44
|
/**
|
|
45
|
-
* Read properties and relationships of the
|
|
45
|
+
* Read properties and relationships of the iosMobileAppConfiguration object.
|
|
46
46
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
47
|
* @returns {Promise<ManagedDeviceMobileAppConfiguration>}
|
|
48
48
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
49
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-
|
|
49
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0|Find more info here}
|
|
50
50
|
*/
|
|
51
51
|
get(requestConfiguration?: RequestConfiguration<ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters> | undefined): Promise<ManagedDeviceMobileAppConfiguration | undefined>;
|
|
52
52
|
/**
|
|
@@ -65,7 +65,7 @@ export interface ManagedDeviceMobileAppConfigurationItemRequestBuilder extends B
|
|
|
65
65
|
*/
|
|
66
66
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
67
67
|
/**
|
|
68
|
-
* Read properties and relationships of the
|
|
68
|
+
* Read properties and relationships of the iosMobileAppConfiguration object.
|
|
69
69
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
70
70
|
* @returns {RequestInformation}
|
|
71
71
|
*/
|
|
@@ -79,7 +79,7 @@ export interface ManagedDeviceMobileAppConfigurationItemRequestBuilder extends B
|
|
|
79
79
|
toPatchRequestInformation(body: ManagedDeviceMobileAppConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
* Read properties and relationships of the
|
|
82
|
+
* Read properties and relationships of the iosMobileAppConfiguration object.
|
|
83
83
|
*/
|
|
84
84
|
export interface ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters {
|
|
85
85
|
/**
|
|
@@ -97,30 +97,30 @@ export interface MobileAppsRequestBuilder extends BaseRequestBuilder<MobileAppsR
|
|
|
97
97
|
*/
|
|
98
98
|
byMobileAppId(mobileAppId: string): MobileAppItemRequestBuilder;
|
|
99
99
|
/**
|
|
100
|
-
* List properties and relationships of the
|
|
100
|
+
* List properties and relationships of the macOSLobApp objects.
|
|
101
101
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
102
102
|
* @returns {Promise<MobileAppCollectionResponse>}
|
|
103
103
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
104
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-
|
|
104
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-list?view=graph-rest-1.0|Find more info here}
|
|
105
105
|
*/
|
|
106
106
|
get(requestConfiguration?: RequestConfiguration<MobileAppsRequestBuilderGetQueryParameters> | undefined): Promise<MobileAppCollectionResponse | undefined>;
|
|
107
107
|
/**
|
|
108
|
-
* Create a new
|
|
108
|
+
* Create a new windowsAppX object.
|
|
109
109
|
* @param body The request body
|
|
110
110
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
111
111
|
* @returns {Promise<MobileApp>}
|
|
112
112
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
113
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-
|
|
113
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-windowsappx-create?view=graph-rest-1.0|Find more info here}
|
|
114
114
|
*/
|
|
115
115
|
post(body: MobileApp, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<MobileApp | undefined>;
|
|
116
116
|
/**
|
|
117
|
-
* List properties and relationships of the
|
|
117
|
+
* List properties and relationships of the macOSLobApp objects.
|
|
118
118
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
119
119
|
* @returns {RequestInformation}
|
|
120
120
|
*/
|
|
121
121
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MobileAppsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
122
122
|
/**
|
|
123
|
-
* Create a new
|
|
123
|
+
* Create a new windowsAppX object.
|
|
124
124
|
* @param body The request body
|
|
125
125
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
126
126
|
* @returns {RequestInformation}
|
|
@@ -128,7 +128,7 @@ export interface MobileAppsRequestBuilder extends BaseRequestBuilder<MobileAppsR
|
|
|
128
128
|
toPostRequestInformation(body: MobileApp, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
|
-
* List properties and relationships of the
|
|
131
|
+
* List properties and relationships of the macOSLobApp objects.
|
|
132
132
|
*/
|
|
133
133
|
export interface MobileAppsRequestBuilderGetQueryParameters {
|
|
134
134
|
/**
|
|
@@ -100,43 +100,43 @@ export interface MobileAppItemRequestBuilder extends BaseRequestBuilder<MobileAp
|
|
|
100
100
|
*/
|
|
101
101
|
get graphWindowsWebApp(): GraphWindowsWebAppRequestBuilder;
|
|
102
102
|
/**
|
|
103
|
-
* Deletes a
|
|
103
|
+
* Deletes a windowsMobileMSI.
|
|
104
104
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
105
105
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
106
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-
|
|
106
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-windowsmobilemsi-delete?view=graph-rest-1.0|Find more info here}
|
|
107
107
|
*/
|
|
108
108
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
109
109
|
/**
|
|
110
|
-
* Read properties and relationships of the
|
|
110
|
+
* Read properties and relationships of the macOSLobApp object.
|
|
111
111
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
112
112
|
* @returns {Promise<MobileApp>}
|
|
113
113
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
114
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-
|
|
114
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-get?view=graph-rest-1.0|Find more info here}
|
|
115
115
|
*/
|
|
116
116
|
get(requestConfiguration?: RequestConfiguration<MobileAppItemRequestBuilderGetQueryParameters> | undefined): Promise<MobileApp | undefined>;
|
|
117
117
|
/**
|
|
118
|
-
* Update the properties of a
|
|
118
|
+
* Update the properties of a managedIOSStoreApp object.
|
|
119
119
|
* @param body The request body
|
|
120
120
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
121
121
|
* @returns {Promise<MobileApp>}
|
|
122
122
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
123
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-
|
|
123
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-managediosstoreapp-update?view=graph-rest-1.0|Find more info here}
|
|
124
124
|
*/
|
|
125
125
|
patch(body: MobileApp, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<MobileApp | undefined>;
|
|
126
126
|
/**
|
|
127
|
-
* Deletes a
|
|
127
|
+
* Deletes a windowsMobileMSI.
|
|
128
128
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
129
129
|
* @returns {RequestInformation}
|
|
130
130
|
*/
|
|
131
131
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
132
132
|
/**
|
|
133
|
-
* Read properties and relationships of the
|
|
133
|
+
* Read properties and relationships of the macOSLobApp object.
|
|
134
134
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
135
135
|
* @returns {RequestInformation}
|
|
136
136
|
*/
|
|
137
137
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MobileAppItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
138
138
|
/**
|
|
139
|
-
* Update the properties of a
|
|
139
|
+
* Update the properties of a managedIOSStoreApp object.
|
|
140
140
|
* @param body The request body
|
|
141
141
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
142
142
|
* @returns {RequestInformation}
|
|
@@ -144,7 +144,7 @@ export interface MobileAppItemRequestBuilder extends BaseRequestBuilder<MobileAp
|
|
|
144
144
|
toPatchRequestInformation(body: MobileApp, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
145
145
|
}
|
|
146
146
|
/**
|
|
147
|
-
* Read properties and relationships of the
|
|
147
|
+
* Read properties and relationships of the macOSLobApp object.
|
|
148
148
|
*/
|
|
149
149
|
export interface MobileAppItemRequestBuilderGetQueryParameters {
|
|
150
150
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/msgraph-sdk-deviceappmanagement",
|
|
3
|
-
"version": "1.0.0-preview.
|
|
3
|
+
"version": "1.0.0-preview.67",
|
|
4
4
|
"description": "DeviceAppManagement fluent API for Microsoft Graph",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Microsoft",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"typescript": "^5.3.3"
|
|
38
38
|
},
|
|
39
39
|
"type": "module",
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "ad52e4cb6450c8ce96118040c1d6ef86a42d1bad"
|
|
41
41
|
}
|