@stigg/js-client-sdk - v3.92.2

    Type Alias MigratePackageFeatureGroupsToLatestInput

    Input for migrating package feature groups to latest version

    type MigratePackageFeatureGroupsToLatestInput = {
        accountId: Scalars["UUID"];
        entitlements: PackageEntitlementInput[];
        environmentId?: InputMaybe<Scalars["UUID"]>;
        packageId: Scalars["UUID"];
    }
    Index

    Properties

    accountId: Scalars["UUID"]

    The unique identifier for the account

    entitlements: PackageEntitlementInput[]

    List of package entitlements that are new to the feature groups

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

    The unique identifier for the environment

    packageId: Scalars["UUID"]

    The unique identifier of the plan or add-on

    MMNEPVFCICPMFPCPTTAAATR