kiota-typescript
kiota-typescript copied to clipboard
TypeScript libraries for Kiota-generated API clients.
Bumps [@microsoft/sp-http](http://aka.ms/spfx) from 1.15.2 to 1.19.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps the eslint group with 4 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort). Updates `@typescript-eslint/eslint-plugin` from 7.5.0 to 7.8.0 Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v7.8.0 7.8.0...
Since we originally stood up this library the ecosystem has moved a lot: - nodejs supports ESM, and all supported versions have them enabled by default now - major community...
The MultiPart body is malformed, the string value contains an additional **\r\n** and the server doesn't accept it when the values are validated. Also, when uploading a file, "filename" is...
The libraries here make use of Buffer.from multiple places https://github.com/microsoft/kiota-typescript/blob/dfaf4045855f358a44f1fa91b5b85da901b5d24e/packages/authentication/azure/src/azureIdentityAccessTokenProvider.ts#L85 https://github.com/microsoft/kiota-typescript/blob/dfaf4045855f358a44f1fa91b5b85da901b5d24e/packages/serialization/json/src/jsonParseNode.ts#L59 https://github.com/microsoft/kiota-typescript/blob/dfaf4045855f358a44f1fa91b5b85da901b5d24e/packages/serialization/json/src/jsonSerializationWriter.ts#L19 https://github.com/microsoft/kiota-typescript/blob/dfaf4045855f358a44f1fa91b5b85da901b5d24e/packages/serialization/text/src/textParseNode.ts#L31 https://github.com/microsoft/kiota-typescript/blob/dfaf4045855f358a44f1fa91b5b85da901b5d24e/packages/serialization/text/src/textSerializationWriter.ts#L20 This API is NOT AVAILABLE on browsers, we're using it to perform base64 encoding/decoding. We should...
the std uri template library does not handle guids, and wont because it's not a standard API across languages and they don't want to bring on additional dependencies. We should...
closes #1072, closes #1055 This is a change that is part of a bigger goal to improve our confidence in browser testing and update the codebase to adapt to node/browser...
I have a generated model that looks like this: ``` export interface ApiCartItem extends Parsable { /** * The foo property */ foo?: ApiFooCartItem; /** * The bar property */...
Fixes https://github.com/microsoft/kiota/issues/4508 Using a custom Guid type to get rid of unnecessary package (and partly broken) `guid-typescript`.
fixes https://github.com/microsoft/kiota-typescript/issues/1113