@kittycad/lib 4.0.15 → 4.0.18

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.
@@ -2175,7 +2175,7 @@ export interface EmailMarketingConsentState {
2175
2175
  /** Current consent state. */
2176
2176
  status: EmailMarketingConsentStatus;
2177
2177
  }
2178
- export type EmailMarketingConsentStatus = 'unknown' | 'dismissed' | 'pending' | 'confirmed' | 'declined';
2178
+ export type EmailMarketingConsentStatus = 'unknown' | 'dismissed' | 'pending' | 'confirmed' | 'unsubscribed' | 'declined';
2179
2179
  export interface EnableDryRun {
2180
2180
  }
2181
2181
  export interface EnableSketchMode {