@xapp/ovai-lib 1.50.0 → 1.51.2

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.
@@ -106,7 +106,7 @@ export type Tier = "BRONZE_BUNDLE" | // chat & search
106
106
  "FREE" | // Our default
107
107
  "STANDARD" | // Has a few options
108
108
  "PRO" | // Has a few more options
109
- "TRIAL_STANDARD";
109
+ "TRIAL_STANDARD" | "APP_SUB";
110
110
  export interface BaseStudioTier {
111
111
  tier: Tier;
112
112
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.50.0",
7
+ "version": "1.51.2",
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.190",
21
- "stentor-media": "1.57.190",
22
- "stentor-models": "1.57.190",
20
+ "stentor-guards": "1.57.199",
21
+ "stentor-media": "1.57.199",
22
+ "stentor-models": "1.57.199",
23
23
  "ts-node": "10.9.1",
24
24
  "typescript": "4.9.5"
25
25
  },
26
26
  "dependencies": {
27
- "@xapp/stentor-handler-media": "1.50.0",
28
- "@xapp/stentor-media-manager": "1.50.0"
27
+ "@xapp/stentor-handler-media": "1.51.2",
28
+ "@xapp/stentor-media-manager": "1.51.2"
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": "e527feb91ed12e6ead1508f0e1a210f01da3368a"
40
+ "gitHead": "f244d317d115b71a54882103d1d55533d9c81780"
41
41
  }