tonightpass 0.0.170 → 0.0.171
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -643,7 +643,7 @@ type OrganizationToken = Omit<Base, "updatedAt"> & {
|
|
|
643
643
|
value: string;
|
|
644
644
|
expiresAt: Date;
|
|
645
645
|
organization?: Organization;
|
|
646
|
-
role?:
|
|
646
|
+
role?: OrganizationMemberRole;
|
|
647
647
|
};
|
|
648
648
|
declare enum OrganizationTokenType {
|
|
649
649
|
InvitationLink = "invitation_link"
|
package/dist/index.d.ts
CHANGED
|
@@ -643,7 +643,7 @@ type OrganizationToken = Omit<Base, "updatedAt"> & {
|
|
|
643
643
|
value: string;
|
|
644
644
|
expiresAt: Date;
|
|
645
645
|
organization?: Organization;
|
|
646
|
-
role?:
|
|
646
|
+
role?: OrganizationMemberRole;
|
|
647
647
|
};
|
|
648
648
|
declare enum OrganizationTokenType {
|
|
649
649
|
InvitationLink = "invitation_link"
|