Cerbos JavaScript SDK
    Preparing search index...

    Interface ModifyFilesResponse

    interface ModifyFilesResponse {
        changed: boolean;
        newStoreVersion: bigint;
    }
    Index

    Properties

    changed: boolean

    Whether any changes were made to the store contents.

    This can only be false if ModifyFilesRequest.allowUnchanged was true.

    newStoreVersion: bigint

    The new version of the store after the modifcations have been made.

    If ModifyFilesRequest.allowUnchanged was true, this will be the existing store version if no changes were made.