Comparing version 1.0.203-beta.5 to 1.0.203-beta.7
@@ -26,2 +26,3 @@ import SkapiError from '../main/error'; | ||
can_remove_referencing_records: false, | ||
only_granted_can_reference: false, | ||
}, | ||
@@ -131,4 +132,4 @@ ip: '', | ||
let splitPath = path.split('/'); | ||
let filename = decodeURIComponent(splitPath.slice(-1)[0]); | ||
let pathKey = decodeURIComponent(splitPath[10]); | ||
let filename = splitPath.slice(-1)[0]; | ||
let pathKey = splitPath[10]; | ||
let size = splitPath[9]; | ||
@@ -543,2 +544,3 @@ let uploaded = splitPath[8]; | ||
can_remove_referencing_records: 'boolean', | ||
only_granted_can_reference: 'boolean', | ||
referencing_index_restrictions: v => { | ||
@@ -545,0 +547,0 @@ if (!v) { |
@@ -81,2 +81,3 @@ export type Condition = 'gt' | 'gte' | 'lt' | 'lte' | 'eq' | 'ne' | '>' | '>=' | '<' | '<=' | '=' | '!='; | ||
can_remove_referencing_records?: boolean; | ||
only_granted_can_reference?: boolean; | ||
referencing_index_restrictions?: { | ||
@@ -83,0 +84,0 @@ name: string; |
{ | ||
"name": "skapi-js", | ||
"version": "1.0.203-beta.5", | ||
"version": "1.0.203-beta.7", | ||
"description": "Skapi: Backend API for HTML frontend.", | ||
@@ -5,0 +5,0 @@ "main": "js/Main.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3458370
9713