Socket
Socket
Sign inDemoInstall

@microsoft/msgraph-beta-sdk-external

Package Overview
Dependencies
11
Maintainers
2
Versions
11
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

external/industryData/outboundProvisioningFlowSets/count/index.d.ts

1

external/authorizationSystems/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 @@ /**

2

external/authorizationSystems/index.d.ts

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

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

@@ -27,0 +27,0 @@ get(requestConfiguration?: RequestConfiguration<AuthorizationSystemsRequestBuilderGetQueryParameters> | undefined): Promise<AuthorizationSystemCollectionResponse | undefined>;

@@ -7,5 +7,9 @@ "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/");
// @ts-ignore
const item_1 = require("./item/");

@@ -12,0 +16,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,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 dataCollectionInfo_1 = require("./dataCollectionInfo/");

@@ -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 @@ /**

@@ -24,3 +24,3 @@ import { type ExternalConnection, type ExternalConnectionCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

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

@@ -34,3 +34,3 @@ get(requestConfiguration?: RequestConfiguration<ConnectionsRequestBuilderGetQueryParameters> | undefined): Promise<ExternalConnectionCollectionResponse | undefined>;

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

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

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

// Generated by Microsoft Kiota
// @ts-ignore
const externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @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 @@ /**

@@ -32,3 +32,3 @@ import { type ExternalGroup, type ExternalGroupCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

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

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

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

// Generated by Microsoft Kiota
// @ts-ignore
const externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @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 @@ /**

@@ -16,3 +16,3 @@ import { type ExternalGroup } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

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

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

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

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

@@ -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 @@ /**

@@ -27,3 +27,3 @@ import { type Identity, type IdentityCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

/**
* Create a new externalGroupMember object.
* Create new navigation property to members for external
* @param body The request body

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

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

@@ -44,3 +43,3 @@ post(body: Identity, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<Identity | undefined>;

/**
* Create a new externalGroupMember object.
* Create new navigation property to members for external
* @param body The request body

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

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

// Generated by Microsoft Kiota
// @ts-ignore
const externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @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,6 +8,5 @@ import { type Identity } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

/**
* Delete an externalGroupMember object.
* Delete navigation property members for external
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0|Find more info here}
*/

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

/**
* Delete an externalGroupMember object.
* Delete navigation property members for external
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -34,0 +33,0 @@ * @returns {RequestInformation}

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

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

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

@@ -36,3 +36,3 @@ import { type ExternalConnection } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

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

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

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

@@ -55,3 +55,3 @@ get(requestConfiguration?: RequestConfiguration<ExternalConnectionItemRequestBuilderGetQueryParameters> | undefined): Promise<ExternalConnection | undefined>;

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

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

@@ -7,8 +7,15 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const groups_1 = require("./groups/");
// @ts-ignore
const items_1 = require("./items/");
// @ts-ignore
const operations_1 = require("./operations/");
// @ts-ignore
const quota_1 = require("./quota/");
// @ts-ignore
const schema_1 = require("./schema/");

@@ -15,0 +22,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 externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @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 @@ /**

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

// Generated by Microsoft Kiota
// @ts-ignore
const externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @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 externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const performedBy_1 = require("./performedBy/");

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

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

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

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

@@ -21,3 +21,3 @@ import { type ExternalItem } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

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

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

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-beta|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<ExternalItemItemRequestBuilderGetQueryParameters> | undefined): Promise<ExternalItem | undefined>;
/**
* Update the navigation property items in external
* Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type.
* @param body The request body

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

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-beta|Find more info here}
*/

@@ -56,3 +57,3 @@ put(body: ExternalItem, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ExternalItem | undefined>;

/**
* Update the navigation property items in external
* Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type.
* @param body The request body

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

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

// Generated by Microsoft Kiota
// @ts-ignore
const externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const activities_1 = require("./activities/");
// @ts-ignore
const microsoftGraphExternalConnectorsAddActivities_1 = require("./microsoftGraphExternalConnectorsAddActivities/");

@@ -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 externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

@@ -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,5 +7,9 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @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 externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

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

@@ -18,3 +18,3 @@ import { type ConnectionQuota } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

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

@@ -21,0 +21,0 @@ get(requestConfiguration?: RequestConfiguration<QuotaRequestBuilderGetQueryParameters> | undefined): Promise<ConnectionQuota | undefined>;

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

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

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

@@ -12,7 +12,7 @@ import { type Schema } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-beta|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<SchemaRequestBuilderGetQueryParameters> | undefined): Promise<Schema | undefined>;
/**
* Create the schema for a Microsoft Search connection.
* Update the properties of a schema for an externalConnection.
* @param body The request body

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

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

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

/**
* Create the schema for a Microsoft Search connection.
* Update the properties of a schema for an externalConnection.
* @param body The request body

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

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

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

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

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

// Generated by Microsoft Kiota
// @ts-ignore
const externalConnectors_1 = require("@microsoft/msgraph-beta-sdk/models/externalConnectors/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const authorizationSystems_1 = require("./authorizationSystems/");
// @ts-ignore
const connections_1 = require("./connections/");
// @ts-ignore
const industryData_1 = require("./industryData/");

@@ -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 @@ /**

@@ -20,11 +20,11 @@ import { type IndustryDataConnector, type IndustryDataConnectorCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/industryData/';

/**
* Get the industryDataConnector resources from the dataConnector navigation property.
* Get a list of the azureDataLakeConnector objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<IndustryDataConnectorCollectionResponse>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-list?view=graph-rest-beta|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<DataConnectorsRequestBuilderGetQueryParameters> | undefined): Promise<IndustryDataConnectorCollectionResponse | undefined>;
/**
* Create a new azureDataLakeConnector object.
* Create a new industryDataConnector object.
* @param body The request body

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

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-post?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-post?view=graph-rest-beta|Find more info here}
*/
post(body: IndustryDataConnector, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<IndustryDataConnector | undefined>;
/**
* Get the industryDataConnector resources from the dataConnector navigation property.
* Get a list of the azureDataLakeConnector objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* Create a new azureDataLakeConnector object.
* Create a new industryDataConnector object.
* @param body The request body

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

/**
* Get the industryDataConnector resources from the dataConnector navigation property.
* Get a list of the azureDataLakeConnector objects and their properties.
*/

@@ -57,0 +57,0 @@ export interface DataConnectorsRequestBuilderGetQueryParameters {

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 @@ /**

@@ -18,6 +18,6 @@ import { type IndustryDataConnector } from '@microsoft/msgraph-beta-sdk/models/industryData/';

/**
* Delete an azureDataLakeConnector object.
* Delete an industryDataConnector object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-delete?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta|Find more info here}
*/

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

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

@@ -40,7 +40,7 @@ get(requestConfiguration?: RequestConfiguration<IndustryDataConnectorItemRequestBuilderGetQueryParameters> | undefined): Promise<IndustryDataConnector | undefined>;

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

@@ -47,0 +47,0 @@ * @returns {RequestInformation}

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const microsoftGraphIndustryDataValidate_1 = require("./microsoftGraphIndustryDataValidate/");
// @ts-ignore
const sourceSystem_1 = require("./sourceSystem/");

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

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

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

@@ -13,0 +13,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,3 +7,5 @@ "use strict";

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 @@ /**

@@ -20,7 +20,7 @@ import { type InboundFlow, type InboundFlowCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/industryData/';

/**
* Get a list of the inboundFileFlow objects and their properties.
* Get a list of the inboundFlow objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<InboundFlowCollectionResponse>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-list?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundflow-list?view=graph-rest-beta|Find more info here}
*/

@@ -34,7 +34,7 @@ get(requestConfiguration?: RequestConfiguration<InboundFlowsRequestBuilderGetQueryParameters> | undefined): Promise<InboundFlowCollectionResponse | undefined>;

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundflow-post?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundflow-post?view=graph-rest-beta|Find more info here}
*/
post(body: InboundFlow, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<InboundFlow | undefined>;
/**
* Get a list of the inboundFileFlow objects and their properties.
* Get a list of the inboundFlow objects and their properties.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* Get a list of the inboundFileFlow objects and their properties.
* Get a list of the inboundFlow objects and their properties.
*/

@@ -56,0 +56,0 @@ export interface InboundFlowsRequestBuilderGetQueryParameters {

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");

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

@@ -21,3 +21,3 @@ import { type InboundFlow } from '@microsoft/msgraph-beta-sdk/models/industryData/';

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

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

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-beta|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<InboundFlowItemRequestBuilderGetQueryParameters> | undefined): Promise<InboundFlow | undefined>;
/**
* Update the properties of an inboundFlow object.
* Update the properties of an inboundFileFlow object.
* @param body The request body

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

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

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

/**
* Update the properties of an inboundFlow object.
* Update the properties of an inboundFileFlow object.
* @param body The request body

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

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const dataConnector_1 = require("./dataConnector/");
// @ts-ignore
const year_1 = require("./year/");

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

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

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

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

@@ -5,2 +5,3 @@ import { type IndustryDataRoot } from '@microsoft/msgraph-beta-sdk/models/industryData/';

import { type OperationsRequestBuilder } from './operations/';
import { type OutboundProvisioningFlowSetsRequestBuilder } from './outboundProvisioningFlowSets/';
import { type ReferenceDefinitionsRequestBuilder } from './referenceDefinitions/';

@@ -29,2 +30,6 @@ import { type RoleGroupsRequestBuilder } from './roleGroups/';

/**
* Provides operations to manage the outboundProvisioningFlowSets property of the microsoft.graph.industryData.industryDataRoot entity.
*/
get outboundProvisioningFlowSets(): OutboundProvisioningFlowSetsRequestBuilder;
/**
* Provides operations to manage the referenceDefinitions property of the microsoft.graph.industryData.industryDataRoot entity.

@@ -31,0 +36,0 @@ */

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const dataConnectors_1 = require("./dataConnectors/");
// @ts-ignore
const inboundFlows_1 = require("./inboundFlows/");
// @ts-ignore
const operations_1 = require("./operations/");
// @ts-ignore
const outboundProvisioningFlowSets_1 = require("./outboundProvisioningFlowSets/");
// @ts-ignore
const referenceDefinitions_1 = require("./referenceDefinitions/");
// @ts-ignore
const roleGroups_1 = require("./roleGroups/");
// @ts-ignore
const runs_1 = require("./runs/");
// @ts-ignore
const sourceSystems_1 = require("./sourceSystems/");
// @ts-ignore
const years_1 = require("./years/");

@@ -45,2 +57,6 @@ /**

},
outboundProvisioningFlowSets: {
requestsMetadata: outboundProvisioningFlowSets_1.OutboundProvisioningFlowSetsRequestBuilderRequestsMetadata,
navigationMetadata: outboundProvisioningFlowSets_1.OutboundProvisioningFlowSetsRequestBuilderNavigationMetadata,
},
referenceDefinitions: {

@@ -47,0 +63,0 @@ requestsMetadata: referenceDefinitions_1.ReferenceDefinitionsRequestBuilderRequestsMetadata,

@@ -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 @@ /**

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

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

@@ -27,0 +27,0 @@ get(requestConfiguration?: RequestConfiguration<OperationsRequestBuilderGetQueryParameters> | undefined): Promise<LongRunningOperationCollectionResponse | undefined>;

@@ -7,5 +7,9 @@ "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/");
// @ts-ignore
const item_1 = require("./item/");

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

@@ -18,3 +18,3 @@ import { type LongRunningOperation } from '@microsoft/msgraph-beta-sdk/models/';

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

@@ -21,0 +21,0 @@ get(requestConfiguration?: RequestConfiguration<LongRunningOperationItemRequestBuilderGetQueryParameters> | undefined): Promise<LongRunningOperation | undefined>;

@@ -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 @@ /**

@@ -24,3 +24,3 @@ import { type ReferenceDefinition, type ReferenceDefinitionCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/industryData/';

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

@@ -27,0 +27,0 @@ get(requestConfiguration?: RequestConfiguration<ReferenceDefinitionsRequestBuilderGetQueryParameters> | undefined): Promise<ReferenceDefinitionCollectionResponse | undefined>;

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 @@ /**

@@ -18,3 +18,3 @@ import { type ReferenceDefinition } from '@microsoft/msgraph-beta-sdk/models/industryData/';

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

@@ -21,0 +21,0 @@ get(requestConfiguration?: RequestConfiguration<ReferenceDefinitionItemRequestBuilderGetQueryParameters> | undefined): Promise<ReferenceDefinition | undefined>;

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 @@ /**

@@ -24,3 +24,3 @@ import { type RoleGroup, type RoleGroupCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/industryData/';

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

@@ -27,0 +27,0 @@ get(requestConfiguration?: RequestConfiguration<RoleGroupsRequestBuilderGetQueryParameters> | undefined): Promise<RoleGroupCollectionResponse | undefined>;

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 @@ /**

@@ -18,3 +18,3 @@ import { type RoleGroup } from '@microsoft/msgraph-beta-sdk/models/industryData/';

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

@@ -21,0 +21,0 @@ get(requestConfiguration?: RequestConfiguration<RoleGroupItemRequestBuilderGetQueryParameters> | undefined): Promise<RoleGroup | undefined>;

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 @@ /**

@@ -29,3 +29,3 @@ import { type IndustryDataRunCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/industryData/';

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

@@ -32,0 +32,0 @@ get(requestConfiguration?: RequestConfiguration<RunsRequestBuilderGetQueryParameters> | undefined): Promise<IndustryDataRunCollectionResponse | undefined>;

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 microsoftGraphIndustryDataGetStatistics_1 = require("./microsoftGraphIndustryDataGetStatistics/");

@@ -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 @@ /**

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const activity_1 = require("./activity/");

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

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

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

@@ -25,0 +25,0 @@ get(requestConfiguration?: RequestConfiguration<IndustryDataRunItemRequestBuilderGetQueryParameters> | undefined): Promise<IndustryDataRun | undefined>;

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @ts-ignore
const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const activities_1 = require("./activities/");
// @ts-ignore
const microsoftGraphIndustryDataGetStatistics_1 = require("./microsoftGraphIndustryDataGetStatistics/");

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

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

/**
* Invoke function getStatistics
* Get statistics for an industryDataRun.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<IndustryDataRunStatistics>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<IndustryDataRunStatistics | undefined>;
/**
* Invoke function getStatistics
* Get statistics for an industryDataRun.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -18,0 +19,0 @@ * @returns {RequestInformation}

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

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

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

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 @@ /**

@@ -24,3 +24,3 @@ import { type SourceSystemDefinition, type SourceSystemDefinitionCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/industryData/';

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

@@ -34,3 +34,3 @@ get(requestConfiguration?: RequestConfiguration<SourceSystemsRequestBuilderGetQueryParameters> | undefined): Promise<SourceSystemDefinitionCollectionResponse | undefined>;

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

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

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 @@ /**

@@ -11,3 +11,3 @@ import { type SourceSystemDefinition } from '@microsoft/msgraph-beta-sdk/models/industryData/';

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

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

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

@@ -30,3 +30,3 @@ get(requestConfiguration?: RequestConfiguration<SourceSystemDefinitionItemRequestBuilderGetQueryParameters> | undefined): Promise<SourceSystemDefinition | undefined>;

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

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

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 @@ /**

@@ -24,3 +24,3 @@ import { type YearTimePeriodDefinition, type YearTimePeriodDefinitionCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/industryData/';

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

@@ -34,3 +34,3 @@ get(requestConfiguration?: RequestConfiguration<YearsRequestBuilderGetQueryParameters> | undefined): Promise<YearTimePeriodDefinitionCollectionResponse | undefined>;

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

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

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

// Generated by Microsoft Kiota
// @ts-ignore
const industryData_1 = require("@microsoft/msgraph-beta-sdk/models/industryData/");
// @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 @@ /**

@@ -11,3 +11,3 @@ import { type YearTimePeriodDefinition } from '@microsoft/msgraph-beta-sdk/models/industryData/';

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

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

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

@@ -30,3 +30,3 @@ get(requestConfiguration?: RequestConfiguration<YearTimePeriodDefinitionItemRequestBuilderGetQueryParameters> | undefined): Promise<YearTimePeriodDefinition | undefined>;

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

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

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

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

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

{
"name": "@microsoft/msgraph-beta-sdk-external",
"version": "1.0.0-preview.16",
"version": "1.0.0-preview.17",
"description": "External 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

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