UNPKG

@sap-ai-sdk/ai-api

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

19 lines 737 B
/* * Copyright (c) 2026 SAP SE or an SAP affiliate company. All rights reserved. * * This is a generated file powered by the SAP Cloud SDK for JavaScript. */ import { OpenApiRequestBuilder } from '@sap-ai-sdk/core'; /** * Representation of the 'TenantInfoApi'. * This API is part of the 'AI_CORE_API' service. */ export const TenantInfoApi = { _defaultBasePath: undefined, /** * Tenant information containing the service plan that the tenant is subscribed to. * @returns The request builder, use the `execute()` method to trigger the request. */ tenantInfoGet: () => new OpenApiRequestBuilder('get', '/admin/tenantInfo', {}, TenantInfoApi._defaultBasePath) }; //# sourceMappingURL=tenant-info-api.js.map