SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Options to configure OpenAPI client generation when using the generator programmatically.

    interface OpenAPIGeneratorOptions {
        generateESM?: boolean;
        resolveExternal?: boolean;
        schemaPrefix?: string;
    }
    Index

    Properties

    generateESM?: boolean

    Whether to generate ECMAScript modules instead of CommonJS modules.

    resolveExternal?: boolean

    Resolve external references.

    schemaPrefix?: string

    Prefix all schema names with a value.

    Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.