@shopfront/types 0.0.2 → 0.0.3-alpha.0

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.
Files changed (2) hide show
  1. package/Database.gen.ts +2 -0
  2. package/package.json +1 -1
package/Database.gen.ts CHANGED
@@ -205,6 +205,7 @@ export interface Options {
205
205
  sign_in_password_first_login: boolean;
206
206
  register_invoice_number_mode: "incremental" | "random_string" | "random_number";
207
207
  new_user_default_reporting_all_access: boolean;
208
+ future_price_auto_activate_when_printed: boolean;
208
209
  flag_force_product_redesign: boolean;
209
210
  "flag:use_css_tickets": boolean;
210
211
  "flag:view_host_file": boolean;
@@ -345,6 +346,7 @@ export const defaultOptions: Options = {
345
346
  sign_in_password_first_login: false,
346
347
  register_invoice_number_mode: "incremental",
347
348
  new_user_default_reporting_all_access: true,
349
+ future_price_auto_activate_when_printed: false,
348
350
  flag_force_product_redesign: true,
349
351
  "flag:use_css_tickets": false,
350
352
  "flag:view_host_file": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopfront/types",
3
- "version": "0.0.2",
3
+ "version": "0.0.3-alpha.0",
4
4
  "type": "module",
5
5
  "main": "./index.ts",
6
6
  "types": "./index.ts",