@commercetools-frontend/constants 21.20.4 → 21.21.0
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
// NOTE: This string will be replaced on build time with the package version.
|
|
6
|
-
var version = "21.
|
|
6
|
+
var version = "21.21.0";
|
|
7
7
|
|
|
8
8
|
// DOM elements
|
|
9
9
|
var PORTALS_CONTAINER_ID = 'portals-container'; // Links
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
// NOTE: This string will be replaced on build time with the package version.
|
|
6
|
-
var version = "21.
|
|
6
|
+
var version = "21.21.0";
|
|
7
7
|
|
|
8
8
|
// DOM elements
|
|
9
9
|
var PORTALS_CONTAINER_ID = 'portals-container'; // Links
|
|
@@ -135,6 +135,11 @@ export declare type ApplicationOidcForDevelopmentConfig = {
|
|
|
135
135
|
view: string[];
|
|
136
136
|
manage: string[];
|
|
137
137
|
};
|
|
138
|
+
additionalOAuthScopes?: {
|
|
139
|
+
name: string;
|
|
140
|
+
view: string[];
|
|
141
|
+
manage: string[];
|
|
142
|
+
}[];
|
|
138
143
|
};
|
|
139
144
|
export interface ApplicationWindow extends Window {
|
|
140
145
|
dataLayer: unknown[];
|
package/package.json
CHANGED