@maxim_mazurok/gapi.client.addressvalidation-v1 0.0.20250320 → 0.0.20250324

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 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://addressvalidation.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250320
12
+ // Revision: 20250324
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -39,7 +39,7 @@ declare namespace gapi.client {
39
39
  addressComponents?: GoogleMapsAddressvalidationV1AddressComponent[];
40
40
  /** The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located. Note: the format of this address may not match the format of the address in the `postal_address` field. For example, the `postal_address` always represents the country as a 2 letter `region_code`, such as "US" or "NZ". By contrast, this field uses a longer form of the country name, such as "USA" or "New Zealand". */
41
41
  formattedAddress?: string;
42
- /** The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types). */
42
+ /** The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types). **Note: you might see a missing component type when you think you've already supplied the missing component.** For example, this can happen when the input address contains the building name, but not the premise number. In the address "渋谷区渋谷3丁目 Shibuya Stream", the building name "Shibuya Stream" has the component type `premise`, but the premise number is missing, so `missing_component_types` will contain `premise`. */
43
43
  missingComponentTypes?: string[];
44
44
  /** The post-processed address represented as a postal address. */
45
45
  postalAddress?: GoogleTypePostalAddress;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.addressvalidation-v1",
3
- "version": "0.0.20250320",
3
+ "version": "0.0.20250324",
4
4
  "description": "TypeScript typings for Address Validation API v1",
5
5
  "repository": {
6
6
  "type": "git",