@wix/auto_sdk_events_notifications 1.0.44 → 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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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 */
|