@xapp/ovai-lib 1.64.54 → 1.64.65

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.
@@ -53,7 +53,7 @@ export interface PlaceDescription {
53
53
  /**
54
54
  * The locations telephone number
55
55
  */
56
- telephone?: string;
56
+ phone?: string;
57
57
  /**
58
58
  * True if the business does not want to include booking options for Reserve With Google.
59
59
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.64.54",
7
+ "version": "1.64.65",
8
8
  "description": "Shared library for OVAI",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -17,15 +17,15 @@
17
17
  "devDependencies": {
18
18
  "@types/chai": "4.3.20",
19
19
  "chai": "4.5.0",
20
- "stentor-guards": "1.59.144",
21
- "stentor-media": "1.59.144",
22
- "stentor-models": "1.59.144",
20
+ "stentor-guards": "1.60.1",
21
+ "stentor-media": "1.60.1",
22
+ "stentor-models": "1.60.1",
23
23
  "ts-node": "10.9.2",
24
- "typescript": "5.6.3"
24
+ "typescript": "5.7.3"
25
25
  },
26
26
  "dependencies": {
27
- "@xapp/stentor-handler-media": "1.64.54",
28
- "@xapp/stentor-media-manager": "1.64.54"
27
+ "@xapp/stentor-handler-media": "1.64.65",
28
+ "@xapp/stentor-media-manager": "1.64.65"
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": "bc7b9ed3261891eda0c88bb8b466cfa06df7e091"
40
+ "gitHead": "5ad397c972c6901cedae91ecf73e5ec1c54a9057"
41
41
  }