Skip to content

Commit 8d88f57

Browse files
optic-release-automation[bot]RangerMauve
andauthored
[OPTIC-RELEASE-AUTOMATION] release/v4.3.0 (#1110)
Release v4.3.0 Co-authored-by: RangerMauve <[email protected]>
1 parent b34e30a commit 8d88f57

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

docs/api/md/-internal-/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
- [NAMESPACE\_SCHEMAS](variables/NAMESPACE_SCHEMAS.md)
149149
- [NAMESPACES](variables/NAMESPACES.md)
150150
- [ROLE\_IDS](variables/ROLE_IDS.md)
151+
- [ROLE\_IDS\_ASSIGNABLE\_TO\_OTHERS](variables/ROLE_IDS_ASSIGNABLE_TO_OTHERS.md)
151152
- [ROLE\_IDS\_FOR\_NEW\_INVITE](variables/ROLE_IDS_FOR_NEW_INVITE.md)
152153
- [SUPPORTED\_BLOB\_VARIANTS](variables/SUPPORTED_BLOB_VARIANTS.md)
153154

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[**API**](../../README.md)**Docs**
2+
3+
***
4+
5+
[API](../../README.md) / [\<internal\>](../README.md) / ROLE\_IDS\_ASSIGNABLE\_TO\_OTHERS
6+
7+
# Variable: ROLE\_IDS\_ASSIGNABLE\_TO\_OTHERS
8+
9+
> `const` **ROLE\_IDS\_ASSIGNABLE\_TO\_OTHERS**: `Set`\<`"f7c150f5a3a9a855"` \| `"012fd2d431c0bf60"` \| `"9e6d29263cba36c9"`\>

docs/api/md/namespaces/MemberApi/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
### Type Aliases
1616

1717
- [RoleId](type-aliases/RoleId.md)
18+
- [RoleIdAssignableToOthers](type-aliases/RoleIdAssignableToOthers.md)
1819
- [RoleIdForNewInvite](type-aliases/RoleIdForNewInvite.md)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[**API**](../../../README.md)**Docs**
2+
3+
***
4+
5+
[API](../../../README.md) / [MemberApi](../README.md) / RoleIdAssignableToOthers
6+
7+
# Type Alias: RoleIdAssignableToOthers
8+
9+
> **RoleIdAssignableToOthers**\<\>: [`ElementOf`](../../../-internal-/type-aliases/ElementOf.md)\<*typeof* [`ROLE_IDS_ASSIGNABLE_TO_OTHERS`](../../../-internal-/variables/ROLE_IDS_ASSIGNABLE_TO_OTHERS.md)\>
10+
11+
## Type Parameters

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comapeo/core",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Offline p2p mapping library",
55
"main": "src/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)