expo-backend-types 0.5.0-EXPO-286-EB-Location.4 → 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 -3
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
|
};
|
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.
|
3
|
+
"version": "0.5.0-EXPO-286-EB-Location.6",
|
4
4
|
"description": "",
|
5
5
|
"author": "Expo",
|
6
6
|
"private": false,
|
@@ -49,13 +49,11 @@
|
|
49
49
|
"class-transformer": "^0.5.1",
|
50
50
|
"class-validator": "^0.14.1",
|
51
51
|
"country-state-city": "^3.2.1",
|
52
|
-
"fs": "^0.0.1-security",
|
53
52
|
"i18n-js": "^4.4.3",
|
54
53
|
"json-to-pretty-yaml": "^1.2.2",
|
55
54
|
"openapi3-ts": "^4.4.0",
|
56
55
|
"patch-package": "^8.0.0",
|
57
56
|
"reflect-metadata": "^0.2.0",
|
58
|
-
"swagger2-postman2-converter": "^0.0.3",
|
59
57
|
"zod": "^3.23.8"
|
60
58
|
},
|
61
59
|
"devDependencies": {
|