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

    Type Alias ClearCustomerPersistentCacheInput

    Input for clearing a customers persistent cache.

    type ClearCustomerPersistentCacheInput = {
        customerId: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
        resourceId?: InputMaybe<Scalars["String"]>;
    }
    Index

    Properties

    customerId: Scalars["String"]

    The unique identifier of the customer whose cache should be cleared.

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

    The unique identifier for the environment

    resourceId?: InputMaybe<Scalars["String"]>

    The resource ID scoped to the customer.

    MMNEPVFCICPMFPCPTTAAATR