@wix/auto_sdk_events_notifications 1.0.43 → 1.0.45

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.
@@ -385,6 +385,8 @@ interface Address extends AddressStreetOneOf {
385
385
  addressLine2?: string | null;
386
386
  /** A string containing the human-readable address of this location */
387
387
  formatted?: string | null;
388
+ /** Free text for human-to-human textual orientation aid purposes */
389
+ hint?: string | null;
388
390
  /** coordinates of the physical address */
389
391
  location?: AddressLocation;
390
392
  /** country full-name */