@infomaximum/widget-sdk 7.0.0-32 → 7.0.0-33

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [7.0.0-33](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-32...v7.0.0-33) (2026-08-12)
6
+
7
+
8
+ ### Features
9
+
10
+ * **BI-15638:** add apiVersion 20 for dimension aggregation format migration ([d084ba8](https://github.com/Infomaximum/widget-sdk/commit/d084ba80df4b4f35ef1d2ecea08ad24063af6fd8))
11
+
5
12
  ## [7.0.0-32](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-31...v7.0.0-32) (2026-08-10)
6
13
 
7
14
 
package/dist/index.d.ts CHANGED
@@ -28371,13 +28371,13 @@ declare const availableFormatsBySimpleType: {
28371
28371
  type TVersion = `${number}`;
28372
28372
  type TMigrationStruct = Record<string, any>;
28373
28373
  /** Массив версий в строгом порядке, по которому последовательно выполняется миграция */
28374
- declare const apiVersions: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "10.1", "10.2", "10.3", "11", "12", "13", "13.1", "14", "15", "15.1", "15.2", "16", "16.1", "16.2", "17", "18", "19"];
28374
+ declare const apiVersions: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "10.1", "10.2", "10.3", "11", "12", "13", "13.1", "14", "15", "15.1", "15.2", "16", "16.1", "16.2", "17", "18", "19", "20"];
28375
28375
  type TApiVersion = (typeof apiVersions)[number];
28376
28376
  /**
28377
28377
  * Актуальная версия settings, с которой работает система.
28378
28378
  * Используется единая версия для settings виджетов и показателей.
28379
28379
  */
28380
- declare const apiVersion: "17" | "1" | "19" | "3" | "2" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "10.1" | "10.2" | "11" | "10.3" | "12" | "13" | "14" | "15" | "13.1" | "16" | "18" | "15.1" | "15.2" | "16.1" | "16.2";
28380
+ declare const apiVersion: "17" | "1" | "19" | "3" | "2" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "10.1" | "10.2" | "11" | "10.3" | "12" | "13" | "14" | "15" | "13.1" | "16" | "18" | "15.1" | "15.2" | "20" | "16.1" | "16.2";
28381
28381
  interface IWidgetStruct<Settings extends IBaseWidgetSettings = IBaseWidgetSettings> {
28382
28382
  key: string;
28383
28383
  apiVersion: TApiVersion;
package/dist/index.esm.js CHANGED
@@ -32,6 +32,7 @@ var apiVersions = [
32
32
  "17", // 2508
33
33
  "18", // 2601
34
34
  "19", // 2602
35
+ "20", // BI-15638
35
36
  ];
36
37
  /**
37
38
  * Актуальная версия settings, с которой работает система.
package/dist/index.js CHANGED
@@ -33,6 +33,7 @@ var apiVersions = [
33
33
  "17", // 2508
34
34
  "18", // 2601
35
35
  "19", // 2602
36
+ "20", // BI-15638
36
37
  ];
37
38
  /**
38
39
  * Актуальная версия settings, с которой работает система.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "7.0.0-32",
3
+ "version": "7.0.0-33",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",