@xapp/ovai-lib 1.63.9 → 1.63.10

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 +4 -0
  2. package/package.json +2 -2
package/lib/OVAIApp.d.ts CHANGED
@@ -114,6 +114,10 @@ export interface OVAIApp extends App {
114
114
  * The subscription ID linked to the App
115
115
  */
116
116
  stripeSubscriptionId?: string;
117
+ /**
118
+ * The payment status in Stripe
119
+ */
120
+ subscriptionPaymentStatus?: string;
117
121
  /**
118
122
  * Allows app-specific overriding of IPRights
119
123
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.63.9",
7
+ "version": "1.63.10",
8
8
  "description": "Shared library for OVAI",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -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": "ed179b5fcfe2b26ccb530d13e9d10be80b6aeb78"
40
+ "gitHead": "9e03600d0151f2a17d7fffc16f0d7ffcaa205dd8"
41
41
  }