@sesamy/sesamy-js 1.21.2 → 1.21.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sesamy-js.d.ts +5 -4
- package/package.json +1 -1
package/dist/sesamy-js.d.ts
CHANGED
|
@@ -180,12 +180,13 @@ export type Entitlement = {
|
|
|
180
180
|
updatedAt: string;
|
|
181
181
|
};
|
|
182
182
|
export type Access = {
|
|
183
|
-
title: string;
|
|
184
|
-
filename: string;
|
|
185
183
|
id: string;
|
|
186
184
|
url: string;
|
|
187
|
-
|
|
188
|
-
|
|
185
|
+
title?: string;
|
|
186
|
+
filename?: string;
|
|
187
|
+
mimeType?: string;
|
|
188
|
+
type?: string;
|
|
189
|
+
token?: string;
|
|
189
190
|
};
|
|
190
191
|
export type SignedLink = {
|
|
191
192
|
url: string;
|