UNPKG

@microsoft/msgraph-beta-sdk-devicemanagement

Version:
56 lines 2.35 kB
/* tslint:disable */ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore import { createWindowsUpdateCatalogItemFromDiscriminatorValue, serializeWindowsUpdateCatalogItem } 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 WindowsUpdateCatalogItemItemRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/windowsUpdateCatalogItems/{windowsUpdateCatalogItem%2Did}{?%24expand,%24select}"; /** * Mapper for query parameters from symbol name to serialization name represented as a constant. */ const WindowsUpdateCatalogItemItemRequestBuilderGetQueryParametersMapper = { "expand": "%24expand", "select": "%24select", }; /** * Metadata for all the requests in the request builder. */ export const WindowsUpdateCatalogItemItemRequestBuilderRequestsMetadata = { delete: { uriTemplate: WindowsUpdateCatalogItemItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "sendNoResponseContent", }, get: { uriTemplate: WindowsUpdateCatalogItemItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createWindowsUpdateCatalogItemFromDiscriminatorValue, queryParametersMapper: WindowsUpdateCatalogItemItemRequestBuilderGetQueryParametersMapper, }, patch: { uriTemplate: WindowsUpdateCatalogItemItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createWindowsUpdateCatalogItemFromDiscriminatorValue, requestBodyContentType: "application/json", requestBodySerializer: serializeWindowsUpdateCatalogItem, requestInformationContentSetMethod: "setContentFromParsable", }, }; /* tslint:enable */ /* eslint-enable */ //# sourceMappingURL=index.js.map