@microsoft/msgraph-sdk-deviceappmanagement 1.0.0-preview.67 → 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 +6 -1
- 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/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/index.d.ts +4 -4
- package/deviceAppManagement/managedAppRegistrations/item/intendedPolicies/item/targetApps/index.d.ts +1 -1
- package/deviceAppManagement/managedAppStatuses/index.d.ts +4 -4
- 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 +4 -4
- package/deviceAppManagement/managedEBooks/item/assignments/item/index.d.ts +7 -7
- package/deviceAppManagement/mobileAppConfigurations/index.d.ts +4 -4
- package/deviceAppManagement/mobileAppConfigurations/item/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 +7 -7
- 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
|
*/
|
|
@@ -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
|
/**
|
|
@@ -16,11 +16,11 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder<M
|
|
|
16
16
|
*/
|
|
17
17
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
18
18
|
/**
|
|
19
|
-
* Read properties and relationships of the
|
|
19
|
+
* Read properties and relationships of the managedAppPolicy object.
|
|
20
20
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
21
21
|
* @returns {Promise<ManagedAppPolicy>}
|
|
22
22
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
23
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-
|
|
23
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-get?view=graph-rest-1.0|Find more info here}
|
|
24
24
|
*/
|
|
25
25
|
get(requestConfiguration?: RequestConfiguration<ManagedAppPolicyItemRequestBuilderGetQueryParameters> | undefined): Promise<ManagedAppPolicy | undefined>;
|
|
26
26
|
/**
|
|
@@ -38,7 +38,7 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder<M
|
|
|
38
38
|
*/
|
|
39
39
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
40
40
|
/**
|
|
41
|
-
* Read properties and relationships of the
|
|
41
|
+
* Read properties and relationships of the managedAppPolicy object.
|
|
42
42
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
43
43
|
* @returns {RequestInformation}
|
|
44
44
|
*/
|
|
@@ -52,7 +52,7 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder<M
|
|
|
52
52
|
toPatchRequestInformation(body: ManagedAppPolicy, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
* Read properties and relationships of the
|
|
55
|
+
* Read properties and relationships of the managedAppPolicy object.
|
|
56
56
|
*/
|
|
57
57
|
export interface ManagedAppPolicyItemRequestBuilderGetQueryParameters {
|
|
58
58
|
/**
|
|
@@ -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
|
/**
|
|
@@ -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 androidManagedAppRegistration 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-androidmanagedappregistration-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 androidManagedAppRegistration 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 androidManagedAppRegistration 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-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
|
/**
|
|
@@ -17,11 +17,11 @@ export interface ManagedAppStatusesRequestBuilder extends BaseRequestBuilder<Man
|
|
|
17
17
|
*/
|
|
18
18
|
byManagedAppStatusId(managedAppStatusId: string): ManagedAppStatusItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* List properties and relationships of the
|
|
20
|
+
* List properties and relationships of the managedAppStatus objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<ManagedAppStatusCollectionResponse>}
|
|
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-managedappstatus-list?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<ManagedAppStatusesRequestBuilderGetQueryParameters> | undefined): Promise<ManagedAppStatusCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
@@ -33,7 +33,7 @@ export interface ManagedAppStatusesRequestBuilder extends BaseRequestBuilder<Man
|
|
|
33
33
|
*/
|
|
34
34
|
post(body: ManagedAppStatus, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ManagedAppStatus | undefined>;
|
|
35
35
|
/**
|
|
36
|
-
* List properties and relationships of the
|
|
36
|
+
* List properties and relationships of the managedAppStatus 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 ManagedAppStatusesRequestBuilder extends BaseRequestBuilder<Man
|
|
|
47
47
|
toPostRequestInformation(body: ManagedAppStatus, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
* List properties and relationships of the
|
|
50
|
+
* List properties and relationships of the managedAppStatus objects.
|
|
51
51
|
*/
|
|
52
52
|
export interface ManagedAppStatusesRequestBuilderGetQueryParameters {
|
|
53
53
|
/**
|
|
@@ -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
|
/**
|
|
@@ -17,11 +17,11 @@ 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 managedEBookAssignment 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-managedebookassignment-list?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<AssignmentsRequestBuilderGetQueryParameters> | undefined): Promise<ManagedEBookAssignmentCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
@@ -34,7 +34,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder<Assignment
|
|
|
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 managedEBookAssignment 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 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 managedEBookAssignment objects.
|
|
52
52
|
*/
|
|
53
53
|
export interface AssignmentsRequestBuilderGetQueryParameters {
|
|
54
54
|
/**
|
|
@@ -12,20 +12,20 @@ export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBui
|
|
|
12
12
|
*/
|
|
13
13
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
14
14
|
/**
|
|
15
|
-
* Read properties and relationships of the
|
|
15
|
+
* Read properties and relationships of the managedEBookAssignment object.
|
|
16
16
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
17
17
|
* @returns {Promise<ManagedEBookAssignment>}
|
|
18
18
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
19
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-books-
|
|
19
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0|Find more info here}
|
|
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
|
/**
|
|
@@ -35,13 +35,13 @@ export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBui
|
|
|
35
35
|
*/
|
|
36
36
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
37
37
|
/**
|
|
38
|
-
* Read properties and relationships of the
|
|
38
|
+
* Read properties and relationships of the managedEBookAssignment object.
|
|
39
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
40
|
* @returns {RequestInformation}
|
|
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}
|
|
@@ -49,7 +49,7 @@ export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBui
|
|
|
49
49
|
toPatchRequestInformation(body: ManagedEBookAssignment, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
|
-
* Read properties and relationships of the
|
|
52
|
+
* Read properties and relationships of the managedEBookAssignment object.
|
|
53
53
|
*/
|
|
54
54
|
export interface ManagedEBookAssignmentItemRequestBuilderGetQueryParameters {
|
|
55
55
|
/**
|
|
@@ -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
|
/**
|
|
@@ -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 managedDeviceMobileAppConfiguration 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-manageddevicemobileappconfiguration-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 managedDeviceMobileAppConfiguration 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 managedDeviceMobileAppConfiguration object.
|
|
83
83
|
*/
|
|
84
84
|
export interface ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters {
|
|
85
85
|
/**
|
|
@@ -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"}
|