@matchi/api 0.20241209.1 → 0.20241210.1

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/index.d.mts CHANGED
@@ -1260,6 +1260,7 @@ type playSession = {
1260
1260
  settings: playSessionSettings;
1261
1261
  url: string;
1262
1262
  splitPayment: boolean;
1263
+ chatId?: string;
1263
1264
  };
1264
1265
 
1265
1266
  type playSessionResponse = {
package/dist/index.d.ts CHANGED
@@ -1260,6 +1260,7 @@ type playSession = {
1260
1260
  settings: playSessionSettings;
1261
1261
  url: string;
1262
1262
  splitPayment: boolean;
1263
+ chatId?: string;
1263
1264
  };
1264
1265
 
1265
1266
  type playSessionResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20241209.1",
3
+ "version": "0.20241210.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",