@vendure/common 2.0.0-next.21 → 2.0.0-next.22
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/lib/shared-types.d.ts +7 -0
- package/package.json +2 -2
package/lib/shared-types.d.ts
CHANGED
|
@@ -261,6 +261,13 @@ export interface AdminUiConfig {
|
|
|
261
261
|
* @default false
|
|
262
262
|
*/
|
|
263
263
|
hideVersion?: boolean;
|
|
264
|
+
/**
|
|
265
|
+
* @description
|
|
266
|
+
* The custom login image
|
|
267
|
+
*
|
|
268
|
+
* @since 1.9.0
|
|
269
|
+
*/
|
|
270
|
+
loginImage?: string;
|
|
264
271
|
/**
|
|
265
272
|
* @description
|
|
266
273
|
* Allows you to provide default reasons for a refund or cancellation. This will be used in the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendure/common",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.22",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"rimraf": "^3.0.2",
|
|
23
23
|
"typescript": "4.5.5"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "2f7a04a08dc8960eec35d2f58a7877ecfee52fd3"
|
|
26
26
|
}
|