omni-osint-query-client 1.1.4 → 1.2.2

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.
@@ -153,7 +153,7 @@ export type LocationData = {
153
153
  *
154
154
  * Sub-administrative area
155
155
  */
156
- sub_administrative_area: string;
156
+ sub_administrative_area?: string;
157
157
  /**
158
158
  * Locality
159
159
  *
@@ -165,7 +165,7 @@ export type LocationData = {
165
165
  *
166
166
  * Sub-locality
167
167
  */
168
- sub_locality: string;
168
+ sub_locality?: string;
169
169
  /**
170
170
  * Address
171
171
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omni-osint-query-client",
3
- "version": "1.1.4",
3
+ "version": "1.2.2",
4
4
  "engines": {
5
5
  "node": ">=24.0.0"
6
6
  },
@@ -51,4 +51,4 @@
51
51
  "axios": "^1.13.5",
52
52
  "form-data": "^4.0.5"
53
53
  }
54
- }
54
+ }