msgraph-typescript-typings
msgraph-typescript-typings copied to clipboard
Microsoft Graph TypeScript Type Definitions
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...
### 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
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...
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...
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?:...
It seems like the resourceProvisioningOptions property is missing from the Group entity
needs to check commit hashes, not release time to determine whether there are new commits
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...
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...