Socket
Socket
Sign inDemoInstall

@microsoft/msgraph-beta-sdk-external

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.13 to 1.0.0-preview.14

8

external/industryData/dataConnectors/index.d.ts

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

/**
* Get a list of the azureDataLakeConnector objects and their properties.
* Get the industryDataConnector resources from the dataConnector navigation property.
* @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-azuredatalakeconnector-list?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-1.0|Find more info here}
*/

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

/**
* Get a list of the azureDataLakeConnector objects and their properties.
* Get the industryDataConnector resources from the dataConnector navigation property.
* @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 azureDataLakeConnector objects and their properties.
* Get the industryDataConnector resources from the dataConnector navigation property.
*/

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

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

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

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

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

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

/**
* Read the properties and relationships of an industryDataConnector object.
* Read the properties and relationships of an azureDataLakeConnector object.
*/

@@ -67,0 +67,0 @@ export interface IndustryDataConnectorItemRequestBuilderGetQueryParameters {

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

/**
* Create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow:
* Create a new inboundFlow object. The following prerequisite resources are required when you create an inboundFlow:
* @param body The request body

@@ -34,3 +34,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-inboundfileflow-post?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundflow-post?view=graph-rest-1.0|Find more info here}
*/

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

/**
* Create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow:
* Create a new inboundFlow object. The following prerequisite resources are required when you create an inboundFlow:
* @param body The request body

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

{
"name": "@microsoft/msgraph-beta-sdk-external",
"version": "1.0.0-preview.13",
"version": "1.0.0-preview.14",
"description": "External fluent API for Microsoft Graph",

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

},
"gitHead": "9b868b61da156ece6e6a0355af6dad1d0e4b9368"
"gitHead": "721a2b1f2af14e49e6c2bd352c038b221d0159dc"
}

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