Zamok Kiosk API
    Preparing search index...
    upsertMicrCorrectionLog: (
        detail: MicrCorrectionLogDetail,
        id?: string,
    ) => PayloadAction<"LOGS_UPSERT", LogUpsertPayload<MicrCorrectionLogDetail>> = ...

    Creates the canonical log action when a user changes parsed MICR values before keeping the scan. Dispatching LOGS_UPSERT directly avoids relying on a feature epic to forward the log request.

    Type Declaration

      • (
            detail: MicrCorrectionLogDetail,
            id?: string,
        ): PayloadAction<"LOGS_UPSERT", LogUpsertPayload<MicrCorrectionLogDetail>>
      • Parameters

        • detail: MicrCorrectionLogDetail
        • Optionalid: string

        Returns PayloadAction<"LOGS_UPSERT", LogUpsertPayload<MicrCorrectionLogDetail>>