Socket
Socket
Sign inDemoInstall

@microsoft/msgraph-beta-sdk-shares

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

shares/item/driveItem/contentStream/index.d.ts

4

package.json
{
"name": "@microsoft/msgraph-beta-sdk-shares",
"version": "1.0.0-preview.15",
"version": "1.0.0-preview.16",
"description": "Shares fluent API for Microsoft Graph",

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

},
"gitHead": "ba4a5eab46d140d9b9e9d52709e9ad91488f918b"
"gitHead": "ef870049963aae20ee47a40df677e46f7565a5fc"
}
import { type DriveItem } from '@microsoft/msgraph-beta-sdk/models/';
import { type ContentRequestBuilder } from './content/';
import { type ContentStreamRequestBuilder } from './contentStream/';
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

@@ -13,2 +14,6 @@ /**

/**
* Provides operations to manage the media for the sharedDriveItem entity.
*/
get contentStream(): ContentStreamRequestBuilder;
/**
* Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token.

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

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

const content_1 = require("./content/");
const contentStream_1 = require("./contentStream/");
/**

@@ -29,2 +30,5 @@ * Uri template for the request builder.

},
contentStream: {
requestsMetadata: contentStream_1.ContentStreamRequestBuilderRequestsMetadata,
},
};

@@ -31,0 +35,0 @@ /**

import { type DriveItem } from '@microsoft/msgraph-beta-sdk/models/';
import { type ContentRequestBuilder } from './content/';
import { type ContentStreamRequestBuilder } from './contentStream/';
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

@@ -13,2 +14,6 @@ /**

/**
* Provides operations to manage the media for the sharedDriveItem entity.
*/
get contentStream(): ContentStreamRequestBuilder;
/**
* All driveItems contained in the sharing root. This collection cannot be enumerated.

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

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

const content_1 = require("./content/");
const contentStream_1 = require("./contentStream/");
/**

@@ -29,2 +30,5 @@ * Uri template for the request builder.

},
contentStream: {
requestsMetadata: contentStream_1.ContentStreamRequestBuilderRequestsMetadata,
},
};

@@ -31,0 +35,0 @@ /**

@@ -20,3 +20,3 @@ import { type ColumnLink, type ColumnLinkCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/';

/**
* The collection of columns that are required by this content type
* The collection of columns that are required by this content type.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* The collection of columns that are required by this content type
* The collection of columns that are required by this content type.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* The collection of columns that are required by this content type
* The collection of columns that are required by this content type.
*/

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

@@ -14,3 +14,3 @@ import { type ColumnLink } from '@microsoft/msgraph-beta-sdk/models/';

/**
* The collection of columns that are required by this content type
* The collection of columns that are required by this content type.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* The collection of columns that are required by this content type
* The collection of columns that are required by this content type.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* The collection of columns that are required by this content type
* The collection of columns that are required by this content type.
*/

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

@@ -20,3 +20,3 @@ import { type ColumnDefinition, type ColumnDefinitionCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/';

/**
* The collection of column definitions for this contentType.
* The collection of column definitions for this content type.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -38,3 +38,3 @@ * @returns {Promise<ColumnDefinitionCollectionResponse>}

/**
* The collection of column definitions for this contentType.
* The collection of column definitions for this content type.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* The collection of column definitions for this contentType.
* The collection of column definitions for this content type.
*/

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

import { type DriveItem } from '@microsoft/msgraph-beta-sdk/models/';
import { type ContentRequestBuilder } from './content/';
import { type ContentStreamRequestBuilder } from './contentStream/';
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

@@ -13,2 +14,6 @@ /**

/**
* Provides operations to manage the media for the sharedDriveItem entity.
*/
get contentStream(): ContentStreamRequestBuilder;
/**
* Get driveItem from shares

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

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

const content_1 = require("./content/");
const contentStream_1 = require("./contentStream/");
/**

@@ -29,2 +30,5 @@ * Uri template for the request builder.

},
contentStream: {
requestsMetadata: contentStream_1.ContentStreamRequestBuilderRequestsMetadata,
},
};

@@ -31,0 +35,0 @@ /**

import { type DriveItem } from '@microsoft/msgraph-beta-sdk/models/';
import { type ContentRequestBuilder } from './content/';
import { type ContentStreamRequestBuilder } from './contentStream/';
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

@@ -13,2 +14,6 @@ /**

/**
* Provides operations to manage the media for the sharedDriveItem entity.
*/
get contentStream(): ContentStreamRequestBuilder;
/**
* For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]

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

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

const content_1 = require("./content/");
const contentStream_1 = require("./contentStream/");
/**

@@ -29,2 +30,5 @@ * Uri template for the request builder.

},
contentStream: {
requestsMetadata: contentStream_1.ContentStreamRequestBuilderRequestsMetadata,
},
};

@@ -31,0 +35,0 @@ /**

import { type DriveItem } from '@microsoft/msgraph-beta-sdk/models/';
import { type ContentRequestBuilder } from './content/';
import { type ContentStreamRequestBuilder } from './contentStream/';
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

@@ -13,2 +14,6 @@ /**

/**
* Provides operations to manage the media for the sharedDriveItem entity.
*/
get contentStream(): ContentStreamRequestBuilder;
/**
* Get root from shares

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

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

const content_1 = require("./content/");
const contentStream_1 = require("./contentStream/");
/**

@@ -29,2 +30,5 @@ * Uri template for the request builder.

},
contentStream: {
requestsMetadata: contentStream_1.ContentStreamRequestBuilderRequestsMetadata,
},
};

@@ -31,0 +35,0 @@ /**

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