Ronald K
Ronald K
Recall versions 1.44 and 1.45 Depends on https://github.com/microsoft/kiota/pull/4817
Metadata contains an invalid url with the wring position for the token parameter in drive item delta queries with token. `/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')`. `token` is passed as a path parameter but this...
Resolves https://github.com/microsoft/kiota-typescript/issues/1351
Resolves https://github.com/microsoft/kiota-typescript/issues/1288 Adds support for compression of request body
Sample object missing in the global barrels File Sample Link : https://docs.microsoft.com/en-us/graph/api/chatmessage-post?view=graph-rest-beta&tabs=go Actual ```typescript import { BatchRecordDecisionsPostRequestBody } from '../models'; ``` Expected ```typescript import { BatchRecordDecisionsPostRequestBody } from '../identityGovernance/accessReviews/definitions/item/instances/item/batchRecordDecisions/batchRecordDecisionsPostRequestBody'; ```
Request Builder is missing a `PUT` request method. Only Patch is available Sample Link Go: https://docs.microsoft.com/en-us/graph/api/shift-put?view=graph-rest-beta&tabs=go Example Expected ```typescript const requestBody1 : Shift = { lastModifiedBy : { application :...
Fix serialization and deserialization of composed types in TS https://github.com/microsoft/kiota/issues/5353 Changes made to fix the serializer will include writing an undefined value for the string and and the collection of...
We need to evaluate whether to add `.js` extensions to import statements across all packages in this repository. Verify the configuration of `tsconfig`. Depending on the options set, it can:...