microsoftgraph / msgraph-sdk-typescript

MIT License
21 stars 3 forks source link

Models / Interfaces are missing from the global import path #106

Open rkodev opened 2 years ago

rkodev commented 2 years ago

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


import { BatchRecordDecisionsPostRequestBody } from '../models';

Expected


import { BatchRecordDecisionsPostRequestBody } from '../identityGovernance/accessReviews/definitions/item/instances/item/batchRecordDecisions/batchRecordDecisionsPostRequestBody';
rkodev commented 2 years ago

issue discussed here https://github.com/microsoft/kiota/discussions/1574

baywet commented 7 months ago

@rkodev I'm not sure I follow what the issue was here, can you provide more context please?