msgraph-typescript-typings icon indicating copy to clipboard operation
msgraph-typescript-typings copied to clipboard

Microsoft Graph TypeScript Type Definitions

Results 58 msgraph-typescript-typings issues
Sort by recently updated
recently updated
newest added

This pull request was automatically created by the GitHub Action, **create pull request**. The commit hash is _4d93d13226f9abc6510e4a2febf5be08c839c508_. **Important** Check for unexpected deletions or changes in this PR. Make sure...

generated

### Bug Type of `FileAttachment.contentBytes` should be `string` instead of `number` in https://github.com/microsoftgraph/msgraph-typescript-typings/blob/33025e10483a74584e3aef03cdee9742047102a4/microsoft-graph.d.ts#L1920 AB#7041

tracked
ADO to GitHub automation label

Imports from `@microsoft/microsoft-graph-types` and `@microsoft/microsoft-graph-types-beta` fail when using Vite, resulting in this error: [plugin vite:dep-scan] Failed to resolve entry for package "@microsoft/microsoft-graph-types-beta". The package may have incorrect main/module/exports specified in...

under investigation

I think this library should include a type to match the OData response signature, as these properties are very important to consider in certain scenarios and I don't think the...

enhancement

I've found that when querying endpoints such as `https://graph.microsoft.com/v1.0/groups` I cannot find any types that match up with the response structure shown below: ``` interface valuesResponseExample { @odata.context: string, @odata.nextLink?:...

question

It seems like the resourceProvisioningOptions property is missing from the Group entity

needs more info

needs to check commit hashes, not release time to determine whether there are new commits

ToTriage

The interface for `FieldValueSet` is defined as follows: ```ts export interface Entity { // Read-only. id?: string; } export interface FieldValueSet extends Entity {} ``` Meanwhile, in the [example](https://docs.microsoft.com/en-us/graph/api/listitem-create?view=graph-rest-1.0&tabs=javascript#example) and...

I've recently started using these typing and am running into some issues as it appears none of the types/interfaces contains any of the `@odata.*` properties. The two I've ran into...

question

Hi there. I've been using the [microsoft graph client](https://github.com/microsoftgraph/msgraph-sdk-javascript) and the types in this repo. The thing I don't fully understand, is why the types are separate from the [microsoft...

question