@microsoft/msgraph-sdk-deviceappmanagement 1.0.0-preview.42 → 1.0.0-preview.44

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.
@@ -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-partnerintegration-deviceappmanagement-get?view=graph-rest-1.0|Find more info here}
87
+ * @see {@link https://learn.microsoft.com/graph/api/intune-policyset-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-apps-deviceappmanagement-update?view=graph-rest-1.0|Find more info here}
96
+ * @see {@link https://learn.microsoft.com/graph/api/intune-unlock-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 windowsInformationProtection objects.
20
+ * List properties and relationships of the targetedManagedAppProtection 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-windowsinformationprotection-list?view=graph-rest-1.0|Find more info here}
24
+ * @see {@link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-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 windowsInformationProtection objects.
36
+ * List properties and relationships of the targetedManagedAppProtection 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 windowsInformationProtection objects.
50
+ * List properties and relationships of the targetedManagedAppProtection 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 managedAppPolicy object.
19
+ * Read properties and relationships of the targetedManagedAppProtection 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-managedapppolicy-get?view=graph-rest-1.0|Find more info here}
23
+ * @see {@link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-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 managedAppPolicy object.
41
+ * Read properties and relationships of the targetedManagedAppProtection 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 managedAppPolicy object.
55
+ * Read properties and relationships of the targetedManagedAppProtection object.
56
56
  */
57
57
  export interface ManagedAppPolicyItemRequestBuilderGetQueryParameters {
58
58
  /**
@@ -39,7 +39,7 @@ export interface TargetAppsRequestBuilder extends BaseRequestBuilder<TargetAppsR
39
39
  * @param body The request body
40
40
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
41
41
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
42
- * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0|Find more info here}
42
+ * @see {@link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0|Find more info here}
43
43
  */
44
44
  post(body: TargetAppsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
45
45
  /**
@@ -39,7 +39,7 @@ export interface TargetAppsRequestBuilder extends BaseRequestBuilder<TargetAppsR
39
39
  * @param body The request body
40
40
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
41
41
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
42
- * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0|Find more info here}
42
+ * @see {@link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0|Find more info here}
43
43
  */
44
44
  post(body: TargetAppsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
45
45
  /**
@@ -39,7 +39,7 @@ export interface TargetAppsRequestBuilder extends BaseRequestBuilder<TargetAppsR
39
39
  * @param body The request body
40
40
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
41
41
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
42
- * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0|Find more info here}
42
+ * @see {@link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-targetapps?view=graph-rest-1.0|Find more info here}
43
43
  */
44
44
  post(body: TargetAppsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
45
45
  /**
@@ -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 managedAppStatus objects.
20
+ * List properties and relationships of the managedAppStatusRaw 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-managedappstatus-list?view=graph-rest-1.0|Find more info here}
24
+ * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-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 managedAppStatus objects.
36
+ * List properties and relationships of the managedAppStatusRaw 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 managedAppStatus objects.
50
+ * List properties and relationships of the managedAppStatusRaw objects.
51
51
  */
52
52
  export interface ManagedAppStatusesRequestBuilderGetQueryParameters {
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 managedEBook objects.
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-managedebook-list?view=graph-rest-1.0|Find more info here}
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 managedEBook objects.
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 managedEBook objects.
51
+ * List properties and relationships of the iosVppEBook objects.
52
52
  */
53
53
  export interface ManagedEBooksRequestBuilderGetQueryParameters {
54
54
  /**
@@ -20,12 +20,12 @@ 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 managedEBookAssignment object.
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-managedebookassignment-update?view=graph-rest-1.0|Find more info here}
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
  /**
@@ -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 managedEBookAssignment object.
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 managedEBook object.
40
+ * Read properties and relationships of the iosVppEBook 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-managedebook-get?view=graph-rest-1.0|Find more info here}
44
+ * @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebook-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 managedEBook object.
63
+ * Read properties and relationships of the iosVppEBook 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 managedEBook object.
77
+ * Read properties and relationships of the iosVppEBook 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 iosMobileAppConfiguration objects.
20
+ * List properties and relationships of the managedDeviceMobileAppConfiguration 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-iosmobileappconfiguration-list?view=graph-rest-1.0|Find more info here}
24
+ * @see {@link https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-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 iosMobileAppConfiguration objects.
37
+ * List properties and relationships of the managedDeviceMobileAppConfiguration 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 iosMobileAppConfiguration objects.
51
+ * List properties and relationships of the managedDeviceMobileAppConfiguration 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 iosMobileAppConfiguration object.
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-iosmobileappconfiguration-get?view=graph-rest-1.0|Find more info here}
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 iosMobileAppConfiguration object.
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 iosMobileAppConfiguration object.
82
+ * Read properties and relationships of the managedDeviceMobileAppConfiguration 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 managedIOSStoreApp objects.
100
+ * List properties and relationships of the windowsUniversalAppX 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-managediosstoreapp-list?view=graph-rest-1.0|Find more info here}
104
+ * @see {@link https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-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 microsoftStoreForBusinessApp object.
108
+ * Create a new windowsUniversalAppX 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-microsoftstoreforbusinessapp-create?view=graph-rest-1.0|Find more info here}
113
+ * @see {@link https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-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 managedIOSStoreApp objects.
117
+ * List properties and relationships of the windowsUniversalAppX 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 microsoftStoreForBusinessApp object.
123
+ * Create a new windowsUniversalAppX 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 managedIOSStoreApp objects.
131
+ * List properties and relationships of the windowsUniversalAppX objects.
132
132
  */
133
133
  export interface MobileAppsRequestBuilderGetQueryParameters {
134
134
  /**
@@ -100,10 +100,10 @@ export interface MobileAppItemRequestBuilder extends BaseRequestBuilder<MobileAp
100
100
  */
101
101
  get graphWindowsWebApp(): GraphWindowsWebAppRequestBuilder;
102
102
  /**
103
- * Deletes a androidStoreApp.
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-androidstoreapp-delete?view=graph-rest-1.0|Find more info here}
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
  /**
@@ -115,16 +115,16 @@ export interface MobileAppItemRequestBuilder extends BaseRequestBuilder<MobileAp
115
115
  */
116
116
  get(requestConfiguration?: RequestConfiguration<MobileAppItemRequestBuilderGetQueryParameters> | undefined): Promise<MobileApp | undefined>;
117
117
  /**
118
- * Update the properties of a iosLobApp object.
118
+ * Update the properties of a iosiPadOSWebClip 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-ioslobapp-update?view=graph-rest-1.0|Find more info here}
123
+ * @see {@link https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-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 androidStoreApp.
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
  */
@@ -136,7 +136,7 @@ export interface MobileAppItemRequestBuilder extends BaseRequestBuilder<MobileAp
136
136
  */
137
137
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<MobileAppItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
138
138
  /**
139
- * Update the properties of a iosLobApp object.
139
+ * Update the properties of a iosiPadOSWebClip 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}
@@ -1 +1 @@
1
- {"version":3,"file":"deviceAppManagementServiceClient.d.ts","sourceRoot":"","sources":["deviceAppManagementServiceClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA0G,KAAK,iCAAiC,EAAE,MAAM,gCAAgC,CAAC;AAChM,OAAO,EAA8E,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAM3O;;GAEG;AACH,MAAM,WAAW,gCAAiC,SAAQ,kBAAkB,CAAC,gCAAgC,CAAC;IAC1G;;OAEG;IACH,IAAI,mBAAmB,IAAI,iCAAiC,CAAC;CAChE;AACD;;;GAGG;AACH,wBAAgB,sCAAsC,CAAC,cAAc,EAAE,cAAc,oCAepF;AACD;;GAEG;AACH,eAAO,MAAM,kDAAkD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,gCAAgC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAK9K,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2CAA2C,eAAe,CAAC"}
1
+ {"version":3,"file":"deviceAppManagementServiceClient.d.ts","sourceRoot":"","sources":["deviceAppManagementServiceClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAA0G,KAAK,iCAAiC,EAAE,MAAM,gCAAgC,CAAC;AAChM,OAAO,EAAsB,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,+BAA+B,CAAC;AACnL;;GAEG;AACH,MAAM,WAAW,gCAAiC,SAAQ,kBAAkB,CAAC,gCAAgC,CAAC;IAC1G;;OAEG;IACH,IAAI,mBAAmB,IAAI,iCAAiC,CAAC;CAChE;AACD;;;GAGG;AACH,wBAAgB,sCAAsC,CAAC,cAAc,EAAE,cAAc,oCAQpF;AACD;;GAEG;AACH,eAAO,MAAM,kDAAkD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,gCAAgC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAK9K,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2CAA2C,eAAe,CAAC"}
@@ -2,23 +2,12 @@
2
2
  /* eslint-disable */
3
3
  // Generated by Microsoft Kiota
4
4
  import { DeviceAppManagementRequestBuilderNavigationMetadata, DeviceAppManagementRequestBuilderRequestsMetadata } from './deviceAppManagement/index.js';
5
- import { apiClientProxifier, registerDefaultDeserializer, registerDefaultSerializer } from '@microsoft/kiota-abstractions';
6
- import { FormParseNodeFactory, FormSerializationWriterFactory } from '@microsoft/kiota-serialization-form';
7
- import { JsonParseNodeFactory, JsonSerializationWriterFactory } from '@microsoft/kiota-serialization-json';
8
- import { MultipartSerializationWriterFactory } from '@microsoft/kiota-serialization-multipart';
9
- import { TextParseNodeFactory, TextSerializationWriterFactory } from '@microsoft/kiota-serialization-text';
5
+ import { apiClientProxifier } from '@microsoft/kiota-abstractions';
10
6
  /**
11
7
  * Instantiates a new DeviceAppManagementServiceClient and sets the default values.
12
8
  * @param requestAdapter The request adapter to use to execute the requests.
13
9
  */
14
10
  export function createDeviceAppManagementServiceClient(requestAdapter) {
15
- registerDefaultSerializer(JsonSerializationWriterFactory);
16
- registerDefaultSerializer(TextSerializationWriterFactory);
17
- registerDefaultSerializer(FormSerializationWriterFactory);
18
- registerDefaultSerializer(MultipartSerializationWriterFactory);
19
- registerDefaultDeserializer(JsonParseNodeFactory);
20
- registerDefaultDeserializer(TextParseNodeFactory);
21
- registerDefaultDeserializer(FormParseNodeFactory);
22
11
  if (requestAdapter.baseUrl === undefined || requestAdapter.baseUrl === "") {
23
12
  requestAdapter.baseUrl = "https://graph.microsoft.com/v1.0";
24
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"deviceAppManagementServiceClient.js","sourceRoot":"","sources":["deviceAppManagementServiceClient.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,OAAO,EAAE,mDAAmD,EAAE,iDAAiD,EAA0C,MAAM,gCAAgC,CAAC;AAChM,OAAO,EAAE,kBAAkB,EAAE,2BAA2B,EAAE,yBAAyB,EAAkH,MAAM,+BAA+B,CAAC;AAC3O,OAAO,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAC3G,OAAO,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAC3G,OAAO,EAAE,mCAAmC,EAAE,MAAM,0CAA0C,CAAC;AAC/F,OAAO,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAW3G;;;GAGG;AACH,MAAM,UAAU,sCAAsC,CAAC,cAA8B;IACjF,yBAAyB,CAAC,8BAA8B,CAAC,CAAC;IAC1D,yBAAyB,CAAC,8BAA8B,CAAC,CAAC;IAC1D,yBAAyB,CAAC,8BAA8B,CAAC,CAAC;IAC1D,yBAAyB,CAAC,mCAAmC,CAAC,CAAC;IAC/D,2BAA2B,CAAC,oBAAoB,CAAC,CAAC;IAClD,2BAA2B,CAAC,oBAAoB,CAAC,CAAC;IAClD,2BAA2B,CAAC,oBAAoB,CAAC,CAAC;IAClD,IAAI,cAAc,CAAC,OAAO,KAAK,SAAS,IAAI,cAAc,CAAC,OAAO,KAAK,EAAE,EAAE,CAAC;QACxE,cAAc,CAAC,OAAO,GAAG,kCAAkC,CAAC;IAChE,CAAC;IACD,MAAM,cAAc,GAA4B;QAC5C,SAAS,EAAE,cAAc,CAAC,OAAO;KACpC,CAAC;IACF,OAAO,kBAAkB,CAAmC,cAAc,EAAE,cAAc,EAAE,kDAAkD,EAAE,SAAS,CAAC,CAAC;AAC/J,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,kDAAkD,GAAoH;IAC/K,mBAAmB,EAAE;QACjB,gBAAgB,EAAE,iDAAiD;QACnE,kBAAkB,EAAE,mDAAmD;KAC1E;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAG,YAAY,CAAC;AACxE,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"deviceAppManagementServiceClient.js","sourceRoot":"","sources":["deviceAppManagementServiceClient.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,OAAO,EAAE,mDAAmD,EAAE,iDAAiD,EAA0C,MAAM,gCAAgC,CAAC;AAChM,OAAO,EAAE,kBAAkB,EAAkH,MAAM,+BAA+B,CAAC;AAUnL;;;GAGG;AACH,MAAM,UAAU,sCAAsC,CAAC,cAA8B;IACjF,IAAI,cAAc,CAAC,OAAO,KAAK,SAAS,IAAI,cAAc,CAAC,OAAO,KAAK,EAAE,EAAE,CAAC;QACxE,cAAc,CAAC,OAAO,GAAG,kCAAkC,CAAC;IAChE,CAAC;IACD,MAAM,cAAc,GAA4B;QAC5C,SAAS,EAAE,cAAc,CAAC,OAAO;KACpC,CAAC;IACF,OAAO,kBAAkB,CAAmC,cAAc,EAAE,cAAc,EAAE,kDAAkD,EAAE,SAAS,CAAC,CAAC;AAC/J,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,kDAAkD,GAAoH;IAC/K,mBAAmB,EAAE;QACjB,gBAAgB,EAAE,iDAAiD;QACnE,kBAAkB,EAAE,mDAAmD;KAC1E;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAG,YAAY,CAAC;AACxE,mBAAmB;AACnB,mBAAmB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk-deviceappmanagement",
3
- "version": "1.0.0-preview.42",
3
+ "version": "1.0.0-preview.44",
4
4
  "description": "DeviceAppManagement fluent API for Microsoft Graph",
5
5
  "keywords": [
6
6
  "Microsoft",
@@ -30,18 +30,12 @@
30
30
  "homepage": "https://github.com/microsoftgraph/msgraph-sdk-typescript#readme",
31
31
  "types": "index.d.ts",
32
32
  "dependencies": {
33
- "@microsoft/kiota-abstractions": "^1.0.0-preview.39",
34
- "@microsoft/kiota-serialization-form": "^1.0.0-preview.28",
35
- "@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
36
- "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
37
- "@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
38
- "@microsoft/msgraph-sdk": "^1.0.0-preview.30",
39
- "guid-typescript": "^1.0.9",
33
+ "@microsoft/msgraph-sdk": "^1.0.0-preview.42",
40
34
  "tslib": "^2.6.2"
41
35
  },
42
36
  "devDependencies": {
43
37
  "typescript": "^5.3.3"
44
38
  },
45
39
  "type": "module",
46
- "gitHead": "4c3f6ddcb5a6b103262cde15152154e16b52a214"
40
+ "gitHead": "37ed2616ede72f248abe0b6a756d08be3d8622df"
47
41
  }