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

6

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

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

/**
* Update the properties of a schema for an externalConnection.
* Create the schema for a Microsoft Search connection.
* @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-schema-update?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0|Find more info here}
*/

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

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

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

@@ -20,7 +20,7 @@ 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-1.0|Find more info here}
*/

@@ -38,3 +38,3 @@ get(requestConfiguration?: RequestConfiguration<DataConnectorsRequestBuilderGetQueryParameters> | undefined): Promise<IndustryDataConnectorCollectionResponse | 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.

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

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

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

@@ -18,14 +18,14 @@ 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-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-delete?view=graph-rest-1.0|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-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-get?view=graph-rest-1.0|Find more info here}
*/

@@ -43,3 +43,3 @@ get(requestConfiguration?: RequestConfiguration<IndustryDataConnectorItemRequestBuilderGetQueryParameters> | 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.

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

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

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

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

/**
* Get a list of the inboundFlow objects and their properties.
* Get a list of the inboundFileFlow 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-inboundflow-list?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-list?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<InboundFlowsRequestBuilderGetQueryParameters> | undefined): Promise<InboundFlowCollectionResponse | undefined>;
/**
* Create a new inboundFlow object. The following prerequisite resources are required when you create an inboundFlow:
* Create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow:
* @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-inboundflow-post?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-1.0|Find more info here}
*/
post(body: InboundFlow, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<InboundFlow | undefined>;
/**
* Get a list of the inboundFlow objects and their properties.
* Get a list of the inboundFileFlow 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 inboundFlow object. The following prerequisite resources are required when you create an inboundFlow:
* Create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow:
* @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 inboundFlow objects and their properties.
* Get a list of the inboundFileFlow objects and their properties.
*/

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

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

/**
* Delete an inboundFlow object.
* Delete an inboundFileFlow 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-inboundflow-delete?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-delete?view=graph-rest-1.0|Find more info here}
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
/**
* 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-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-1.0|Find more info here}
*/

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

/**
* Delete an inboundFlow object.
* Delete an inboundFileFlow 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 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.

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

/**
* Read the properties and relationships of an inboundFileFlow object.
* Read the properties and relationships of an inboundFlow object.
*/

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

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

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

},
"gitHead": "721a2b1f2af14e49e6c2bd352c038b221d0159dc"
"gitHead": "ba4a5eab46d140d9b9e9d52709e9ad91488f918b"
}

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