wedance-shared 1.0.121 → 1.0.123

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.
@@ -214,6 +214,7 @@ export type CheckoutClient = "mobile" | "web";
214
214
  export type CheckoutMode = "payment" | "setup" | "subscription";
215
215
  export type CheckoutSession = {
216
216
  id: string;
217
+ user_id: string;
217
218
  amount: number;
218
219
  client: CheckoutClient;
219
220
  created: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wedance-shared",
3
- "version": "1.0.121",
3
+ "version": "1.0.123",
4
4
  "description": "This repository contains shared TypeScript types and interfaces used across multiple WeDance applications:",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",