@open-tender/types 0.2.61 → 0.2.63

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.
@@ -289,6 +289,7 @@ export interface ConfigContent {
289
289
  videoUrlMobile: string;
290
290
  };
291
291
  orders: ConfigContentField;
292
+ pointsShop: ConfigContentField;
292
293
  profile: ConfigContentField;
293
294
  refunds: ConfigContentField & {
294
295
  background: string;
@@ -81,6 +81,8 @@ export interface ThemeButtonLargeSize extends ThemeButtonSize {
81
81
  minHeight: string;
82
82
  minHeightMobile: string;
83
83
  showButtonApp: boolean;
84
+ showIcons: boolean;
85
+ showIconsMobile: boolean;
84
86
  showSubtitle: boolean;
85
87
  showSubtitleMobile: boolean;
86
88
  subtitleFontMobile: string;
@@ -289,6 +289,7 @@ export interface ConfigContent {
289
289
  videoUrlMobile: string;
290
290
  };
291
291
  orders: ConfigContentField;
292
+ pointsShop: ConfigContentField;
292
293
  profile: ConfigContentField;
293
294
  refunds: ConfigContentField & {
294
295
  background: string;
@@ -81,6 +81,8 @@ export interface ThemeButtonLargeSize extends ThemeButtonSize {
81
81
  minHeight: string;
82
82
  minHeightMobile: string;
83
83
  showButtonApp: boolean;
84
+ showIcons: boolean;
85
+ showIconsMobile: boolean;
84
86
  showSubtitle: boolean;
85
87
  showSubtitleMobile: boolean;
86
88
  subtitleFontMobile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.61",
3
+ "version": "0.2.63",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",