Socket
Socket
Sign inDemoInstall

@microsoft/msgraph-beta-sdk-connections

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

1

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

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

5

connections/item/groups/index.d.ts

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

/**
* Create a new externalGroup object.
* Create new navigation property to groups for connections
* @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-externalconnection-post-groups?view=graph-rest-1.0|Find more info here}
*/

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

/**
* Create a new externalGroup object.
* Create new navigation property to groups for connections
* @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 @@ /**

@@ -13,6 +13,5 @@ import { type ExternalGroup } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

/**
* Delete an externalGroup object.
* Delete navigation property groups for connections
* @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-delete?view=graph-rest-1.0|Find more info here}
*/

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

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

@@ -39,0 +38,0 @@ * @returns {RequestInformation}

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

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

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

/**
* Get the properties and relationships of an externalitem object. This API is provided for diagnostic purposes only. It isn't intended to be used for any other purpose. Repeated requests to this API might result in 429 HTTP errors.
* Get items from connections
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -36,3 +36,3 @@ * @returns {Promise<ExternalItemCollectionResponse>}

/**
* Get the properties and relationships of an externalitem object. This API is provided for diagnostic purposes only. It isn't intended to be used for any other purpose. Repeated requests to this API might result in 429 HTTP errors.
* Get items from connections
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* Get the properties and relationships of an externalitem object. This API is provided for diagnostic purposes only. It isn't intended to be used for any other purpose. Repeated requests to this API might result in 429 HTTP errors.
* Get items from connections
*/

@@ -54,0 +54,0 @@ export interface ItemsRequestBuilderGetQueryParameters {

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

@@ -18,14 +18,12 @@ import { type ExternalItem } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

/**
* Delete an externalitem.
* Delete navigation property items for connections
* @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-externalitem-delete?view=graph-rest-1.0|Find more info here}
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
/**
* Get the properties and relationships of an externalitem object. This API is provided for diagnostic purposes only. It isn't intended to be used for any other purpose. Repeated requests to this API might result in 429 HTTP errors.
* Get items from connections
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ExternalItem>}
* @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}
*/

@@ -42,3 +40,3 @@ get(requestConfiguration?: RequestConfiguration<ExternalItemItemRequestBuilderGetQueryParameters> | undefined): Promise<ExternalItem | undefined>;

/**
* Delete an externalitem.
* Delete navigation property items for connections
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -49,3 +47,3 @@ * @returns {RequestInformation}

/**
* Get the properties and relationships of an externalitem object. This API is provided for diagnostic purposes only. It isn't intended to be used for any other purpose. Repeated requests to this API might result in 429 HTTP errors.
* Get items from connections
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* Get the properties and relationships of an externalitem object. This API is provided for diagnostic purposes only. It isn't intended to be used for any other purpose. Repeated requests to this API might result in 429 HTTP errors.
* Get items from connections
*/

@@ -67,0 +65,0 @@ export interface ExternalItemItemRequestBuilderGetQueryParameters {

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

@@ -14,7 +14,6 @@ import { type ConnectionQuota } from '@microsoft/msgraph-beta-sdk/models/externalConnectors/';

/**
* Retrieve the properties and relationships of a connectionQuota object.
* Get quota from connections
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ConnectionQuota>}
* @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}
*/

@@ -37,3 +36,3 @@ get(requestConfiguration?: RequestConfiguration<QuotaRequestBuilderGetQueryParameters> | undefined): Promise<ConnectionQuota | undefined>;

/**
* Retrieve the properties and relationships of a connectionQuota object.
* Get quota from connections
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -52,3 +51,3 @@ * @returns {RequestInformation}

/**
* Retrieve the properties and relationships of a connectionQuota object.
* Get quota from connections
*/

@@ -55,0 +54,0 @@ export interface QuotaRequestBuilderGetQueryParameters {

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

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

/**
* Retrieve the properties of a schema for an externalConnection.
* Get schema from connections
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<Schema>}
* @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}
*/
get(requestConfiguration?: RequestConfiguration<SchemaRequestBuilderGetQueryParameters> | undefined): Promise<Schema | undefined>;
/**
* Create the schema for a Microsoft Search connection.
* Update the navigation property schema in connections
* @param body The request body

@@ -22,7 +21,6 @@ * @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}
*/
patch(body: Schema, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<Schema | undefined>;
/**
* Retrieve the properties of a schema for an externalConnection.
* Get schema from connections
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -33,3 +31,3 @@ * @returns {RequestInformation}

/**
* Create the schema for a Microsoft Search connection.
* Update the navigation property schema in connections
* @param body The request body

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

/**
* Retrieve the properties of a schema for an externalConnection.
* Get schema from connections
*/

@@ -45,0 +43,0 @@ export interface SchemaRequestBuilderGetQueryParameters {

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

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

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