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.17 to 1.0.0-preview.18

external/industryData/outboundProvisioningFlowSets/item/provisioningFlows/item/microsoftGraphIndustryDataReset/index.d.ts

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-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta|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.

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

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

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

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

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

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

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

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

/**
* Read the properties and relationships of an inboundFlow object.
* Read the properties and relationships of an inboundFileFlow 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-inboundflow-get?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-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 inboundFlow object.
* Read the properties and relationships of an inboundFileFlow 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 inboundFlow object.
* Read the properties and relationships of an inboundFileFlow object.
*/

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

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

requestsMetadata: item_1.ProvisioningFlowItemRequestBuilderRequestsMetadata,
navigationMetadata: item_1.ProvisioningFlowItemRequestBuilderNavigationMetadata,
pathParametersMappings: ["provisioningFlow%2Did"],

@@ -40,0 +41,0 @@ },

import { type ProvisioningFlow } from '@microsoft/msgraph-beta-sdk/models/industryData/';
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
import { type MicrosoftGraphIndustryDataResetRequestBuilder } from './microsoftGraphIndustryDataReset/';
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
/**

@@ -8,2 +9,6 @@ * Provides operations to manage the provisioningFlows property of the microsoft.graph.industryData.outboundProvisioningFlowSet entity.

/**
* Provides operations to call the reset method.
*/
get microsoftGraphIndustryDataReset(): MicrosoftGraphIndustryDataResetRequestBuilder;
/**
* Delete navigation property provisioningFlows for external

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

/**
* Metadata for all the navigation properties in the request builder.
*/
export declare const ProvisioningFlowItemRequestBuilderNavigationMetadata: Record<Exclude<keyof ProvisioningFlowItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
/**
* Metadata for all the requests in the request builder.

@@ -69,0 +78,0 @@ */

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProvisioningFlowItemRequestBuilderRequestsMetadata = exports.ProvisioningFlowItemRequestBuilderUriTemplate = void 0;
exports.ProvisioningFlowItemRequestBuilderRequestsMetadata = exports.ProvisioningFlowItemRequestBuilderNavigationMetadata = exports.ProvisioningFlowItemRequestBuilderUriTemplate = void 0;
/* tslint:disable */

@@ -11,2 +11,4 @@ /* eslint-disable */

const oDataErrors_1 = require("@microsoft/msgraph-beta-sdk/models/oDataErrors/");
// @ts-ignore
const microsoftGraphIndustryDataReset_1 = require("./microsoftGraphIndustryDataReset/");
/**

@@ -24,2 +26,10 @@ * Uri template for the request builder.

/**
* Metadata for all the navigation properties in the request builder.
*/
exports.ProvisioningFlowItemRequestBuilderNavigationMetadata = {
microsoftGraphIndustryDataReset: {
requestsMetadata: microsoftGraphIndustryDataReset_1.MicrosoftGraphIndustryDataResetRequestBuilderRequestsMetadata,
},
};
/**
* Metadata for all the requests in the request builder.

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

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

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

},
"gitHead": "7ff3b2c6396992b63acfbcd2d4117807687ca605"
"gitHead": "4c574ddb5c48e4849133f11068500321ab66c6ae"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc