@jealous-robot-dev/shared-types-responses 1.13.50 → 1.13.54

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.
@@ -147,6 +147,10 @@ export interface EventManagerFormsFee {
147
147
  warning: string;
148
148
  description: string;
149
149
  input_label: string;
150
+ price_limit: {
151
+ min: number;
152
+ max: number;
153
+ };
150
154
  }
151
155
  export interface EventManagerFormsPrerequisites {
152
156
  labels: string;
@@ -116,6 +116,10 @@ export interface SEVideoPhrases {
116
116
  }
117
117
  export interface SEPricePhrases {
118
118
  page_title: string;
119
+ price_limit: {
120
+ min: number;
121
+ max: number;
122
+ };
119
123
  question: string;
120
124
  input: {
121
125
  placeholder: string;
@@ -15,6 +15,7 @@ export interface SmartHeaderPhrases {
15
15
  events: string;
16
16
  performance: string;
17
17
  invite_a_friend: string;
18
+ switch_to_host: string;
18
19
  payment_history: string;
19
20
  your_profile: string;
20
21
  account_settings: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.13.50",
3
+ "version": "1.13.54",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",