ucs-exchange-object

1.0.16 • Public • Published

UcsExchangeObject is used for communication between UcsPublisher plugins - each plugin is an independent application which gets it on the input and outputs its modified, serialized version to the next plugins input.

Generally it looks like:


{
    registry: {
        data: {}, errors: []
    },
    modifiedObject: {},
    originalObject: {}
}



You can find API documentation in doc/html.zip

registry key contains logs, errors and any temporary data saved by plugins

modifiedObject - if you want to change anything in the publication package, you have to modify this object

originalObject - this is original publication package got from storage by PublishRouter, you can not modify this object

** WARNING: to modify any property of this object you should use only methods provided by UcsExchangeObject class**

/ucs-exchange-object/

    Package Sidebar

    Install

    npm i ucs-exchange-object

    Weekly Downloads

    7

    Version

    1.0.16

    License

    none

    Last publish

    Collaborators

    • dreamlab-bot
    • kuebk
    • wareczek
    • ghanto