Beignet API reference
    Preparing search index...

    Interface CreateIdempotencyFingerprintOptions

    Options for createIdempotencyFingerprint(...).

    interface CreateIdempotencyFingerprintOptions {
        omit?: readonly (string | readonly string[])[];
    }
    Index

    Properties

    Properties

    omit?: readonly (string | readonly string[])[]

    Omit values from the fingerprint input. Use this for the idempotency key itself or other request metadata that does not define the logical command.

    String paths can be top-level keys ("idempotencyKey") or dotted paths ("metadata.requestId"). Array paths avoid ambiguity when keys contain dots.