@avallon-labs/sdk 51.1.0 → 51.2.0-staging.1138
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11551,6 +11551,7 @@ interface UpdateInboxEnvelope {
|
|
|
11551
11551
|
type UpdateMemberRoleBodyRole = (typeof UpdateMemberRoleBodyRole)[keyof typeof UpdateMemberRoleBodyRole];
|
|
11552
11552
|
declare const UpdateMemberRoleBodyRole: {
|
|
11553
11553
|
readonly admin: "admin";
|
|
11554
|
+
readonly avallon_admin: "avallon_admin";
|
|
11554
11555
|
readonly member: "member";
|
|
11555
11556
|
};
|
|
11556
11557
|
|
package/dist/index.js
CHANGED