UNPKG

@shi-corp/sdk-data-gateway

Version:

SDK client used to interface with the SHI Data Gateway service.

11 lines (10 loc) 479 B
import { createCountFromDiscriminatorValue } from '../../../../models/licenseEntitlement/shield/index.js'; export const ActiveRequestBuilderUriTemplate = "{+baseurl}/Api/Entitlement/Shield/Active"; export const ActiveRequestBuilderRequestsMetadata = { get: { uriTemplate: ActiveRequestBuilderUriTemplate, responseBodyContentType: "application/json", adapterMethodName: "send", responseBodyFactory: createCountFromDiscriminatorValue, }, };