@nimee/shared-types 1.0.79 → 1.0.80

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.
@@ -16,4 +16,8 @@ export interface IMarketPlace {
16
16
  sellerPublicKey: string;
17
17
  seatsWorkspaceKey?: string;
18
18
  seatsWorkspaceSecret?: string;
19
+ marketplaceFee: number;
20
+ imagesForLandingPage?: string[];
21
+ titleForLandingPage?: string;
22
+ descriptionForLandingPage?: string;
19
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimee/shared-types",
3
- "version": "1.0.79",
3
+ "version": "1.0.80",
4
4
  "description": "Types and interfaces that any service can access if needed",
5
5
  "main": "dist/index.js",
6
6
  "author": "dan goldberg",
@@ -122,4 +122,3 @@ export interface IPartnerSellerPayMeDetails {
122
122
  sellerPaymeId: string;
123
123
  sellerPublicKey: string;
124
124
  }
125
-
@@ -16,4 +16,8 @@ export interface IMarketPlace {
16
16
  sellerPublicKey: string;
17
17
  seatsWorkspaceKey?: string;
18
18
  seatsWorkspaceSecret?: string;
19
+ marketplaceFee: number;
20
+ imagesForLandingPage?: string[];
21
+ titleForLandingPage?: string;
22
+ descriptionForLandingPage?: string;
19
23
  }