Origin
: string
in package
The origin enum is used to denote which source of data should be affected by a particular operation.
Cases
OLD
The OLD origin is the source of data we are migrating from. When the migration is complete, this source of data will be unused.
NEW
The NEW origin is the source of data we are migrating to. When the migration is complete, this source of data will be the source of truth.