@astral/features 3.119.0 → 3.119.1
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/node/productSwitcher/components/IdentityProductSwitcher/utils/getTenantsProducts/getTenantsProducts.d.ts +1 -1
- package/node/productSwitcher/components/IdentityProductSwitcher/utils/getTenantsProducts/getTenantsProducts.js +1 -1
- package/package.json +2 -2
- package/productSwitcher/components/IdentityProductSwitcher/utils/getTenantsProducts/getTenantsProducts.d.ts +1 -1
- package/productSwitcher/components/IdentityProductSwitcher/utils/getTenantsProducts/getTenantsProducts.js +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type WidgetProduct } from '@astral/ui';
|
|
2
2
|
/**
|
|
3
3
|
* Получение всех продуктов из разных экосистем и группировка в единую мапу
|
|
4
|
-
* @param identityUrl -
|
|
4
|
+
* @param identityUrl - ссылка на identity
|
|
5
5
|
* @param tenants - список экосистем, чтобы была возможность не все экосистемы показывать в виджете.
|
|
6
6
|
*/
|
|
7
7
|
export declare const getTenantsProducts: (identityUrl: string, tenants: string[]) => Promise<Record<string, WidgetProduct[]>>;
|
|
@@ -13,7 +13,7 @@ exports.getTenantsProducts = void 0;
|
|
|
13
13
|
const utils_1 = require("../../../../utils");
|
|
14
14
|
/**
|
|
15
15
|
* Получение всех продуктов из разных экосистем и группировка в единую мапу
|
|
16
|
-
* @param identityUrl -
|
|
16
|
+
* @param identityUrl - ссылка на identity
|
|
17
17
|
* @param tenants - список экосистем, чтобы была возможность не все экосистемы показывать в виджете.
|
|
18
18
|
*/
|
|
19
19
|
const getTenantsProducts = (identityUrl, tenants) => __awaiter(void 0, void 0, void 0, function* () {
|
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@astral/features",
|
|
3
3
|
"browser": "./index.js",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
|
-
"version": "3.119.
|
|
5
|
+
"version": "3.119.1",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@astral/ui": "^3.119.
|
|
7
|
+
"@astral/ui": "^3.119.1",
|
|
8
8
|
"mobx": "^6.8.0",
|
|
9
9
|
"mobx-react-lite": "^3.4.0",
|
|
10
10
|
"@astral/cryptopro-cades": "^1.5.1"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type WidgetProduct } from '@astral/ui';
|
|
2
2
|
/**
|
|
3
3
|
* Получение всех продуктов из разных экосистем и группировка в единую мапу
|
|
4
|
-
* @param identityUrl -
|
|
4
|
+
* @param identityUrl - ссылка на identity
|
|
5
5
|
* @param tenants - список экосистем, чтобы была возможность не все экосистемы показывать в виджете.
|
|
6
6
|
*/
|
|
7
7
|
export declare const getTenantsProducts: (identityUrl: string, tenants: string[]) => Promise<Record<string, WidgetProduct[]>>;
|
|
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
import { getIdentityProducts } from '../../../../utils';
|
|
11
11
|
/**
|
|
12
12
|
* Получение всех продуктов из разных экосистем и группировка в единую мапу
|
|
13
|
-
* @param identityUrl -
|
|
13
|
+
* @param identityUrl - ссылка на identity
|
|
14
14
|
* @param tenants - список экосистем, чтобы была возможность не все экосистемы показывать в виджете.
|
|
15
15
|
*/
|
|
16
16
|
export const getTenantsProducts = (identityUrl, tenants) => __awaiter(void 0, void 0, void 0, function* () {
|