@xapp/ovai-lib 1.40.197 → 1.40.212

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.
@@ -88,7 +88,7 @@ export interface AWSAccount {
88
88
  */
89
89
  date: string;
90
90
  }
91
- export declare type Tier = "FREE" | "STANDARD" | "TRIAL_STANDARD" | "PRO";
91
+ export declare type Tier = "FREE" | "STANDARD" | "TRIAL_STANDARD" | "PRO" | "BRONZE_LITE" | "BRONZE" | "SILVER" | "GOLD" | "PLATINUM";
92
92
  export interface BaseStudioTier {
93
93
  tier: Tier;
94
94
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "restricted"
6
6
  },
7
- "version": "1.40.197",
7
+ "version": "1.40.212",
8
8
  "description": "Shared library for OVAI",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -17,16 +17,16 @@
17
17
  "devDependencies": {
18
18
  "@types/chai": "4.3.1",
19
19
  "chai": "4.3.6",
20
- "stentor-guards": "1.56.0",
21
- "stentor-media": "1.56.0",
22
- "stentor-models": "1.56.0",
20
+ "stentor-guards": "1.56.12",
21
+ "stentor-media": "1.56.14",
22
+ "stentor-models": "1.56.12",
23
23
  "ts-node": "9.1.1",
24
24
  "typescript": "4.6.4"
25
25
  },
26
26
  "dependencies": {
27
- "@xapp/stentor-handler-media": "1.40.197",
28
- "@xapp/stentor-media-manager": "1.40.197",
29
- "@xapp/stentor-service-search": "1.40.197"
27
+ "@xapp/stentor-handler-media": "1.40.212",
28
+ "@xapp/stentor-media-manager": "1.40.212",
29
+ "@xapp/stentor-service-search": "1.40.212"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "stentor-guards": "1.x",
@@ -38,5 +38,5 @@
38
38
  "clean": "rm -rf ./lib/*",
39
39
  "test": "mocha --recursive -r ts-node/register \"./src/**/*.test.ts\""
40
40
  },
41
- "gitHead": "21ad15d90c13e367269114f6c999abbb8f71987c"
41
+ "gitHead": "fb870a4d44e0289d58e771fa70f5f7ca5c33281f"
42
42
  }