@xapp/ovai-lib 1.61.0 → 1.62.3

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.
@@ -16,4 +16,20 @@ export interface PlaceDescription {
16
16
  * If the location is the default.
17
17
  */
18
18
  default?: boolean;
19
+ /**
20
+ * The locations website
21
+ */
22
+ website?: string;
23
+ /**
24
+ * The locations telephone number
25
+ */
26
+ telephone?: string;
27
+ /**
28
+ * True if the business does not want to include booking options for Reserve With Google.
29
+ */
30
+ bookingOptOut?: boolean;
31
+ /**
32
+ * True if an administrator has verified the location and the owner.
33
+ */
34
+ adminVerified?: boolean;
19
35
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.61.0",
7
+ "version": "1.62.3",
8
8
  "description": "Shared library for OVAI",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -24,8 +24,8 @@
24
24
  "typescript": "5.5.3"
25
25
  },
26
26
  "dependencies": {
27
- "@xapp/stentor-handler-media": "1.61.0",
28
- "@xapp/stentor-media-manager": "1.61.0"
27
+ "@xapp/stentor-handler-media": "1.62.1",
28
+ "@xapp/stentor-media-manager": "1.62.1"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "stentor-guards": "1.x",
@@ -37,5 +37,5 @@
37
37
  "clean": "rm -rf ./lib/*",
38
38
  "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
39
39
  },
40
- "gitHead": "5baf0a740f2a487a155396d0c9544d0f40b089d8"
40
+ "gitHead": "46342ba036674f5e9fca72d636c064beb7fe291e"
41
41
  }