@xapp/ovai-lib 1.70.19 → 1.70.34

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.
Files changed (2) hide show
  1. package/lib/OVAIApp.d.ts +6 -0
  2. package/package.json +4 -4
package/lib/OVAIApp.d.ts CHANGED
@@ -21,6 +21,12 @@ export interface OVAIApp extends App {
21
21
  * Readonly, used when assuming roles on a customer's AWS accounts.
22
22
  */
23
23
  externalId?: string;
24
+ /**
25
+ * The ID of the partner that created the app (if applicable).
26
+ *
27
+ * Used to bring together apps across multiple organizations created by the same partner.
28
+ */
29
+ partnerId?: string;
24
30
  /**
25
31
  * An ID that references to an external system.
26
32
  *
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.70.19",
7
+ "version": "1.70.34",
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.9.2"
25
25
  },
26
26
  "dependencies": {
27
- "@xapp/stentor-handler-media": "1.70.19",
28
- "@xapp/stentor-media-manager": "1.70.19"
27
+ "@xapp/stentor-handler-media": "1.70.31",
28
+ "@xapp/stentor-media-manager": "1.70.31"
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": "56810d1e419a46babb45f3e5432dec80273bc142"
40
+ "gitHead": "d1305de56c45493f54d6b9241cfdfdc57cade9fb"
41
41
  }