expo-backend-types 0.5.0-EXPO-286-EB-Location.5 → 0.5.0-EXPO-286-EB-Location.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -351,7 +351,7 @@ export interface paths {
351
351
  patch?: never;
352
352
  trace?: never;
353
353
  };
354
- "/location/states-by-country/{country}": {
354
+ "/location/states-by-country/{countryCode}": {
355
355
  parameters: {
356
356
  query?: never;
357
357
  header?: never;
@@ -1473,7 +1473,7 @@ export interface operations {
1473
1473
  query?: never;
1474
1474
  header?: never;
1475
1475
  path: {
1476
- country: string;
1476
+ countryCode: string;
1477
1477
  };
1478
1478
  cookie?: never;
1479
1479
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-backend-types",
3
- "version": "0.5.0-EXPO-286-EB-Location.5",
3
+ "version": "0.5.0-EXPO-286-EB-Location.6",
4
4
  "description": "",
5
5
  "author": "Expo",
6
6
  "private": false,