ets-fe-ng-sdk 20.3.14 → 20.3.15

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/index.d.ts CHANGED
@@ -1361,7 +1361,7 @@ interface IConfigImages {
1361
1361
  light: string;
1362
1362
  };
1363
1363
  /** Path to watermark image used for document overlays */
1364
- watermark: string;
1364
+ watermark?: string;
1365
1365
  /** Logo image paths for different themes */
1366
1366
  logo: {
1367
1367
  /** Dark theme logo path */
@@ -1370,14 +1370,14 @@ interface IConfigImages {
1370
1370
  light: string;
1371
1371
  };
1372
1372
  /** Profile picture configuration */
1373
- pp: {
1373
+ pp?: {
1374
1374
  /** Source path for full-size profile pictures */
1375
1375
  src: string;
1376
1376
  /** Path for minimized/thumbnail profile pictures */
1377
1377
  min: string;
1378
1378
  };
1379
1379
  /** Other image configuration */
1380
- other: {
1380
+ other?: {
1381
1381
  /** Source path for full-size images */
1382
1382
  src: string;
1383
1383
  /** Path for minimized/thumbnail images */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ets-fe-ng-sdk",
3
- "version": "20.3.14",
3
+ "version": "20.3.15",
4
4
  "repository": {
5
5
  "url": "https://github.com/Evolutics-Tech/ets-fe-sdk"
6
6
  },