@microsoft/msgraph-sdk-deviceappmanagement 1.0.0-preview.66 → 1.0.0-preview.68
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 +7 -2
- package/deviceAppManagement/index.d.ts.map +1 -1
- package/deviceAppManagement/index.js +6 -0
- package/deviceAppManagement/index.js.map +1 -1
- package/deviceAppManagement/managedAppPolicies/index.d.ts +4 -4
- package/deviceAppManagement/managedAppPolicies/item/targetApps/index.d.ts +1 -1
- package/deviceAppManagement/managedAppRegistrations/item/appliedPolicies/item/targetApps/index.d.ts +1 -1
- package/deviceAppManagement/managedAppRegistrations/item/index.d.ts +4 -4
- 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/item/index.d.ts +6 -6
- package/deviceAppManagement/managedEBooks/item/index.d.ts +4 -4
- package/deviceAppManagement/mobileAppConfigurations/index.d.ts +4 -4
- package/deviceAppManagement/mobileAppRelationships/count/index.d.ts +41 -0
- package/deviceAppManagement/mobileAppRelationships/count/index.d.ts.map +1 -0
- package/deviceAppManagement/mobileAppRelationships/count/index.js +34 -0
- package/deviceAppManagement/mobileAppRelationships/count/index.js.map +1 -0
- package/deviceAppManagement/mobileAppRelationships/index.d.ts +97 -0
- package/deviceAppManagement/mobileAppRelationships/index.d.ts.map +1 -0
- package/deviceAppManagement/mobileAppRelationships/index.js +70 -0
- package/deviceAppManagement/mobileAppRelationships/index.js.map +1 -0
- package/deviceAppManagement/mobileAppRelationships/item/index.d.ts +69 -0
- package/deviceAppManagement/mobileAppRelationships/item/index.d.ts.map +1 -0
- package/deviceAppManagement/mobileAppRelationships/item/index.js +56 -0
- package/deviceAppManagement/mobileAppRelationships/item/index.js.map +1 -0
- 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
|
@@ -9,6 +9,7 @@ import { type ManagedEBooksRequestBuilder } from './managedEBooks/index.js';
|
|
|
9
9
|
import { type MdmWindowsInformationProtectionPoliciesRequestBuilder } from './mdmWindowsInformationProtectionPolicies/index.js';
|
|
10
10
|
import { type MobileAppCategoriesRequestBuilder } from './mobileAppCategories/index.js';
|
|
11
11
|
import { type MobileAppConfigurationsRequestBuilder } from './mobileAppConfigurations/index.js';
|
|
12
|
+
import { type MobileAppRelationshipsRequestBuilder } from './mobileAppRelationships/index.js';
|
|
12
13
|
import { type MobileAppsRequestBuilder } from './mobileApps/index.js';
|
|
13
14
|
import { type SyncMicrosoftStoreForBusinessAppsRequestBuilder } from './syncMicrosoftStoreForBusinessApps/index.js';
|
|
14
15
|
import { type TargetedManagedAppConfigurationsRequestBuilder } from './targetedManagedAppConfigurations/index.js';
|
|
@@ -59,6 +60,10 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder<De
|
|
|
59
60
|
* Provides operations to manage the mobileAppConfigurations property of the microsoft.graph.deviceAppManagement entity.
|
|
60
61
|
*/
|
|
61
62
|
get mobileAppConfigurations(): MobileAppConfigurationsRequestBuilder;
|
|
63
|
+
/**
|
|
64
|
+
* Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity.
|
|
65
|
+
*/
|
|
66
|
+
get mobileAppRelationships(): MobileAppRelationshipsRequestBuilder;
|
|
62
67
|
/**
|
|
63
68
|
* Provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity.
|
|
64
69
|
*/
|
|
@@ -84,7 +89,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder<De
|
|
|
84
89
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
85
90
|
* @returns {Promise<DeviceAppManagement>}
|
|
86
91
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
87
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-
|
|
92
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0|Find more info here}
|
|
88
93
|
*/
|
|
89
94
|
get(requestConfiguration?: RequestConfiguration<DeviceAppManagementRequestBuilderGetQueryParameters> | undefined): Promise<DeviceAppManagement | undefined>;
|
|
90
95
|
/**
|
|
@@ -93,7 +98,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder<De
|
|
|
93
98
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
94
99
|
* @returns {Promise<DeviceAppManagement>}
|
|
95
100
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
96
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-
|
|
101
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0|Find more info here}
|
|
97
102
|
*/
|
|
98
103
|
patch(body: DeviceAppManagement, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceAppManagement | undefined>;
|
|
99
104
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
|
|
@@ -26,6 +26,8 @@ import { MobileAppCategoriesRequestBuilderNavigationMetadata, MobileAppCategorie
|
|
|
26
26
|
// @ts-ignore
|
|
27
27
|
import { MobileAppConfigurationsRequestBuilderNavigationMetadata, MobileAppConfigurationsRequestBuilderRequestsMetadata } from './mobileAppConfigurations/index.js';
|
|
28
28
|
// @ts-ignore
|
|
29
|
+
import { MobileAppRelationshipsRequestBuilderNavigationMetadata, MobileAppRelationshipsRequestBuilderRequestsMetadata } from './mobileAppRelationships/index.js';
|
|
30
|
+
// @ts-ignore
|
|
29
31
|
import { MobileAppsRequestBuilderNavigationMetadata, MobileAppsRequestBuilderRequestsMetadata } from './mobileApps/index.js';
|
|
30
32
|
// @ts-ignore
|
|
31
33
|
import { SyncMicrosoftStoreForBusinessAppsRequestBuilderRequestsMetadata } from './syncMicrosoftStoreForBusinessApps/index.js';
|
|
@@ -90,6 +92,10 @@ export const DeviceAppManagementRequestBuilderNavigationMetadata = {
|
|
|
90
92
|
requestsMetadata: MobileAppConfigurationsRequestBuilderRequestsMetadata,
|
|
91
93
|
navigationMetadata: MobileAppConfigurationsRequestBuilderNavigationMetadata,
|
|
92
94
|
},
|
|
95
|
+
mobileAppRelationships: {
|
|
96
|
+
requestsMetadata: MobileAppRelationshipsRequestBuilderRequestsMetadata,
|
|
97
|
+
navigationMetadata: MobileAppRelationshipsRequestBuilderNavigationMetadata,
|
|
98
|
+
},
|
|
93
99
|
mobileApps: {
|
|
94
100
|
requestsMetadata: MobileAppsRequestBuilderRequestsMetadata,
|
|
95
101
|
navigationMetadata: MobileAppsRequestBuilderNavigationMetadata,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,+CAA+C,EAAE,4BAA4B,EAA4B,MAAM,wCAAwC,CAAC;AACjK,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,4DAA4D,EAAE,0DAA0D,EAAmD,MAAM,yCAAyC,CAAC;AACpO,aAAa;AACb,OAAO,EAAE,4DAA4D,EAAE,0DAA0D,EAAmD,MAAM,yCAAyC,CAAC;AACpO,aAAa;AACb,OAAO,EAAE,wDAAwD,EAAE,sDAAsD,EAA+C,MAAM,qCAAqC,CAAC;AACpN,aAAa;AACb,OAAO,EAAE,kDAAkD,EAAE,gDAAgD,EAAyC,MAAM,+BAA+B,CAAC;AAC5L,aAAa;AACb,OAAO,EAAE,uDAAuD,EAAE,qDAAqD,EAA8C,MAAM,oCAAoC,CAAC;AAChN,aAAa;AACb,OAAO,EAAE,kDAAkD,EAAE,gDAAgD,EAAyC,MAAM,+BAA+B,CAAC;AAC5L,aAAa;AACb,OAAO,EAAE,6CAA6C,EAAE,2CAA2C,EAAoC,MAAM,0BAA0B,CAAC;AACxK,aAAa;AACb,OAAO,EAAE,uEAAuE,EAAE,qEAAqE,EAA8D,MAAM,oDAAoD,CAAC;AAChR,aAAa;AACb,OAAO,EAAE,mDAAmD,EAAE,iDAAiD,EAA0C,MAAM,gCAAgC,CAAC;AAChM,aAAa;AACb,OAAO,EAAE,uDAAuD,EAAE,qDAAqD,EAA8C,MAAM,oCAAoC,CAAC;AAChN,aAAa;AACb,OAAO,EAAE,0CAA0C,EAAE,wCAAwC,EAAiC,MAAM,uBAAuB,CAAC;AAC5J,aAAa;AACb,OAAO,EAAE,+DAA+D,EAAwD,MAAM,8CAA8C,CAAC;AACrL,aAAa;AACb,OAAO,EAAE,gEAAgE,EAAE,8DAA8D,EAAuD,MAAM,6CAA6C,CAAC;AACpP,aAAa;AACb,OAAO,EAAgC,yCAAyC,EAAE,uCAAuC,EAAE,MAAM,sBAAsB,CAAC;AACxJ,aAAa;AACb,OAAO,EAA2D,oEAAoE,EAAE,kEAAkE,EAAE,MAAM,iDAAiD,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
|
|
@@ -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 managedAppPolicy 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-managedapppolicy-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 managedAppPolicy 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 managedAppPolicy 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-targetedmanagedappprotection-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/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-targetedmanagedappprotection-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
|
/**
|
|
@@ -26,11 +26,11 @@ export interface ManagedAppRegistrationItemRequestBuilder extends BaseRequestBui
|
|
|
26
26
|
*/
|
|
27
27
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
28
28
|
/**
|
|
29
|
-
* Read properties and relationships of the
|
|
29
|
+
* Read properties and relationships of the iosManagedAppRegistration object.
|
|
30
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
31
|
* @returns {Promise<ManagedAppRegistration>}
|
|
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-mam-
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0|Find more info here}
|
|
34
34
|
*/
|
|
35
35
|
get(requestConfiguration?: RequestConfiguration<ManagedAppRegistrationItemRequestBuilderGetQueryParameters> | undefined): Promise<ManagedAppRegistration | undefined>;
|
|
36
36
|
/**
|
|
@@ -48,7 +48,7 @@ export interface ManagedAppRegistrationItemRequestBuilder extends BaseRequestBui
|
|
|
48
48
|
*/
|
|
49
49
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
50
50
|
/**
|
|
51
|
-
* Read properties and relationships of the
|
|
51
|
+
* Read properties and relationships of the iosManagedAppRegistration object.
|
|
52
52
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
53
53
|
* @returns {RequestInformation}
|
|
54
54
|
*/
|
|
@@ -62,7 +62,7 @@ export interface ManagedAppRegistrationItemRequestBuilder extends BaseRequestBui
|
|
|
62
62
|
toPatchRequestInformation(body: ManagedAppRegistration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
|
-
* Read properties and relationships of the
|
|
65
|
+
* Read properties and relationships of the iosManagedAppRegistration object.
|
|
66
66
|
*/
|
|
67
67
|
export interface ManagedAppRegistrationItemRequestBuilderGetQueryParameters {
|
|
68
68
|
/**
|
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-targetedmanagedappprotection-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 managedAppStatusRaw 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-managedappstatusraw-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 managedAppStatusRaw 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 managedAppStatusRaw 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 iosVppEBook 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-iosvppebook-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 iosVppEBook 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 iosVppEBook objects.
|
|
52
52
|
*/
|
|
53
53
|
export interface ManagedEBooksRequestBuilderGetQueryParameters {
|
|
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 iosVppEBookAssignment 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-iosvppebookassignment-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 iosVppEBookAssignment 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
|
/**
|
|
@@ -17,11 +17,11 @@ export interface MobileAppConfigurationsRequestBuilder extends BaseRequestBuilde
|
|
|
17
17
|
*/
|
|
18
18
|
byManagedDeviceMobileAppConfigurationId(managedDeviceMobileAppConfigurationId: string): ManagedDeviceMobileAppConfigurationItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* List properties and relationships of the
|
|
20
|
+
* List properties and relationships of the iosMobileAppConfiguration objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<ManagedDeviceMobileAppConfigurationCollectionResponse>}
|
|
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-apps-
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<MobileAppConfigurationsRequestBuilderGetQueryParameters> | undefined): Promise<ManagedDeviceMobileAppConfigurationCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
@@ -34,7 +34,7 @@ export interface MobileAppConfigurationsRequestBuilder extends BaseRequestBuilde
|
|
|
34
34
|
*/
|
|
35
35
|
post(body: ManagedDeviceMobileAppConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ManagedDeviceMobileAppConfiguration | undefined>;
|
|
36
36
|
/**
|
|
37
|
-
* List properties and relationships of the
|
|
37
|
+
* List properties and relationships of the iosMobileAppConfiguration 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 MobileAppConfigurationsRequestBuilder extends BaseRequestBuilde
|
|
|
48
48
|
toPostRequestInformation(body: ManagedDeviceMobileAppConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
|
-
* List properties and relationships of the
|
|
51
|
+
* List properties and relationships of the iosMobileAppConfiguration objects.
|
|
52
52
|
*/
|
|
53
53
|
export interface MobileAppConfigurationsRequestBuilderGetQueryParameters {
|
|
54
54
|
/**
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Provides operations to count the resources in the collection.
|
|
4
|
+
*/
|
|
5
|
+
export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
|
|
6
|
+
/**
|
|
7
|
+
* Get the number of the resource
|
|
8
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
* @returns {Promise<number>}
|
|
10
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Get the number of the resource
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns {RequestInformation}
|
|
17
|
+
*/
|
|
18
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Get the number of the resource
|
|
22
|
+
*/
|
|
23
|
+
export interface CountRequestBuilderGetQueryParameters {
|
|
24
|
+
/**
|
|
25
|
+
* Filter items by property values
|
|
26
|
+
*/
|
|
27
|
+
filter?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Search items by search phrases
|
|
30
|
+
*/
|
|
31
|
+
search?: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Uri template for the request builder.
|
|
35
|
+
*/
|
|
36
|
+
export declare const CountRequestBuilderUriTemplate = "{+baseurl}/deviceAppManagement/mobileAppRelationships/$count{?%24filter,%24search}";
|
|
37
|
+
/**
|
|
38
|
+
* Metadata for all the requests in the request builder.
|
|
39
|
+
*/
|
|
40
|
+
export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,uFAAuF,CAAC;AAQnI;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
// Generated by Microsoft Kiota
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
6
|
+
/**
|
|
7
|
+
* Uri template for the request builder.
|
|
8
|
+
*/
|
|
9
|
+
export const CountRequestBuilderUriTemplate = "{+baseurl}/deviceAppManagement/mobileAppRelationships/$count{?%24filter,%24search}";
|
|
10
|
+
/**
|
|
11
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
12
|
+
*/
|
|
13
|
+
const CountRequestBuilderGetQueryParametersMapper = {
|
|
14
|
+
"filter": "%24filter",
|
|
15
|
+
"search": "%24search",
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Metadata for all the requests in the request builder.
|
|
19
|
+
*/
|
|
20
|
+
export const CountRequestBuilderRequestsMetadata = {
|
|
21
|
+
get: {
|
|
22
|
+
uriTemplate: CountRequestBuilderUriTemplate,
|
|
23
|
+
responseBodyContentType: "text/plain;q=0.9",
|
|
24
|
+
errorMappings: {
|
|
25
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
26
|
+
},
|
|
27
|
+
adapterMethodName: "sendPrimitive",
|
|
28
|
+
responseBodyFactory: "number",
|
|
29
|
+
queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
/* tslint:enable */
|
|
33
|
+
/* eslint-enable */
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAmC7H;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,oFAAoF,CAAC;AACnI;;GAEG;AACH,MAAM,2CAA2C,GAA2B;IACxE,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;CACxB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAqB;IACjE,GAAG,EAAE;QACD,WAAW,EAAE,8BAA8B;QAC3C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,eAAe;QAClC,mBAAmB,EAAG,QAAQ;QAC9B,qBAAqB,EAAE,2CAA2C;KACrE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { type MobileAppRelationship, type MobileAppRelationshipCollectionResponse } from '@microsoft/msgraph-sdk/models/index.js';
|
|
2
|
+
import { type CountRequestBuilder } from './count/index.js';
|
|
3
|
+
import { type MobileAppRelationshipItemRequestBuilder } from './item/index.js';
|
|
4
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
5
|
+
/**
|
|
6
|
+
* Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface MobileAppRelationshipsRequestBuilder extends BaseRequestBuilder<MobileAppRelationshipsRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity.
|
|
15
|
+
* @param mobileAppRelationshipId The unique identifier of mobileAppRelationship
|
|
16
|
+
* @returns {MobileAppRelationshipItemRequestBuilder}
|
|
17
|
+
*/
|
|
18
|
+
byMobileAppRelationshipId(mobileAppRelationshipId: string): MobileAppRelationshipItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns {Promise<MobileAppRelationshipCollectionResponse>}
|
|
23
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
+
*/
|
|
25
|
+
get(requestConfiguration?: RequestConfiguration<MobileAppRelationshipsRequestBuilderGetQueryParameters> | undefined): Promise<MobileAppRelationshipCollectionResponse | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Create new navigation property to mobileAppRelationships for deviceAppManagement
|
|
28
|
+
* @param body The request body
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns {Promise<MobileAppRelationship>}
|
|
31
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
32
|
+
*/
|
|
33
|
+
post(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<MobileAppRelationship | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
|
|
36
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
|
+
* @returns {RequestInformation}
|
|
38
|
+
*/
|
|
39
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MobileAppRelationshipsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
|
+
/**
|
|
41
|
+
* Create new navigation property to mobileAppRelationships for deviceAppManagement
|
|
42
|
+
* @param body The request body
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns {RequestInformation}
|
|
45
|
+
*/
|
|
46
|
+
toPostRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.
|
|
50
|
+
*/
|
|
51
|
+
export interface MobileAppRelationshipsRequestBuilderGetQueryParameters {
|
|
52
|
+
/**
|
|
53
|
+
* Include count of items
|
|
54
|
+
*/
|
|
55
|
+
count?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Expand related entities
|
|
58
|
+
*/
|
|
59
|
+
expand?: string[];
|
|
60
|
+
/**
|
|
61
|
+
* Filter items by property values
|
|
62
|
+
*/
|
|
63
|
+
filter?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Order items by property values
|
|
66
|
+
*/
|
|
67
|
+
orderby?: string[];
|
|
68
|
+
/**
|
|
69
|
+
* Search items by search phrases
|
|
70
|
+
*/
|
|
71
|
+
search?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Select properties to be returned
|
|
74
|
+
*/
|
|
75
|
+
select?: string[];
|
|
76
|
+
/**
|
|
77
|
+
* Skip the first n items
|
|
78
|
+
*/
|
|
79
|
+
skip?: number;
|
|
80
|
+
/**
|
|
81
|
+
* Show only the first n items
|
|
82
|
+
*/
|
|
83
|
+
top?: number;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Uri template for the request builder.
|
|
87
|
+
*/
|
|
88
|
+
export declare const MobileAppRelationshipsRequestBuilderUriTemplate = "{+baseurl}/deviceAppManagement/mobileAppRelationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
89
|
+
/**
|
|
90
|
+
* Metadata for all the navigation properties in the request builder.
|
|
91
|
+
*/
|
|
92
|
+
export declare const MobileAppRelationshipsRequestBuilderNavigationMetadata: Record<Exclude<keyof MobileAppRelationshipsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
93
|
+
/**
|
|
94
|
+
* Metadata for all the requests in the request builder.
|
|
95
|
+
*/
|
|
96
|
+
export declare const MobileAppRelationshipsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
97
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA0J,KAAK,qBAAqB,EAAE,KAAK,uCAAuC,EAAE,MAAM,wCAAwC,CAAC;AAI1R,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAEjG,OAAO,EAA2D,KAAK,uCAAuC,EAAE,MAAM,iBAAiB,CAAC;AAExI,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,oCAAqC,SAAQ,kBAAkB,CAAC,oCAAoC,CAAC;IAClH;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,yBAAyB,CAAC,uBAAuB,EAAE,MAAM,GAAI,uCAAuC,CAAC;IACtG;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uCAAuC,GAAG,SAAS,CAAC,CAAC;IACrL;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,qBAAqB,GAAG,SAAS,CAAC,CAAC;IACjJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sDAAsD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC/J;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;GAEG;AACH,MAAM,WAAW,sDAAsD;IACnE;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,+CAA+C,uIAAuI,CAAC;AAcpM;;GAEG;AACH,eAAO,MAAM,sDAAsD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,oCAAoC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQtL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oDAAoD,EAAE,gBAuBlE,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
// Generated by Microsoft Kiota
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
import { createMobileAppRelationshipCollectionResponseFromDiscriminatorValue, createMobileAppRelationshipFromDiscriminatorValue, serializeMobileAppRelationship } from '@microsoft/msgraph-sdk/models/index.js';
|
|
6
|
+
// @ts-ignore
|
|
7
|
+
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
8
|
+
// @ts-ignore
|
|
9
|
+
import { CountRequestBuilderRequestsMetadata } from './count/index.js';
|
|
10
|
+
// @ts-ignore
|
|
11
|
+
import { MobileAppRelationshipItemRequestBuilderRequestsMetadata } from './item/index.js';
|
|
12
|
+
/**
|
|
13
|
+
* Uri template for the request builder.
|
|
14
|
+
*/
|
|
15
|
+
export const MobileAppRelationshipsRequestBuilderUriTemplate = "{+baseurl}/deviceAppManagement/mobileAppRelationships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
16
|
+
/**
|
|
17
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
18
|
+
*/
|
|
19
|
+
const MobileAppRelationshipsRequestBuilderGetQueryParametersMapper = {
|
|
20
|
+
"count": "%24count",
|
|
21
|
+
"expand": "%24expand",
|
|
22
|
+
"filter": "%24filter",
|
|
23
|
+
"orderby": "%24orderby",
|
|
24
|
+
"search": "%24search",
|
|
25
|
+
"select": "%24select",
|
|
26
|
+
"skip": "%24skip",
|
|
27
|
+
"top": "%24top",
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Metadata for all the navigation properties in the request builder.
|
|
31
|
+
*/
|
|
32
|
+
export const MobileAppRelationshipsRequestBuilderNavigationMetadata = {
|
|
33
|
+
byMobileAppRelationshipId: {
|
|
34
|
+
requestsMetadata: MobileAppRelationshipItemRequestBuilderRequestsMetadata,
|
|
35
|
+
pathParametersMappings: ["mobileAppRelationship%2Did"],
|
|
36
|
+
},
|
|
37
|
+
count: {
|
|
38
|
+
requestsMetadata: CountRequestBuilderRequestsMetadata,
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Metadata for all the requests in the request builder.
|
|
43
|
+
*/
|
|
44
|
+
export const MobileAppRelationshipsRequestBuilderRequestsMetadata = {
|
|
45
|
+
get: {
|
|
46
|
+
uriTemplate: MobileAppRelationshipsRequestBuilderUriTemplate,
|
|
47
|
+
responseBodyContentType: "application/json",
|
|
48
|
+
errorMappings: {
|
|
49
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
50
|
+
},
|
|
51
|
+
adapterMethodName: "send",
|
|
52
|
+
responseBodyFactory: createMobileAppRelationshipCollectionResponseFromDiscriminatorValue,
|
|
53
|
+
queryParametersMapper: MobileAppRelationshipsRequestBuilderGetQueryParametersMapper,
|
|
54
|
+
},
|
|
55
|
+
post: {
|
|
56
|
+
uriTemplate: MobileAppRelationshipsRequestBuilderUriTemplate,
|
|
57
|
+
responseBodyContentType: "application/json",
|
|
58
|
+
errorMappings: {
|
|
59
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
60
|
+
},
|
|
61
|
+
adapterMethodName: "send",
|
|
62
|
+
responseBodyFactory: createMobileAppRelationshipFromDiscriminatorValue,
|
|
63
|
+
requestBodyContentType: "application/json",
|
|
64
|
+
requestBodySerializer: serializeMobileAppRelationship,
|
|
65
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
/* tslint:enable */
|
|
69
|
+
/* eslint-enable */
|
|
70
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,mEAAmE,EAAE,iDAAiD,EAAE,8BAA8B,EAA4E,MAAM,wCAAwC,CAAC;AAC1R,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AACjG,aAAa;AACb,OAAO,EAAE,uDAAuD,EAAgD,MAAM,iBAAiB,CAAC;AAoFxI;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAG,oIAAoI,CAAC;AACpM;;GAEG;AACH,MAAM,4DAA4D,GAA2B;IACzF,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,sDAAsD,GAAwH;IACvL,yBAAyB,EAAE;QACvB,gBAAgB,EAAE,uDAAuD;QACzE,sBAAsB,EAAE,CAAC,4BAA4B,CAAC;KACzD;IACD,KAAK,EAAE;QACH,gBAAgB,EAAE,mCAAmC;KACxD;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAqB;IAClF,GAAG,EAAE;QACD,WAAW,EAAE,+CAA+C;QAC5D,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,mEAAmE;QACzF,qBAAqB,EAAE,4DAA4D;KACtF;IACD,IAAI,EAAE;QACF,WAAW,EAAE,+CAA+C;QAC5D,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,iDAAiD;QACvE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,8BAA8B;QACrD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|