@aptos-scp/scp-component-store-selling-features-domain-model 1.46.1 → 1.46.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.
@@ -108,4 +108,3 @@ export * from "./ITransactionMetadataPersistanceObject";
108
108
  export * from "./IReceipt";
109
109
  export * from "./storeGoals/";
110
110
  export * from "./IStoreItemSummary";
111
- export * from "./IFormDefinition";
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.46.1",
3
+ "version": "1.46.2",
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",
@@ -1,5 +0,0 @@
1
- export interface IFormDefinition {
2
- name: string;
3
- schemaType: string;
4
- schema: object;
5
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=IFormDefinition.js.map