@oneblink/storage
Advanced tools
Comparing version 1.0.0-beta.12 to 1.0.0-beta.13
@@ -157,2 +157,3 @@ "use strict"; | ||
device, | ||
submissionTimestamp: new Date().toISOString(), | ||
}), | ||
@@ -159,0 +160,0 @@ key: `forms/${definition.id}/drafts`, |
@@ -37,3 +37,3 @@ import { PutObjectCommandInput } from '@aws-sdk/client-s3'; | ||
formsAppId: number; | ||
/** An encrypted token that repraesents the user */ | ||
/** An encrypted token that represents the user */ | ||
userToken?: string; | ||
@@ -40,0 +40,0 @@ /** The external identifier that represents the submission */ |
{ | ||
"name": "@oneblink/storage", | ||
"description": "SDK for managing storage files in the OneBlink ecosystem", | ||
"version": "1.0.0-beta.12", | ||
"version": "1.0.0-beta.13", | ||
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
104033
1139