Comparing version 1.0.188-beta.8 to 1.0.188-beta.9
@@ -46,3 +46,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
constructor(service, owner, options, __etc) { | ||
this.__version = '1.0.188-beta.8'; | ||
this.__version = '1.0.188-beta.9'; | ||
this.session = null; | ||
@@ -49,0 +49,0 @@ this.connection = null; |
@@ -56,3 +56,3 @@ import { RecordData, Form, FetchOptions, DatabaseResponse, GetRecordQuery, Condition, PostRecordConfig, ProgressCallback, FileInfo, DelRecordQuery } from '../Types'; | ||
private_key?: string; | ||
}): Promise<string>; | ||
}): Promise<DatabaseResponse<string> | string>; | ||
export declare function grantPrivateRecordAccess(params: { | ||
@@ -59,0 +59,0 @@ record_id: string; |
{ | ||
"name": "skapi-js", | ||
"version": "1.0.188-beta.8", | ||
"version": "1.0.188-beta.9", | ||
"description": "Skapi: Backend API for HTML frontend.", | ||
@@ -5,0 +5,0 @@ "main": "js/Main.js", |
3435290