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

    Type Alias FeatureEntitlementFragment

    type FeatureEntitlementFragment = {
        __typename: "FeatureEntitlement";
        accessDeniedReason?: AccessDeniedReason | null;
        creditRate?:
            | { __typename?: "CreditRate"; amount: number; currencyId: string }
            | null;
        currentUsage?: number | null;
        entitlementUpdatedAt?: any | null;
        enumValues?: string[] | null;
        feature?: { __typename?: "EntitlementFeature" } & FeatureFragment | null;
        hasSoftLimit?: boolean | null;
        hasUnlimitedUsage: boolean;
        isGranted: boolean;
        resetPeriod?: EntitlementResetPeriod | null;
        resetPeriodConfiguration?:
            | { __typename?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_
            | { __typename?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_
            | { __typename?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_
            | null;
        usageLimit?: number | null;
        usagePeriodAnchor?: any | null;
        usagePeriodEnd?: any | null;
        usagePeriodStart?: any | null;
        usageUpdatedAt?: any | null;
        validUntil?: any | null;
    }
    Index

    Properties

    __typename: "FeatureEntitlement"
    accessDeniedReason?: AccessDeniedReason | null
    creditRate?:
        | { __typename?: "CreditRate"; amount: number; currencyId: string }
        | null
    currentUsage?: number | null
    entitlementUpdatedAt?: any | null
    enumValues?: string[] | null
    feature?: { __typename?: "EntitlementFeature" } & FeatureFragment | null
    hasSoftLimit?: boolean | null
    hasUnlimitedUsage: boolean
    isGranted: boolean
    resetPeriod?: EntitlementResetPeriod | null
    resetPeriodConfiguration?:
        | { __typename?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_
        | { __typename?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_
        | { __typename?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_
        | null
    usageLimit?: number | null
    usagePeriodAnchor?: any | null
    usagePeriodEnd?: any | null
    usagePeriodStart?: any | null
    usageUpdatedAt?: any | null
    validUntil?: any | null
    MMNEPVFCICPMFPCPTTAAATR