@xapp/ovai-lib 1.45.71 → 1.45.72

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.
@@ -1,5 +1,9 @@
1
1
  /*! Copyright (c) 2023, XAPP AI */
2
2
  export interface PlaceDescription {
3
+ /**
4
+ * Name associated with the place.
5
+ */
6
+ name?: string;
3
7
  /**
4
8
  * The placeId within Google Place API
5
9
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.45.71",
7
+ "version": "1.45.72",
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.5",
19
19
  "chai": "4.3.7",
20
- "stentor-guards": "1.57.124",
21
- "stentor-media": "1.57.125",
22
- "stentor-models": "1.57.124",
20
+ "stentor-guards": "1.57.128",
21
+ "stentor-media": "1.57.129",
22
+ "stentor-models": "1.57.128",
23
23
  "ts-node": "10.9.1",
24
24
  "typescript": "4.9.5"
25
25
  },
26
26
  "dependencies": {
27
- "@xapp/stentor-handler-media": "1.45.71",
28
- "@xapp/stentor-media-manager": "1.45.71"
27
+ "@xapp/stentor-handler-media": "1.45.72",
28
+ "@xapp/stentor-media-manager": "1.45.72"
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": "a05cecb6c457ab867755fc5c18b689c46eece14f"
40
+ "gitHead": "a949c5023606e704f796b28d59de9927c93b4b33"
41
41
  }