@dev.smartpricing/message-composer-utils 4.2.6-brands.1 → 4.2.6-brands.2

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": "@dev.smartpricing/message-composer-utils",
3
- "version": "4.2.6-brands.1",
3
+ "version": "4.2.6-brands.2",
4
4
  "description": "Shared types and utilities for the message composer",
5
5
  "type": "module",
6
6
  "exports": {
@@ -102,4 +102,5 @@ export interface BrandProperty {
102
102
  export interface Property {
103
103
  id: string;
104
104
  name: string;
105
+ hasAccess: boolean;
105
106
  }