Socket
Socket
Sign inDemoInstall

@microsoft/msgraph-sdk-deviceappmanagement

Package Overview
Dependencies
14
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-preview.14 to 1.0.0-preview.15

2

deviceAppManagement/index.d.ts

@@ -96,3 +96,3 @@ import { type DeviceAppManagement } from '@microsoft/msgraph-sdk/models/';

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-update?view=graph-rest-1.0|Find more info here}
*/

@@ -99,0 +99,0 @@ patch(body: DeviceAppManagement, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceAppManagement | undefined>;

@@ -20,7 +20,7 @@ import { type ManagedAppPolicy, type ManagedAppPolicyCollectionResponse } from '@microsoft/msgraph-sdk/models/';

/**
* List properties and relationships of the managedAppPolicy objects.
* List properties and relationships of the managedAppProtection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ManagedAppPolicyCollectionResponse>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0|Find more info here}
*/

@@ -37,3 +37,3 @@ get(requestConfiguration?: RequestConfiguration<ManagedAppPoliciesRequestBuilderGetQueryParameters> | undefined): Promise<ManagedAppPolicyCollectionResponse | undefined>;

/**
* List properties and relationships of the managedAppPolicy objects.
* List properties and relationships of the managedAppProtection objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -52,3 +52,3 @@ * @returns {RequestInformation}

/**
* List properties and relationships of the managedAppPolicy objects.
* List properties and relationships of the managedAppProtection objects.
*/

@@ -55,0 +55,0 @@ export interface ManagedAppPoliciesRequestBuilderGetQueryParameters {

@@ -19,7 +19,7 @@ import { type ManagedAppPolicy } from '@microsoft/msgraph-sdk/models/';

/**
* Read properties and relationships of the managedAppConfiguration object.
* Read properties and relationships of the managedAppProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ManagedAppPolicy>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-get?view=graph-rest-1.0|Find more info here}
*/

@@ -42,3 +42,3 @@ get(requestConfiguration?: RequestConfiguration<ManagedAppPolicyItemRequestBuilderGetQueryParameters> | undefined): Promise<ManagedAppPolicy | undefined>;

/**
* Read properties and relationships of the managedAppConfiguration object.
* Read properties and relationships of the managedAppProtection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -57,3 +57,3 @@ * @returns {RequestInformation}

/**
* Read properties and relationships of the managedAppConfiguration object.
* Read properties and relationships of the managedAppProtection object.
*/

@@ -60,0 +60,0 @@ export interface ManagedAppPolicyItemRequestBuilderGetQueryParameters {

@@ -42,3 +42,3 @@ import { type ManagedMobileApp } from '@microsoft/msgraph-sdk/models/';

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0|Find more info here}
*/

@@ -45,0 +45,0 @@ post(body: TargetAppsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;

@@ -25,7 +25,7 @@ import { type ManagedAppRegistration, type ManagedAppRegistrationCollectionResponse } from '@microsoft/msgraph-sdk/models/';

/**
* List properties and relationships of the managedAppRegistration objects.
* List properties and relationships of the iosManagedAppRegistration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ManagedAppRegistrationCollectionResponse>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-list?view=graph-rest-1.0|Find more info here}
*/

@@ -43,3 +43,3 @@ get(requestConfiguration?: RequestConfiguration<ManagedAppRegistrationsRequestBuilderGetQueryParameters> | undefined): Promise<ManagedAppRegistrationCollectionResponse | undefined>;

/**
* List properties and relationships of the managedAppRegistration objects.
* List properties and relationships of the iosManagedAppRegistration objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -58,3 +58,3 @@ * @returns {RequestInformation}

/**
* List properties and relationships of the managedAppRegistration objects.
* List properties and relationships of the iosManagedAppRegistration objects.
*/

@@ -61,0 +61,0 @@ export interface ManagedAppRegistrationsRequestBuilderGetQueryParameters {

@@ -42,3 +42,3 @@ import { type ManagedMobileApp } from '@microsoft/msgraph-sdk/models/';

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0|Find more info here}
*/

@@ -45,0 +45,0 @@ post(body: TargetAppsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;

@@ -29,7 +29,7 @@ import { type ManagedAppRegistration } from '@microsoft/msgraph-sdk/models/';

/**
* Read properties and relationships of the androidManagedAppRegistration object.
* Read properties and relationships of the iosManagedAppRegistration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ManagedAppRegistration>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0|Find more info here}
*/

@@ -52,3 +52,3 @@ get(requestConfiguration?: RequestConfiguration<ManagedAppRegistrationItemRequestBuilderGetQueryParameters> | undefined): Promise<ManagedAppRegistration | undefined>;

/**
* Read properties and relationships of the androidManagedAppRegistration object.
* Read properties and relationships of the iosManagedAppRegistration object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -67,3 +67,3 @@ * @returns {RequestInformation}

/**
* Read properties and relationships of the androidManagedAppRegistration object.
* Read properties and relationships of the iosManagedAppRegistration object.
*/

@@ -70,0 +70,0 @@ export interface ManagedAppRegistrationItemRequestBuilderGetQueryParameters {

@@ -42,3 +42,3 @@ import { type ManagedMobileApp } from '@microsoft/msgraph-sdk/models/';

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-targetapps?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0|Find more info here}
*/

@@ -45,0 +45,0 @@ post(body: TargetAppsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;

@@ -20,7 +20,7 @@ import { type ManagedAppStatus, type ManagedAppStatusCollectionResponse } from '@microsoft/msgraph-sdk/models/';

/**
* List properties and relationships of the managedAppStatusRaw objects.
* List properties and relationships of the managedAppStatus objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ManagedAppStatusCollectionResponse>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0|Find more info here}
*/

@@ -37,3 +37,3 @@ get(requestConfiguration?: RequestConfiguration<ManagedAppStatusesRequestBuilderGetQueryParameters> | undefined): Promise<ManagedAppStatusCollectionResponse | undefined>;

/**
* List properties and relationships of the managedAppStatusRaw objects.
* List properties and relationships of the managedAppStatus objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -52,3 +52,3 @@ * @returns {RequestInformation}

/**
* List properties and relationships of the managedAppStatusRaw objects.
* List properties and relationships of the managedAppStatus objects.
*/

@@ -55,0 +55,0 @@ export interface ManagedAppStatusesRequestBuilderGetQueryParameters {

@@ -23,3 +23,3 @@ import { type ManagedEBookAssignment } from '@microsoft/msgraph-sdk/models/';

/**
* Update the properties of a managedEBookAssignment object.
* Update the properties of a iosVppEBookAssignment object.
* @param body The request body

@@ -29,3 +29,3 @@ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0|Find more info here}
*/

@@ -46,3 +46,3 @@ patch(body: ManagedEBookAssignment, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ManagedEBookAssignment | undefined>;

/**
* Update the properties of a managedEBookAssignment object.
* Update the properties of a iosVppEBookAssignment object.
* @param body The request body

@@ -49,0 +49,0 @@ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -40,7 +40,7 @@ import { type ManagedEBook } from '@microsoft/msgraph-sdk/models/';

/**
* Read properties and relationships of the iosVppEBook object.
* Read properties and relationships of the managedEBook object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ManagedEBook>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0|Find more info here}
*/

@@ -64,3 +64,3 @@ get(requestConfiguration?: RequestConfiguration<ManagedEBookItemRequestBuilderGetQueryParameters> | undefined): Promise<ManagedEBook | undefined>;

/**
* Read properties and relationships of the iosVppEBook object.
* Read properties and relationships of the managedEBook object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -79,3 +79,3 @@ * @returns {RequestInformation}

/**
* Read properties and relationships of the iosVppEBook object.
* Read properties and relationships of the managedEBook object.
*/

@@ -82,0 +82,0 @@ export interface ManagedEBookItemRequestBuilderGetQueryParameters {

@@ -100,11 +100,11 @@ import { type MobileApp, type MobileAppCollectionResponse } from '@microsoft/msgraph-sdk/models/';

/**
* List properties and relationships of the webApp objects.
* List properties and relationships of the microsoftStoreForBusinessApp objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<MobileAppCollectionResponse>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-webapp-list?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-microsoftstoreforbusinessapp-list?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<MobileAppsRequestBuilderGetQueryParameters> | undefined): Promise<MobileAppCollectionResponse | undefined>;
/**
* Create a new windowsWebApp object.
* Create a new managedIOSLobApp object.
* @param body The request body

@@ -114,7 +114,7 @@ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-create?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-managedioslobapp-create?view=graph-rest-1.0|Find more info here}
*/
post(body: MobileApp, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<MobileApp | undefined>;
/**
* List properties and relationships of the webApp objects.
* List properties and relationships of the microsoftStoreForBusinessApp objects.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -125,3 +125,3 @@ * @returns {RequestInformation}

/**
* Create a new windowsWebApp object.
* Create a new managedIOSLobApp object.
* @param body The request body

@@ -134,3 +134,3 @@ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

/**
* List properties and relationships of the webApp objects.
* List properties and relationships of the microsoftStoreForBusinessApp objects.
*/

@@ -137,0 +137,0 @@ export interface MobileAppsRequestBuilderGetQueryParameters {

@@ -103,18 +103,18 @@ import { type MobileApp } from '@microsoft/msgraph-sdk/models/';

/**
* Deletes a macOSMicrosoftEdgeApp.
* Deletes a iosStoreApp.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-macosmicrosoftedgeapp-delete?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-iosstoreapp-delete?view=graph-rest-1.0|Find more info here}
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
/**
* Read properties and relationships of the windowsMobileMSI object.
* Read properties and relationships of the managedAndroidStoreApp object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<MobileApp>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-windowsmobilemsi-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-managedandroidstoreapp-get?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<MobileAppItemRequestBuilderGetQueryParameters> | undefined): Promise<MobileApp | undefined>;
/**
* Update the properties of a windowsMicrosoftEdgeApp object.
* Update the properties of a windowsMobileMSI object.
* @param body The request body

@@ -124,7 +124,7 @@ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-update?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/intune-apps-windowsmobilemsi-update?view=graph-rest-1.0|Find more info here}
*/
patch(body: MobileApp, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<MobileApp | undefined>;
/**
* Deletes a macOSMicrosoftEdgeApp.
* Deletes a iosStoreApp.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -135,3 +135,3 @@ * @returns {RequestInformation}

/**
* Read properties and relationships of the windowsMobileMSI object.
* Read properties and relationships of the managedAndroidStoreApp object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -142,3 +142,3 @@ * @returns {RequestInformation}

/**
* Update the properties of a windowsMicrosoftEdgeApp object.
* Update the properties of a windowsMobileMSI object.
* @param body The request body

@@ -151,3 +151,3 @@ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

/**
* Read properties and relationships of the windowsMobileMSI object.
* Read properties and relationships of the managedAndroidStoreApp object.
*/

@@ -154,0 +154,0 @@ export interface MobileAppItemRequestBuilderGetQueryParameters {

{
"name": "@microsoft/msgraph-sdk-deviceappmanagement",
"version": "1.0.0-preview.14",
"version": "1.0.0-preview.15",
"description": "DeviceAppManagement fluent API for Microsoft Graph",

@@ -40,3 +40,3 @@ "keywords": [

"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"@microsoft/msgraph-sdk": "^1.0.0-preview.14",
"@microsoft/msgraph-sdk": "^1.0.0-preview.15",
"guid-typescript": "^1.0.9",

@@ -48,3 +48,3 @@ "tslib": "^2.6.2"

},
"gitHead": "8f0089d13ae04831ea3eb32559073b44c011abc7"
"gitHead": "1dcf0e9093a5645283fea0e91cc30247bc3a76c4"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc