@aptos-scp/scp-component-store-selling-features-domain-model 1.10.0 → 1.10.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.
@@ -58,7 +58,7 @@ export interface IFeatureAccessConfig {
58
58
  preconfiguredOverrides?: PreconfiguredDiscountOverrides;
59
59
  byFeeType?: IFeeType;
60
60
  defaultSelection?: IDefaultSelectionForManualDiscount;
61
- addAttachments?: Attachments;
61
+ addAttachments?: IAttachmentSettings;
62
62
  }
63
63
  export interface ITranslatableMessage {
64
64
  [locale: string]: string;
@@ -170,7 +170,7 @@ export interface SubscriptionSavings {
170
170
  value: string;
171
171
  reason: Reason;
172
172
  }
173
- export interface Attachments {
173
+ export interface IAttachmentSettings {
174
174
  enabled?: boolean;
175
175
  required?: boolean;
176
176
  maximumAttachments?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-scp/scp-component-store-selling-features-domain-model",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "This component library provides the common components to handle the coordination of processing the business events from the UI.",
5
5
  "private": false,
6
6
  "license": "SEE LICENSE IN LICENSE.md",