UNPKG

@microsoft/msgraph-beta-sdk-directory

Version:
71 lines 2.98 kB
/* tslint:disable */ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore import { createInboundSharedUserProfileFromDiscriminatorValue, serializeInboundSharedUserProfile } from '@microsoft/msgraph-beta-sdk/models/index.js'; // @ts-ignore import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; // @ts-ignore import { ExportPersonalDataRequestBuilderRequestsMetadata } from './exportPersonalData/index.js'; // @ts-ignore import { RemovePersonalDataRequestBuilderRequestsMetadata } from './removePersonalData/index.js'; /** * Uri template for the request builder. */ export const InboundSharedUserProfileUserItemRequestBuilderUriTemplate = "{+baseurl}/directory/inboundSharedUserProfiles/{inboundSharedUserProfile%2DuserId}{?%24expand,%24select}"; /** * Mapper for query parameters from symbol name to serialization name represented as a constant. */ const InboundSharedUserProfileUserItemRequestBuilderGetQueryParametersMapper = { "expand": "%24expand", "select": "%24select", }; /** * Metadata for all the navigation properties in the request builder. */ export const InboundSharedUserProfileUserItemRequestBuilderNavigationMetadata = { exportPersonalData: { requestsMetadata: ExportPersonalDataRequestBuilderRequestsMetadata, }, removePersonalData: { requestsMetadata: RemovePersonalDataRequestBuilderRequestsMetadata, }, }; /** * Metadata for all the requests in the request builder. */ export const InboundSharedUserProfileUserItemRequestBuilderRequestsMetadata = { delete: { uriTemplate: InboundSharedUserProfileUserItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "sendNoResponseContent", }, get: { uriTemplate: InboundSharedUserProfileUserItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createInboundSharedUserProfileFromDiscriminatorValue, queryParametersMapper: InboundSharedUserProfileUserItemRequestBuilderGetQueryParametersMapper, }, patch: { uriTemplate: InboundSharedUserProfileUserItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createInboundSharedUserProfileFromDiscriminatorValue, requestBodyContentType: "application/json", requestBodySerializer: serializeInboundSharedUserProfile, requestInformationContentSetMethod: "setContentFromParsable", }, }; /* tslint:enable */ /* eslint-enable */ //# sourceMappingURL=index.js.map