Socket
Socket
Sign inDemoInstall

@microsoft/msgraph-beta-sdk-compliance

Package Overview
Dependencies
11
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-preview.16 to 1.0.0-preview.17

1

compliance/ediscovery/cases/count/index.js

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

4

compliance/ediscovery/cases/index.d.ts

@@ -27,3 +27,3 @@ import { type CaseCollectionResponse, type CaseEscaped } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta|Find more info here}
*/

@@ -38,3 +38,3 @@ get(requestConfiguration?: RequestConfiguration<CasesRequestBuilderGetQueryParameters> | undefined): Promise<CaseCollectionResponse | undefined>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -39,3 +39,3 @@ import { type Custodian, type CustodianCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-beta|Find more info here}
*/

@@ -50,3 +50,3 @@ get(requestConfiguration?: RequestConfiguration<CustodiansRequestBuilderGetQueryParameters> | undefined): Promise<CustodianCollectionResponse | undefined>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,7 +7,13 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");
// @ts-ignore
const microsoftGraphEdiscoveryApplyHold_1 = require("./microsoftGraphEdiscoveryApplyHold/");
// @ts-ignore
const microsoftGraphEdiscoveryRemoveHold_1 = require("./microsoftGraphEdiscoveryRemoveHold/");

@@ -14,0 +20,0 @@ /**

@@ -74,3 +74,3 @@ import { type Custodian } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-beta|Find more info here}
*/

@@ -85,3 +85,3 @@ get(requestConfiguration?: RequestConfiguration<CustodianItemRequestBuilderGetQueryParameters> | undefined): Promise<Custodian | undefined>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,12 +7,23 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const lastIndexOperation_1 = require("./lastIndexOperation/");
// @ts-ignore
const microsoftGraphEdiscoveryActivate_1 = require("./microsoftGraphEdiscoveryActivate/");
// @ts-ignore
const microsoftGraphEdiscoveryApplyHold_1 = require("./microsoftGraphEdiscoveryApplyHold/");
// @ts-ignore
const microsoftGraphEdiscoveryRelease_1 = require("./microsoftGraphEdiscoveryRelease/");
// @ts-ignore
const microsoftGraphEdiscoveryRemoveHold_1 = require("./microsoftGraphEdiscoveryRemoveHold/");
// @ts-ignore
const microsoftGraphEdiscoveryUpdateIndex_1 = require("./microsoftGraphEdiscoveryUpdateIndex/");
// @ts-ignore
const siteSources_1 = require("./siteSources/");
// @ts-ignore
const unifiedGroupSources_1 = require("./unifiedGroupSources/");
// @ts-ignore
const userSources_1 = require("./userSources/");

@@ -19,0 +30,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -11,3 +11,3 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -11,3 +11,3 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -22,3 +22,3 @@ import { type SiteSource, type SiteSourceCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Get a list of siteSource objects and their properties.
* Data source entity for SharePoint sites associated with the custodian.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,7 +28,6 @@ * @returns {Promise<SiteSourceCollectionResponse>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-list-sitesources?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<SiteSourcesRequestBuilderGetQueryParameters> | undefined): Promise<SiteSourceCollectionResponse | undefined>;
/**
* Create a new custodian siteSource object.
* Create new navigation property to siteSources for compliance
* @param body The request body

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

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-post-sitesources?view=graph-rest-1.0|Find more info here}
*/
post(body: SiteSource, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SiteSource | undefined>;
/**
* Get a list of siteSource objects and their properties.
* Data source entity for SharePoint sites associated with the custodian.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -51,3 +49,3 @@ * @returns {RequestInformation}

/**
* Create a new custodian siteSource object.
* Create new navigation property to siteSources for compliance
* @param body The request body

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

/**
* Get a list of siteSource objects and their properties.
* Data source entity for SharePoint sites associated with the custodian.
*/

@@ -64,0 +62,0 @@ export interface SiteSourcesRequestBuilderGetQueryParameters {

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -14,11 +14,10 @@ import { type SiteSource } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Delete a siteSource object.
* Delete navigation property siteSources for compliance
* @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
* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sitesource-delete?view=graph-rest-1.0|Find more info here}
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
/**
* Read the properties and relationships of a siteSource object.
* Data source entity for SharePoint sites associated with the custodian.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,3 +27,2 @@ * @returns {Promise<SiteSource>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sitesource-get?view=graph-rest-1.0|Find more info here}
*/

@@ -42,3 +40,3 @@ get(requestConfiguration?: RequestConfiguration<SiteSourceItemRequestBuilderGetQueryParameters> | undefined): Promise<SiteSource | undefined>;

/**
* Delete a siteSource object.
* Delete navigation property siteSources for compliance
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -50,3 +48,3 @@ * @returns {RequestInformation}

/**
* Read the properties and relationships of a siteSource object.
* Data source entity for SharePoint sites associated with the custodian.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* Read the properties and relationships of a siteSource object.
* Data source entity for SharePoint sites associated with the custodian.
*/

@@ -70,0 +68,0 @@ export interface SiteSourceItemRequestBuilderGetQueryParameters {

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const site_1 = require("./site/");

@@ -11,0 +14,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const models_1 = require("@microsoft/msgraph-beta-sdk/models/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -22,3 +22,3 @@ import { type UnifiedGroupSource, type UnifiedGroupSourceCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Get a list of the unifiedGroupSource objects and their properties.
* Data source entity for groups associated with the custodian.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,7 +28,6 @@ * @returns {Promise<UnifiedGroupSourceCollectionResponse>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-list-unifiedgroupsources?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<UnifiedGroupSourcesRequestBuilderGetQueryParameters> | undefined): Promise<UnifiedGroupSourceCollectionResponse | undefined>;
/**
* Create a new unifiedGroupSource object.
* Create new navigation property to unifiedGroupSources for compliance
* @param body The request body

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

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-post-unifiedgroupsources?view=graph-rest-1.0|Find more info here}
*/
post(body: UnifiedGroupSource, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UnifiedGroupSource | undefined>;
/**
* Get a list of the unifiedGroupSource objects and their properties.
* Data source entity for groups associated with the custodian.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -51,3 +49,3 @@ * @returns {RequestInformation}

/**
* Create a new unifiedGroupSource object.
* Create new navigation property to unifiedGroupSources for compliance
* @param body The request body

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

/**
* Get a list of the unifiedGroupSource objects and their properties.
* Data source entity for groups associated with the custodian.
*/

@@ -64,0 +62,0 @@ export interface UnifiedGroupSourcesRequestBuilderGetQueryParameters {

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const models_1 = require("@microsoft/msgraph-beta-sdk/models/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const serviceProvisioningErrors_1 = require("./serviceProvisioningErrors/");

@@ -11,0 +14,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const models_1 = require("@microsoft/msgraph-beta-sdk/models/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");

@@ -11,0 +14,0 @@ /**

@@ -14,11 +14,10 @@ import { type UnifiedGroupSource } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Delete a unifiedGroupSource object.
* Delete navigation property unifiedGroupSources for compliance
* @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
* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-delete?view=graph-rest-1.0|Find more info here}
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
/**
* Read the properties and relationships of a unifiedGroupSource object.
* Data source entity for groups associated with the custodian.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,3 +27,2 @@ * @returns {Promise<UnifiedGroupSource>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-get?view=graph-rest-1.0|Find more info here}
*/

@@ -42,3 +40,3 @@ get(requestConfiguration?: RequestConfiguration<UnifiedGroupSourceItemRequestBuilderGetQueryParameters> | undefined): Promise<UnifiedGroupSource | undefined>;

/**
* Delete a unifiedGroupSource object.
* Delete navigation property unifiedGroupSources for compliance
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -50,3 +48,3 @@ * @returns {RequestInformation}

/**
* Read the properties and relationships of a unifiedGroupSource object.
* Data source entity for groups associated with the custodian.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* Read the properties and relationships of a unifiedGroupSource object.
* Data source entity for groups associated with the custodian.
*/

@@ -70,0 +68,0 @@ export interface UnifiedGroupSourceItemRequestBuilderGetQueryParameters {

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const group_1 = require("./group/");

@@ -11,0 +14,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -22,3 +22,3 @@ import { type UserSource, type UserSourceCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Get a list of the userSource objects and their properties.
* Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,7 +28,6 @@ * @returns {Promise<UserSourceCollectionResponse>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-list-usersources?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<UserSourcesRequestBuilderGetQueryParameters> | undefined): Promise<UserSourceCollectionResponse | undefined>;
/**
* Create a new custodian userSource object.
* Create new navigation property to userSources for compliance
* @param body The request body

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

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-custodian-post-usersources?view=graph-rest-1.0|Find more info here}
*/
post(body: UserSource, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UserSource | undefined>;
/**
* Get a list of the userSource objects and their properties.
* Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -51,3 +49,3 @@ * @returns {RequestInformation}

/**
* Create a new custodian userSource object.
* Create new navigation property to userSources for compliance
* @param body The request body

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

/**
* Get a list of the userSource objects and their properties.
* Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site.
*/

@@ -64,0 +62,0 @@ export interface UserSourcesRequestBuilderGetQueryParameters {

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -8,11 +8,10 @@ import { type UserSource } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Delete a userSource object.
* Delete navigation property userSources for compliance
* @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
* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-usersource-delete?view=graph-rest-1.0|Find more info here}
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
/**
* Read the properties and relationships of a userSource object.
* Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -22,3 +21,2 @@ * @returns {Promise<UserSource>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-usersource-get?view=graph-rest-1.0|Find more info here}
*/

@@ -36,3 +34,3 @@ get(requestConfiguration?: RequestConfiguration<UserSourceItemRequestBuilderGetQueryParameters> | undefined): Promise<UserSource | undefined>;

/**
* Delete a userSource object.
* Delete navigation property userSources for compliance
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -44,3 +42,3 @@ * @returns {RequestInformation}

/**
* Read the properties and relationships of a userSource object.
* Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -61,3 +59,3 @@ * @returns {RequestInformation}

/**
* Read the properties and relationships of a userSource object.
* Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site.
*/

@@ -64,0 +62,0 @@ export interface UserSourceItemRequestBuilderGetQueryParameters {

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -72,3 +72,3 @@ import { type CaseEscaped } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-beta|Find more info here}
*/

@@ -82,3 +82,3 @@ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta|Find more info here}
*/

@@ -93,3 +93,3 @@ get(requestConfiguration?: RequestConfiguration<CaseItemRequestBuilderGetQueryParameters> | undefined): Promise<CaseEscaped | undefined>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,13 +7,25 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const custodians_1 = require("./custodians/");
// @ts-ignore
const legalHolds_1 = require("./legalHolds/");
// @ts-ignore
const microsoftGraphEdiscoveryClose_1 = require("./microsoftGraphEdiscoveryClose/");
// @ts-ignore
const microsoftGraphEdiscoveryReopen_1 = require("./microsoftGraphEdiscoveryReopen/");
// @ts-ignore
const noncustodialDataSources_1 = require("./noncustodialDataSources/");
// @ts-ignore
const operations_1 = require("./operations/");
// @ts-ignore
const reviewSets_1 = require("./reviewSets/");
// @ts-ignore
const settings_1 = require("./settings/");
// @ts-ignore
const sourceCollections_1 = require("./sourceCollections/");
// @ts-ignore
const tags_1 = require("./tags/");

@@ -20,0 +32,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -30,3 +30,3 @@ import { type LegalHold } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-beta|Find more info here}
*/

@@ -40,3 +40,3 @@ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-beta|Find more info here}
*/

@@ -51,3 +51,3 @@ get(requestConfiguration?: RequestConfiguration<LegalHoldItemRequestBuilderGetQueryParameters> | undefined): Promise<LegalHold | undefined>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,6 +7,11 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const siteSources_1 = require("./siteSources/");
// @ts-ignore
const unifiedGroupSources_1 = require("./unifiedGroupSources/");
// @ts-ignore
const userSources_1 = require("./userSources/");

@@ -13,0 +18,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -22,3 +22,3 @@ import { type SiteSource, type SiteSourceCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Get the list of siteSource objecs associated with a legal hold.
* Data source entity for SharePoint sites associated with the legal hold.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,7 +28,6 @@ * @returns {Promise<SiteSourceCollectionResponse>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-sitesources?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<SiteSourcesRequestBuilderGetQueryParameters> | undefined): Promise<SiteSourceCollectionResponse | undefined>;
/**
* Adds a siteSource to a legalHold object.
* Create new navigation property to siteSources for compliance
* @param body The request body

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

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-sitesources?view=graph-rest-1.0|Find more info here}
*/
post(body: SiteSource, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SiteSource | undefined>;
/**
* Get the list of siteSource objecs associated with a legal hold.
* Data source entity for SharePoint sites associated with the legal hold.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -51,3 +49,3 @@ * @returns {RequestInformation}

/**
* Adds a siteSource to a legalHold object.
* Create new navigation property to siteSources for compliance
* @param body The request body

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

/**
* Get the list of siteSource objecs associated with a legal hold.
* Data source entity for SharePoint sites associated with the legal hold.
*/

@@ -64,0 +62,0 @@ export interface SiteSourcesRequestBuilderGetQueryParameters {

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const site_1 = require("./site/");

@@ -11,0 +14,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const models_1 = require("@microsoft/msgraph-beta-sdk/models/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const models_1 = require("@microsoft/msgraph-beta-sdk/models/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const serviceProvisioningErrors_1 = require("./serviceProvisioningErrors/");

@@ -11,0 +14,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const models_1 = require("@microsoft/msgraph-beta-sdk/models/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");

@@ -11,0 +14,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const group_1 = require("./group/");

@@ -11,0 +14,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -22,3 +22,3 @@ import { type UserSource, type UserSourceCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Get the list of userSource objects associated with a legal hold.
* Data source entity for a the legal hold. This is the container for a mailbox and OneDrive for Business site.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,7 +28,6 @@ * @returns {Promise<UserSourceCollectionResponse>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-usersources?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<UserSourcesRequestBuilderGetQueryParameters> | undefined): Promise<UserSourceCollectionResponse | undefined>;
/**
* Adds a userSource to a legalHold object.
* Create new navigation property to userSources for compliance
* @param body The request body

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

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-usersources?view=graph-rest-1.0|Find more info here}
*/
post(body: UserSource, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<UserSource | undefined>;
/**
* Get the list of userSource objects associated with a legal hold.
* Data source entity for a the legal hold. This is the container for a mailbox and OneDrive for Business site.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -51,3 +49,3 @@ * @returns {RequestInformation}

/**
* Adds a userSource to a legalHold object.
* Create new navigation property to userSources for compliance
* @param body The request body

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

/**
* Get the list of userSource objects associated with a legal hold.
* Data source entity for a the legal hold. This is the container for a mailbox and OneDrive for Business site.
*/

@@ -64,0 +62,0 @@ export interface UserSourcesRequestBuilderGetQueryParameters {

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -11,3 +11,3 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -11,3 +11,3 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -39,3 +39,3 @@ import { type NoncustodialDataSource, type NoncustodialDataSourceCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-beta|Find more info here}
*/

@@ -50,3 +50,3 @@ get(requestConfiguration?: RequestConfiguration<NoncustodialDataSourcesRequestBuilderGetQueryParameters> | undefined): Promise<NoncustodialDataSourceCollectionResponse | undefined>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,7 +7,13 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");
// @ts-ignore
const microsoftGraphEdiscoveryApplyHold_1 = require("./microsoftGraphEdiscoveryApplyHold/");
// @ts-ignore
const microsoftGraphEdiscoveryRemoveHold_1 = require("./microsoftGraphEdiscoveryRemoveHold/");

@@ -14,0 +20,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -56,3 +56,3 @@ import { type NoncustodialDataSource } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-beta|Find more info here}
*/

@@ -59,0 +59,0 @@ get(requestConfiguration?: RequestConfiguration<NoncustodialDataSourceItemRequestBuilderGetQueryParameters> | undefined): Promise<NoncustodialDataSource | undefined>;

@@ -7,9 +7,17 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const dataSource_1 = require("./dataSource/");
// @ts-ignore
const lastIndexOperation_1 = require("./lastIndexOperation/");
// @ts-ignore
const microsoftGraphEdiscoveryApplyHold_1 = require("./microsoftGraphEdiscoveryApplyHold/");
// @ts-ignore
const microsoftGraphEdiscoveryRelease_1 = require("./microsoftGraphEdiscoveryRelease/");
// @ts-ignore
const microsoftGraphEdiscoveryRemoveHold_1 = require("./microsoftGraphEdiscoveryRemoveHold/");
// @ts-ignore
const microsoftGraphEdiscoveryUpdateIndex_1 = require("./microsoftGraphEdiscoveryUpdateIndex/");

@@ -16,0 +24,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -11,3 +11,3 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,6 +7,11 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");
// @ts-ignore
const microsoftGraphEdiscoveryCaseExportOperation_1 = require("./microsoftGraphEdiscoveryCaseExportOperation/");

@@ -13,0 +18,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const microsoftGraphEdiscoveryCaseExportOperation_1 = require("./microsoftGraphEdiscoveryCaseExportOperation/");

@@ -11,0 +14,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const reviewSet_1 = require("./reviewSet/");

@@ -11,0 +14,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");

@@ -11,0 +14,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -36,3 +36,3 @@ import { type ReviewSet, type ReviewSetCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -38,3 +38,3 @@ import { type ReviewSet } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-beta|Find more info here}
*/

@@ -41,0 +41,0 @@ get(requestConfiguration?: RequestConfiguration<ReviewSetItemRequestBuilderGetQueryParameters> | undefined): Promise<ReviewSet | undefined>;

@@ -7,6 +7,11 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const microsoftGraphEdiscoveryAddToReviewSet_1 = require("./microsoftGraphEdiscoveryAddToReviewSet/");
// @ts-ignore
const microsoftGraphEdiscoveryExport_1 = require("./microsoftGraphEdiscoveryExport/");
// @ts-ignore
const queries_1 = require("./queries/");

@@ -13,0 +18,0 @@ /**

@@ -42,3 +42,3 @@ import { AdditionalDataOptions, type SourceCollection } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -58,3 +58,3 @@ import { ExportFileStructure, ExportOptions } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -22,3 +22,3 @@ import { type ReviewSetQuery, type ReviewSetQueryCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Retrieve a list of eDiscovery reviewSetQuery objects.
* Get queries from compliance
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,7 +28,6 @@ * @returns {Promise<ReviewSetQueryCollectionResponse>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<QueriesRequestBuilderGetQueryParameters> | undefined): Promise<ReviewSetQueryCollectionResponse | undefined>;
/**
* Create a new reviewSetQuery object.
* Create new navigation property to queries for compliance
* @param body The request body

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

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-1.0|Find more info here}
*/
post(body: ReviewSetQuery, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ReviewSetQuery | undefined>;
/**
* Retrieve a list of eDiscovery reviewSetQuery objects.
* Get queries from compliance
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -51,3 +49,3 @@ * @returns {RequestInformation}

/**
* Create a new reviewSetQuery object.
* Create new navigation property to queries for compliance
* @param body The request body

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

/**
* Retrieve a list of eDiscovery reviewSetQuery objects.
* Get queries from compliance
*/

@@ -64,0 +62,0 @@ export interface QueriesRequestBuilderGetQueryParameters {

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -14,11 +14,10 @@ import { type ReviewSetQuery } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Delete a reviewSetQuery object.
* Delete navigation property queries for compliance
* @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
* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-delete?view=graph-rest-1.0|Find more info here}
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
/**
* Retrieve the properties and relationships of an eDiscovery reviewSetQuery object.
* Get queries from compliance
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,7 +27,6 @@ * @returns {Promise<ReviewSetQuery>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-get?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<ReviewSetQueryItemRequestBuilderGetQueryParameters> | undefined): Promise<ReviewSetQuery | undefined>;
/**
* Update the properties of an eDiscovery reviewSetQuery.
* Update the navigation property queries in compliance
* @param body The request body

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

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-update?view=graph-rest-1.0|Find more info here}
*/
patch(body: ReviewSetQuery, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ReviewSetQuery | undefined>;
/**
* Delete a reviewSetQuery object.
* Delete navigation property queries for compliance
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -51,3 +48,3 @@ * @returns {RequestInformation}

/**
* Retrieve the properties and relationships of an eDiscovery reviewSetQuery object.
* Get queries from compliance
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -59,3 +56,3 @@ * @returns {RequestInformation}

/**
* Update the properties of an eDiscovery reviewSetQuery.
* Update the navigation property queries in compliance
* @param body The request body

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

/**
* Retrieve the properties and relationships of an eDiscovery reviewSetQuery object.
* Get queries from compliance
*/

@@ -72,0 +69,0 @@ export interface ReviewSetQueryItemRequestBuilderGetQueryParameters {

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const microsoftGraphEdiscoveryApplyTags_1 = require("./microsoftGraphEdiscoveryApplyTags/");

@@ -11,0 +14,0 @@ /**

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

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -26,3 +26,3 @@ import { type CaseSettings } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-beta|Find more info here}
*/

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

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const microsoftGraphEdiscoveryResetToDefault_1 = require("./microsoftGraphEdiscoveryResetToDefault/");

@@ -11,0 +14,0 @@ /**

@@ -11,3 +11,3 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -27,3 +27,3 @@ import { type SourceCollection, type SourceCollectionCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta|Find more info here}
*/

@@ -38,3 +38,3 @@ get(requestConfiguration?: RequestConfiguration<SourceCollectionsRequestBuilderGetQueryParameters> | undefined): Promise<SourceCollectionCollectionResponse | undefined>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -22,3 +22,3 @@ import { type DataSource, type DataSourceCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Get a list of additional dataSource objects associated with a source collection.
* Adds an additional source to the sourceCollection.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,3 +28,2 @@ * @returns {Promise<DataSourceCollectionResponse>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-additionalsources?view=graph-rest-1.0|Find more info here}
*/

@@ -42,3 +41,3 @@ get(requestConfiguration?: RequestConfiguration<AdditionalSourcesRequestBuilderGetQueryParameters> | undefined): Promise<DataSourceCollectionResponse | undefined>;

/**
* Get a list of additional dataSource objects associated with a source collection.
* Adds an additional source to the sourceCollection.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* Get a list of additional dataSource objects associated with a source collection.
* Adds an additional source to the sourceCollection.
*/

@@ -62,0 +61,0 @@ export interface AdditionalSourcesRequestBuilderGetQueryParameters {

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -8,3 +8,3 @@ import { type AddToReviewSetOperation } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Get the last addToReviewSetOperation object associated with a source collection.
* Adds the results of the sourceCollection to the specified reviewSet.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -14,7 +14,6 @@ * @returns {Promise<AddToReviewSetOperation>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<AddToReviewSetOperationRequestBuilderGetQueryParameters> | undefined): Promise<AddToReviewSetOperation | undefined>;
/**
* Get the last addToReviewSetOperation object associated with a source collection.
* Adds the results of the sourceCollection to the specified reviewSet.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -27,3 +26,3 @@ * @returns {RequestInformation}

/**
* Get the last addToReviewSetOperation object associated with a source collection.
* Adds the results of the sourceCollection to the specified reviewSet.
*/

@@ -30,0 +29,0 @@ export interface AddToReviewSetOperationRequestBuilderGetQueryParameters {

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -22,3 +22,3 @@ import { type DataSourceCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Get the list of dataSource objects associated with a source collection.
* Custodian sources that are included in the sourceCollection.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,7 +28,6 @@ * @returns {Promise<DataSourceCollectionResponse>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-custodiansources?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<CustodianSourcesRequestBuilderGetQueryParameters> | undefined): Promise<DataSourceCollectionResponse | undefined>;
/**
* Get the list of dataSource objects associated with a source collection.
* Custodian sources that are included in the sourceCollection.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -41,3 +40,3 @@ * @returns {RequestInformation}

/**
* Get the list of dataSource objects associated with a source collection.
* Custodian sources that are included in the sourceCollection.
*/

@@ -44,0 +43,0 @@ export interface CustodianSourcesRequestBuilderGetQueryParameters {

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -54,3 +54,3 @@ import { type SourceCollection } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-beta|Find more info here}
*/

@@ -73,3 +73,3 @@ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,10 +7,19 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const additionalSources_1 = require("./additionalSources/");
// @ts-ignore
const addToReviewSetOperation_1 = require("./addToReviewSetOperation/");
// @ts-ignore
const custodianSources_1 = require("./custodianSources/");
// @ts-ignore
const lastEstimateStatisticsOperation_1 = require("./lastEstimateStatisticsOperation/");
// @ts-ignore
const microsoftGraphEdiscoveryEstimateStatistics_1 = require("./microsoftGraphEdiscoveryEstimateStatistics/");
// @ts-ignore
const microsoftGraphEdiscoveryPurgeData_1 = require("./microsoftGraphEdiscoveryPurgeData/");
// @ts-ignore
const noncustodialSources_1 = require("./noncustodialSources/");

@@ -17,0 +26,0 @@ /**

@@ -8,3 +8,3 @@ import { type EstimateStatisticsOperation } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Get the last estimateStatisticsOperation object associated with a source collection.
* The last estimate operation associated with the sourceCollection.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -14,7 +14,6 @@ * @returns {Promise<EstimateStatisticsOperation>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<LastEstimateStatisticsOperationRequestBuilderGetQueryParameters> | undefined): Promise<EstimateStatisticsOperation | undefined>;
/**
* Get the last estimateStatisticsOperation object associated with a source collection.
* The last estimate operation associated with the sourceCollection.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -27,3 +26,3 @@ * @returns {RequestInformation}

/**
* Get the last estimateStatisticsOperation object associated with a source collection.
* The last estimate operation associated with the sourceCollection.
*/

@@ -30,0 +29,0 @@ export interface LastEstimateStatisticsOperationRequestBuilderGetQueryParameters {

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -11,3 +11,3 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -11,3 +11,3 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -22,3 +22,3 @@ import { type NoncustodialDataSourceCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Get a list of noncustodialDataSource associated with a sourceCollection.
* noncustodialDataSource sources that are included in the sourceCollection
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,7 +28,6 @@ * @returns {Promise<NoncustodialDataSourceCollectionResponse>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-noncustodialsources?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<NoncustodialSourcesRequestBuilderGetQueryParameters> | undefined): Promise<NoncustodialDataSourceCollectionResponse | undefined>;
/**
* Get a list of noncustodialDataSource associated with a sourceCollection.
* noncustodialDataSource sources that are included in the sourceCollection
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -41,3 +40,3 @@ * @returns {RequestInformation}

/**
* Get a list of noncustodialDataSource associated with a sourceCollection.
* noncustodialDataSource sources that are included in the sourceCollection
*/

@@ -44,0 +43,0 @@ export interface NoncustodialSourcesRequestBuilderGetQueryParameters {

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -33,3 +33,3 @@ import { type Tag, type TagCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-beta|Find more info here}
*/

@@ -44,3 +44,3 @@ get(requestConfiguration?: RequestConfiguration<TagsRequestBuilderGetQueryParameters> | undefined): Promise<TagCollectionResponse | undefined>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,6 +7,11 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");
// @ts-ignore
const microsoftGraphEdiscoveryAsHierarchy_1 = require("./microsoftGraphEdiscoveryAsHierarchy/");

@@ -13,0 +18,0 @@ /**

@@ -7,2 +7,3 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -9,0 +10,0 @@ /**

@@ -22,3 +22,3 @@ import { type TagCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

/**
* Get a list of child tag objects associated with a tag.
* Returns the tags that are a child of a tag.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -28,7 +28,6 @@ * @returns {Promise<TagCollectionResponse>}

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<ChildTagsRequestBuilderGetQueryParameters> | undefined): Promise<TagCollectionResponse | undefined>;
/**
* Get a list of child tag objects associated with a tag.
* Returns the tags that are a child of a tag.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -41,3 +40,3 @@ * @returns {RequestInformation}

/**
* Get a list of child tag objects associated with a tag.
* Returns the tags that are a child of a tag.
*/

@@ -44,0 +43,0 @@ export interface ChildTagsRequestBuilderGetQueryParameters {

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const count_1 = require("./count/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -24,3 +24,3 @@ import { type Tag } from '@microsoft/msgraph-beta-sdk/models/ediscovery/';

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-beta|Find more info here}
*/

@@ -34,3 +34,3 @@ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-beta|Find more info here}
*/

@@ -45,3 +45,3 @@ get(requestConfiguration?: RequestConfiguration<TagItemRequestBuilderGetQueryParameters> | undefined): Promise<Tag | undefined>;

* @deprecated The ediscovery Apis are deprecated under /compliance and will stop returning data from February 01, 2023. Please use the new ediscovery Apis under /security. as of 2022-12/ediscoveryNamespace
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-beta|Find more info here}
*/

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

@@ -7,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const childTags_1 = require("./childTags/");
// @ts-ignore
const parent_1 = require("./parent/");

@@ -12,0 +16,0 @@ /**

@@ -7,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -10,0 +12,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const models_1 = require("@microsoft/msgraph-beta-sdk/models/");
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -11,0 +14,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const ediscovery_1 = require("@microsoft/msgraph-beta-sdk/models/ediscovery/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const cases_1 = require("./cases/");

@@ -11,0 +14,0 @@ /**

@@ -7,4 +7,7 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const models_1 = require("@microsoft/msgraph-beta-sdk/models/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const ediscovery_1 = require("./ediscovery/");

@@ -11,0 +14,0 @@ /**

{
"name": "@microsoft/msgraph-beta-sdk-compliance",
"version": "1.0.0-preview.16",
"version": "1.0.0-preview.17",
"description": "Compliance fluent API for Microsoft Graph",

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

},
"gitHead": "ef870049963aae20ee47a40df677e46f7565a5fc"
"gitHead": "7ff3b2c6396992b63acfbcd2d4117807687ca605"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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