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

    Type Alias PackageFeatureEntitlementFragment

    type PackageFeatureEntitlementFragment = {
        __typename: "PackageFeatureEntitlement";
        behavior: EntitlementBehavior;
        description?: string | null;
        displayNameOverride?: string | null;
        enumValues?: string[] | null;
        feature: {
            __typename?: "Feature";
            additionalMetaData?: any | null;
            description?: string | null;
            displayName: string;
            featureType: FeatureType;
            featureUnits?: string | null;
            featureUnitsPlural?: string | null;
            meterType?: MeterType | null;
            refId: string;
        };
        featureId: string;
        hasSoftLimit?: boolean
        | null;
        hasUnlimitedUsage?: boolean | null;
        hiddenFromWidgets?: WidgetType[] | null;
        id: any;
        isCustom?: boolean | null;
        isGranted: boolean;
        order?: number | null;
        resetPeriod?: EntitlementResetPeriod | null;
        usageLimit?: number | null;
    }
    Index

    Properties

    __typename: "PackageFeatureEntitlement"
    description?: string | null
    displayNameOverride?: string | null
    enumValues?: string[] | null
    feature: {
        __typename?: "Feature";
        additionalMetaData?: any | null;
        description?: string | null;
        displayName: string;
        featureType: FeatureType;
        featureUnits?: string | null;
        featureUnitsPlural?: string | null;
        meterType?: MeterType | null;
        refId: string;
    }
    featureId: string
    hasSoftLimit?: boolean | null
    hasUnlimitedUsage?: boolean | null
    hiddenFromWidgets?: WidgetType[] | null
    id: any
    isCustom?: boolean | null
    isGranted: boolean
    order?: number | null
    resetPeriod?: EntitlementResetPeriod | null
    usageLimit?: number | null
    MMNEPVFCICPMFPCPTTAAATR