Socket
Socket
Sign inDemoInstall

@microsoft/msgraph-beta-sdk-external

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/msgraph-beta-sdk-external - npm Package Compare versions

Comparing version 1.0.0-preview.18 to 1.0.0-preview.19

6

external/connections/item/schema/index.d.ts

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

/**
* 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-beta|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.

@@ -20,11 +20,11 @@ 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-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-beta|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<DataConnectorsRequestBuilderGetQueryParameters> | undefined): Promise<IndustryDataConnectorCollectionResponse | undefined>;
/**
* Create a new industryDataConnector object.
* Create a new azureDataLakeConnector 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-industrydataconnector-post?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-post?view=graph-rest-beta|Find more info here}
*/
post(body: IndustryDataConnector, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<IndustryDataConnector | 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.

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

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

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

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

/**
* Delete an industryDataConnector object.
* Delete an azureDataLakeConnector 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-industrydataconnector-delete?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-delete?view=graph-rest-beta|Find more info here}
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
/**
* Read the properties and relationships of an azureDataLakeConnector object.
* Read the properties and relationships of an industryDataConnector 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-azuredatalakeconnector-get?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-get?view=graph-rest-beta|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<IndustryDataConnectorItemRequestBuilderGetQueryParameters> | undefined): Promise<IndustryDataConnector | undefined>;
/**
* Update the properties of an industryDataConnector object.
* Update the properties of an azureDataLakeConnector object.
* @param body The request body

@@ -39,7 +39,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-industrydataconnector-update?view=graph-rest-beta|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 industryDataConnector object.
* Delete an azureDataLakeConnector object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

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

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

/**
* Update the properties of an industryDataConnector object.
* Update the properties of an azureDataLakeConnector object.
* @param body The request body

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

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

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

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

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

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

/**
* Read the properties and relationships of an inboundFileFlow object.
* Read the properties and relationships of an inboundFlow 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 inboundFileFlow object.
* Read the properties and relationships of an inboundFlow object.
*/

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

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

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

},
"gitHead": "4c574ddb5c48e4849133f11068500321ab66c6ae"
"gitHead": "710cc3c8a484e1a4c169b54f6b781683ad794d54"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc