@commercetools-frontend/constants 22.4.0 → 22.6.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 = "22.
|
|
6
|
+
var version = "22.6.0";
|
|
7
7
|
|
|
8
8
|
// DOM elements
|
|
9
9
|
const PORTALS_CONTAINER_ID = 'portals-container';
|
|
@@ -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 = "22.
|
|
6
|
+
var version = "22.6.0";
|
|
7
7
|
|
|
8
8
|
// DOM elements
|
|
9
9
|
const PORTALS_CONTAINER_ID = 'portals-container';
|
|
@@ -131,6 +131,7 @@ export type ApplicationOidcForDevelopmentConfig = {
|
|
|
131
131
|
authorizeUrl: string;
|
|
132
132
|
initialProjectKey?: string;
|
|
133
133
|
teamId?: string;
|
|
134
|
+
applicationId?: string;
|
|
134
135
|
oAuthScopes?: {
|
|
135
136
|
view: string[];
|
|
136
137
|
manage: string[];
|
|
@@ -144,6 +145,7 @@ export type ApplicationOidcForDevelopmentConfig = {
|
|
|
144
145
|
export interface ApplicationWindow extends Window {
|
|
145
146
|
app: {
|
|
146
147
|
applicationId: string;
|
|
148
|
+
customViewId?: string;
|
|
147
149
|
applicationName: string;
|
|
148
150
|
entryPointUriPath: string;
|
|
149
151
|
revision: string;
|
package/package.json
CHANGED