@adminide-stack/core 3.1.4-alpha.42 → 3.1.4-alpha.43
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.
@@ -1213,6 +1213,7 @@ export type IInviteMember = {
|
|
1213
1213
|
teamName?: Maybe<Scalars['String']>;
|
1214
1214
|
role?: Maybe<IApplicationRoles>;
|
1215
1215
|
status?: Maybe<IInviteStatus>;
|
1216
|
+
inviteLink?: Maybe<Scalars['String']>;
|
1216
1217
|
};
|
1217
1218
|
export declare enum IInviteStatus {
|
1218
1219
|
Pending = "PENDING",
|
@@ -1878,6 +1879,7 @@ export type IOrganizationInvitation = {
|
|
1878
1879
|
fullName?: Maybe<Scalars['String']>;
|
1879
1880
|
inviteCount?: Maybe<Scalars['Int']>;
|
1880
1881
|
invitedBy?: Maybe<Scalars['String']>;
|
1882
|
+
inviteLink?: Maybe<Scalars['String']>;
|
1881
1883
|
createdAt?: Maybe<Scalars['DateTime']>;
|
1882
1884
|
updatedAt?: Maybe<Scalars['DateTime']>;
|
1883
1885
|
acceptedAt?: Maybe<Scalars['DateTime']>;
|
@@ -3449,7 +3451,7 @@ export type IGetOrgInvitationMembersQuery = ({
|
|
3449
3451
|
} & Pick<IOrgInvitationMembers, 'totalCount'> & {
|
3450
3452
|
data?: Maybe<Array<Maybe<({
|
3451
3453
|
__typename?: 'InviteMember';
|
3452
|
-
} & Pick<IInviteMember, 'id' | 'email' | 'teamName' | 'teamId' | 'role' | 'status'>)>>>;
|
3454
|
+
} & Pick<IInviteMember, 'id' | 'email' | 'teamName' | 'teamId' | 'role' | 'status' | 'inviteLink'>)>>>;
|
3453
3455
|
})>;
|
3454
3456
|
});
|
3455
3457
|
export type IGetOrganizationInvitationQueryVariables = Exact<{
|
@@ -8650,6 +8652,7 @@ export type IInviteMemberResolvers<ContextType = MyContext, ParentType extends I
|
|
8650
8652
|
teamName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8651
8653
|
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
8652
8654
|
status?: Resolver<Maybe<IResolversTypes['InviteStatus']>, ParentType, ContextType>;
|
8655
|
+
inviteLink?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8653
8656
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8654
8657
|
};
|
8655
8658
|
export interface IJsonScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['JSON'], any> {
|
@@ -8872,6 +8875,7 @@ export type IOrganizationInvitationResolvers<ContextType = MyContext, ParentType
|
|
8872
8875
|
fullName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8873
8876
|
inviteCount?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
8874
8877
|
invitedBy?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8878
|
+
inviteLink?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8875
8879
|
createdAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
8876
8880
|
updatedAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
8877
8881
|
acceptedAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
@@ -1222,7 +1222,7 @@ function useGetManageableOrganizationsLazyQuery(baseOptions) {
|
|
1222
1222
|
return Apollo.useLazyQuery(exports.GetManageableOrganizationsDocument, options);
|
1223
1223
|
}
|
1224
1224
|
exports.useGetManageableOrganizationsLazyQuery = useGetManageableOrganizationsLazyQuery;
|
1225
|
-
exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgInvitationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1225
|
+
exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgInvitationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteLink" } }] } }] } }] } }] };
|
1226
1226
|
/**
|
1227
1227
|
* __useGetOrgInvitationMembersQuery__
|
1228
1228
|
*
|