@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.
Files changed (2) hide show
  1. package/dist/shop.d.ts +6 -0
  2. 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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonarcher/fika-types",
3
- "version": "1.0.85",
3
+ "version": "1.0.87",
4
4
  "description": "Shared TypeScript types for Fika projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",