@adminide-stack/core 1.1.1-alpha.396 → 1.1.1-alpha.402
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.
@@ -1579,6 +1579,7 @@ export declare type IOrganization = {
|
|
1579
1579
|
name?: Maybe<Scalars['String']>;
|
1580
1580
|
title?: Maybe<Scalars['String']>;
|
1581
1581
|
description?: Maybe<Scalars['String']>;
|
1582
|
+
status?: Maybe<Scalars['String']>;
|
1582
1583
|
picture?: Maybe<Scalars['String']>;
|
1583
1584
|
stripeId?: Maybe<Scalars['String']>;
|
1584
1585
|
namespace?: Maybe<Scalars['String']>;
|
@@ -3516,7 +3517,7 @@ export declare type IGetUserOrganizationsListQuery = ({
|
|
3516
3517
|
} & {
|
3517
3518
|
getUserOrganizations?: Maybe<Array<Maybe<({
|
3518
3519
|
__typename?: 'Organization';
|
3519
|
-
} & Pick<IOrganization, 'name' | 'title' | 'createdAt' | 'isBillingLeader'> & {
|
3520
|
+
} & Pick<IOrganization, 'name' | 'title' | 'status' | 'createdAt' | 'isBillingLeader'> & {
|
3520
3521
|
orgMembers?: Maybe<Array<Maybe<({
|
3521
3522
|
__typename?: 'OrgUser';
|
3522
3523
|
} & Pick<IOrgUser, 'inactive'> & IOrgUserFragment)>>>;
|
@@ -3843,7 +3844,7 @@ export declare type IgetUserOrganizationsQuery = ({
|
|
3843
3844
|
} & {
|
3844
3845
|
getUserOrganizations?: Maybe<Array<Maybe<({
|
3845
3846
|
__typename?: 'Organization';
|
3846
|
-
} & Pick<IOrganization, 'id' | 'name' | 'title' | 'description'> & {
|
3847
|
+
} & Pick<IOrganization, 'id' | 'name' | 'title' | 'status' | 'description'> & {
|
3847
3848
|
orgMembers?: Maybe<Array<Maybe<({
|
3848
3849
|
__typename?: 'OrgUser';
|
3849
3850
|
} & Pick<IOrgUser, 'userId' | 'role'>)>>>;
|
@@ -3857,7 +3858,7 @@ export declare type IgetUserOrganizationsWithRoleQuery = ({
|
|
3857
3858
|
} & {
|
3858
3859
|
getUserOrganizationsWithRole?: Maybe<Array<Maybe<({
|
3859
3860
|
__typename?: 'Organization';
|
3860
|
-
} & Pick<IOrganization, 'id' | 'name' | 'title' | 'description'> & {
|
3861
|
+
} & Pick<IOrganization, 'id' | 'name' | 'title' | 'status' | 'description'> & {
|
3861
3862
|
orgMembers?: Maybe<Array<Maybe<({
|
3862
3863
|
__typename?: 'OrgUser';
|
3863
3864
|
} & IOrgUserFragment)>>>;
|
@@ -9806,6 +9807,7 @@ export declare type IOrganizationResolvers<ContextType = MyContext, ParentType e
|
|
9806
9807
|
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9807
9808
|
title?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9808
9809
|
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9810
|
+
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9809
9811
|
picture?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9810
9812
|
stripeId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9811
9813
|
namespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -1394,7 +1394,7 @@ function useVerifyUserEmailVerificationTokenMutation(baseOptions) {
|
|
1394
1394
|
return Apollo.useMutation(exports.VerifyUserEmailVerificationTokenDocument, options);
|
1395
1395
|
}
|
1396
1396
|
exports.useVerifyUserEmailVerificationTokenMutation = useVerifyUserEmailVerificationTokenMutation;
|
1397
|
-
exports.GetUserOrganizationsListDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserOrganizationsList" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
1397
|
+
exports.GetUserOrganizationsListDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserOrganizationsList" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
1398
1398
|
/**
|
1399
1399
|
* __useGetUserOrganizationsListQuery__
|
1400
1400
|
*
|
@@ -2033,7 +2033,7 @@ function useGetUserEmailVerificationTokenDetailsLazyQuery(baseOptions) {
|
|
2033
2033
|
return Apollo.useLazyQuery(exports.GetUserEmailVerificationTokenDetailsDocument, options);
|
2034
2034
|
}
|
2035
2035
|
exports.useGetUserEmailVerificationTokenDetailsLazyQuery = useGetUserEmailVerificationTokenDetailsLazyQuery;
|
2036
|
-
exports.getUserOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
|
2036
|
+
exports.getUserOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
|
2037
2037
|
/**
|
2038
2038
|
* __usegetUserOrganizationsQuery__
|
2039
2039
|
*
|
@@ -2060,7 +2060,7 @@ function usegetUserOrganizationsLazyQuery(baseOptions) {
|
|
2060
2060
|
return Apollo.useLazyQuery(exports.getUserOrganizationsDocument, options);
|
2061
2061
|
}
|
2062
2062
|
exports.usegetUserOrganizationsLazyQuery = usegetUserOrganizationsLazyQuery;
|
2063
|
-
exports.getUserOrganizationsWithRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
2063
|
+
exports.getUserOrganizationsWithRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
2064
2064
|
/**
|
2065
2065
|
* __usegetUserOrganizationsWithRoleQuery__
|
2066
2066
|
*
|