@placeos/ts-client 4.7.2 → 4.7.4

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.7.2",
2
+ "version": "4.7.4",
3
3
  "license": "MIT",
4
4
  "name": "@placeos/ts-client",
5
5
  "author": "Alex Sorafumo <alex@place.tech>",
package/src/api.ts CHANGED
@@ -366,6 +366,7 @@ export {
366
366
  approveSignagePlaylist,
367
367
  listSignagePlaylistMedia,
368
368
  listSignagePlaylistMediaRevisions,
369
+ mediaThumbnail,
369
370
  querySignageMedia,
370
371
  querySignagePlaylists,
371
372
  removeSignageMedia,
@@ -475,7 +476,6 @@ export type {
475
476
  PlaceAssetTypeQueryOptions,
476
477
  } from './assets/interfaces';
477
478
 
478
- export { PlaceShortUrl } from './short-url/short-url.class';
479
479
  export {
480
480
  addShortUrl,
481
481
  generateQrCode,
@@ -494,8 +494,8 @@ export type {
494
494
  PlaceShortUrlQueryOptions,
495
495
  QrCodeFormat,
496
496
  } from './short-url/interfaces';
497
+ export { PlaceShortUrl } from './short-url/short-url.class';
497
498
 
498
- export { PlaceStorage, type StorageType } from './storages/storage.class';
499
499
  export {
500
500
  addStorage,
501
501
  queryStorages,
@@ -504,6 +504,7 @@ export {
504
504
  updateStorage,
505
505
  } from './storages/functions';
506
506
  export type { PlaceStorageQueryOptions } from './storages/interfaces';
507
+ export { PlaceStorage, type StorageType } from './storages/storage.class';
507
508
 
508
509
  export {
509
510
  queryWebrtcRooms,
@@ -37,7 +37,7 @@ let _options: PlaceAuthOptions = {} as any;
37
37
  * @private
38
38
  * Browser key store to use for authentication credentials. Defaults to `localStorage`
39
39
  */
40
- let _storage: Storage;
40
+ let _storage: Storage = localStorage;
41
41
  /**
42
42
  * @private
43
43
  * Authentication authority of for the current domain