@stigg/node-server-sdk - v4.22.1

    Type Alias RecalculateEntitlementsInput

    Input object for triggering entitlement recalculation for one or more customers.

    type RecalculateEntitlementsInput = {
        customerIds?: InputMaybe<Scalars["String"][]>;
        environmentId: Scalars["UUID"];
        forAllCustomers?: InputMaybe<Scalars["Boolean"]>;
        sideEffectsOptions?: InputMaybe<
            RecalculateEntitlementsSideEffectsOptionsInput,
        >;
    }
    Index

    Properties

    customerIds?: InputMaybe<Scalars["String"][]>

    List of customer IDs for which to recalculate entitlements.

    environmentId: Scalars["UUID"]

    Identifier of the environment where recalculation should occur.

    forAllCustomers?: InputMaybe<Scalars["Boolean"]>

    If true, recalculates entitlements for all customers in the environment.

    Optional flags to control recalculation side effects.

    MMNEPVFCICPMFPCPTTAAATR