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

    Type Alias RemoveFeatureGroupFromPackageInput

    Input for removing a feature group and his related entitlements (if there are no other groups they are a part of) from a package

    type RemoveFeatureGroupFromPackageInput = {
        environmentId?: InputMaybe<Scalars["UUID"]>;
        featureGroupId: Scalars["UUID"];
        packageId: Scalars["UUID"];
    }
    Index

    Properties

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

    The unique identifier for the environment

    featureGroupId: Scalars["UUID"]

    The group id to remove

    packageId: Scalars["UUID"]

    The unique identifier of the plan or add-on

    MMNEPVFCICPMFPCPTTAAATR