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.
- package/dist/types/schema.d.ts +2 -2
- package/package.json +1 -1
package/dist/types/schema.d.ts
CHANGED
@@ -351,7 +351,7 @@ export interface paths {
|
|
351
351
|
patch?: never;
|
352
352
|
trace?: never;
|
353
353
|
};
|
354
|
-
"/location/states-by-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
|
-
|
1476
|
+
countryCode: string;
|
1477
1477
|
};
|
1478
1478
|
cookie?: never;
|
1479
1479
|
};
|