@oxyfoo/whymeet-types 0.0.30 → 0.0.31

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.
@@ -541,6 +541,7 @@ export interface WSResponse_Like {
541
541
  payload: {
542
542
  matched: boolean;
543
543
  conversationId?: string;
544
+ intentionAdded?: boolean;
544
545
  } | {
545
546
  error: string;
546
547
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxyfoo/whymeet-types",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "WhyMeet Types - Shared TypeScript types for the WhyMeet project.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",