@adminide-stack/core 3.1.4-alpha.107 → 3.1.4-alpha.108
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.
@@ -755,6 +755,7 @@ export type IContext = {
|
|
755
755
|
teamName?: Maybe<Scalars['String']>;
|
756
756
|
teamResource?: Maybe<Scalars['URI']>;
|
757
757
|
teamUri?: Maybe<Scalars['URI']>;
|
758
|
+
userId?: Maybe<Scalars['String']>;
|
758
759
|
};
|
759
760
|
export declare enum IContextServiceAction {
|
760
761
|
OnResourceCreated = "onResourceCreated",
|
@@ -3952,7 +3953,7 @@ export type IOrgNameInContextFragment = ({
|
|
3952
3953
|
} & Pick<IContext, 'orgName'>);
|
3953
3954
|
export type IOrgContextFragment = ({
|
3954
3955
|
__typename?: 'Context';
|
3955
|
-
} & Pick<IContext, 'orgName' | 'orgUri'>);
|
3956
|
+
} & Pick<IContext, 'orgName' | 'orgUri' | 'userId'>);
|
3956
3957
|
export type IOrganizationUserFragment = ({
|
3957
3958
|
__typename?: 'OrgUser';
|
3958
3959
|
} & Pick<IOrgUser, 'role' | 'orgName' | 'isSelf'>);
|
@@ -8410,6 +8411,7 @@ export type IContextResolvers<ContextType = MyContext, ParentType extends IResol
|
|
8410
8411
|
teamName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8411
8412
|
teamResource?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
8412
8413
|
teamUri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
8414
|
+
userId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8413
8415
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8414
8416
|
};
|
8415
8417
|
export type IContributionRolesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ContributionRoles'] = IResolversParentTypes['ContributionRoles']> = {
|
@@ -489,7 +489,7 @@ exports.ContextConfigurationFragmentDoc = { "kind": "Document", "definitions": [
|
|
489
489
|
exports.DefaultContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
490
490
|
exports.MachineConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MachineConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
491
491
|
exports.OrgNameInContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
492
|
-
exports.OrgContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
|
492
|
+
exports.OrgContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }] } }] };
|
493
493
|
exports.OrganizationUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
494
494
|
exports.ResourceUserRoleFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceUserRole" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
495
495
|
exports.RoleTargetFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "RoleTarget" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionRoles" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "target" } }] } }] };
|
@@ -2717,7 +2717,7 @@ function useGetContributionRolesLazyQuery(baseOptions) {
|
|
2717
2717
|
return Apollo.useLazyQuery(exports.GetContributionRolesDocument, options);
|
2718
2718
|
}
|
2719
2719
|
exports.useGetContributionRolesLazyQuery = useGetContributionRolesLazyQuery;
|
2720
|
-
exports.GetOrgContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
|
2720
|
+
exports.GetOrgContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }] } }] };
|
2721
2721
|
/**
|
2722
2722
|
* __useGetOrgContextQuery__
|
2723
2723
|
*
|