UNPKG

@microsoft/msgraph-beta-sdk-financials

Version:
71 lines 2.92 kB
/* tslint:disable */ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore import { createCustomerPaymentCollectionResponseFromDiscriminatorValue, createCustomerPaymentFromDiscriminatorValue, serializeCustomerPayment } from '@microsoft/msgraph-beta-sdk/models/index.js'; // @ts-ignore import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; // @ts-ignore import { CountRequestBuilderRequestsMetadata } from './count/index.js'; // @ts-ignore import { CustomerPaymentItemRequestBuilderNavigationMetadata, CustomerPaymentItemRequestBuilderRequestsMetadata } from './item/index.js'; /** * Uri template for the request builder. */ export const CustomerPaymentsRequestBuilderUriTemplate = "{+baseurl}/financials/companies/{company%2Did}/customerPayments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}"; /** * Mapper for query parameters from symbol name to serialization name represented as a constant. */ const CustomerPaymentsRequestBuilderGetQueryParametersMapper = { "count": "%24count", "expand": "%24expand", "filter": "%24filter", "orderby": "%24orderby", "search": "%24search", "select": "%24select", "skip": "%24skip", "top": "%24top", }; /** * Metadata for all the navigation properties in the request builder. */ export const CustomerPaymentsRequestBuilderNavigationMetadata = { byCustomerPaymentId: { requestsMetadata: CustomerPaymentItemRequestBuilderRequestsMetadata, navigationMetadata: CustomerPaymentItemRequestBuilderNavigationMetadata, pathParametersMappings: ["customerPayment%2Did"], }, count: { requestsMetadata: CountRequestBuilderRequestsMetadata, }, }; /** * Metadata for all the requests in the request builder. */ export const CustomerPaymentsRequestBuilderRequestsMetadata = { get: { uriTemplate: CustomerPaymentsRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createCustomerPaymentCollectionResponseFromDiscriminatorValue, queryParametersMapper: CustomerPaymentsRequestBuilderGetQueryParametersMapper, }, post: { uriTemplate: CustomerPaymentsRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createCustomerPaymentFromDiscriminatorValue, requestBodyContentType: "application/json", requestBodySerializer: serializeCustomerPayment, requestInformationContentSetMethod: "setContentFromParsable", }, }; /* tslint:enable */ /* eslint-enable */ //# sourceMappingURL=index.js.map