@simonarcher/fika-types 1.0.85 → 1.0.87
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/dist/shop.d.ts +6 -0
- package/package.json +1 -1
package/dist/shop.d.ts
CHANGED
|
@@ -505,6 +505,12 @@ export type RoasterRef = {
|
|
|
505
505
|
* @default false (for backward compatibility with existing associations)
|
|
506
506
|
*/
|
|
507
507
|
isWhiteLabelSupplier?: boolean;
|
|
508
|
+
/**
|
|
509
|
+
* Whether to show this roaster on the shop's public profile
|
|
510
|
+
* @default true (for backward compatibility with existing associations)
|
|
511
|
+
* If false, the roaster will be hidden from public view (useful for white label suppliers)
|
|
512
|
+
*/
|
|
513
|
+
showOnPublicProfile?: boolean;
|
|
508
514
|
};
|
|
509
515
|
export type CommunitySignal = 'cupping' | 'training' | 'education' | 'origin talk' | 'sustainability' | 'direct trade' | 'traceable';
|
|
510
516
|
export type BaristaAchievement = {
|