Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias Recon

    type Recon = {
        cancelRecon(reconId: string): Promise<ReconStatusType>;
        readRecon(reconId: string): Promise<ReconType>;
        readRecons(): Promise<ReconType[]>;
        startRecon(mappingName: string): Promise<ReconStatusType>;
        startReconById(
            mappingName: string,
            objectId: string,
        ): Promise<ReconStatusType>;
    }
    Index

    Methods

    • Read recon

      Parameters

      • reconId: string

        id of the recon

      Returns Promise<ReconType>

      a promise resolving to a recon object

    • Start a reconciliation by Id

      Parameters

      • mappingName: string

        mapping to reconcile

      • objectId: string

        id of object to reconcile

      Returns Promise<ReconStatusType>

      a promise resolving to a recon status object