@adminide-stack/core 1.1.1-alpha.179 → 1.1.1-alpha.249

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.
@@ -2225,6 +2225,7 @@ export declare type IOrganizationInvitationRequest = {
2225
2225
  emails?: Maybe<Array<Maybe<Scalars['String']>>>;
2226
2226
  invitedBy?: Maybe<Scalars['String']>;
2227
2227
  orgName?: Maybe<Scalars['String']>;
2228
+ role?: Maybe<Scalars['String']>;
2228
2229
  };
2229
2230
  export declare type IOrganizationMember = {
2230
2231
  __typename?: 'OrganizationMember';