@jealous-robot-dev/shared-types-responses 1.26.9 → 1.26.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.
@@ -131,7 +131,7 @@ export interface ViewEventDatesCalendarPhrases {
131
131
  export interface ViewEventCommonDatePhrases {
132
132
  choose: string;
133
133
  person: string;
134
- sold: string;
134
+ unavailable: string;
135
135
  almost_sold: string;
136
136
  show_more_dates?: string;
137
137
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.26.9",
3
+ "version": "1.26.10",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",