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

    Type Alias GrantPromotionalEntitlementsGroupInput

    Grant promotional entitlements for a feature group input

    type GrantPromotionalEntitlementsGroupInput = {
        customerId: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
        featureGroupId: Scalars["String"];
        promotionalEntitlements: GrantPromotionalEntitlementInput[];
    }
    Index

    Properties

    customerId: Scalars["String"]

    The unique identifier of the customer

    environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

    featureGroupId: Scalars["String"]

    Feature group ID to grant as promotional entitlement

    promotionalEntitlements: GrantPromotionalEntitlementInput[]

    List of promotional entitlements for features in the group

    MMNEPVFCICPMFPCPTTAAATR