@jealous-robot-dev/shared-types-responses 1.32.14 → 1.32.15
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.
@@ -119,14 +119,13 @@ export interface ViewEventAboutHostPhrases {
|
|
119
119
|
reviews: string;
|
120
120
|
website: string;
|
121
121
|
gold_badge: string;
|
122
|
-
acceptance: string;
|
123
122
|
use_drophr: string;
|
124
123
|
member_since: string;
|
125
124
|
login_to_view: string;
|
126
125
|
about_gold_badge: LND;
|
127
126
|
ask_a_question: string;
|
128
127
|
cancellation_rate: string;
|
129
|
-
|
128
|
+
about_cancellation_rate: LND;
|
130
129
|
}
|
131
130
|
export interface ViewEventHostData {
|
132
131
|
is_available: boolean;
|