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

Models / Interfaces are missing from the global import path

Open rkodev opened this issue 3 years ago • 2 comments

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 avatar May 30 '22 14:05 rkodev

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

rkodev avatar Jun 14 '22 06:06 rkodev

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

baywet avatar Jan 26 '24 16:01 baywet

additional ping for @rkodev here

baywet avatar Nov 28 '24 12:11 baywet

Closing this as its no longer needed after package split

rkodev avatar Dec 04 '24 11:12 rkodev