@microsoft/msgraph-sdk-teamwork
Version:
Teamwork fluent API for Microsoft Graph
70 lines • 2.84 kB
JavaScript
/* tslint:disable */
/* eslint-disable */
// Generated by Microsoft Kiota
// @ts-ignore
import { createWorkforceIntegrationCollectionResponseFromDiscriminatorValue, createWorkforceIntegrationFromDiscriminatorValue, serializeWorkforceIntegration } from '@microsoft/msgraph-sdk/models/index.js';
// @ts-ignore
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
// @ts-ignore
import { CountRequestBuilderRequestsMetadata } from './count/index.js';
// @ts-ignore
import { WorkforceIntegrationItemRequestBuilderRequestsMetadata } from './item/index.js';
/**
* Uri template for the request builder.
*/
export const WorkforceIntegrationsRequestBuilderUriTemplate = "{+baseurl}/teamwork/workforceIntegrations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
/**
* Mapper for query parameters from symbol name to serialization name represented as a constant.
*/
const WorkforceIntegrationsRequestBuilderGetQueryParametersMapper = {
"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 WorkforceIntegrationsRequestBuilderNavigationMetadata = {
byWorkforceIntegrationId: {
requestsMetadata: WorkforceIntegrationItemRequestBuilderRequestsMetadata,
pathParametersMappings: ["workforceIntegration%2Did"],
},
count: {
requestsMetadata: CountRequestBuilderRequestsMetadata,
},
};
/**
* Metadata for all the requests in the request builder.
*/
export const WorkforceIntegrationsRequestBuilderRequestsMetadata = {
get: {
uriTemplate: WorkforceIntegrationsRequestBuilderUriTemplate,
responseBodyContentType: "application/json",
errorMappings: {
XXX: createODataErrorFromDiscriminatorValue,
},
adapterMethodName: "send",
responseBodyFactory: createWorkforceIntegrationCollectionResponseFromDiscriminatorValue,
queryParametersMapper: WorkforceIntegrationsRequestBuilderGetQueryParametersMapper,
},
post: {
uriTemplate: WorkforceIntegrationsRequestBuilderUriTemplate,
responseBodyContentType: "application/json",
errorMappings: {
XXX: createODataErrorFromDiscriminatorValue,
},
adapterMethodName: "send",
responseBodyFactory: createWorkforceIntegrationFromDiscriminatorValue,
requestBodyContentType: "application/json",
requestBodySerializer: serializeWorkforceIntegration,
requestInformationContentSetMethod: "setContentFromParsable",
},
};
/* tslint:enable */
/* eslint-enable */
//# sourceMappingURL=index.js.map