@swell/cli 2.9.9 → 2.9.10

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.
@@ -15,6 +15,7 @@ const schema = {
15
15
  price: { type: 'number', minimum: 0 },
16
16
  price_external: { type: 'boolean' },
17
17
  price_interval: { type: 'string', enum: ['once', 'monthly'] },
18
+ price_trial_days: { type: 'number', minimum: 0 },
18
19
  storefront: { type: 'object' },
19
20
  theme: { type: 'object' },
20
21
  type: { type: 'string' },
@@ -52,6 +52,7 @@ export interface App {
52
52
  price?: number;
53
53
  price_external?: boolean;
54
54
  price_interval?: 'once' | 'monthly';
55
+ price_trial_days?: number;
55
56
  preview_video_url?: string;
56
57
  private_id?: string;
57
58
  public_id?: string;
@@ -92,6 +93,7 @@ export declare enum SwellJsonFields {
92
93
  PRICE = "price",
93
94
  PRICE_EXTERNAL = "price_external",
94
95
  PRICE_INTERVAL = "price_interval",
96
+ PRICE_TRIAL_DAYS = "price_trial_days",
95
97
  STOREFRONT = "storefront",
96
98
  THEME = "theme",
97
99
  TYPE = "type",
@@ -18,6 +18,7 @@ export var SwellJsonFields;
18
18
  SwellJsonFields["PRICE"] = "price";
19
19
  SwellJsonFields["PRICE_EXTERNAL"] = "price_external";
20
20
  SwellJsonFields["PRICE_INTERVAL"] = "price_interval";
21
+ SwellJsonFields["PRICE_TRIAL_DAYS"] = "price_trial_days";
21
22
  SwellJsonFields["STOREFRONT"] = "storefront";
22
23
  SwellJsonFields["THEME"] = "theme";
23
24
  SwellJsonFields["TYPE"] = "type";
@@ -3594,5 +3594,5 @@
3594
3594
  ]
3595
3595
  }
3596
3596
  },
3597
- "version": "2.9.9"
3597
+ "version": "2.9.10"
3598
3598
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swell/cli",
3
- "version": "2.9.9",
3
+ "version": "2.9.10",
4
4
  "type": "module",
5
5
  "description": "Swell's command line interface/utility",
6
6
  "keywords": [