@mozilla/nimbus-schemas 2023.9.2 → 2023.9.3

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/index.d.ts +2 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -163,7 +163,8 @@ export interface SizingTarget {
163
163
  export interface SizingRecipe {
164
164
  app_id: string;
165
165
  channel: SizingReleaseChannel;
166
- locale: string;
166
+ locale?: string;
167
+ language?: string;
167
168
  country: string;
168
169
  new_or_existing: SizingUserType;
169
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozilla/nimbus-schemas",
3
- "version": "2023.9.2",
3
+ "version": "2023.9.3",
4
4
  "description": "Schemas used by Mozilla Nimbus and related projects.",
5
5
  "main": "index.d.ts",
6
6
  "repository": {