New source found from dndbeyond.com
This commit is contained in:
@@ -57,6 +57,8 @@ const SYNC_ACTION_LOOKUP = {
|
||||
[types.CUSTOM_ITEM_CREATE]: true,
|
||||
[types.ITEM_DESTROY]: true,
|
||||
[types.CUSTOM_ITEM_DESTROY]: true,
|
||||
//ITEM PLAN
|
||||
[types.ITEM_PLAN_INVENTORY_MAPPING_CREATE]: true,
|
||||
//CURRENCY
|
||||
[types.CURRENCY_TRANSACTION_SET]: true,
|
||||
//OPTIONAL_FEATURES
|
||||
@@ -454,6 +456,8 @@ export function* executeHandler(action) {
|
||||
[types.CUSTOM_ITEM_DESTROY]: sagaHandlers.handleCustomItemDestroy,
|
||||
[types.ITEM_CHARGES_SET]: sagaHandlers.handleItemChargesSet,
|
||||
[types.ITEM_MOVE_SET]: sagaHandlers.handleItemMove,
|
||||
//ITEM PLAN
|
||||
[types.ITEM_PLAN_INVENTORY_MAPPING_CREATE]: sagaHandlers.handleItemPlanInventoryMappingCreate,
|
||||
//CURRENCY
|
||||
[types.CURRENCY_TRANSACTION_SET]: sagaHandlers.handleCurrencyTransactionSet,
|
||||
//OPTIONAL_FEATURES
|
||||
|
||||
Reference in New Issue
Block a user