@emailmaker/filemanager 0.10.49 → 0.10.50

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@emailmaker/filemanager",
3
- "version": "0.10.49",
3
+ "version": "0.10.50",
4
4
  "main": "./file-manager.js",
5
5
  "module": "./file-manager.esm.js",
6
6
  "types": "./index.d.ts",
package/types.d.ts CHANGED
@@ -392,7 +392,7 @@ export interface Config {
392
392
  customTheme?: CustomTheme;
393
393
  UNSPLASH_KEY?: string;
394
394
  APP_NAME_UNSPLASH?: string;
395
- /** Ключ Streamline API (добавляется на прокси, не передаётся с клиента). При использовании транзитного прокси передаётся в заголовке x-api-key. */
395
+ /** Ключ Streamline API. При транзитном и сервисном прокси передаётся в заголовке x-api-key с клиента. */
396
396
  STREAMLINE_API_KEY?: string;
397
397
  /** Переопределение URL прокси Streamline (по умолчанию /streamline). Ключ добавляется на прокси. */
398
398
  STREAMLINE_BASE_URL?: string;
@@ -408,6 +408,12 @@ export interface Config {
408
408
  locale?: string;
409
409
  }) => Promise<string>;
410
410
  UNSLASH_PROXY_URL?: string;
411
+ /** Service proxy URL for Unsplash (stock images). Direct proxy, no proxy_url param. */
412
+ stockImagesProxyUrl?: string;
413
+ /** Service proxy URL for Giphy (stock GIFs). Direct proxy, no proxy_url param. */
414
+ stockGifsProxyUrl?: string;
415
+ /** Service proxy URL for Streamline (stock icons). Direct proxy, no proxy_url param. */
416
+ stockIconsProxyUrl?: string;
411
417
  pushToGTM?: boolean;
412
418
  projectId?: string;
413
419
  elementId?: string;