@selfcommunity/types 0.8.0-alpha.10 → 0.8.0-alpha.11

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.
@@ -12,6 +12,10 @@ export interface SCInviteType {
12
12
  * The invitation name
13
13
  */
14
14
  name: string;
15
+ /**
16
+ * The invitation username
17
+ */
18
+ forced_username?: string;
15
19
  /**
16
20
  * The invitation email
17
21
  */
@@ -12,6 +12,10 @@ export interface SCInviteType {
12
12
  * The invitation name
13
13
  */
14
14
  name: string;
15
+ /**
16
+ * The invitation username
17
+ */
18
+ forced_username?: string;
15
19
  /**
16
20
  * The invitation email
17
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/types",
3
- "version": "0.8.0-alpha.10",
3
+ "version": "0.8.0-alpha.11",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -106,5 +106,5 @@
106
106
  "bugs": {
107
107
  "url": "https://github.com/selfcommunity/community-js/issues"
108
108
  },
109
- "gitHead": "9508d026e506fa9b17439a166a6252302e98430d"
109
+ "gitHead": "d9872b19f31cc8d9d9e4daacdb428d893ea144b3"
110
110
  }