wedance-shared 1.0.140 → 1.0.141

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.
@@ -239,6 +239,7 @@ export type CheckoutSession = {
239
239
  discount_code: string | null;
240
240
  discount_code_id: string | null;
241
241
  discount_amount: number | null;
242
+ discount_percentage: number | null;
242
243
  discount_type: string | null;
243
244
  partner_name: string | null;
244
245
  test: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wedance-shared",
3
- "version": "1.0.140",
3
+ "version": "1.0.141",
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",