@umbraco-commerce/backoffice 16.0.0 → 16.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-commerce/backoffice",
3
- "version": "16.0.0",
3
+ "version": "16.1.1",
4
4
  "type": "module",
5
5
  "types": "./types/umbraco-commerce-public.d.ts",
6
6
  "files": [
@@ -410,6 +410,9 @@ declare type StoreDto = {
410
410
  cookieTimeout?: number | null;
411
411
  confirmationEmailTemplate?: EmailTemplateDto | EmailTemplateNamedReferenceDto | EmailTemplateReferenceDto | null;
412
412
  errorEmailTemplate?: EmailTemplateDto | EmailTemplateNamedReferenceDto | EmailTemplateReferenceDto | null;
413
+ abandonedCartEmailTemplate?: EmailTemplateDto | EmailTemplateNamedReferenceDto | EmailTemplateReferenceDto | null;
414
+ abandonedCartInactivityPeriod: number;
415
+ abandonedCartLandingPageUrl?: string | null;
413
416
  cartNumberTemplate?: string | null;
414
417
  orderNumberTemplate?: string | null;
415
418
  orderRoundingMethod: OrderRoundingMethod;
@@ -424,6 +427,8 @@ declare type StoreDto = {
424
427
  defaultGiftCardEmailTemplate?: EmailTemplateDto | EmailTemplateNamedReferenceDto | EmailTemplateReferenceDto | null;
425
428
  allowedUsers?: Array<string> | null;
426
429
  allowedUserRoles?: Array<string> | null;
430
+ logoImageUrl?: string | null;
431
+ themeColor?: string | null;
427
432
  };
428
433
 
429
434
  declare type StoreNamedReferenceDto = {