stash
This commit is contained in:
parent
4c9e8f942e
commit
23185e1721
13 changed files with 365 additions and 107 deletions
|
|
@ -40,6 +40,12 @@ const SCHEMAS = {
|
|||
fields: ['category_id'],
|
||||
interpret: ([category_id]) => ({kind: 'category', category_id})
|
||||
},
|
||||
'4-2': {
|
||||
name: 'group_storage_location',
|
||||
fields: ['owner_group_id', 'storage_location_id'],
|
||||
interpret: ([owner_group_id, storage_location_id]) =>
|
||||
({kind: 'group_storage_location', owner_group_id, storage_location_id})
|
||||
},
|
||||
}
|
||||
|
||||
const BASE64URL_ALPHABET = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue