UNPKG

@microsoft/msgraph-beta-sdk-directory

Version:
56 lines 2.35 kB
/* tslint:disable */ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore import { createDeviceLocalCredentialInfoFromDiscriminatorValue, serializeDeviceLocalCredentialInfo } from '@microsoft/msgraph-beta-sdk/models/index.js'; // @ts-ignore import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; /** * Uri template for the request builder. */ export const DeviceLocalCredentialInfoItemRequestBuilderUriTemplate = "{+baseurl}/directory/deviceLocalCredentials/{deviceLocalCredentialInfo%2Did}{?%24expand,%24select}"; /** * Mapper for query parameters from symbol name to serialization name represented as a constant. */ const DeviceLocalCredentialInfoItemRequestBuilderGetQueryParametersMapper = { "expand": "%24expand", "select": "%24select", }; /** * Metadata for all the requests in the request builder. */ export const DeviceLocalCredentialInfoItemRequestBuilderRequestsMetadata = { delete: { uriTemplate: DeviceLocalCredentialInfoItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "sendNoResponseContent", }, get: { uriTemplate: DeviceLocalCredentialInfoItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createDeviceLocalCredentialInfoFromDiscriminatorValue, queryParametersMapper: DeviceLocalCredentialInfoItemRequestBuilderGetQueryParametersMapper, }, patch: { uriTemplate: DeviceLocalCredentialInfoItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createDeviceLocalCredentialInfoFromDiscriminatorValue, requestBodyContentType: "application/json", requestBodySerializer: serializeDeviceLocalCredentialInfo, requestInformationContentSetMethod: "setContentFromParsable", }, }; /* tslint:enable */ /* eslint-enable */ //# sourceMappingURL=index.js.map