@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.
@@ -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
- mimeType: string;
188
- type: string;
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;
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "registry": "https://registry.npmjs.org/",
7
7
  "tag": "latest"
8
8
  },
9
- "version": "1.21.2",
9
+ "version": "1.21.3",
10
10
  "main": "dist/sesamy-js.cjs",
11
11
  "module": "dist/sesamy-js.mjs",
12
12
  "types": "dist/sesamy-js.d.ts",