@adminide-stack/core 1.1.3-alpha.42 → 1.1.3-alpha.50
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/lib/constants/index.js +5 -1
- package/lib/constants/index.js.map +1 -1
- package/lib/core/configurations/events/abstract-configuration-change-event.js +1 -1
- package/lib/core/configurations/events/abstract-configuration-change-event.js.map +1 -1
- package/lib/core/configurations/events/index.js +5 -1
- package/lib/core/configurations/events/index.js.map +1 -1
- package/lib/core/configurations/helpers/configuration.js +14 -14
- package/lib/core/configurations/helpers/configuration.js.map +1 -1
- package/lib/core/configurations/helpers/index.js +5 -1
- package/lib/core/configurations/helpers/index.js.map +1 -1
- package/lib/core/configurations/index.js +5 -1
- package/lib/core/configurations/index.js.map +1 -1
- package/lib/core/configurations/models/configuration-model.js +3 -3
- package/lib/core/configurations/models/configuration-model.js.map +1 -1
- package/lib/core/configurations/models/index.js +5 -1
- package/lib/core/configurations/models/index.js.map +1 -1
- package/lib/core/event.test.js +2 -2
- package/lib/core/event.test.js.map +1 -1
- package/lib/core/index.js +5 -1
- package/lib/core/index.js.map +1 -1
- package/lib/core/organization/configuration.js +6 -6
- package/lib/core/organization/configuration.js.map +1 -1
- package/lib/core/organization/helpers/index.js +5 -1
- package/lib/core/organization/helpers/index.js.map +1 -1
- package/lib/core/organization/index.js +5 -1
- package/lib/core/organization/index.js.map +1 -1
- package/lib/core/organization/organization.js +3 -3
- package/lib/core/organization/organization.js.map +1 -1
- package/lib/enums/index.js +5 -1
- package/lib/enums/index.js.map +1 -1
- package/lib/errors/index.js +5 -1
- package/lib/errors/index.js.map +1 -1
- package/lib/index.js +5 -1
- package/lib/index.js.map +1 -1
- package/lib/interfaces/configuration/configuration.js +6 -4
- package/lib/interfaces/configuration/configuration.js.map +1 -1
- package/lib/interfaces/configuration/index.js +5 -1
- package/lib/interfaces/configuration/index.js.map +1 -1
- package/lib/interfaces/environment/index.js +5 -1
- package/lib/interfaces/environment/index.js.map +1 -1
- package/lib/interfaces/generated/generated-models.d.ts +1007 -1010
- package/lib/interfaces/generated/generated-models.js +13 -9
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/interfaces/generated/index.js +5 -1
- package/lib/interfaces/generated/index.js.map +1 -1
- package/lib/interfaces/index.js +5 -1
- package/lib/interfaces/index.js.map +1 -1
- package/lib/interfaces/log/index.js +5 -1
- package/lib/interfaces/log/index.js.map +1 -1
- package/lib/interfaces/organization/index.js +5 -1
- package/lib/interfaces/organization/index.js.map +1 -1
- package/lib/modules/account-api/index.js +5 -1
- package/lib/modules/account-api/index.js.map +1 -1
- package/lib/modules/billing-api/index.js +5 -1
- package/lib/modules/billing-api/index.js.map +1 -1
- package/lib/modules/index.js +5 -1
- package/lib/modules/index.js.map +1 -1
- package/lib/services/abstract-configuration.js +3 -3
- package/lib/services/abstract-configuration.js.map +1 -1
- package/lib/services/abstract-organization-context-service.js +9 -9
- package/lib/services/abstract-organization-context-service.js.map +1 -1
- package/lib/services/index.js +5 -1
- package/lib/services/index.js.map +1 -1
- package/lib/utils/configuration-utils.js +2 -2
- package/lib/utils/configuration-utils.js.map +1 -1
- package/lib/utils/generate-uri.js +7 -7
- package/lib/utils/generate-uri.js.map +1 -1
- package/lib/utils/generated-settings-id.js +2 -2
- package/lib/utils/generated-settings-id.js.map +1 -1
- package/lib/utils/index.js +5 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/omit-deep.js +1 -1
- package/lib/utils/omit-deep.js.map +1 -1
- package/lib/utils/roles-utils.js +1 -1
- package/lib/utils/roles-utils.js.map +1 -1
- package/package.json +2 -2
@@ -34,14 +34,14 @@ export declare type Scalars = {
|
|
34
34
|
Int: number;
|
35
35
|
Float: number;
|
36
36
|
AnyObject: any;
|
37
|
-
URI: URI;
|
38
37
|
Date: any;
|
39
38
|
DateTime: any;
|
40
39
|
JSON: any;
|
41
|
-
URIInput: URI | UriComponents;
|
42
40
|
JSONObject: any;
|
43
41
|
Observable: any;
|
44
42
|
Time: any;
|
43
|
+
URI: URI;
|
44
|
+
URIInput: URI | UriComponents;
|
45
45
|
};
|
46
46
|
export declare type IAccessRole = IDefaultRole | IOrganizationRole | IResourceRole | IApplicationRolePermission;
|
47
47
|
export declare const enum IAccountBroadcasterActions {
|
@@ -597,10 +597,7 @@ export declare type IContributionSettings = {
|
|
597
597
|
/** dependency to parent setting key */
|
598
598
|
settingDependencies?: Maybe<Array<Maybe<Scalars['String']>>>;
|
599
599
|
allKeysAreBoolean?: Maybe<Scalars['Boolean']>;
|
600
|
-
/**
|
601
|
-
* Edit Presentation for controlling whether a single-line inputbox or multi-line
|
602
|
-
* textarea is rendered for the string setting in Settings editor
|
603
|
-
*/
|
600
|
+
/** Edit Presentation for controlling whether a single-line inputbox or multi-line textarea is rendered for the string setting in Settings editor */
|
604
601
|
editPresentation?: Maybe<IEditPresentationTypes>;
|
605
602
|
defaultValueSource?: Maybe<Scalars['AnyObject']>;
|
606
603
|
isLanguageTagSetting?: Maybe<Scalars['Boolean']>;
|
@@ -873,6 +870,82 @@ export declare type IICountry = {
|
|
873
870
|
export declare type IIEventWithContext = {
|
874
871
|
userContext?: Maybe<IUserContext>;
|
875
872
|
};
|
873
|
+
export declare type IIOnBoardingParams = {
|
874
|
+
org?: Maybe<IOrgType>;
|
875
|
+
team?: Maybe<ITeamType>;
|
876
|
+
};
|
877
|
+
/** Organization Template to be used */
|
878
|
+
export declare type IIOrgUser = {
|
879
|
+
role?: Maybe<IApplicationRoles>;
|
880
|
+
isSelf: Scalars['Boolean'];
|
881
|
+
orgName: Scalars['String'];
|
882
|
+
};
|
883
|
+
export declare type IIResourceData = {
|
884
|
+
/** The associated URI for this resource. */
|
885
|
+
uri?: Maybe<Scalars['URI']>;
|
886
|
+
/** The name of this resource. Defaults to the basename its [uri-path](#Uri.path) */
|
887
|
+
name?: Maybe<Scalars['String']>;
|
888
|
+
/** The ordinal number of this resource. */
|
889
|
+
index?: Maybe<Scalars['Int']>;
|
890
|
+
};
|
891
|
+
export declare type IIResourceUserRole = {
|
892
|
+
role?: Maybe<Scalars['String']>;
|
893
|
+
name?: Maybe<Scalars['String']>;
|
894
|
+
isSelf?: Maybe<Scalars['Boolean']>;
|
895
|
+
orgName?: Maybe<Scalars['String']>;
|
896
|
+
};
|
897
|
+
export declare type IIResourceUtilizationSettings = {
|
898
|
+
subTopic?: Maybe<Scalars['String']>;
|
899
|
+
adminApiNamespace?: Maybe<Scalars['String']>;
|
900
|
+
};
|
901
|
+
/**
|
902
|
+
* ISettingsSubject is something that can have settings: a site ("global settings", which is different from "site
|
903
|
+
* configuration"), an organization, or a user.
|
904
|
+
*/
|
905
|
+
export declare type IISettingsSubject = {
|
906
|
+
/** The ID. */
|
907
|
+
id?: Maybe<Scalars['ID']>;
|
908
|
+
/** The latest settings. */
|
909
|
+
latestSettings?: Maybe<ISettings>;
|
910
|
+
/** The URL to the settings. */
|
911
|
+
settingsURL: Scalars['URI'];
|
912
|
+
/** Whether the viewer can modify the subject's settings. */
|
913
|
+
viewerCanAdminister: Scalars['Boolean'];
|
914
|
+
/**
|
915
|
+
* All settings for this subject, and the individual levels in the settings cascade (global > organization > user)
|
916
|
+
* that were merged to produce the final merged settings.
|
917
|
+
*/
|
918
|
+
settingsCascade: ISettingsCascade;
|
919
|
+
};
|
920
|
+
export declare type IISshKeySettings = {
|
921
|
+
subTopic?: Maybe<Scalars['String']>;
|
922
|
+
sshNamespace?: Maybe<Scalars['String']>;
|
923
|
+
};
|
924
|
+
/** Territorial State */
|
925
|
+
export declare type IITerritorialState = {
|
926
|
+
id: Scalars['ID'];
|
927
|
+
name: Scalars['String'];
|
928
|
+
country: IICountry;
|
929
|
+
location?: Maybe<IGeoLocation>;
|
930
|
+
createdAt: Scalars['Date'];
|
931
|
+
updatedAt?: Maybe<Scalars['Date']>;
|
932
|
+
};
|
933
|
+
export declare type IIUser = {
|
934
|
+
id: Scalars['ID'];
|
935
|
+
username?: Maybe<Scalars['String']>;
|
936
|
+
email?: Maybe<Scalars['String']>;
|
937
|
+
};
|
938
|
+
export declare type IIUserMetadata = {
|
939
|
+
last_name?: Maybe<Scalars['String']>;
|
940
|
+
first_name?: Maybe<Scalars['String']>;
|
941
|
+
username?: Maybe<Scalars['String']>;
|
942
|
+
phone_number?: Maybe<Scalars['String']>;
|
943
|
+
work_email?: Maybe<Scalars['String']>;
|
944
|
+
country?: Maybe<Scalars['String']>;
|
945
|
+
company_name?: Maybe<Scalars['String']>;
|
946
|
+
dob?: Maybe<Scalars['Date']>;
|
947
|
+
zip_code?: Maybe<Scalars['Int']>;
|
948
|
+
};
|
876
949
|
export declare type IIntegraitonConfigurationId = {
|
877
950
|
__typename?: 'IntegraitonConfigurationId';
|
878
951
|
id?: Maybe<Scalars['String']>;
|
@@ -926,10 +999,6 @@ export declare const enum IInviteStatus {
|
|
926
999
|
ACCEPTED = "ACCEPTED",
|
927
1000
|
DECLINED = "DECLINED"
|
928
1001
|
}
|
929
|
-
export declare type IInvoiceCreatedEvent = {
|
930
|
-
__typename?: 'InvoiceCreatedEvent';
|
931
|
-
createdInvoice?: Maybe<IInvoiceType>;
|
932
|
-
};
|
933
1002
|
export declare type IInvoiceCreateRequest = {
|
934
1003
|
comment?: Maybe<Scalars['String']>;
|
935
1004
|
currency?: Maybe<Scalars['String']>;
|
@@ -952,6 +1021,10 @@ export declare type IInvoiceCreateRequest = {
|
|
952
1021
|
to?: Maybe<ICustomerInvoice_Input>;
|
953
1022
|
total?: Maybe<Scalars['Float']>;
|
954
1023
|
};
|
1024
|
+
export declare type IInvoiceCreatedEvent = {
|
1025
|
+
__typename?: 'InvoiceCreatedEvent';
|
1026
|
+
createdInvoice?: Maybe<IInvoiceType>;
|
1027
|
+
};
|
955
1028
|
export declare type IInvoiceDeletedEvent = {
|
956
1029
|
__typename?: 'InvoiceDeletedEvent';
|
957
1030
|
deletedInvoice?: Maybe<IInvoiceType>;
|
@@ -1017,82 +1090,6 @@ export declare type IInvoiceUpdateRequest = {
|
|
1017
1090
|
to?: Maybe<ICustomerInvoice_Input>;
|
1018
1091
|
total?: Maybe<Scalars['Float']>;
|
1019
1092
|
};
|
1020
|
-
export declare type IIOnBoardingParams = {
|
1021
|
-
org?: Maybe<IOrgType>;
|
1022
|
-
team?: Maybe<ITeamType>;
|
1023
|
-
};
|
1024
|
-
/** Organization Template to be used */
|
1025
|
-
export declare type IIOrgUser = {
|
1026
|
-
role?: Maybe<IApplicationRoles>;
|
1027
|
-
isSelf: Scalars['Boolean'];
|
1028
|
-
orgName: Scalars['String'];
|
1029
|
-
};
|
1030
|
-
export declare type IIResourceData = {
|
1031
|
-
/** The associated URI for this resource. */
|
1032
|
-
uri?: Maybe<Scalars['URI']>;
|
1033
|
-
/** The name of this resource. Defaults to the basename its [uri-path](#Uri.path) */
|
1034
|
-
name?: Maybe<Scalars['String']>;
|
1035
|
-
/** The ordinal number of this resource. */
|
1036
|
-
index?: Maybe<Scalars['Int']>;
|
1037
|
-
};
|
1038
|
-
export declare type IIResourceUserRole = {
|
1039
|
-
role?: Maybe<Scalars['String']>;
|
1040
|
-
name?: Maybe<Scalars['String']>;
|
1041
|
-
isSelf?: Maybe<Scalars['Boolean']>;
|
1042
|
-
orgName?: Maybe<Scalars['String']>;
|
1043
|
-
};
|
1044
|
-
export declare type IIResourceUtilizationSettings = {
|
1045
|
-
subTopic?: Maybe<Scalars['String']>;
|
1046
|
-
adminApiNamespace?: Maybe<Scalars['String']>;
|
1047
|
-
};
|
1048
|
-
/**
|
1049
|
-
* ISettingsSubject is something that can have settings: a site ("global settings", which is different from "site
|
1050
|
-
* configuration"), an organization, or a user.
|
1051
|
-
*/
|
1052
|
-
export declare type IISettingsSubject = {
|
1053
|
-
/** The ID. */
|
1054
|
-
id?: Maybe<Scalars['ID']>;
|
1055
|
-
/** The latest settings. */
|
1056
|
-
latestSettings?: Maybe<ISettings>;
|
1057
|
-
/** The URL to the settings. */
|
1058
|
-
settingsURL: Scalars['URI'];
|
1059
|
-
/** Whether the viewer can modify the subject's settings. */
|
1060
|
-
viewerCanAdminister: Scalars['Boolean'];
|
1061
|
-
/**
|
1062
|
-
* All settings for this subject, and the individual levels in the settings cascade (global > organization > user)
|
1063
|
-
* that were merged to produce the final merged settings.
|
1064
|
-
*/
|
1065
|
-
settingsCascade: ISettingsCascade;
|
1066
|
-
};
|
1067
|
-
export declare type IISshKeySettings = {
|
1068
|
-
subTopic?: Maybe<Scalars['String']>;
|
1069
|
-
sshNamespace?: Maybe<Scalars['String']>;
|
1070
|
-
};
|
1071
|
-
/** Territorial State */
|
1072
|
-
export declare type IITerritorialState = {
|
1073
|
-
id: Scalars['ID'];
|
1074
|
-
name: Scalars['String'];
|
1075
|
-
country: IICountry;
|
1076
|
-
location?: Maybe<IGeoLocation>;
|
1077
|
-
createdAt: Scalars['Date'];
|
1078
|
-
updatedAt?: Maybe<Scalars['Date']>;
|
1079
|
-
};
|
1080
|
-
export declare type IIUser = {
|
1081
|
-
id: Scalars['ID'];
|
1082
|
-
username?: Maybe<Scalars['String']>;
|
1083
|
-
email?: Maybe<Scalars['String']>;
|
1084
|
-
};
|
1085
|
-
export declare type IIUserMetadata = {
|
1086
|
-
last_name?: Maybe<Scalars['String']>;
|
1087
|
-
first_name?: Maybe<Scalars['String']>;
|
1088
|
-
username?: Maybe<Scalars['String']>;
|
1089
|
-
phone_number?: Maybe<Scalars['String']>;
|
1090
|
-
work_email?: Maybe<Scalars['String']>;
|
1091
|
-
country?: Maybe<Scalars['String']>;
|
1092
|
-
company_name?: Maybe<Scalars['String']>;
|
1093
|
-
dob?: Maybe<Scalars['Date']>;
|
1094
|
-
zip_code?: Maybe<Scalars['Int']>;
|
1095
|
-
};
|
1096
1093
|
/**
|
1097
1094
|
* A segment of a key path that locates a nested JSON value in a root JSON value. Exactly one field in each
|
1098
1095
|
* KeyPathSegment must be non-null.
|
@@ -1552,13 +1549,13 @@ export declare type IMutationupsertProjectThroughIntegrationArgs = {
|
|
1552
1549
|
export declare type IMutationverifyUserEmailVerificationTokenArgs = {
|
1553
1550
|
token?: Maybe<Scalars['String']>;
|
1554
1551
|
};
|
1555
|
-
export declare type
|
1552
|
+
export declare type INameType = {
|
1553
|
+
__typename?: 'NameType';
|
1556
1554
|
salutation?: Maybe<Scalars['String']>;
|
1557
1555
|
firstName?: Maybe<Scalars['String']>;
|
1558
1556
|
lastName?: Maybe<Scalars['String']>;
|
1559
1557
|
};
|
1560
|
-
export declare type
|
1561
|
-
__typename?: 'NameType';
|
1558
|
+
export declare type IName_Input = {
|
1562
1559
|
salutation?: Maybe<Scalars['String']>;
|
1563
1560
|
firstName?: Maybe<Scalars['String']>;
|
1564
1561
|
lastName?: Maybe<Scalars['String']>;
|
@@ -1568,6 +1565,55 @@ export declare type INode = {
|
|
1568
1565
|
/** The ID of the node. */
|
1569
1566
|
id: Scalars['ID'];
|
1570
1567
|
};
|
1568
|
+
export declare type IOrgDetailWhere = {
|
1569
|
+
id?: Maybe<Scalars['String']>;
|
1570
|
+
name?: Maybe<Scalars['String']>;
|
1571
|
+
};
|
1572
|
+
export declare type IOrgMember = {
|
1573
|
+
__typename?: 'OrgMember';
|
1574
|
+
_id?: Maybe<Scalars['String']>;
|
1575
|
+
userId?: Maybe<Scalars['String']>;
|
1576
|
+
role?: Maybe<IApplicationRoles>;
|
1577
|
+
inactive?: Maybe<Scalars['Boolean']>;
|
1578
|
+
name?: Maybe<Scalars['String']>;
|
1579
|
+
email?: Maybe<Scalars['String']>;
|
1580
|
+
crossCheckEmail?: Maybe<Scalars['String']>;
|
1581
|
+
teamNames?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1582
|
+
};
|
1583
|
+
export declare type IOrgType = {
|
1584
|
+
name?: Maybe<Scalars['String']>;
|
1585
|
+
settings?: Maybe<Scalars['AnyObject']>;
|
1586
|
+
};
|
1587
|
+
export declare type IOrgUser = IIOrgUser & {
|
1588
|
+
__typename?: 'OrgUser';
|
1589
|
+
userId: Scalars['String'];
|
1590
|
+
role?: Maybe<IApplicationRoles>;
|
1591
|
+
inactive?: Maybe<Scalars['Boolean']>;
|
1592
|
+
orgName: Scalars['String'];
|
1593
|
+
user: IOrgUserAccunt;
|
1594
|
+
isSelf: Scalars['Boolean'];
|
1595
|
+
crossCheckEmail?: Maybe<Scalars['String']>;
|
1596
|
+
};
|
1597
|
+
export declare type IOrgUserAccunt = INode & {
|
1598
|
+
__typename?: 'OrgUserAccunt';
|
1599
|
+
id: Scalars['ID'];
|
1600
|
+
email?: Maybe<Scalars['String']>;
|
1601
|
+
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1602
|
+
username?: Maybe<Scalars['String']>;
|
1603
|
+
emailVerified?: Maybe<Scalars['Boolean']>;
|
1604
|
+
};
|
1605
|
+
export declare const enum IOrgUserRole {
|
1606
|
+
BILLING_LEADER = "BILLING_LEADER",
|
1607
|
+
MEMBER = "MEMBER",
|
1608
|
+
ADMIN = "ADMIN",
|
1609
|
+
OWNER = "OWNER"
|
1610
|
+
}
|
1611
|
+
export declare type IOrgUser_Input = {
|
1612
|
+
userId?: Maybe<Scalars['String']>;
|
1613
|
+
role?: Maybe<IApplicationRoles>;
|
1614
|
+
inactive?: Maybe<Scalars['Boolean']>;
|
1615
|
+
crossCheckEmail?: Maybe<Scalars['String']>;
|
1616
|
+
};
|
1571
1617
|
/**
|
1572
1618
|
* OrganizationInvitationRole: The possible organization invitation roles.
|
1573
1619
|
*
|
@@ -1631,27 +1677,9 @@ export declare type IOrganization = {
|
|
1631
1677
|
stripeSubscriptionId?: Maybe<Scalars['String']>;
|
1632
1678
|
invitations?: Maybe<Array<Maybe<IOrganizationInvitation>>>;
|
1633
1679
|
};
|
1634
|
-
export declare type
|
1635
|
-
|
1636
|
-
|
1637
|
-
title?: Maybe<Scalars['String']>;
|
1638
|
-
description?: Maybe<Scalars['String']>;
|
1639
|
-
picture?: Maybe<Scalars['String']>;
|
1640
|
-
stripeId?: Maybe<Scalars['String']>;
|
1641
|
-
namespace?: Maybe<Scalars['String']>;
|
1642
|
-
orgUserCount?: Maybe<Scalars['Int']>;
|
1643
|
-
createdAt?: Maybe<Scalars['DateTime']>;
|
1644
|
-
updatedAt?: Maybe<Scalars['DateTime']>;
|
1645
|
-
orgMembers?: Maybe<Array<Maybe<IOrgUser_Input>>>;
|
1646
|
-
periodStart?: Maybe<Scalars['DateTime']>;
|
1647
|
-
periodStop?: Maybe<Scalars['DateTime']>;
|
1648
|
-
billingLeaders?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1649
|
-
billingEmail?: Maybe<Scalars['String']>;
|
1650
|
-
isBillingLeader?: Maybe<Scalars['Boolean']>;
|
1651
|
-
mainBilingLeaderId?: Maybe<Scalars['String']>;
|
1652
|
-
stripeSubscriptionId?: Maybe<Scalars['String']>;
|
1653
|
-
invitations?: Maybe<Array<Maybe<IOrganizationInvitation_Input>>>;
|
1654
|
-
status?: Maybe<Scalars['String']>;
|
1680
|
+
export declare type IOrganizationConfigValue_Input = {
|
1681
|
+
section?: Maybe<Scalars['String']>;
|
1682
|
+
overrides?: Maybe<IConfigurationOverrides_Input>;
|
1655
1683
|
};
|
1656
1684
|
export declare type IOrganizationConfiguration = IIConfigurationModel & {
|
1657
1685
|
__typename?: 'OrganizationConfiguration';
|
@@ -1663,10 +1691,6 @@ export declare type IOrganizationConfiguration = IIConfigurationModel & {
|
|
1663
1691
|
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1664
1692
|
overrides?: Maybe<Array<Maybe<IOverrides>>>;
|
1665
1693
|
};
|
1666
|
-
export declare type IOrganizationConfigValue_Input = {
|
1667
|
-
section?: Maybe<Scalars['String']>;
|
1668
|
-
overrides?: Maybe<IConfigurationOverrides_Input>;
|
1669
|
-
};
|
1670
1694
|
/** Subscription event for context */
|
1671
1695
|
export declare const enum IOrganizationContextPubSubEvents {
|
1672
1696
|
OrganizationContextUpdated = "OrganizationContextUpdated",
|
@@ -1674,11 +1698,6 @@ export declare const enum IOrganizationContextPubSubEvents {
|
|
1674
1698
|
OrganizationConfigurationUpdated = "OrganizationConfigurationUpdated",
|
1675
1699
|
OrganizationPermissionUpdated = "OrganizationPermissionUpdated"
|
1676
1700
|
}
|
1677
|
-
export declare type IOrganizationCreatedEvent = IIEventWithContext & {
|
1678
|
-
__typename?: 'OrganizationCreatedEvent';
|
1679
|
-
createdOrganization?: Maybe<IOrganization>;
|
1680
|
-
userContext?: Maybe<IUserContext>;
|
1681
|
-
};
|
1682
1701
|
export declare type IOrganizationCreateRequest = {
|
1683
1702
|
name?: Maybe<Scalars['String']>;
|
1684
1703
|
title?: Maybe<Scalars['String']>;
|
@@ -1694,8 +1713,13 @@ export declare type IOrganizationCreateRequest = {
|
|
1694
1713
|
stripeSubscriptionId?: Maybe<Scalars['String']>;
|
1695
1714
|
invitations?: Maybe<Array<Maybe<IOrganizationInvitation_Input>>>;
|
1696
1715
|
};
|
1697
|
-
export declare type
|
1698
|
-
__typename?: '
|
1716
|
+
export declare type IOrganizationCreatedEvent = IIEventWithContext & {
|
1717
|
+
__typename?: 'OrganizationCreatedEvent';
|
1718
|
+
createdOrganization?: Maybe<IOrganization>;
|
1719
|
+
userContext?: Maybe<IUserContext>;
|
1720
|
+
};
|
1721
|
+
export declare type IOrganizationData = {
|
1722
|
+
__typename?: 'OrganizationData';
|
1699
1723
|
/** The unique identifier of the workspace. */
|
1700
1724
|
id: Scalars['String'];
|
1701
1725
|
/** Resources in the organization. */
|
@@ -1730,19 +1754,6 @@ export declare type IOrganizationInvitation = {
|
|
1730
1754
|
acceptedAt?: Maybe<Scalars['DateTime']>;
|
1731
1755
|
tokenExpiration?: Maybe<Scalars['DateTime']>;
|
1732
1756
|
};
|
1733
|
-
export declare type IOrganizationInvitation_Input = {
|
1734
|
-
email?: Maybe<Scalars['String']>;
|
1735
|
-
teamId?: Maybe<Scalars['String']>;
|
1736
|
-
role?: Maybe<IApplicationRoles>;
|
1737
|
-
active?: Maybe<Scalars['Boolean']>;
|
1738
|
-
fullName?: Maybe<Scalars['String']>;
|
1739
|
-
inviteCount?: Maybe<Scalars['Int']>;
|
1740
|
-
invitedBy?: Maybe<Scalars['String']>;
|
1741
|
-
createdAt?: Maybe<Scalars['DateTime']>;
|
1742
|
-
updatedAt?: Maybe<Scalars['DateTime']>;
|
1743
|
-
acceptedAt?: Maybe<Scalars['DateTime']>;
|
1744
|
-
tokenExpiration?: Maybe<Scalars['DateTime']>;
|
1745
|
-
};
|
1746
1757
|
export declare type IOrganizationInvitationDecode = {
|
1747
1758
|
__typename?: 'OrganizationInvitationDecode';
|
1748
1759
|
orgName?: Maybe<Scalars['String']>;
|
@@ -1758,6 +1769,19 @@ export declare type IOrganizationInvitationRequest = {
|
|
1758
1769
|
orgName?: Maybe<Scalars['String']>;
|
1759
1770
|
role?: Maybe<Scalars['String']>;
|
1760
1771
|
};
|
1772
|
+
export declare type IOrganizationInvitation_Input = {
|
1773
|
+
email?: Maybe<Scalars['String']>;
|
1774
|
+
teamId?: Maybe<Scalars['String']>;
|
1775
|
+
role?: Maybe<IApplicationRoles>;
|
1776
|
+
active?: Maybe<Scalars['Boolean']>;
|
1777
|
+
fullName?: Maybe<Scalars['String']>;
|
1778
|
+
inviteCount?: Maybe<Scalars['Int']>;
|
1779
|
+
invitedBy?: Maybe<Scalars['String']>;
|
1780
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
1781
|
+
updatedAt?: Maybe<Scalars['DateTime']>;
|
1782
|
+
acceptedAt?: Maybe<Scalars['DateTime']>;
|
1783
|
+
tokenExpiration?: Maybe<Scalars['DateTime']>;
|
1784
|
+
};
|
1761
1785
|
export declare type IOrganizationMember = {
|
1762
1786
|
__typename?: 'OrganizationMember';
|
1763
1787
|
id?: Maybe<Scalars['String']>;
|
@@ -1824,14 +1848,6 @@ export declare type IOrganizationRole = IIConfigurationModel & {
|
|
1824
1848
|
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1825
1849
|
overrides?: Maybe<Array<Maybe<IOverrides>>>;
|
1826
1850
|
};
|
1827
|
-
export declare type IOrganizationsDeactivatedEvent = {
|
1828
|
-
__typename?: 'OrganizationsDeactivatedEvent';
|
1829
|
-
deactivatedOrganizationsIds?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1830
|
-
};
|
1831
|
-
export declare type IOrganizationsDeletedEvent = {
|
1832
|
-
__typename?: 'OrganizationsDeletedEvent';
|
1833
|
-
deletedOrganizationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1834
|
-
};
|
1835
1851
|
export declare type IOrganizationService = {
|
1836
1852
|
__typename?: 'OrganizationService';
|
1837
1853
|
getOrganization?: Maybe<IOrganization>;
|
@@ -1913,55 +1929,36 @@ export declare type IOrganizationUpdateRequest = {
|
|
1913
1929
|
requestedUserId?: Maybe<Scalars['String']>;
|
1914
1930
|
payload?: Maybe<IOrganization_Input>;
|
1915
1931
|
};
|
1916
|
-
export declare type
|
1917
|
-
id?: Maybe<Scalars['
|
1918
|
-
name
|
1919
|
-
|
1920
|
-
|
1921
|
-
|
1922
|
-
|
1923
|
-
|
1924
|
-
|
1925
|
-
|
1926
|
-
|
1927
|
-
|
1928
|
-
|
1929
|
-
|
1930
|
-
|
1931
|
-
|
1932
|
-
|
1933
|
-
|
1934
|
-
|
1935
|
-
|
1936
|
-
|
1937
|
-
userId: Scalars['String'];
|
1938
|
-
role?: Maybe<IApplicationRoles>;
|
1939
|
-
inactive?: Maybe<Scalars['Boolean']>;
|
1940
|
-
orgName: Scalars['String'];
|
1941
|
-
user: IOrgUserAccunt;
|
1942
|
-
isSelf: Scalars['Boolean'];
|
1943
|
-
crossCheckEmail?: Maybe<Scalars['String']>;
|
1932
|
+
export declare type IOrganization_Input = {
|
1933
|
+
id?: Maybe<Scalars['ID']>;
|
1934
|
+
name: Scalars['String'];
|
1935
|
+
title?: Maybe<Scalars['String']>;
|
1936
|
+
description?: Maybe<Scalars['String']>;
|
1937
|
+
picture?: Maybe<Scalars['String']>;
|
1938
|
+
stripeId?: Maybe<Scalars['String']>;
|
1939
|
+
namespace?: Maybe<Scalars['String']>;
|
1940
|
+
orgUserCount?: Maybe<Scalars['Int']>;
|
1941
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
1942
|
+
updatedAt?: Maybe<Scalars['DateTime']>;
|
1943
|
+
orgMembers?: Maybe<Array<Maybe<IOrgUser_Input>>>;
|
1944
|
+
periodStart?: Maybe<Scalars['DateTime']>;
|
1945
|
+
periodStop?: Maybe<Scalars['DateTime']>;
|
1946
|
+
billingLeaders?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1947
|
+
billingEmail?: Maybe<Scalars['String']>;
|
1948
|
+
isBillingLeader?: Maybe<Scalars['Boolean']>;
|
1949
|
+
mainBilingLeaderId?: Maybe<Scalars['String']>;
|
1950
|
+
stripeSubscriptionId?: Maybe<Scalars['String']>;
|
1951
|
+
invitations?: Maybe<Array<Maybe<IOrganizationInvitation_Input>>>;
|
1952
|
+
status?: Maybe<Scalars['String']>;
|
1944
1953
|
};
|
1945
|
-
export declare type
|
1946
|
-
|
1947
|
-
|
1948
|
-
inactive?: Maybe<Scalars['Boolean']>;
|
1949
|
-
crossCheckEmail?: Maybe<Scalars['String']>;
|
1954
|
+
export declare type IOrganizationsDeactivatedEvent = {
|
1955
|
+
__typename?: 'OrganizationsDeactivatedEvent';
|
1956
|
+
deactivatedOrganizationsIds?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1950
1957
|
};
|
1951
|
-
export declare type
|
1952
|
-
__typename?: '
|
1953
|
-
|
1954
|
-
email?: Maybe<Scalars['String']>;
|
1955
|
-
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1956
|
-
username?: Maybe<Scalars['String']>;
|
1957
|
-
emailVerified?: Maybe<Scalars['Boolean']>;
|
1958
|
+
export declare type IOrganizationsDeletedEvent = {
|
1959
|
+
__typename?: 'OrganizationsDeletedEvent';
|
1960
|
+
deletedOrganizationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1958
1961
|
};
|
1959
|
-
export declare const enum IOrgUserRole {
|
1960
|
-
BILLING_LEADER = "BILLING_LEADER",
|
1961
|
-
MEMBER = "MEMBER",
|
1962
|
-
ADMIN = "ADMIN",
|
1963
|
-
OWNER = "OWNER"
|
1964
|
-
}
|
1965
1962
|
export declare type IOverrides = {
|
1966
1963
|
__typename?: 'Overrides';
|
1967
1964
|
contents?: Maybe<Scalars['AnyObject']>;
|
@@ -2048,6 +2045,17 @@ export declare const enum IPreDefinedRole {
|
|
2048
2045
|
GUEST = "GUEST",
|
2049
2046
|
CONTRIBUTORS = "CONTRIBUTORS"
|
2050
2047
|
}
|
2048
|
+
export declare type IPreferenceItem = {
|
2049
|
+
__typename?: 'PreferenceItem';
|
2050
|
+
name?: Maybe<Scalars['String']>;
|
2051
|
+
type?: Maybe<Scalars['String']>;
|
2052
|
+
default?: Maybe<Scalars['String']>;
|
2053
|
+
description?: Maybe<Scalars['String']>;
|
2054
|
+
categoryType?: Maybe<Scalars['String']>;
|
2055
|
+
settings?: Maybe<Scalars['String']>;
|
2056
|
+
enum?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2057
|
+
enumDescriptions?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2058
|
+
};
|
2051
2059
|
export declare type IPreference_Account = {
|
2052
2060
|
__typename?: 'Preference_Account';
|
2053
2061
|
default?: Maybe<IPreference_Default>;
|
@@ -2087,17 +2095,6 @@ export declare type IPreference_Teams = {
|
|
2087
2095
|
__typename?: 'Preference_Teams';
|
2088
2096
|
visibility?: Maybe<IVisibility>;
|
2089
2097
|
};
|
2090
|
-
export declare type IPreferenceItem = {
|
2091
|
-
__typename?: 'PreferenceItem';
|
2092
|
-
name?: Maybe<Scalars['String']>;
|
2093
|
-
type?: Maybe<Scalars['String']>;
|
2094
|
-
default?: Maybe<Scalars['String']>;
|
2095
|
-
description?: Maybe<Scalars['String']>;
|
2096
|
-
categoryType?: Maybe<Scalars['String']>;
|
2097
|
-
settings?: Maybe<Scalars['String']>;
|
2098
|
-
enum?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2099
|
-
enumDescriptions?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2100
|
-
};
|
2101
2098
|
export declare type IPreferences = {
|
2102
2099
|
__typename?: 'Preferences';
|
2103
2100
|
account?: Maybe<IPreference_Account>;
|
@@ -2140,25 +2137,6 @@ export declare type IPreferencesType = {
|
|
2140
2137
|
type?: Maybe<Scalars['String']>;
|
2141
2138
|
data?: Maybe<Array<Maybe<IContributionSettings>>>;
|
2142
2139
|
};
|
2143
|
-
export declare type IProject_Input = {
|
2144
|
-
id?: Maybe<Scalars['String']>;
|
2145
|
-
_id?: Maybe<Scalars['String']>;
|
2146
|
-
name?: Maybe<Scalars['String']>;
|
2147
|
-
description?: Maybe<Scalars['String']>;
|
2148
|
-
path?: Maybe<Scalars['String']>;
|
2149
|
-
source?: Maybe<IProjectSource_Input>;
|
2150
|
-
problems?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2151
|
-
};
|
2152
|
-
export declare type IProject_Output = {
|
2153
|
-
__typename?: 'Project_Output';
|
2154
|
-
id?: Maybe<Scalars['String']>;
|
2155
|
-
name: Scalars['String'];
|
2156
|
-
clientId?: Maybe<Scalars['String']>;
|
2157
|
-
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2158
|
-
status?: Maybe<Scalars['String']>;
|
2159
|
-
orgName?: Maybe<Scalars['String']>;
|
2160
|
-
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2161
|
-
};
|
2162
2140
|
export declare type IProjectAddRequest = {
|
2163
2141
|
name: Scalars['String'];
|
2164
2142
|
clientId?: Maybe<Scalars['String']>;
|
@@ -2199,6 +2177,65 @@ export declare type IProjectParameters_Input = {
|
|
2199
2177
|
httpsUrl?: Maybe<Scalars['String']>;
|
2200
2178
|
isPrivate?: Maybe<Scalars['Boolean']>;
|
2201
2179
|
};
|
2180
|
+
export declare type IProjectSource = {
|
2181
|
+
__typename?: 'ProjectSource';
|
2182
|
+
location?: Maybe<Scalars['String']>;
|
2183
|
+
type?: Maybe<IProjectSourceType>;
|
2184
|
+
parameters?: Maybe<IProjectParameters>;
|
2185
|
+
providers?: Maybe<IProjectSourceProviders>;
|
2186
|
+
language?: Maybe<Scalars['String']>;
|
2187
|
+
};
|
2188
|
+
/** Various Source Providers for Projects Source. */
|
2189
|
+
export declare const enum IProjectSourceProviders {
|
2190
|
+
Github = "Github",
|
2191
|
+
Bitbucket = "Bitbucket",
|
2192
|
+
Gitlab = "Gitlab",
|
2193
|
+
Vsts = "Vsts",
|
2194
|
+
None = "None"
|
2195
|
+
}
|
2196
|
+
/** Various types of sources. */
|
2197
|
+
export declare const enum IProjectSourceType {
|
2198
|
+
Blank = "Blank",
|
2199
|
+
Zip = "Zip",
|
2200
|
+
Git = "Git"
|
2201
|
+
}
|
2202
|
+
export declare type IProjectSource_Input = {
|
2203
|
+
location?: Maybe<Scalars['String']>;
|
2204
|
+
type?: Maybe<IProjectSourceType>;
|
2205
|
+
parameters?: Maybe<IProjectParameters_Input>;
|
2206
|
+
providers?: Maybe<IProjectSourceProviders>;
|
2207
|
+
language?: Maybe<Scalars['String']>;
|
2208
|
+
};
|
2209
|
+
export declare const enum IProjectType {
|
2210
|
+
internal = "internal",
|
2211
|
+
others = "others",
|
2212
|
+
asana = "asana"
|
2213
|
+
}
|
2214
|
+
export declare type IProjectWhereInput = {
|
2215
|
+
id?: Maybe<Scalars['String']>;
|
2216
|
+
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2217
|
+
name?: Maybe<Scalars['String']>;
|
2218
|
+
orgName?: Maybe<Scalars['String']>;
|
2219
|
+
};
|
2220
|
+
export declare type IProject_Input = {
|
2221
|
+
id?: Maybe<Scalars['String']>;
|
2222
|
+
_id?: Maybe<Scalars['String']>;
|
2223
|
+
name?: Maybe<Scalars['String']>;
|
2224
|
+
description?: Maybe<Scalars['String']>;
|
2225
|
+
path?: Maybe<Scalars['String']>;
|
2226
|
+
source?: Maybe<IProjectSource_Input>;
|
2227
|
+
problems?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2228
|
+
};
|
2229
|
+
export declare type IProject_Output = {
|
2230
|
+
__typename?: 'Project_Output';
|
2231
|
+
id?: Maybe<Scalars['String']>;
|
2232
|
+
name: Scalars['String'];
|
2233
|
+
clientId?: Maybe<Scalars['String']>;
|
2234
|
+
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2235
|
+
status?: Maybe<Scalars['String']>;
|
2236
|
+
orgName?: Maybe<Scalars['String']>;
|
2237
|
+
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2238
|
+
};
|
2202
2239
|
/**
|
2203
2240
|
* * Project can be any of the following:
|
2204
2241
|
* * i. Git Repository
|
@@ -2234,46 +2271,6 @@ export declare type IProjects = {
|
|
2234
2271
|
updatedAt?: Maybe<Scalars['DateTime']>;
|
2235
2272
|
createdAt?: Maybe<Scalars['DateTime']>;
|
2236
2273
|
};
|
2237
|
-
export declare type IProjectSource = {
|
2238
|
-
__typename?: 'ProjectSource';
|
2239
|
-
location?: Maybe<Scalars['String']>;
|
2240
|
-
type?: Maybe<IProjectSourceType>;
|
2241
|
-
parameters?: Maybe<IProjectParameters>;
|
2242
|
-
providers?: Maybe<IProjectSourceProviders>;
|
2243
|
-
language?: Maybe<Scalars['String']>;
|
2244
|
-
};
|
2245
|
-
export declare type IProjectSource_Input = {
|
2246
|
-
location?: Maybe<Scalars['String']>;
|
2247
|
-
type?: Maybe<IProjectSourceType>;
|
2248
|
-
parameters?: Maybe<IProjectParameters_Input>;
|
2249
|
-
providers?: Maybe<IProjectSourceProviders>;
|
2250
|
-
language?: Maybe<Scalars['String']>;
|
2251
|
-
};
|
2252
|
-
/** Various Source Providers for Projects Source. */
|
2253
|
-
export declare const enum IProjectSourceProviders {
|
2254
|
-
Github = "Github",
|
2255
|
-
Bitbucket = "Bitbucket",
|
2256
|
-
Gitlab = "Gitlab",
|
2257
|
-
Vsts = "Vsts",
|
2258
|
-
None = "None"
|
2259
|
-
}
|
2260
|
-
/** Various types of sources. */
|
2261
|
-
export declare const enum IProjectSourceType {
|
2262
|
-
Blank = "Blank",
|
2263
|
-
Zip = "Zip",
|
2264
|
-
Git = "Git"
|
2265
|
-
}
|
2266
|
-
export declare const enum IProjectType {
|
2267
|
-
internal = "internal",
|
2268
|
-
others = "others",
|
2269
|
-
asana = "asana"
|
2270
|
-
}
|
2271
|
-
export declare type IProjectWhereInput = {
|
2272
|
-
id?: Maybe<Scalars['String']>;
|
2273
|
-
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2274
|
-
name?: Maybe<Scalars['String']>;
|
2275
|
-
orgName?: Maybe<Scalars['String']>;
|
2276
|
-
};
|
2277
2274
|
export declare type IQuery = {
|
2278
2275
|
__typename?: 'Query';
|
2279
2276
|
GetSshKey?: Maybe<ISshKey>;
|
@@ -2619,8 +2616,20 @@ export declare const enum IRouteParams {
|
|
2619
2616
|
orgName = "orgName",
|
2620
2617
|
teamName = "teamName"
|
2621
2618
|
}
|
2622
|
-
|
2623
|
-
|
2619
|
+
export declare const enum ISettingValueType {
|
2620
|
+
Null = "Null",
|
2621
|
+
Enum = "Enum",
|
2622
|
+
String = "String",
|
2623
|
+
Integer = "Integer",
|
2624
|
+
Number = "Number",
|
2625
|
+
Boolean = "Boolean",
|
2626
|
+
Exclude = "Exclude",
|
2627
|
+
Complex = "Complex",
|
2628
|
+
NullableInteger = "NullableInteger",
|
2629
|
+
NullableNumber = "NullableNumber"
|
2630
|
+
}
|
2631
|
+
/** Settings is a version of a configuration settings file. */
|
2632
|
+
export declare type ISettings = {
|
2624
2633
|
__typename?: 'Settings';
|
2625
2634
|
/** The time when this was created. */
|
2626
2635
|
createdAt?: Maybe<Scalars['String']>;
|
@@ -2663,18 +2672,6 @@ export declare type ISettingsSection = {
|
|
2663
2672
|
settings?: Maybe<Array<Maybe<IContributionSettings>>>;
|
2664
2673
|
};
|
2665
2674
|
export declare type ISettingsSubject = IUserSettings | IApplicationSettings | IMachineSettings | IOrganizationResourceSettings | IGlobalSettings | IOrganizationSettings | IMemorySettings | IDefaultSettings;
|
2666
|
-
export declare const enum ISettingValueType {
|
2667
|
-
Null = "Null",
|
2668
|
-
Enum = "Enum",
|
2669
|
-
String = "String",
|
2670
|
-
Integer = "Integer",
|
2671
|
-
Number = "Number",
|
2672
|
-
Boolean = "Boolean",
|
2673
|
-
Exclude = "Exclude",
|
2674
|
-
Complex = "Complex",
|
2675
|
-
NullableInteger = "NullableInteger",
|
2676
|
-
NullableNumber = "NullableNumber"
|
2677
|
-
}
|
2678
2675
|
export declare type ISocialConnect = {
|
2679
2676
|
__typename?: 'SocialConnect';
|
2680
2677
|
facebook?: Maybe<Scalars['String']>;
|
@@ -2941,6 +2938,13 @@ export declare const enum ITokenTypesEnum {
|
|
2941
2938
|
EMAIL_VERIFICATION = "EMAIL_VERIFICATION",
|
2942
2939
|
PASSWORD_RESET = "PASSWORD_RESET"
|
2943
2940
|
}
|
2941
|
+
export declare type IUpdateProject_Input = {
|
2942
|
+
name: Scalars['String'];
|
2943
|
+
clientId?: Maybe<Scalars['String']>;
|
2944
|
+
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2945
|
+
orgName?: Maybe<Scalars['String']>;
|
2946
|
+
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2947
|
+
};
|
2944
2948
|
export declare type IUpdatedClient_Input = {
|
2945
2949
|
name?: Maybe<IName_Input>;
|
2946
2950
|
companyName?: Maybe<Scalars['String']>;
|
@@ -2954,13 +2958,6 @@ export declare type IUpdatedClient_Input = {
|
|
2954
2958
|
shippingAddress?: Maybe<IAddressType_Input>;
|
2955
2959
|
orgName?: Maybe<Scalars['String']>;
|
2956
2960
|
};
|
2957
|
-
export declare type IUpdateProject_Input = {
|
2958
|
-
name: Scalars['String'];
|
2959
|
-
clientId?: Maybe<Scalars['String']>;
|
2960
|
-
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2961
|
-
orgName?: Maybe<Scalars['String']>;
|
2962
|
-
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2963
|
-
};
|
2964
2961
|
export declare type IUserAccount = INode & {
|
2965
2962
|
__typename?: 'UserAccount';
|
2966
2963
|
id: Scalars['ID'];
|
@@ -2975,11 +2972,19 @@ export declare type IUserAccount = INode & {
|
|
2975
2972
|
phoneNumber?: Maybe<Array<IPhoneNumber>>;
|
2976
2973
|
tokens?: Maybe<Array<Maybe<IUserToken>>>;
|
2977
2974
|
};
|
2978
|
-
export declare type
|
2979
|
-
|
2980
|
-
|
2975
|
+
export declare type IUserAccountCreateRequest = {
|
2976
|
+
email: Scalars['String'];
|
2977
|
+
username: Scalars['String'];
|
2981
2978
|
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2982
|
-
|
2979
|
+
emailVerified?: Maybe<Scalars['Boolean']>;
|
2980
|
+
notificationEmail?: Maybe<Scalars['String']>;
|
2981
|
+
familyName?: Maybe<Scalars['String']>;
|
2982
|
+
givenName?: Maybe<Scalars['String']>;
|
2983
|
+
picture?: Maybe<Scalars['String']>;
|
2984
|
+
workEmail?: Maybe<Scalars['String']>;
|
2985
|
+
country?: Maybe<Scalars['String']>;
|
2986
|
+
companyName?: Maybe<Scalars['String']>;
|
2987
|
+
phoneNumber?: Maybe<Scalars['String']>;
|
2983
2988
|
tokens?: Maybe<Array<Maybe<IUserTokenInput>>>;
|
2984
2989
|
};
|
2985
2990
|
export declare type IUserAccountCreatedDetailedEvent = {
|
@@ -2997,20 +3002,8 @@ export declare type IUserAccountCreatedEvent = {
|
|
2997
3002
|
createdUser?: Maybe<IUserAccountCreatedDetailedEvent>;
|
2998
3003
|
sourceUser?: Maybe<IUserProfile>;
|
2999
3004
|
};
|
3000
|
-
export declare type
|
3001
|
-
|
3002
|
-
username: Scalars['String'];
|
3003
|
-
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
3004
|
-
emailVerified?: Maybe<Scalars['Boolean']>;
|
3005
|
-
notificationEmail?: Maybe<Scalars['String']>;
|
3006
|
-
familyName?: Maybe<Scalars['String']>;
|
3007
|
-
givenName?: Maybe<Scalars['String']>;
|
3008
|
-
picture?: Maybe<Scalars['String']>;
|
3009
|
-
workEmail?: Maybe<Scalars['String']>;
|
3010
|
-
country?: Maybe<Scalars['String']>;
|
3011
|
-
companyName?: Maybe<Scalars['String']>;
|
3012
|
-
phoneNumber?: Maybe<Scalars['String']>;
|
3013
|
-
tokens?: Maybe<Array<Maybe<IUserTokenInput>>>;
|
3005
|
+
export declare type IUserAccountRemoveRequest = {
|
3006
|
+
id?: Maybe<Scalars['String']>;
|
3014
3007
|
};
|
3015
3008
|
export declare type IUserAccountRemovedEvent = {
|
3016
3009
|
__typename?: 'UserAccountRemovedEvent';
|
@@ -3019,9 +3012,6 @@ export declare type IUserAccountRemovedEvent = {
|
|
3019
3012
|
username: Scalars['String'];
|
3020
3013
|
notificationEmail?: Maybe<Scalars['String']>;
|
3021
3014
|
};
|
3022
|
-
export declare type IUserAccountRemoveRequest = {
|
3023
|
-
id?: Maybe<Scalars['String']>;
|
3024
|
-
};
|
3025
3015
|
export declare type IUserAccountUpdateRequest = {
|
3026
3016
|
id: Scalars['String'];
|
3027
3017
|
payload?: Maybe<IUserAccount_Input>;
|
@@ -3032,6 +3022,13 @@ export declare type IUserAccountWhere = {
|
|
3032
3022
|
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
3033
3023
|
username?: Maybe<Scalars['String']>;
|
3034
3024
|
};
|
3025
|
+
export declare type IUserAccount_Input = {
|
3026
|
+
id?: Maybe<Scalars['String']>;
|
3027
|
+
email?: Maybe<Scalars['String']>;
|
3028
|
+
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
3029
|
+
username?: Maybe<Scalars['String']>;
|
3030
|
+
tokens?: Maybe<Array<Maybe<IUserTokenInput>>>;
|
3031
|
+
};
|
3035
3032
|
export declare type IUserAuth0UpdateFields = {
|
3036
3033
|
family_name?: Maybe<Scalars['String']>;
|
3037
3034
|
given_name?: Maybe<Scalars['String']>;
|
@@ -4134,79 +4131,79 @@ export declare type IDefaultSettingFragment = ({
|
|
4134
4131
|
export declare type IOverWriteRoleValueFragment = ({
|
4135
4132
|
__typename?: 'ContributionSettings';
|
4136
4133
|
} & Pick<IContributionSettings, 'key' | 'value'>);
|
4137
|
-
declare type
|
4138
|
-
__typename: '
|
4139
|
-
} & Pick<
|
4134
|
+
declare type IConfiguration_ApplicationPolicy_Fragment = ({
|
4135
|
+
__typename: 'ApplicationPolicy';
|
4136
|
+
} & Pick<IApplicationPolicy, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4140
4137
|
overrides?: Maybe<Array<Maybe<({
|
4141
4138
|
__typename?: 'Overrides';
|
4142
4139
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4143
4140
|
});
|
4144
|
-
declare type
|
4145
|
-
__typename: '
|
4146
|
-
} & Pick<
|
4141
|
+
declare type IConfiguration_ApplicationRolePermission_Fragment = ({
|
4142
|
+
__typename: 'ApplicationRolePermission';
|
4143
|
+
} & Pick<IApplicationRolePermission, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4147
4144
|
overrides?: Maybe<Array<Maybe<({
|
4148
4145
|
__typename?: 'Overrides';
|
4149
4146
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4150
4147
|
});
|
4151
|
-
declare type
|
4152
|
-
__typename: '
|
4153
|
-
} & Pick<
|
4148
|
+
declare type IConfiguration_DefaultConfiguration_Fragment = ({
|
4149
|
+
__typename: 'DefaultConfiguration';
|
4150
|
+
} & Pick<IDefaultConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4154
4151
|
overrides?: Maybe<Array<Maybe<({
|
4155
4152
|
__typename?: 'Overrides';
|
4156
4153
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4157
4154
|
});
|
4158
|
-
declare type
|
4159
|
-
__typename: '
|
4160
|
-
} & Pick<
|
4155
|
+
declare type IConfiguration_DefaultPolicy_Fragment = ({
|
4156
|
+
__typename: 'DefaultPolicy';
|
4157
|
+
} & Pick<IDefaultPolicy, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4161
4158
|
overrides?: Maybe<Array<Maybe<({
|
4162
4159
|
__typename?: 'Overrides';
|
4163
4160
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4164
4161
|
});
|
4165
|
-
declare type
|
4166
|
-
__typename: '
|
4167
|
-
} & Pick<
|
4162
|
+
declare type IConfiguration_DefaultRole_Fragment = ({
|
4163
|
+
__typename: 'DefaultRole';
|
4164
|
+
} & Pick<IDefaultRole, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4168
4165
|
overrides?: Maybe<Array<Maybe<({
|
4169
4166
|
__typename?: 'Overrides';
|
4170
4167
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4171
4168
|
});
|
4172
|
-
declare type
|
4173
|
-
__typename: '
|
4174
|
-
} & Pick<
|
4169
|
+
declare type IConfiguration_MachineConfiguration_Fragment = ({
|
4170
|
+
__typename: 'MachineConfiguration';
|
4171
|
+
} & Pick<IMachineConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4175
4172
|
overrides?: Maybe<Array<Maybe<({
|
4176
4173
|
__typename?: 'Overrides';
|
4177
4174
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4178
4175
|
});
|
4179
|
-
declare type
|
4180
|
-
__typename: '
|
4181
|
-
} & Pick<
|
4176
|
+
declare type IConfiguration_OrganizationConfiguration_Fragment = ({
|
4177
|
+
__typename: 'OrganizationConfiguration';
|
4178
|
+
} & Pick<IOrganizationConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4182
4179
|
overrides?: Maybe<Array<Maybe<({
|
4183
4180
|
__typename?: 'Overrides';
|
4184
4181
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4185
4182
|
});
|
4186
|
-
declare type
|
4187
|
-
__typename: '
|
4188
|
-
} & Pick<
|
4183
|
+
declare type IConfiguration_OrganizationPolicy_Fragment = ({
|
4184
|
+
__typename: 'OrganizationPolicy';
|
4185
|
+
} & Pick<IOrganizationPolicy, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4189
4186
|
overrides?: Maybe<Array<Maybe<({
|
4190
4187
|
__typename?: 'Overrides';
|
4191
4188
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4192
4189
|
});
|
4193
|
-
declare type
|
4194
|
-
__typename: '
|
4195
|
-
} & Pick<
|
4190
|
+
declare type IConfiguration_OrganizationResourceConfiguration_Fragment = ({
|
4191
|
+
__typename: 'OrganizationResourceConfiguration';
|
4192
|
+
} & Pick<IOrganizationResourceConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4196
4193
|
overrides?: Maybe<Array<Maybe<({
|
4197
4194
|
__typename?: 'Overrides';
|
4198
4195
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4199
4196
|
});
|
4200
|
-
declare type
|
4201
|
-
__typename: '
|
4202
|
-
} & Pick<
|
4197
|
+
declare type IConfiguration_OrganizationRole_Fragment = ({
|
4198
|
+
__typename: 'OrganizationRole';
|
4199
|
+
} & Pick<IOrganizationRole, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4203
4200
|
overrides?: Maybe<Array<Maybe<({
|
4204
4201
|
__typename?: 'Overrides';
|
4205
4202
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4206
4203
|
});
|
4207
|
-
declare type
|
4208
|
-
__typename: '
|
4209
|
-
} & Pick<
|
4204
|
+
declare type IConfiguration_ResourcePolicy_Fragment = ({
|
4205
|
+
__typename: 'ResourcePolicy';
|
4206
|
+
} & Pick<IResourcePolicy, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4210
4207
|
overrides?: Maybe<Array<Maybe<({
|
4211
4208
|
__typename?: 'Overrides';
|
4212
4209
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
@@ -4218,14 +4215,14 @@ declare type IConfiguration_ResourceRole_Fragment = ({
|
|
4218
4215
|
__typename?: 'Overrides';
|
4219
4216
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4220
4217
|
});
|
4221
|
-
declare type
|
4222
|
-
__typename: '
|
4223
|
-
} & Pick<
|
4218
|
+
declare type IConfiguration_UserConfiguration_Fragment = ({
|
4219
|
+
__typename: 'UserConfiguration';
|
4220
|
+
} & Pick<IUserConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4224
4221
|
overrides?: Maybe<Array<Maybe<({
|
4225
4222
|
__typename?: 'Overrides';
|
4226
4223
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4227
4224
|
});
|
4228
|
-
export declare type IConfigurationFragment =
|
4225
|
+
export declare type IConfigurationFragment = IConfiguration_ApplicationPolicy_Fragment | IConfiguration_ApplicationRolePermission_Fragment | IConfiguration_DefaultConfiguration_Fragment | IConfiguration_DefaultPolicy_Fragment | IConfiguration_DefaultRole_Fragment | IConfiguration_MachineConfiguration_Fragment | IConfiguration_OrganizationConfiguration_Fragment | IConfiguration_OrganizationPolicy_Fragment | IConfiguration_OrganizationResourceConfiguration_Fragment | IConfiguration_OrganizationRole_Fragment | IConfiguration_ResourcePolicy_Fragment | IConfiguration_ResourceRole_Fragment | IConfiguration_UserConfiguration_Fragment;
|
4229
4226
|
export declare type IContextConfigurationFragment = ({
|
4230
4227
|
__typename?: 'OrganizationData';
|
4231
4228
|
} & Pick<IOrganizationData, 'id' | 'name' | 'configuration'> & {
|
@@ -4250,13 +4247,13 @@ export declare type IOrgContextFragment = ({
|
|
4250
4247
|
export declare type IOrganizationUserFragment = ({
|
4251
4248
|
__typename?: 'OrgUser';
|
4252
4249
|
} & Pick<IOrgUser, 'role' | 'orgName' | 'isSelf'>);
|
4253
|
-
declare type IResourceData_OrganizationResourceData_Fragment = ({
|
4254
|
-
__typename?: 'OrganizationResourceData';
|
4255
|
-
} & Pick<IOrganizationResourceData, 'uri' | 'name' | 'index'>);
|
4256
4250
|
declare type IResourceData_ExternalResourceData_Fragment = ({
|
4257
4251
|
__typename?: 'ExternalResourceData';
|
4258
4252
|
} & Pick<IExternalResourceData, 'uri' | 'name' | 'index'>);
|
4259
|
-
|
4253
|
+
declare type IResourceData_OrganizationResourceData_Fragment = ({
|
4254
|
+
__typename?: 'OrganizationResourceData';
|
4255
|
+
} & Pick<IOrganizationResourceData, 'uri' | 'name' | 'index'>);
|
4256
|
+
export declare type IResourceDataFragment = IResourceData_ExternalResourceData_Fragment | IResourceData_OrganizationResourceData_Fragment;
|
4260
4257
|
export declare type IResourceUserRoleFragment = ({
|
4261
4258
|
__typename?: 'ResourceUser';
|
4262
4259
|
} & Pick<IResourceUser, 'role' | 'name' | 'isSelf' | 'orgName'>);
|
@@ -4957,140 +4954,140 @@ export declare type IgetConfigurationDataQuery = ({
|
|
4957
4954
|
__typename?: 'ConfigurationData';
|
4958
4955
|
} & Pick<IConfigurationData, 'isComplete'> & {
|
4959
4956
|
defaults?: Maybe<({
|
4957
|
+
__typename?: 'ApplicationPolicy';
|
4958
|
+
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
4959
|
+
__typename?: 'ApplicationRolePermission';
|
4960
|
+
} & IConfiguration_ApplicationRolePermission_Fragment) | ({
|
4960
4961
|
__typename?: 'DefaultConfiguration';
|
4961
4962
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
4963
|
+
__typename?: 'DefaultPolicy';
|
4964
|
+
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
4965
|
+
__typename?: 'DefaultRole';
|
4966
|
+
} & IConfiguration_DefaultRole_Fragment) | ({
|
4962
4967
|
__typename?: 'MachineConfiguration';
|
4963
4968
|
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
4964
|
-
__typename?: 'UserConfiguration';
|
4965
|
-
} & IConfiguration_UserConfiguration_Fragment) | ({
|
4966
4969
|
__typename?: 'OrganizationConfiguration';
|
4967
4970
|
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
4968
|
-
__typename?: 'OrganizationResourceConfiguration';
|
4969
|
-
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
4970
|
-
__typename?: 'DefaultPolicy';
|
4971
|
-
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
4972
4971
|
__typename?: 'OrganizationPolicy';
|
4973
4972
|
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
4974
|
-
__typename?: '
|
4975
|
-
} &
|
4976
|
-
__typename?: 'ApplicationPolicy';
|
4977
|
-
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
4978
|
-
__typename?: 'DefaultRole';
|
4979
|
-
} & IConfiguration_DefaultRole_Fragment) | ({
|
4973
|
+
__typename?: 'OrganizationResourceConfiguration';
|
4974
|
+
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
4980
4975
|
__typename?: 'OrganizationRole';
|
4981
4976
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
4977
|
+
__typename?: 'ResourcePolicy';
|
4978
|
+
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
4982
4979
|
__typename?: 'ResourceRole';
|
4983
4980
|
} & IConfiguration_ResourceRole_Fragment) | ({
|
4984
|
-
__typename?: '
|
4985
|
-
} &
|
4981
|
+
__typename?: 'UserConfiguration';
|
4982
|
+
} & IConfiguration_UserConfiguration_Fragment)>;
|
4986
4983
|
user?: Maybe<({
|
4984
|
+
__typename?: 'ApplicationPolicy';
|
4985
|
+
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
4986
|
+
__typename?: 'ApplicationRolePermission';
|
4987
|
+
} & IConfiguration_ApplicationRolePermission_Fragment) | ({
|
4987
4988
|
__typename?: 'DefaultConfiguration';
|
4988
4989
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
4990
|
+
__typename?: 'DefaultPolicy';
|
4991
|
+
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
4992
|
+
__typename?: 'DefaultRole';
|
4993
|
+
} & IConfiguration_DefaultRole_Fragment) | ({
|
4989
4994
|
__typename?: 'MachineConfiguration';
|
4990
4995
|
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
4991
|
-
__typename?: 'UserConfiguration';
|
4992
|
-
} & IConfiguration_UserConfiguration_Fragment) | ({
|
4993
4996
|
__typename?: 'OrganizationConfiguration';
|
4994
4997
|
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
4995
|
-
__typename?: 'OrganizationResourceConfiguration';
|
4996
|
-
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
4997
|
-
__typename?: 'DefaultPolicy';
|
4998
|
-
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
4999
4998
|
__typename?: 'OrganizationPolicy';
|
5000
4999
|
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5001
|
-
__typename?: '
|
5002
|
-
} &
|
5003
|
-
__typename?: 'ApplicationPolicy';
|
5004
|
-
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5005
|
-
__typename?: 'DefaultRole';
|
5006
|
-
} & IConfiguration_DefaultRole_Fragment) | ({
|
5000
|
+
__typename?: 'OrganizationResourceConfiguration';
|
5001
|
+
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5007
5002
|
__typename?: 'OrganizationRole';
|
5008
5003
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
5004
|
+
__typename?: 'ResourcePolicy';
|
5005
|
+
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
5009
5006
|
__typename?: 'ResourceRole';
|
5010
5007
|
} & IConfiguration_ResourceRole_Fragment) | ({
|
5011
|
-
__typename?: '
|
5012
|
-
} &
|
5008
|
+
__typename?: 'UserConfiguration';
|
5009
|
+
} & IConfiguration_UserConfiguration_Fragment)>;
|
5013
5010
|
machine?: Maybe<({
|
5011
|
+
__typename?: 'ApplicationPolicy';
|
5012
|
+
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5013
|
+
__typename?: 'ApplicationRolePermission';
|
5014
|
+
} & IConfiguration_ApplicationRolePermission_Fragment) | ({
|
5014
5015
|
__typename?: 'DefaultConfiguration';
|
5015
5016
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
5017
|
+
__typename?: 'DefaultPolicy';
|
5018
|
+
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5019
|
+
__typename?: 'DefaultRole';
|
5020
|
+
} & IConfiguration_DefaultRole_Fragment) | ({
|
5016
5021
|
__typename?: 'MachineConfiguration';
|
5017
5022
|
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
5018
|
-
__typename?: 'UserConfiguration';
|
5019
|
-
} & IConfiguration_UserConfiguration_Fragment) | ({
|
5020
5023
|
__typename?: 'OrganizationConfiguration';
|
5021
5024
|
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
5022
|
-
__typename?: 'OrganizationResourceConfiguration';
|
5023
|
-
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5024
|
-
__typename?: 'DefaultPolicy';
|
5025
|
-
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5026
5025
|
__typename?: 'OrganizationPolicy';
|
5027
5026
|
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5027
|
+
__typename?: 'OrganizationResourceConfiguration';
|
5028
|
+
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5029
|
+
__typename?: 'OrganizationRole';
|
5030
|
+
} & IConfiguration_OrganizationRole_Fragment) | ({
|
5028
5031
|
__typename?: 'ResourcePolicy';
|
5029
5032
|
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
5033
|
+
__typename?: 'ResourceRole';
|
5034
|
+
} & IConfiguration_ResourceRole_Fragment) | ({
|
5035
|
+
__typename?: 'UserConfiguration';
|
5036
|
+
} & IConfiguration_UserConfiguration_Fragment)>;
|
5037
|
+
organization?: Maybe<({
|
5030
5038
|
__typename?: 'ApplicationPolicy';
|
5031
5039
|
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5040
|
+
__typename?: 'ApplicationRolePermission';
|
5041
|
+
} & IConfiguration_ApplicationRolePermission_Fragment) | ({
|
5042
|
+
__typename?: 'DefaultConfiguration';
|
5043
|
+
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
5044
|
+
__typename?: 'DefaultPolicy';
|
5045
|
+
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5032
5046
|
__typename?: 'DefaultRole';
|
5033
5047
|
} & IConfiguration_DefaultRole_Fragment) | ({
|
5048
|
+
__typename?: 'MachineConfiguration';
|
5049
|
+
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
5050
|
+
__typename?: 'OrganizationConfiguration';
|
5051
|
+
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
5052
|
+
__typename?: 'OrganizationPolicy';
|
5053
|
+
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5054
|
+
__typename?: 'OrganizationResourceConfiguration';
|
5055
|
+
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5034
5056
|
__typename?: 'OrganizationRole';
|
5035
5057
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
5058
|
+
__typename?: 'ResourcePolicy';
|
5059
|
+
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
5036
5060
|
__typename?: 'ResourceRole';
|
5037
5061
|
} & IConfiguration_ResourceRole_Fragment) | ({
|
5062
|
+
__typename?: 'UserConfiguration';
|
5063
|
+
} & IConfiguration_UserConfiguration_Fragment)>;
|
5064
|
+
resources?: Maybe<Array<Maybe<({
|
5065
|
+
__typename?: 'ApplicationPolicy';
|
5066
|
+
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5038
5067
|
__typename?: 'ApplicationRolePermission';
|
5039
|
-
} & IConfiguration_ApplicationRolePermission_Fragment)
|
5040
|
-
organization?: Maybe<({
|
5068
|
+
} & IConfiguration_ApplicationRolePermission_Fragment) | ({
|
5041
5069
|
__typename?: 'DefaultConfiguration';
|
5042
5070
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
5071
|
+
__typename?: 'DefaultPolicy';
|
5072
|
+
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5073
|
+
__typename?: 'DefaultRole';
|
5074
|
+
} & IConfiguration_DefaultRole_Fragment) | ({
|
5043
5075
|
__typename?: 'MachineConfiguration';
|
5044
5076
|
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
5045
|
-
__typename?: 'UserConfiguration';
|
5046
|
-
} & IConfiguration_UserConfiguration_Fragment) | ({
|
5047
5077
|
__typename?: 'OrganizationConfiguration';
|
5048
5078
|
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
5079
|
+
__typename?: 'OrganizationPolicy';
|
5080
|
+
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5049
5081
|
__typename?: 'OrganizationResourceConfiguration';
|
5050
5082
|
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5051
|
-
__typename?: 'DefaultPolicy';
|
5052
|
-
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5053
|
-
__typename?: 'OrganizationPolicy';
|
5054
|
-
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5055
|
-
__typename?: 'ResourcePolicy';
|
5056
|
-
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
5057
|
-
__typename?: 'ApplicationPolicy';
|
5058
|
-
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5059
|
-
__typename?: 'DefaultRole';
|
5060
|
-
} & IConfiguration_DefaultRole_Fragment) | ({
|
5061
5083
|
__typename?: 'OrganizationRole';
|
5062
5084
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
5063
|
-
__typename?: 'ResourceRole';
|
5064
|
-
} & IConfiguration_ResourceRole_Fragment) | ({
|
5065
|
-
__typename?: 'ApplicationRolePermission';
|
5066
|
-
} & IConfiguration_ApplicationRolePermission_Fragment)>;
|
5067
|
-
resources?: Maybe<Array<Maybe<({
|
5068
|
-
__typename?: 'DefaultConfiguration';
|
5069
|
-
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
5070
|
-
__typename?: 'MachineConfiguration';
|
5071
|
-
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
5072
|
-
__typename?: 'UserConfiguration';
|
5073
|
-
} & IConfiguration_UserConfiguration_Fragment) | ({
|
5074
|
-
__typename?: 'OrganizationConfiguration';
|
5075
|
-
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
5076
|
-
__typename?: 'OrganizationResourceConfiguration';
|
5077
|
-
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5078
|
-
__typename?: 'DefaultPolicy';
|
5079
|
-
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5080
|
-
__typename?: 'OrganizationPolicy';
|
5081
|
-
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5082
5085
|
__typename?: 'ResourcePolicy';
|
5083
5086
|
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
5084
|
-
__typename?: 'ApplicationPolicy';
|
5085
|
-
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5086
|
-
__typename?: 'DefaultRole';
|
5087
|
-
} & IConfiguration_DefaultRole_Fragment) | ({
|
5088
|
-
__typename?: 'OrganizationRole';
|
5089
|
-
} & IConfiguration_OrganizationRole_Fragment) | ({
|
5090
5087
|
__typename?: 'ResourceRole';
|
5091
5088
|
} & IConfiguration_ResourceRole_Fragment) | ({
|
5092
|
-
__typename?: '
|
5093
|
-
} &
|
5089
|
+
__typename?: 'UserConfiguration';
|
5090
|
+
} & IConfiguration_UserConfiguration_Fragment)>>>;
|
5094
5091
|
})>;
|
5095
5092
|
});
|
5096
5093
|
export declare type IOrganizationResourceContextQueryVariables = Exact<{
|
@@ -8645,591 +8642,591 @@ export declare type NextResolverFn<T> = () => Promise<T>;
|
|
8645
8642
|
export declare type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs = {}> = (next: NextResolverFn<TResult>, parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
|
8646
8643
|
/** Mapping between all available schema types and the resolvers types */
|
8647
8644
|
export declare type IResolversTypes = {
|
8648
|
-
|
8649
|
-
|
8650
|
-
|
8645
|
+
AccessRole: IResolversTypes['DefaultRole'] | IResolversTypes['OrganizationRole'] | IResolversTypes['ResourceRole'] | IResolversTypes['ApplicationRolePermission'];
|
8646
|
+
AccountBroadcasterActions: IAccountBroadcasterActions;
|
8647
|
+
AccountService: ResolverTypeWrapper<IAccountService>;
|
8651
8648
|
String: ResolverTypeWrapper<Scalars['String']>;
|
8652
|
-
|
8649
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
8650
|
+
AccountServiceAction: IAccountServiceAction;
|
8651
|
+
AccountTeam: ResolverTypeWrapper<IAccountTeam>;
|
8652
|
+
ID: ResolverTypeWrapper<Scalars['ID']>;
|
8653
|
+
AccountTeam_Input: IAccountTeam_Input;
|
8654
|
+
ActivityCollectRequest: IActivityCollectRequest;
|
8653
8655
|
Int: ResolverTypeWrapper<Scalars['Int']>;
|
8654
|
-
|
8655
|
-
|
8656
|
-
|
8657
|
-
|
8658
|
-
|
8656
|
+
ActivityRecord: ResolverTypeWrapper<IActivityRecord>;
|
8657
|
+
ActivityRecordInput: IActivityRecordInput;
|
8658
|
+
ActivityServiceCommands: IActivityServiceCommands;
|
8659
|
+
AddressType: ResolverTypeWrapper<IAddressType>;
|
8660
|
+
AddressType_Input: IAddressType_Input;
|
8661
|
+
AdminIdeSettings: ResolverTypeWrapper<IAdminIdeSettings>;
|
8659
8662
|
AnyObject: ResolverTypeWrapper<Scalars['AnyObject']>;
|
8660
|
-
|
8661
|
-
|
8662
|
-
|
8663
|
-
|
8664
|
-
EditPresentationTypes: IEditPresentationTypes;
|
8665
|
-
PreferencesResponse: ResolverTypeWrapper<IPreferencesResponse>;
|
8666
|
-
PreferencesType: ResolverTypeWrapper<IPreferencesType>;
|
8667
|
-
DefaultSettings: ResolverTypeWrapper<IDefaultSettings>;
|
8668
|
-
ISettingsSubject: IResolversTypes['DefaultSettings'] | IResolversTypes['UserSettings'] | IResolversTypes['ApplicationSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['MemorySettings'];
|
8669
|
-
Settings: ResolverTypeWrapper<ISettings>;
|
8670
|
-
URI: ResolverTypeWrapper<Scalars['URI']>;
|
8671
|
-
SettingsCascade: ResolverTypeWrapper<Omit<ISettingsCascade, 'subjects'> & {
|
8672
|
-
subjects?: Maybe<Array<Maybe<IResolversTypes['SettingsSubject']>>>;
|
8673
|
-
}>;
|
8674
|
-
SettingsSubject: IResolversTypes['UserSettings'] | IResolversTypes['ApplicationSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['MemorySettings'] | IResolversTypes['DefaultSettings'];
|
8675
|
-
UserSettings: ResolverTypeWrapper<IUserSettings>;
|
8663
|
+
ApplicationBillingPlanPolicy: IApplicationBillingPlanPolicy;
|
8664
|
+
ApplicationPolicy: ResolverTypeWrapper<IApplicationPolicy>;
|
8665
|
+
ApplicationRolePermission: ResolverTypeWrapper<IApplicationRolePermission>;
|
8666
|
+
ApplicationRoles: IApplicationRoles;
|
8676
8667
|
ApplicationSettings: ResolverTypeWrapper<IApplicationSettings>;
|
8677
|
-
MachineSettings: ResolverTypeWrapper<IMachineSettings>;
|
8678
|
-
OrganizationResourceSettings: ResolverTypeWrapper<IOrganizationResourceSettings>;
|
8679
|
-
GlobalSettings: ResolverTypeWrapper<IGlobalSettings>;
|
8680
|
-
OrganizationSettings: ResolverTypeWrapper<IOrganizationSettings>;
|
8681
|
-
MemorySettings: ResolverTypeWrapper<IMemorySettings>;
|
8682
|
-
Preferences: ResolverTypeWrapper<IPreferences>;
|
8683
|
-
Preference_Account: ResolverTypeWrapper<IPreference_Account>;
|
8684
|
-
Preference_Default: ResolverTypeWrapper<IPreference_Default>;
|
8685
|
-
Preference_Notification: ResolverTypeWrapper<IPreference_Notification>;
|
8686
|
-
Preference_Global: ResolverTypeWrapper<IPreference_Global>;
|
8687
|
-
Preference_Global_User: ResolverTypeWrapper<IPreference_Global_User>;
|
8688
|
-
GlobalLanguages: IGlobalLanguages;
|
8689
|
-
GlobalCurrencies: IGlobalCurrencies;
|
8690
|
-
Preference_Organization: ResolverTypeWrapper<IPreference_Organization>;
|
8691
|
-
Preference_Teams: ResolverTypeWrapper<IPreference_Teams>;
|
8692
|
-
Visibility: IVisibility;
|
8693
|
-
Preference_Project: ResolverTypeWrapper<IPreference_Project>;
|
8694
|
-
UserProfile: ResolverTypeWrapper<IUserProfile>;
|
8695
|
-
IAuth0User: IResolversTypes['UserProfile'];
|
8696
|
-
IAuth0UserProfile: IResolversTypes['UserProfile'];
|
8697
|
-
IUserMetadata: IResolversTypes['UserMetadata'];
|
8698
|
-
Date: ResolverTypeWrapper<Scalars['Date']>;
|
8699
|
-
IAuth0Token: IResolversTypes['UserProfile'];
|
8700
|
-
Auth0Identity: ResolverTypeWrapper<IAuth0Identity>;
|
8701
|
-
Auth0IdentityProfileData: ResolverTypeWrapper<IAuth0IdentityProfileData>;
|
8702
|
-
UserMetadata: ResolverTypeWrapper<IUserMetadata>;
|
8703
|
-
UserDevice: ResolverTypeWrapper<IUserDevice>;
|
8704
|
-
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
8705
|
-
IntegrationConfiguration: ResolverTypeWrapper<IIntegrationConfiguration>;
|
8706
|
-
DateTime: ResolverTypeWrapper<Scalars['DateTime']>;
|
8707
|
-
JSON: ResolverTypeWrapper<Scalars['JSON']>;
|
8708
|
-
UserAccountWhere: IUserAccountWhere;
|
8709
|
-
UserAccount: ResolverTypeWrapper<IUserAccount>;
|
8710
|
-
Node: IResolversTypes['UserAccount'] | IResolversTypes['OrgUserAccunt'];
|
8711
|
-
PhoneNumber: ResolverTypeWrapper<IPhoneNumber>;
|
8712
|
-
UserToken: ResolverTypeWrapper<IUserToken>;
|
8713
|
-
TokenTypesEnum: ITokenTypesEnum;
|
8714
|
-
Country: ResolverTypeWrapper<ICountry>;
|
8715
8668
|
AsanaConnection: ResolverTypeWrapper<IAsanaConnection>;
|
8716
8669
|
AsanaConnectionState: ResolverTypeWrapper<IAsanaConnectionState>;
|
8717
|
-
AsanaUser: ResolverTypeWrapper<IAsanaUser>;
|
8718
8670
|
AsanaProjects: ResolverTypeWrapper<IAsanaProjects>;
|
8671
|
+
AsanaUser: ResolverTypeWrapper<IAsanaUser>;
|
8719
8672
|
AsanaWorkspaces: ResolverTypeWrapper<IAsanaWorkspaces>;
|
8720
|
-
|
8721
|
-
|
8673
|
+
Auth0Identity: ResolverTypeWrapper<IAuth0Identity>;
|
8674
|
+
Auth0IdentityProfileData: ResolverTypeWrapper<IAuth0IdentityProfileData>;
|
8675
|
+
AuthErrorCodes: IAuthErrorCodes;
|
8676
|
+
AuthUser: ResolverTypeWrapper<IAuthUser>;
|
8677
|
+
AuthUser_Input: IAuthUser_Input;
|
8678
|
+
CacheControlScope: ICacheControlScope;
|
8679
|
+
CityInput: ICityInput;
|
8680
|
+
CityUpdateInput: ICityUpdateInput;
|
8681
|
+
Client: ResolverTypeWrapper<IClient>;
|
8682
|
+
ClientAddRequest: IClientAddRequest;
|
8683
|
+
ClientCacheTypeNames: IClientCacheTypeNames;
|
8684
|
+
ClientContainerService: IClientContainerService;
|
8685
|
+
ClientCreatedEvent: ResolverTypeWrapper<IClientCreatedEvent>;
|
8686
|
+
ClientDeletedEvent: ResolverTypeWrapper<IClientDeletedEvent>;
|
8687
|
+
ClientPhone: ResolverTypeWrapper<IClientPhone>;
|
8688
|
+
ClientPhone_Input: IClientPhone_Input;
|
8689
|
+
ClientTypes: IClientTypes;
|
8690
|
+
ClientUpdateRequest: IClientUpdateRequest;
|
8691
|
+
ConfigCollectionName: IConfigCollectionName;
|
8692
|
+
ConfigFragmentName: IConfigFragmentName;
|
8722
8693
|
Configuration: IResolversTypes['DefaultConfiguration'] | IResolversTypes['MachineConfiguration'] | IResolversTypes['UserConfiguration'] | IResolversTypes['OrganizationConfiguration'] | IResolversTypes['OrganizationResourceConfiguration'];
|
8723
|
-
|
8724
|
-
IConfigurationModel: IResolversTypes['DefaultConfiguration'] | IResolversTypes['MachineConfiguration'] | IResolversTypes['UserConfiguration'] | IResolversTypes['OrganizationConfiguration'] | IResolversTypes['OrganizationResourceConfiguration'] | IResolversTypes['DefaultPolicy'] | IResolversTypes['OrganizationPolicy'] | IResolversTypes['ResourcePolicy'] | IResolversTypes['ApplicationPolicy'] | IResolversTypes['DefaultRole'] | IResolversTypes['OrganizationRole'] | IResolversTypes['ResourceRole'] | IResolversTypes['ApplicationRolePermission'];
|
8725
|
-
Overrides: ResolverTypeWrapper<IOverrides>;
|
8726
|
-
MachineConfiguration: ResolverTypeWrapper<IMachineConfiguration>;
|
8727
|
-
UserConfiguration: ResolverTypeWrapper<IUserConfiguration>;
|
8728
|
-
OrganizationConfiguration: ResolverTypeWrapper<IOrganizationConfiguration>;
|
8729
|
-
OrganizationResourceConfiguration: ResolverTypeWrapper<IOrganizationResourceConfiguration>;
|
8694
|
+
ConfigurationContributionNames: IConfigurationContributionNames;
|
8730
8695
|
ConfigurationData: ResolverTypeWrapper<IConfigurationData>;
|
8696
|
+
ConfigurationExtensionInfo: ResolverTypeWrapper<IConfigurationExtensionInfo>;
|
8697
|
+
ConfigurationInput: IConfigurationInput;
|
8698
|
+
ConfigurationModel: ResolverTypeWrapper<IConfigurationModel>;
|
8699
|
+
ConfigurationOverrides: ResolverTypeWrapper<IConfigurationOverrides>;
|
8700
|
+
ConfigurationOverrides_Input: IConfigurationOverrides_Input;
|
8731
8701
|
ConfigurationPolicy: IResolversTypes['DefaultPolicy'] | IResolversTypes['OrganizationPolicy'] | IResolversTypes['ResourcePolicy'] | IResolversTypes['ApplicationPolicy'];
|
8732
|
-
|
8733
|
-
|
8734
|
-
|
8735
|
-
ApplicationPolicy: ResolverTypeWrapper<IApplicationPolicy>;
|
8702
|
+
ConfigurationScope: ConfigurationScope;
|
8703
|
+
ConfigurationTarget: ConfigurationTarget;
|
8704
|
+
ConfigurationUpdateEvent: ResolverTypeWrapper<IConfigurationUpdateEvent>;
|
8736
8705
|
Context: ResolverTypeWrapper<IContext>;
|
8706
|
+
ContextServiceAction: IContextServiceAction;
|
8737
8707
|
ContributionRoles: ResolverTypeWrapper<Omit<IContributionRoles, 'permissions'> & {
|
8738
8708
|
permissions?: Maybe<IResolversTypes['AccessRole']>;
|
8739
8709
|
}>;
|
8740
|
-
|
8710
|
+
ContributionSettings: ResolverTypeWrapper<IContributionSettings>;
|
8711
|
+
ContributionSettingsProperties: ResolverTypeWrapper<IContributionSettingsProperties>;
|
8712
|
+
Country: ResolverTypeWrapper<ICountry>;
|
8713
|
+
CountryInput: ICountryInput;
|
8714
|
+
CustomerInvoice: ResolverTypeWrapper<ICustomerInvoice>;
|
8715
|
+
CustomerInvoice_Input: ICustomerInvoice_Input;
|
8716
|
+
Date: ResolverTypeWrapper<Scalars['Date']>;
|
8717
|
+
DateTime: ResolverTypeWrapper<Scalars['DateTime']>;
|
8718
|
+
DefaultConfiguration: ResolverTypeWrapper<IDefaultConfiguration>;
|
8719
|
+
DefaultPolicy: ResolverTypeWrapper<IDefaultPolicy>;
|
8741
8720
|
DefaultRole: ResolverTypeWrapper<IDefaultRole>;
|
8742
|
-
|
8743
|
-
|
8744
|
-
|
8721
|
+
DefaultSettings: ResolverTypeWrapper<IDefaultSettings>;
|
8722
|
+
EActivityScopes: IEActivityScopes;
|
8723
|
+
EditPresentationTypes: IEditPresentationTypes;
|
8724
|
+
EmptyResponse: ResolverTypeWrapper<IEmptyResponse>;
|
8745
8725
|
Environment: ResolverTypeWrapper<IEnvironment>;
|
8746
|
-
|
8747
|
-
|
8748
|
-
|
8749
|
-
|
8750
|
-
|
8751
|
-
ProjectSourceProviders: IProjectSourceProviders;
|
8752
|
-
ProjectType: IProjectType;
|
8753
|
-
InvoiceType: ResolverTypeWrapper<IInvoiceType>;
|
8726
|
+
EnvironmentPayload: IEnvironmentPayload;
|
8727
|
+
ExternalResourceData: ResolverTypeWrapper<IExternalResourceData>;
|
8728
|
+
FieldError: ResolverTypeWrapper<IFieldError>;
|
8729
|
+
GenerateSSHKeysRequest: IGenerateSSHKeysRequest;
|
8730
|
+
GeoLocation: ResolverTypeWrapper<IGeoLocation>;
|
8754
8731
|
Float: ResolverTypeWrapper<Scalars['Float']>;
|
8755
|
-
|
8756
|
-
|
8757
|
-
|
8758
|
-
|
8759
|
-
|
8760
|
-
|
8761
|
-
|
8732
|
+
GlobalCurrencies: IGlobalCurrencies;
|
8733
|
+
GlobalLanguages: IGlobalLanguages;
|
8734
|
+
GlobalSettings: ResolverTypeWrapper<IGlobalSettings>;
|
8735
|
+
IActivitySettings: IResolversTypes['AdminIdeSettings'];
|
8736
|
+
IAuth0Identity: never;
|
8737
|
+
IAuth0Token: IResolversTypes['UserProfile'];
|
8738
|
+
IAuth0User: IResolversTypes['UserProfile'];
|
8739
|
+
IAuth0UserProfile: IResolversTypes['UserProfile'];
|
8740
|
+
ICity: never;
|
8741
|
+
IConfigurationChangeEvent: ResolverTypeWrapper<Omit<IIConfigurationChangeEvent, 'changedConfiguration'> & {
|
8742
|
+
changedConfiguration?: Maybe<IResolversTypes['Configuration']>;
|
8743
|
+
}>;
|
8744
|
+
IConfigurationModel: IResolversTypes['ApplicationPolicy'] | IResolversTypes['ApplicationRolePermission'] | IResolversTypes['DefaultConfiguration'] | IResolversTypes['DefaultPolicy'] | IResolversTypes['DefaultRole'] | IResolversTypes['MachineConfiguration'] | IResolversTypes['OrganizationConfiguration'] | IResolversTypes['OrganizationPolicy'] | IResolversTypes['OrganizationResourceConfiguration'] | IResolversTypes['OrganizationRole'] | IResolversTypes['ResourcePolicy'] | IResolversTypes['ResourceRole'] | IResolversTypes['UserConfiguration'];
|
8745
|
+
IConfigurationService: never;
|
8746
|
+
ICountry: never;
|
8747
|
+
IEventWithContext: IResolversTypes['OrganizationCreatedEvent'] | IResolversTypes['OrganizationDeletedEvent'];
|
8748
|
+
IOnBoardingParams: IIOnBoardingParams;
|
8762
8749
|
IOrgUser: IResolversTypes['OrgUser'];
|
8763
|
-
|
8764
|
-
|
8765
|
-
|
8750
|
+
IResourceData: IResolversTypes['ExternalResourceData'] | IResolversTypes['OrganizationResourceData'];
|
8751
|
+
IResourceUserRole: IResolversTypes['ResourceUser'];
|
8752
|
+
IResourceUtilizationSettings: never;
|
8753
|
+
ISettingsSubject: IResolversTypes['ApplicationSettings'] | IResolversTypes['DefaultSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['MemorySettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['UserSettings'];
|
8754
|
+
ISshKeySettings: IResolversTypes['SshKeySettings'];
|
8755
|
+
ITerritorialState: never;
|
8756
|
+
IUser: IResolversTypes['AuthUser'];
|
8757
|
+
IUserMetadata: IResolversTypes['UserMetadata'];
|
8758
|
+
IntegraitonConfigurationId: ResolverTypeWrapper<IIntegraitonConfigurationId>;
|
8759
|
+
IntegrationConfigServiceAction: IIntegrationConfigServiceAction;
|
8760
|
+
IntegrationConfiguration: ResolverTypeWrapper<IIntegrationConfiguration>;
|
8761
|
+
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
8762
|
+
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
8763
|
+
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
8766
8764
|
InviteMember: ResolverTypeWrapper<IInviteMember>;
|
8767
8765
|
InviteStatus: IInviteStatus;
|
8768
|
-
|
8766
|
+
InvoiceCreateRequest: IInvoiceCreateRequest;
|
8767
|
+
InvoiceCreatedEvent: ResolverTypeWrapper<IInvoiceCreatedEvent>;
|
8768
|
+
InvoiceDeletedEvent: ResolverTypeWrapper<IInvoiceDeletedEvent>;
|
8769
|
+
InvoiceMailRequest: IInvoiceMailRequest;
|
8770
|
+
InvoiceType: ResolverTypeWrapper<IInvoiceType>;
|
8771
|
+
InvoiceUpdateRequest: IInvoiceUpdateRequest;
|
8772
|
+
JSON: ResolverTypeWrapper<Scalars['JSON']>;
|
8773
|
+
JSONObject: ResolverTypeWrapper<Scalars['JSONObject']>;
|
8774
|
+
KeyPathSegment: IKeyPathSegment;
|
8775
|
+
LoginError: ResolverTypeWrapper<ILoginError>;
|
8776
|
+
MachineConfiguration: ResolverTypeWrapper<IMachineConfiguration>;
|
8777
|
+
MachineSettings: ResolverTypeWrapper<IMachineSettings>;
|
8778
|
+
MailTemplateId: IMailTemplateId;
|
8779
|
+
MemberInvoice: ResolverTypeWrapper<IMemberInvoice>;
|
8780
|
+
MemberInvoice_Input: IMemberInvoice_Input;
|
8781
|
+
MemorySettings: ResolverTypeWrapper<IMemorySettings>;
|
8782
|
+
MenuItem: ResolverTypeWrapper<IMenuItem>;
|
8783
|
+
MenuPosition: IMenuPosition;
|
8784
|
+
MoleculerServiceName: IMoleculerServiceName;
|
8785
|
+
Mutation: ResolverTypeWrapper<{}>;
|
8769
8786
|
NameType: ResolverTypeWrapper<INameType>;
|
8770
|
-
|
8771
|
-
|
8772
|
-
|
8787
|
+
Name_Input: IName_Input;
|
8788
|
+
Node: IResolversTypes['OrgUserAccunt'] | IResolversTypes['UserAccount'];
|
8789
|
+
Observable: ResolverTypeWrapper<Scalars['Observable']>;
|
8773
8790
|
OrgDetailWhere: IOrgDetailWhere;
|
8774
8791
|
OrgMember: ResolverTypeWrapper<IOrgMember>;
|
8775
|
-
OrganizationData: ResolverTypeWrapper<Omit<IOrganizationData, 'resources'> & {
|
8776
|
-
resources: Array<Maybe<IResolversTypes['ResourceData']>>;
|
8777
|
-
}>;
|
8778
|
-
ResourceData: IResolversTypes['OrganizationResourceData'] | IResolversTypes['ExternalResourceData'];
|
8779
|
-
OrganizationResourceData: ResolverTypeWrapper<IOrganizationResourceData>;
|
8780
|
-
IResourceData: IResolversTypes['OrganizationResourceData'] | IResolversTypes['ExternalResourceData'];
|
8781
|
-
ExternalResourceData: ResolverTypeWrapper<IExternalResourceData>;
|
8782
|
-
AccountTeam: ResolverTypeWrapper<IAccountTeam>;
|
8783
|
-
TeamMember: ResolverTypeWrapper<ITeamMember>;
|
8784
|
-
Project_Output: ResolverTypeWrapper<IProject_Output>;
|
8785
|
-
RoleInput: IRoleInput;
|
8786
|
-
Task: ResolverTypeWrapper<ITask>;
|
8787
|
-
ResourceAccessRole: ResolverTypeWrapper<Omit<IResourceAccessRole, 'accessRoles'> & {
|
8788
|
-
accessRoles?: Maybe<Array<Maybe<IResolversTypes['AccessRole']>>>;
|
8789
|
-
}>;
|
8790
|
-
ResourceUser: ResolverTypeWrapper<IResourceUser>;
|
8791
|
-
IResourceUserRole: IResolversTypes['ResourceUser'];
|
8792
|
-
UserContext: ResolverTypeWrapper<IUserContext>;
|
8793
|
-
PermissionSubject: ResolverTypeWrapper<IPermissionSubject>;
|
8794
|
-
ViewerPoliciesInput: IViewerPoliciesInput;
|
8795
|
-
PolicySubject: ResolverTypeWrapper<IPolicySubject>;
|
8796
|
-
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
8797
|
-
PreferencesInput: ResolverTypeWrapper<IPreferencesInput>;
|
8798
|
-
PreferencesInput_Input: IPreferencesInput_Input;
|
8799
|
-
ViewerSettingsInput: IViewerSettingsInput;
|
8800
|
-
ViewerSettingsSubject: ResolverTypeWrapper<IViewerSettingsSubject>;
|
8801
|
-
Mutation: ResolverTypeWrapper<{}>;
|
8802
|
-
SshKeyInput: ISshKeyInput;
|
8803
|
-
SshKeyType: ISshKeyType;
|
8804
|
-
OrganizationNotificationValues: IOrganizationNotificationValues;
|
8805
|
-
IOnBoardingParams: IIOnBoardingParams;
|
8806
8792
|
OrgType: IOrgType;
|
8807
|
-
|
8808
|
-
|
8809
|
-
Name_Input: IName_Input;
|
8810
|
-
ClientPhone_Input: IClientPhone_Input;
|
8811
|
-
SocialConnect_Input: ISocialConnect_Input;
|
8812
|
-
AddressType_Input: IAddressType_Input;
|
8813
|
-
ProjectAddRequest: IProjectAddRequest;
|
8814
|
-
ResourceCreationData_Input: IResourceCreationData_Input;
|
8815
|
-
ActivityCollectRequest: IActivityCollectRequest;
|
8816
|
-
EActivityScopes: IEActivityScopes;
|
8817
|
-
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
8818
|
-
IntegraitonConfigurationId: ResolverTypeWrapper<IIntegraitonConfigurationId>;
|
8819
|
-
InvoiceCreateRequest: IInvoiceCreateRequest;
|
8820
|
-
MemberInvoice_Input: IMemberInvoice_Input;
|
8821
|
-
ProjectInvoice_Input: IProjectInvoice_Input;
|
8822
|
-
CustomerInvoice_Input: ICustomerInvoice_Input;
|
8823
|
-
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
8824
|
-
OrganizationCreateRequest: IOrganizationCreateRequest;
|
8825
|
-
OrgUser_Input: IOrgUser_Input;
|
8826
|
-
OrganizationInvitation_Input: IOrganizationInvitation_Input;
|
8827
|
-
TaskRequest: ITaskRequest;
|
8828
|
-
TeamCreationRequest: ITeamCreationRequest;
|
8829
|
-
UserAuth0UpdateFields: IUserAuth0UpdateFields;
|
8830
|
-
PhoneNumberInput: IPhoneNumberInput;
|
8831
|
-
OrganizationRemoveRequest: IOrganizationRemoveRequest;
|
8832
|
-
UserPasswordResetInput: IUserPasswordResetInput;
|
8833
|
-
InvoiceMailRequest: IInvoiceMailRequest;
|
8834
|
-
Template: ITemplate;
|
8835
|
-
OrganizationInvitationRequest: IOrganizationInvitationRequest;
|
8836
|
-
InvoiceUpdateRequest: IInvoiceUpdateRequest;
|
8837
|
-
ClientUpdateRequest: IClientUpdateRequest;
|
8838
|
-
UpdatedClient_Input: IUpdatedClient_Input;
|
8839
|
-
UpdateProject_Input: IUpdateProject_Input;
|
8840
|
-
OrganizationUpdateRequest: IOrganizationUpdateRequest;
|
8841
|
-
Organization_Input: IOrganization_Input;
|
8842
|
-
Subscription: ResolverTypeWrapper<{}>;
|
8843
|
-
ConfigurationUpdateEvent: ResolverTypeWrapper<IConfigurationUpdateEvent>;
|
8844
|
-
ConfigurationOverrides: ResolverTypeWrapper<IConfigurationOverrides>;
|
8845
|
-
SubscribedOrganizationData: ResolverTypeWrapper<Omit<ISubscribedOrganizationData, 'resources'> & {
|
8846
|
-
resources?: Maybe<Array<Maybe<IResolversTypes['ResourceData']>>>;
|
8847
|
-
}>;
|
8848
|
-
AccountBroadcasterActions: IAccountBroadcasterActions;
|
8849
|
-
AccountService: ResolverTypeWrapper<IAccountService>;
|
8850
|
-
UserAccountCreateRequest: IUserAccountCreateRequest;
|
8851
|
-
UserTokenInput: IUserTokenInput;
|
8852
|
-
UserAccountUpdateRequest: IUserAccountUpdateRequest;
|
8853
|
-
UserAccount_Input: IUserAccount_Input;
|
8854
|
-
UserAccountRemoveRequest: IUserAccountRemoveRequest;
|
8855
|
-
AccountServiceAction: IAccountServiceAction;
|
8856
|
-
AccountTeam_Input: IAccountTeam_Input;
|
8857
|
-
TeamMember_Input: ITeamMember_Input;
|
8858
|
-
ActivityRecord: ResolverTypeWrapper<IActivityRecord>;
|
8859
|
-
ActivityRecordInput: IActivityRecordInput;
|
8860
|
-
ActivityServiceCommands: IActivityServiceCommands;
|
8861
|
-
AdminIdeSettings: ResolverTypeWrapper<IAdminIdeSettings>;
|
8862
|
-
IActivitySettings: IResolversTypes['AdminIdeSettings'];
|
8863
|
-
ApplicationBillingPlanPolicy: IApplicationBillingPlanPolicy;
|
8864
|
-
AuthErrorCodes: IAuthErrorCodes;
|
8865
|
-
AuthUser: ResolverTypeWrapper<IAuthUser>;
|
8866
|
-
IUser: IResolversTypes['AuthUser'];
|
8867
|
-
AuthUser_Input: IAuthUser_Input;
|
8868
|
-
CacheControlScope: ICacheControlScope;
|
8869
|
-
CityInput: ICityInput;
|
8870
|
-
TerritorialStateInput: ITerritorialStateInput;
|
8871
|
-
CityUpdateInput: ICityUpdateInput;
|
8872
|
-
TerritorialStateUpdateInput: ITerritorialStateUpdateInput;
|
8873
|
-
ClientCacheTypeNames: IClientCacheTypeNames;
|
8874
|
-
ClientContainerService: IClientContainerService;
|
8875
|
-
ClientCreatedEvent: ResolverTypeWrapper<IClientCreatedEvent>;
|
8876
|
-
ClientDeletedEvent: ResolverTypeWrapper<IClientDeletedEvent>;
|
8877
|
-
ClientTypes: IClientTypes;
|
8878
|
-
ConfigCollectionName: IConfigCollectionName;
|
8879
|
-
ConfigFragmentName: IConfigFragmentName;
|
8880
|
-
ConfigurationContributionNames: IConfigurationContributionNames;
|
8881
|
-
ConfigurationModel: ResolverTypeWrapper<IConfigurationModel>;
|
8882
|
-
ConfigurationTarget: ConfigurationTarget;
|
8883
|
-
ContextServiceAction: IContextServiceAction;
|
8884
|
-
CountryInput: ICountryInput;
|
8885
|
-
EmptyResponse: ResolverTypeWrapper<IEmptyResponse>;
|
8886
|
-
EnvironmentPayload: IEnvironmentPayload;
|
8887
|
-
FieldError: ResolverTypeWrapper<IFieldError>;
|
8888
|
-
GenerateSSHKeysRequest: IGenerateSSHKeysRequest;
|
8889
|
-
GeoLocation: ResolverTypeWrapper<IGeoLocation>;
|
8890
|
-
IAuth0Identity: never;
|
8891
|
-
ICity: never;
|
8892
|
-
ITerritorialState: never;
|
8893
|
-
ICountry: never;
|
8894
|
-
IConfigurationChangeEvent: ResolverTypeWrapper<Omit<IIConfigurationChangeEvent, 'changedConfiguration'> & {
|
8895
|
-
changedConfiguration?: Maybe<IResolversTypes['Configuration']>;
|
8896
|
-
}>;
|
8897
|
-
IConfigurationService: never;
|
8898
|
-
IEventWithContext: IResolversTypes['OrganizationCreatedEvent'] | IResolversTypes['OrganizationDeletedEvent'];
|
8899
|
-
IResourceUtilizationSettings: never;
|
8900
|
-
ISshKeySettings: IResolversTypes['SshKeySettings'];
|
8901
|
-
IntegrationConfigServiceAction: IIntegrationConfigServiceAction;
|
8902
|
-
InvoiceCreatedEvent: ResolverTypeWrapper<IInvoiceCreatedEvent>;
|
8903
|
-
InvoiceDeletedEvent: ResolverTypeWrapper<IInvoiceDeletedEvent>;
|
8904
|
-
JSONObject: ResolverTypeWrapper<Scalars['JSONObject']>;
|
8905
|
-
KeyPathSegment: IKeyPathSegment;
|
8906
|
-
LoginError: ResolverTypeWrapper<ILoginError>;
|
8907
|
-
MailTemplateId: IMailTemplateId;
|
8908
|
-
MenuItem: ResolverTypeWrapper<IMenuItem>;
|
8909
|
-
MenuPosition: IMenuPosition;
|
8910
|
-
MoleculerServiceName: IMoleculerServiceName;
|
8911
|
-
Observable: ResolverTypeWrapper<Scalars['Observable']>;
|
8793
|
+
OrgUser: ResolverTypeWrapper<IOrgUser>;
|
8794
|
+
OrgUserAccunt: ResolverTypeWrapper<IOrgUserAccunt>;
|
8912
8795
|
OrgUserRole: IOrgUserRole;
|
8796
|
+
OrgUser_Input: IOrgUser_Input;
|
8913
8797
|
OrgainizationInvitationRole: IOrgainizationInvitationRole;
|
8798
|
+
Organization: ResolverTypeWrapper<IOrganization>;
|
8799
|
+
OrganizationConfigValue_Input: IOrganizationConfigValue_Input;
|
8800
|
+
OrganizationConfiguration: ResolverTypeWrapper<IOrganizationConfiguration>;
|
8914
8801
|
OrganizationContextPubSubEvents: IOrganizationContextPubSubEvents;
|
8802
|
+
OrganizationCreateRequest: IOrganizationCreateRequest;
|
8915
8803
|
OrganizationCreatedEvent: ResolverTypeWrapper<IOrganizationCreatedEvent>;
|
8804
|
+
OrganizationData: ResolverTypeWrapper<Omit<IOrganizationData, 'resources'> & {
|
8805
|
+
resources: Array<Maybe<IResolversTypes['ResourceData']>>;
|
8806
|
+
}>;
|
8916
8807
|
OrganizationDeletedEvent: ResolverTypeWrapper<IOrganizationDeletedEvent>;
|
8917
8808
|
OrganizationIdentifier: ResolverTypeWrapper<IOrganizationIdentifier>;
|
8809
|
+
OrganizationInvitation: ResolverTypeWrapper<IOrganizationInvitation>;
|
8810
|
+
OrganizationInvitationDecode: ResolverTypeWrapper<IOrganizationInvitationDecode>;
|
8811
|
+
OrganizationInvitationRequest: IOrganizationInvitationRequest;
|
8812
|
+
OrganizationInvitation_Input: IOrganizationInvitation_Input;
|
8918
8813
|
OrganizationMember: ResolverTypeWrapper<IOrganizationMember>;
|
8814
|
+
OrganizationNotificationValues: IOrganizationNotificationValues;
|
8815
|
+
OrganizationPolicy: ResolverTypeWrapper<IOrganizationPolicy>;
|
8816
|
+
OrganizationRemoveRequest: IOrganizationRemoveRequest;
|
8817
|
+
OrganizationResourceConfiguration: ResolverTypeWrapper<IOrganizationResourceConfiguration>;
|
8818
|
+
OrganizationResourceData: ResolverTypeWrapper<IOrganizationResourceData>;
|
8819
|
+
OrganizationResourceSettings: ResolverTypeWrapper<IOrganizationResourceSettings>;
|
8820
|
+
OrganizationRole: ResolverTypeWrapper<IOrganizationRole>;
|
8919
8821
|
OrganizationService: ResolverTypeWrapper<IOrganizationService>;
|
8920
8822
|
OrganizationServiceAction: IOrganizationServiceAction;
|
8823
|
+
OrganizationSettings: ResolverTypeWrapper<IOrganizationSettings>;
|
8824
|
+
OrganizationUpdateRequest: IOrganizationUpdateRequest;
|
8825
|
+
Organization_Input: IOrganization_Input;
|
8921
8826
|
OrganizationsDeactivatedEvent: ResolverTypeWrapper<IOrganizationsDeactivatedEvent>;
|
8922
8827
|
OrganizationsDeletedEvent: ResolverTypeWrapper<IOrganizationsDeletedEvent>;
|
8828
|
+
Overrides: ResolverTypeWrapper<IOverrides>;
|
8923
8829
|
PageInfo: ResolverTypeWrapper<IPageInfo>;
|
8924
8830
|
PermissionAction: IPermissionAction;
|
8925
8831
|
PermissionResource: IPermissionResource;
|
8832
|
+
PermissionSubject: ResolverTypeWrapper<IPermissionSubject>;
|
8926
8833
|
PermissionType: IPermissionType;
|
8834
|
+
PhoneNumber: ResolverTypeWrapper<IPhoneNumber>;
|
8835
|
+
PhoneNumberInput: IPhoneNumberInput;
|
8836
|
+
PolicySubject: ResolverTypeWrapper<IPolicySubject>;
|
8927
8837
|
PortalLanguage: IPortalLanguage;
|
8838
|
+
Position: ResolverTypeWrapper<IPosition>;
|
8928
8839
|
PreDefinedRole: IPreDefinedRole;
|
8929
8840
|
PreferenceItem: ResolverTypeWrapper<IPreferenceItem>;
|
8841
|
+
Preference_Account: ResolverTypeWrapper<IPreference_Account>;
|
8842
|
+
Preference_Default: ResolverTypeWrapper<IPreference_Default>;
|
8843
|
+
Preference_Global: ResolverTypeWrapper<IPreference_Global>;
|
8844
|
+
Preference_Global_User: ResolverTypeWrapper<IPreference_Global_User>;
|
8845
|
+
Preference_Notification: ResolverTypeWrapper<IPreference_Notification>;
|
8846
|
+
Preference_Organization: ResolverTypeWrapper<IPreference_Organization>;
|
8847
|
+
Preference_Project: ResolverTypeWrapper<IPreference_Project>;
|
8848
|
+
Preference_Teams: ResolverTypeWrapper<IPreference_Teams>;
|
8849
|
+
Preferences: ResolverTypeWrapper<IPreferences>;
|
8850
|
+
PreferencesInput: ResolverTypeWrapper<IPreferencesInput>;
|
8851
|
+
PreferencesInput_Input: IPreferencesInput_Input;
|
8852
|
+
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
8853
|
+
PreferencesResponse: ResolverTypeWrapper<IPreferencesResponse>;
|
8854
|
+
PreferencesType: ResolverTypeWrapper<IPreferencesType>;
|
8855
|
+
ProjectAddRequest: IProjectAddRequest;
|
8930
8856
|
ProjectCreatedEvent: ResolverTypeWrapper<IProjectCreatedEvent>;
|
8931
8857
|
ProjectDeletedEvent: ResolverTypeWrapper<IProjectDeletedEvent>;
|
8858
|
+
ProjectInvoice: ResolverTypeWrapper<IProjectInvoice>;
|
8859
|
+
ProjectInvoice_Input: IProjectInvoice_Input;
|
8860
|
+
ProjectParameters: ResolverTypeWrapper<IProjectParameters>;
|
8932
8861
|
ProjectParameters_Input: IProjectParameters_Input;
|
8862
|
+
ProjectSource: ResolverTypeWrapper<IProjectSource>;
|
8863
|
+
ProjectSourceProviders: IProjectSourceProviders;
|
8864
|
+
ProjectSourceType: IProjectSourceType;
|
8933
8865
|
ProjectSource_Input: IProjectSource_Input;
|
8866
|
+
ProjectType: IProjectType;
|
8867
|
+
ProjectWhereInput: IProjectWhereInput;
|
8934
8868
|
Project_Input: IProject_Input;
|
8869
|
+
Project_Output: ResolverTypeWrapper<IProject_Output>;
|
8870
|
+
Projects: ResolverTypeWrapper<IProjects>;
|
8871
|
+
Query: ResolverTypeWrapper<{}>;
|
8872
|
+
Range: ResolverTypeWrapper<IRange>;
|
8935
8873
|
RegistryExtensions: IRegistryExtensions;
|
8874
|
+
ResourceAccessRole: ResolverTypeWrapper<Omit<IResourceAccessRole, 'accessRoles'> & {
|
8875
|
+
accessRoles?: Maybe<Array<Maybe<IResolversTypes['AccessRole']>>>;
|
8876
|
+
}>;
|
8936
8877
|
ResourceAuthority: IResourceAuthority;
|
8937
8878
|
ResourceCreatedEvent: ResolverTypeWrapper<IResourceCreatedEvent>;
|
8879
|
+
ResourceCreationData_Input: IResourceCreationData_Input;
|
8880
|
+
ResourceData: IResolversTypes['OrganizationResourceData'] | IResolversTypes['ExternalResourceData'];
|
8938
8881
|
ResourceDeletedEvent: ResolverTypeWrapper<IResourceDeletedEvent>;
|
8882
|
+
ResourcePolicy: ResolverTypeWrapper<IResourcePolicy>;
|
8883
|
+
ResourceRole: ResolverTypeWrapper<IResourceRole>;
|
8884
|
+
ResourceUser: ResolverTypeWrapper<IResourceUser>;
|
8939
8885
|
Role: IRole;
|
8886
|
+
RoleInput: IRoleInput;
|
8940
8887
|
RouteData: ResolverTypeWrapper<IRouteData>;
|
8941
8888
|
RouteParams: IRouteParams;
|
8942
8889
|
SettingValueType: ISettingValueType;
|
8890
|
+
Settings: ResolverTypeWrapper<ISettings>;
|
8891
|
+
SettingsCascade: ResolverTypeWrapper<Omit<ISettingsCascade, 'subjects'> & {
|
8892
|
+
subjects?: Maybe<Array<Maybe<IResolversTypes['SettingsSubject']>>>;
|
8893
|
+
}>;
|
8894
|
+
SettingsGroup: ResolverTypeWrapper<ISettingsGroup>;
|
8895
|
+
SettingsSection: ResolverTypeWrapper<ISettingsSection>;
|
8896
|
+
SettingsSubject: IResolversTypes['UserSettings'] | IResolversTypes['ApplicationSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['MemorySettings'] | IResolversTypes['DefaultSettings'];
|
8897
|
+
SocialConnect: ResolverTypeWrapper<ISocialConnect>;
|
8898
|
+
SocialConnect_Input: ISocialConnect_Input;
|
8899
|
+
SshKey: ResolverTypeWrapper<ISshKey>;
|
8900
|
+
SshKeyInput: ISshKeyInput;
|
8943
8901
|
SshKeyModel: ResolverTypeWrapper<ISshKeyModel>;
|
8944
8902
|
SshKeyService: ResolverTypeWrapper<ISshKeyService>;
|
8945
8903
|
SshKeyServiceAction: ISshKeyServiceAction;
|
8946
8904
|
SshKeySettings: ResolverTypeWrapper<ISshKeySettings>;
|
8905
|
+
SshKeyType: ISshKeyType;
|
8906
|
+
SubscribedOrganizationData: ResolverTypeWrapper<Omit<ISubscribedOrganizationData, 'resources'> & {
|
8907
|
+
resources?: Maybe<Array<Maybe<IResolversTypes['ResourceData']>>>;
|
8908
|
+
}>;
|
8909
|
+
Subscription: ResolverTypeWrapper<{}>;
|
8910
|
+
Task: ResolverTypeWrapper<ITask>;
|
8911
|
+
TaskRequest: ITaskRequest;
|
8947
8912
|
TeamCreateRequest: ITeamCreateRequest;
|
8913
|
+
TeamCreationRequest: ITeamCreationRequest;
|
8948
8914
|
TeamInvitationEmailVariables: ResolverTypeWrapper<ITeamInvitationEmailVariables>;
|
8915
|
+
TeamMember: ResolverTypeWrapper<ITeamMember>;
|
8916
|
+
TeamMember_Input: ITeamMember_Input;
|
8949
8917
|
TeamRemoveRequest: ITeamRemoveRequest;
|
8950
8918
|
TeamService: ResolverTypeWrapper<ITeamService>;
|
8951
|
-
TeamUpdateRequest: ITeamUpdateRequest;
|
8952
8919
|
TeamServiceAction: ITeamServiceAction;
|
8920
|
+
TeamType: ITeamType;
|
8921
|
+
TeamUpdateRequest: ITeamUpdateRequest;
|
8922
|
+
Template: ITemplate;
|
8923
|
+
TerritorialStateInput: ITerritorialStateInput;
|
8924
|
+
TerritorialStateUpdateInput: ITerritorialStateUpdateInput;
|
8953
8925
|
Time: ResolverTypeWrapper<Scalars['Time']>;
|
8926
|
+
TokenTypesEnum: ITokenTypesEnum;
|
8927
|
+
URI: ResolverTypeWrapper<Scalars['URI']>;
|
8928
|
+
URIInput: ResolverTypeWrapper<Scalars['URIInput']>;
|
8929
|
+
UpdateProject_Input: IUpdateProject_Input;
|
8930
|
+
UpdatedClient_Input: IUpdatedClient_Input;
|
8931
|
+
UserAccount: ResolverTypeWrapper<IUserAccount>;
|
8932
|
+
UserAccountCreateRequest: IUserAccountCreateRequest;
|
8954
8933
|
UserAccountCreatedDetailedEvent: ResolverTypeWrapper<IUserAccountCreatedDetailedEvent>;
|
8955
8934
|
UserAccountCreatedEvent: ResolverTypeWrapper<IUserAccountCreatedEvent>;
|
8935
|
+
UserAccountRemoveRequest: IUserAccountRemoveRequest;
|
8956
8936
|
UserAccountRemovedEvent: ResolverTypeWrapper<IUserAccountRemovedEvent>;
|
8937
|
+
UserAccountUpdateRequest: IUserAccountUpdateRequest;
|
8938
|
+
UserAccountWhere: IUserAccountWhere;
|
8939
|
+
UserAccount_Input: IUserAccount_Input;
|
8940
|
+
UserAuth0UpdateFields: IUserAuth0UpdateFields;
|
8957
8941
|
UserBroadcasterAction: IUserBroadcasterAction;
|
8942
|
+
UserConfiguration: ResolverTypeWrapper<IUserConfiguration>;
|
8943
|
+
UserContext: ResolverTypeWrapper<IUserContext>;
|
8944
|
+
UserDevice: ResolverTypeWrapper<IUserDevice>;
|
8945
|
+
UserMetadata: ResolverTypeWrapper<IUserMetadata>;
|
8958
8946
|
UserOrderBy: IUserOrderBy;
|
8959
8947
|
UserOrg: ResolverTypeWrapper<IUserOrg>;
|
8960
8948
|
UserOrg_Input: IUserOrg_Input;
|
8949
|
+
UserPasswordResetInput: IUserPasswordResetInput;
|
8961
8950
|
UserPreviousValues: ResolverTypeWrapper<IUserPreviousValues>;
|
8951
|
+
UserProfile: ResolverTypeWrapper<IUserProfile>;
|
8952
|
+
UserSettings: ResolverTypeWrapper<IUserSettings>;
|
8962
8953
|
UserState: ResolverTypeWrapper<IUserState>;
|
8963
|
-
|
8964
|
-
|
8965
|
-
/** Mapping between all available schema types and the resolvers parents */
|
8966
|
-
export declare type IResolversParentTypes = {
|
8967
|
-
Query: {};
|
8968
|
-
ID: Scalars['ID'];
|
8969
|
-
SshKey: ISshKey;
|
8970
|
-
String: Scalars['String'];
|
8971
|
-
OrganizationInvitationDecode: IOrganizationInvitationDecode;
|
8972
|
-
Int: Scalars['Int'];
|
8973
|
-
SettingsGroup: ISettingsGroup;
|
8974
|
-
Range: IRange;
|
8975
|
-
Position: IPosition;
|
8976
|
-
SettingsSection: ISettingsSection;
|
8977
|
-
ContributionSettings: IContributionSettings;
|
8978
|
-
AnyObject: Scalars['AnyObject'];
|
8979
|
-
Boolean: Scalars['Boolean'];
|
8980
|
-
ConfigurationExtensionInfo: IConfigurationExtensionInfo;
|
8981
|
-
ContributionSettingsProperties: IContributionSettingsProperties;
|
8982
|
-
PreferencesResponse: IPreferencesResponse;
|
8983
|
-
PreferencesType: IPreferencesType;
|
8984
|
-
DefaultSettings: IDefaultSettings;
|
8985
|
-
ISettingsSubject: IResolversParentTypes['DefaultSettings'] | IResolversParentTypes['UserSettings'] | IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['MemorySettings'];
|
8986
|
-
Settings: ISettings;
|
8987
|
-
URI: Scalars['URI'];
|
8988
|
-
SettingsCascade: Omit<ISettingsCascade, 'subjects'> & {
|
8989
|
-
subjects?: Maybe<Array<Maybe<IResolversParentTypes['SettingsSubject']>>>;
|
8990
|
-
};
|
8991
|
-
SettingsSubject: IResolversParentTypes['UserSettings'] | IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['MemorySettings'] | IResolversParentTypes['DefaultSettings'];
|
8992
|
-
UserSettings: IUserSettings;
|
8993
|
-
ApplicationSettings: IApplicationSettings;
|
8994
|
-
MachineSettings: IMachineSettings;
|
8995
|
-
OrganizationResourceSettings: IOrganizationResourceSettings;
|
8996
|
-
GlobalSettings: IGlobalSettings;
|
8997
|
-
OrganizationSettings: IOrganizationSettings;
|
8998
|
-
MemorySettings: IMemorySettings;
|
8999
|
-
Preferences: IPreferences;
|
9000
|
-
Preference_Account: IPreference_Account;
|
9001
|
-
Preference_Default: IPreference_Default;
|
9002
|
-
Preference_Notification: IPreference_Notification;
|
9003
|
-
Preference_Global: IPreference_Global;
|
9004
|
-
Preference_Global_User: IPreference_Global_User;
|
9005
|
-
Preference_Organization: IPreference_Organization;
|
9006
|
-
Preference_Teams: IPreference_Teams;
|
9007
|
-
Preference_Project: IPreference_Project;
|
9008
|
-
UserProfile: IUserProfile;
|
9009
|
-
IAuth0User: IResolversParentTypes['UserProfile'];
|
9010
|
-
IAuth0UserProfile: IResolversParentTypes['UserProfile'];
|
9011
|
-
IUserMetadata: IResolversParentTypes['UserMetadata'];
|
9012
|
-
Date: Scalars['Date'];
|
9013
|
-
IAuth0Token: IResolversParentTypes['UserProfile'];
|
9014
|
-
Auth0Identity: IAuth0Identity;
|
9015
|
-
Auth0IdentityProfileData: IAuth0IdentityProfileData;
|
9016
|
-
UserMetadata: IUserMetadata;
|
9017
|
-
UserDevice: IUserDevice;
|
9018
|
-
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
9019
|
-
IntegrationConfiguration: IIntegrationConfiguration;
|
9020
|
-
DateTime: Scalars['DateTime'];
|
9021
|
-
JSON: Scalars['JSON'];
|
9022
|
-
UserAccountWhere: IUserAccountWhere;
|
9023
|
-
UserAccount: IUserAccount;
|
9024
|
-
Node: IResolversParentTypes['UserAccount'] | IResolversParentTypes['OrgUserAccunt'];
|
9025
|
-
PhoneNumber: IPhoneNumber;
|
9026
|
-
UserToken: IUserToken;
|
9027
|
-
Country: ICountry;
|
9028
|
-
AsanaConnection: IAsanaConnection;
|
9029
|
-
AsanaConnectionState: IAsanaConnectionState;
|
9030
|
-
AsanaUser: IAsanaUser;
|
9031
|
-
AsanaProjects: IAsanaProjects;
|
9032
|
-
AsanaWorkspaces: IAsanaWorkspaces;
|
9033
|
-
ConfigurationInput: IConfigurationInput;
|
9034
|
-
URIInput: Scalars['URIInput'];
|
9035
|
-
Configuration: IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['UserConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationResourceConfiguration'];
|
9036
|
-
DefaultConfiguration: IDefaultConfiguration;
|
9037
|
-
IConfigurationModel: IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['UserConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationResourceConfiguration'] | IResolversParentTypes['DefaultPolicy'] | IResolversParentTypes['OrganizationPolicy'] | IResolversParentTypes['ResourcePolicy'] | IResolversParentTypes['ApplicationPolicy'] | IResolversParentTypes['DefaultRole'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['ApplicationRolePermission'];
|
9038
|
-
Overrides: IOverrides;
|
9039
|
-
MachineConfiguration: IMachineConfiguration;
|
9040
|
-
UserConfiguration: IUserConfiguration;
|
9041
|
-
OrganizationConfiguration: IOrganizationConfiguration;
|
9042
|
-
OrganizationResourceConfiguration: IOrganizationResourceConfiguration;
|
9043
|
-
ConfigurationData: IConfigurationData;
|
9044
|
-
ConfigurationPolicy: IResolversParentTypes['DefaultPolicy'] | IResolversParentTypes['OrganizationPolicy'] | IResolversParentTypes['ResourcePolicy'] | IResolversParentTypes['ApplicationPolicy'];
|
9045
|
-
DefaultPolicy: IDefaultPolicy;
|
9046
|
-
OrganizationPolicy: IOrganizationPolicy;
|
9047
|
-
ResourcePolicy: IResourcePolicy;
|
9048
|
-
ApplicationPolicy: IApplicationPolicy;
|
9049
|
-
Context: IContext;
|
9050
|
-
ContributionRoles: Omit<IContributionRoles, 'permissions'> & {
|
9051
|
-
permissions?: Maybe<IResolversParentTypes['AccessRole']>;
|
9052
|
-
};
|
9053
|
-
AccessRole: IResolversParentTypes['DefaultRole'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['ApplicationRolePermission'];
|
9054
|
-
DefaultRole: IDefaultRole;
|
9055
|
-
OrganizationRole: IOrganizationRole;
|
9056
|
-
ResourceRole: IResourceRole;
|
9057
|
-
ApplicationRolePermission: IApplicationRolePermission;
|
9058
|
-
Environment: IEnvironment;
|
9059
|
-
ProjectWhereInput: IProjectWhereInput;
|
9060
|
-
Projects: IProjects;
|
9061
|
-
ProjectSource: IProjectSource;
|
9062
|
-
ProjectParameters: IProjectParameters;
|
9063
|
-
InvoiceType: IInvoiceType;
|
9064
|
-
Float: Scalars['Float'];
|
9065
|
-
MemberInvoice: IMemberInvoice;
|
9066
|
-
ClientPhone: IClientPhone;
|
9067
|
-
AddressType: IAddressType;
|
9068
|
-
ProjectInvoice: IProjectInvoice;
|
9069
|
-
CustomerInvoice: ICustomerInvoice;
|
9070
|
-
Organization: IOrganization;
|
9071
|
-
OrgUser: IOrgUser;
|
9072
|
-
IOrgUser: IResolversParentTypes['OrgUser'];
|
9073
|
-
OrgUserAccunt: IOrgUserAccunt;
|
9074
|
-
OrganizationInvitation: IOrganizationInvitation;
|
9075
|
-
InviteMember: IInviteMember;
|
9076
|
-
Client: IClient;
|
9077
|
-
NameType: INameType;
|
9078
|
-
SocialConnect: ISocialConnect;
|
9079
|
-
OrganizationConfigValue_Input: IOrganizationConfigValue_Input;
|
9080
|
-
ConfigurationOverrides_Input: IConfigurationOverrides_Input;
|
9081
|
-
OrgDetailWhere: IOrgDetailWhere;
|
9082
|
-
OrgMember: IOrgMember;
|
9083
|
-
OrganizationData: Omit<IOrganizationData, 'resources'> & {
|
9084
|
-
resources: Array<Maybe<IResolversParentTypes['ResourceData']>>;
|
9085
|
-
};
|
9086
|
-
ResourceData: IResolversParentTypes['OrganizationResourceData'] | IResolversParentTypes['ExternalResourceData'];
|
9087
|
-
OrganizationResourceData: IOrganizationResourceData;
|
9088
|
-
IResourceData: IResolversParentTypes['OrganizationResourceData'] | IResolversParentTypes['ExternalResourceData'];
|
9089
|
-
ExternalResourceData: IExternalResourceData;
|
9090
|
-
AccountTeam: IAccountTeam;
|
9091
|
-
TeamMember: ITeamMember;
|
9092
|
-
Project_Output: IProject_Output;
|
9093
|
-
RoleInput: IRoleInput;
|
9094
|
-
Task: ITask;
|
9095
|
-
ResourceAccessRole: Omit<IResourceAccessRole, 'accessRoles'> & {
|
9096
|
-
accessRoles?: Maybe<Array<Maybe<IResolversParentTypes['AccessRole']>>>;
|
9097
|
-
};
|
9098
|
-
ResourceUser: IResourceUser;
|
9099
|
-
IResourceUserRole: IResolversParentTypes['ResourceUser'];
|
9100
|
-
UserContext: IUserContext;
|
9101
|
-
PermissionSubject: IPermissionSubject;
|
8954
|
+
UserToken: ResolverTypeWrapper<IUserToken>;
|
8955
|
+
UserTokenInput: IUserTokenInput;
|
9102
8956
|
ViewerPoliciesInput: IViewerPoliciesInput;
|
9103
|
-
PolicySubject: IPolicySubject;
|
9104
|
-
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
9105
|
-
PreferencesInput: IPreferencesInput;
|
9106
|
-
PreferencesInput_Input: IPreferencesInput_Input;
|
9107
8957
|
ViewerSettingsInput: IViewerSettingsInput;
|
9108
|
-
ViewerSettingsSubject: IViewerSettingsSubject
|
9109
|
-
|
9110
|
-
|
9111
|
-
|
9112
|
-
|
9113
|
-
|
9114
|
-
|
9115
|
-
ClientAddRequest: IClientAddRequest;
|
9116
|
-
Name_Input: IName_Input;
|
9117
|
-
ClientPhone_Input: IClientPhone_Input;
|
9118
|
-
SocialConnect_Input: ISocialConnect_Input;
|
9119
|
-
AddressType_Input: IAddressType_Input;
|
9120
|
-
ProjectAddRequest: IProjectAddRequest;
|
9121
|
-
ResourceCreationData_Input: IResourceCreationData_Input;
|
9122
|
-
ActivityCollectRequest: IActivityCollectRequest;
|
9123
|
-
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
9124
|
-
IntegraitonConfigurationId: IIntegraitonConfigurationId;
|
9125
|
-
InvoiceCreateRequest: IInvoiceCreateRequest;
|
9126
|
-
MemberInvoice_Input: IMemberInvoice_Input;
|
9127
|
-
ProjectInvoice_Input: IProjectInvoice_Input;
|
9128
|
-
CustomerInvoice_Input: ICustomerInvoice_Input;
|
9129
|
-
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
9130
|
-
OrganizationCreateRequest: IOrganizationCreateRequest;
|
9131
|
-
OrgUser_Input: IOrgUser_Input;
|
9132
|
-
OrganizationInvitation_Input: IOrganizationInvitation_Input;
|
9133
|
-
TaskRequest: ITaskRequest;
|
9134
|
-
TeamCreationRequest: ITeamCreationRequest;
|
9135
|
-
UserAuth0UpdateFields: IUserAuth0UpdateFields;
|
9136
|
-
PhoneNumberInput: IPhoneNumberInput;
|
9137
|
-
OrganizationRemoveRequest: IOrganizationRemoveRequest;
|
9138
|
-
UserPasswordResetInput: IUserPasswordResetInput;
|
9139
|
-
InvoiceMailRequest: IInvoiceMailRequest;
|
9140
|
-
Template: ITemplate;
|
9141
|
-
OrganizationInvitationRequest: IOrganizationInvitationRequest;
|
9142
|
-
InvoiceUpdateRequest: IInvoiceUpdateRequest;
|
9143
|
-
ClientUpdateRequest: IClientUpdateRequest;
|
9144
|
-
UpdatedClient_Input: IUpdatedClient_Input;
|
9145
|
-
UpdateProject_Input: IUpdateProject_Input;
|
9146
|
-
OrganizationUpdateRequest: IOrganizationUpdateRequest;
|
9147
|
-
Organization_Input: IOrganization_Input;
|
9148
|
-
Subscription: {};
|
9149
|
-
ConfigurationUpdateEvent: IConfigurationUpdateEvent;
|
9150
|
-
ConfigurationOverrides: IConfigurationOverrides;
|
9151
|
-
SubscribedOrganizationData: Omit<ISubscribedOrganizationData, 'resources'> & {
|
9152
|
-
resources?: Maybe<Array<Maybe<IResolversParentTypes['ResourceData']>>>;
|
9153
|
-
};
|
8958
|
+
ViewerSettingsSubject: ResolverTypeWrapper<IViewerSettingsSubject>;
|
8959
|
+
Visibility: IVisibility;
|
8960
|
+
ZipkinRoutes: IZipkinRoutes;
|
8961
|
+
};
|
8962
|
+
/** Mapping between all available schema types and the resolvers parents */
|
8963
|
+
export declare type IResolversParentTypes = {
|
8964
|
+
AccessRole: IResolversParentTypes['DefaultRole'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['ApplicationRolePermission'];
|
9154
8965
|
AccountService: IAccountService;
|
9155
|
-
|
9156
|
-
|
9157
|
-
|
9158
|
-
|
9159
|
-
UserAccountRemoveRequest: IUserAccountRemoveRequest;
|
8966
|
+
String: Scalars['String'];
|
8967
|
+
Boolean: Scalars['Boolean'];
|
8968
|
+
AccountTeam: IAccountTeam;
|
8969
|
+
ID: Scalars['ID'];
|
9160
8970
|
AccountTeam_Input: IAccountTeam_Input;
|
9161
|
-
|
8971
|
+
ActivityCollectRequest: IActivityCollectRequest;
|
8972
|
+
Int: Scalars['Int'];
|
9162
8973
|
ActivityRecord: IActivityRecord;
|
9163
8974
|
ActivityRecordInput: IActivityRecordInput;
|
8975
|
+
AddressType: IAddressType;
|
8976
|
+
AddressType_Input: IAddressType_Input;
|
9164
8977
|
AdminIdeSettings: IAdminIdeSettings;
|
9165
|
-
|
8978
|
+
AnyObject: Scalars['AnyObject'];
|
8979
|
+
ApplicationPolicy: IApplicationPolicy;
|
8980
|
+
ApplicationRolePermission: IApplicationRolePermission;
|
8981
|
+
ApplicationSettings: IApplicationSettings;
|
8982
|
+
AsanaConnection: IAsanaConnection;
|
8983
|
+
AsanaConnectionState: IAsanaConnectionState;
|
8984
|
+
AsanaProjects: IAsanaProjects;
|
8985
|
+
AsanaUser: IAsanaUser;
|
8986
|
+
AsanaWorkspaces: IAsanaWorkspaces;
|
8987
|
+
Auth0Identity: IAuth0Identity;
|
8988
|
+
Auth0IdentityProfileData: IAuth0IdentityProfileData;
|
9166
8989
|
AuthUser: IAuthUser;
|
9167
|
-
IUser: IResolversParentTypes['AuthUser'];
|
9168
8990
|
AuthUser_Input: IAuthUser_Input;
|
9169
8991
|
CityInput: ICityInput;
|
9170
|
-
TerritorialStateInput: ITerritorialStateInput;
|
9171
8992
|
CityUpdateInput: ICityUpdateInput;
|
9172
|
-
|
8993
|
+
Client: IClient;
|
8994
|
+
ClientAddRequest: IClientAddRequest;
|
9173
8995
|
ClientCreatedEvent: IClientCreatedEvent;
|
9174
8996
|
ClientDeletedEvent: IClientDeletedEvent;
|
8997
|
+
ClientPhone: IClientPhone;
|
8998
|
+
ClientPhone_Input: IClientPhone_Input;
|
8999
|
+
ClientUpdateRequest: IClientUpdateRequest;
|
9000
|
+
Configuration: IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['UserConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationResourceConfiguration'];
|
9001
|
+
ConfigurationData: IConfigurationData;
|
9002
|
+
ConfigurationExtensionInfo: IConfigurationExtensionInfo;
|
9003
|
+
ConfigurationInput: IConfigurationInput;
|
9175
9004
|
ConfigurationModel: IConfigurationModel;
|
9005
|
+
ConfigurationOverrides: IConfigurationOverrides;
|
9006
|
+
ConfigurationOverrides_Input: IConfigurationOverrides_Input;
|
9007
|
+
ConfigurationPolicy: IResolversParentTypes['DefaultPolicy'] | IResolversParentTypes['OrganizationPolicy'] | IResolversParentTypes['ResourcePolicy'] | IResolversParentTypes['ApplicationPolicy'];
|
9008
|
+
ConfigurationUpdateEvent: IConfigurationUpdateEvent;
|
9009
|
+
Context: IContext;
|
9010
|
+
ContributionRoles: Omit<IContributionRoles, 'permissions'> & {
|
9011
|
+
permissions?: Maybe<IResolversParentTypes['AccessRole']>;
|
9012
|
+
};
|
9013
|
+
ContributionSettings: IContributionSettings;
|
9014
|
+
ContributionSettingsProperties: IContributionSettingsProperties;
|
9015
|
+
Country: ICountry;
|
9176
9016
|
CountryInput: ICountryInput;
|
9017
|
+
CustomerInvoice: ICustomerInvoice;
|
9018
|
+
CustomerInvoice_Input: ICustomerInvoice_Input;
|
9019
|
+
Date: Scalars['Date'];
|
9020
|
+
DateTime: Scalars['DateTime'];
|
9021
|
+
DefaultConfiguration: IDefaultConfiguration;
|
9022
|
+
DefaultPolicy: IDefaultPolicy;
|
9023
|
+
DefaultRole: IDefaultRole;
|
9024
|
+
DefaultSettings: IDefaultSettings;
|
9177
9025
|
EmptyResponse: IEmptyResponse;
|
9026
|
+
Environment: IEnvironment;
|
9178
9027
|
EnvironmentPayload: IEnvironmentPayload;
|
9028
|
+
ExternalResourceData: IExternalResourceData;
|
9179
9029
|
FieldError: IFieldError;
|
9180
9030
|
GenerateSSHKeysRequest: IGenerateSSHKeysRequest;
|
9181
9031
|
GeoLocation: IGeoLocation;
|
9032
|
+
Float: Scalars['Float'];
|
9033
|
+
GlobalSettings: IGlobalSettings;
|
9034
|
+
IActivitySettings: IResolversParentTypes['AdminIdeSettings'];
|
9182
9035
|
IAuth0Identity: never;
|
9036
|
+
IAuth0Token: IResolversParentTypes['UserProfile'];
|
9037
|
+
IAuth0User: IResolversParentTypes['UserProfile'];
|
9038
|
+
IAuth0UserProfile: IResolversParentTypes['UserProfile'];
|
9183
9039
|
ICity: never;
|
9184
|
-
ITerritorialState: never;
|
9185
|
-
ICountry: never;
|
9186
9040
|
IConfigurationChangeEvent: Omit<IIConfigurationChangeEvent, 'changedConfiguration'> & {
|
9187
9041
|
changedConfiguration?: Maybe<IResolversParentTypes['Configuration']>;
|
9188
9042
|
};
|
9043
|
+
IConfigurationModel: IResolversParentTypes['ApplicationPolicy'] | IResolversParentTypes['ApplicationRolePermission'] | IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['DefaultPolicy'] | IResolversParentTypes['DefaultRole'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationPolicy'] | IResolversParentTypes['OrganizationResourceConfiguration'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourcePolicy'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['UserConfiguration'];
|
9189
9044
|
IConfigurationService: never;
|
9045
|
+
ICountry: never;
|
9190
9046
|
IEventWithContext: IResolversParentTypes['OrganizationCreatedEvent'] | IResolversParentTypes['OrganizationDeletedEvent'];
|
9047
|
+
IOnBoardingParams: IIOnBoardingParams;
|
9048
|
+
IOrgUser: IResolversParentTypes['OrgUser'];
|
9049
|
+
IResourceData: IResolversParentTypes['ExternalResourceData'] | IResolversParentTypes['OrganizationResourceData'];
|
9050
|
+
IResourceUserRole: IResolversParentTypes['ResourceUser'];
|
9191
9051
|
IResourceUtilizationSettings: never;
|
9052
|
+
ISettingsSubject: IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['DefaultSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['MemorySettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['UserSettings'];
|
9192
9053
|
ISshKeySettings: IResolversParentTypes['SshKeySettings'];
|
9054
|
+
ITerritorialState: never;
|
9055
|
+
IUser: IResolversParentTypes['AuthUser'];
|
9056
|
+
IUserMetadata: IResolversParentTypes['UserMetadata'];
|
9057
|
+
IntegraitonConfigurationId: IIntegraitonConfigurationId;
|
9058
|
+
IntegrationConfiguration: IIntegrationConfiguration;
|
9059
|
+
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
9060
|
+
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
9061
|
+
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
9062
|
+
InviteMember: IInviteMember;
|
9063
|
+
InvoiceCreateRequest: IInvoiceCreateRequest;
|
9193
9064
|
InvoiceCreatedEvent: IInvoiceCreatedEvent;
|
9194
9065
|
InvoiceDeletedEvent: IInvoiceDeletedEvent;
|
9066
|
+
InvoiceMailRequest: IInvoiceMailRequest;
|
9067
|
+
InvoiceType: IInvoiceType;
|
9068
|
+
InvoiceUpdateRequest: IInvoiceUpdateRequest;
|
9069
|
+
JSON: Scalars['JSON'];
|
9195
9070
|
JSONObject: Scalars['JSONObject'];
|
9196
9071
|
KeyPathSegment: IKeyPathSegment;
|
9197
9072
|
LoginError: ILoginError;
|
9073
|
+
MachineConfiguration: IMachineConfiguration;
|
9074
|
+
MachineSettings: IMachineSettings;
|
9075
|
+
MemberInvoice: IMemberInvoice;
|
9076
|
+
MemberInvoice_Input: IMemberInvoice_Input;
|
9077
|
+
MemorySettings: IMemorySettings;
|
9198
9078
|
MenuItem: IMenuItem;
|
9079
|
+
Mutation: {};
|
9080
|
+
NameType: INameType;
|
9081
|
+
Name_Input: IName_Input;
|
9082
|
+
Node: IResolversParentTypes['OrgUserAccunt'] | IResolversParentTypes['UserAccount'];
|
9199
9083
|
Observable: Scalars['Observable'];
|
9084
|
+
OrgDetailWhere: IOrgDetailWhere;
|
9085
|
+
OrgMember: IOrgMember;
|
9086
|
+
OrgType: IOrgType;
|
9087
|
+
OrgUser: IOrgUser;
|
9088
|
+
OrgUserAccunt: IOrgUserAccunt;
|
9089
|
+
OrgUser_Input: IOrgUser_Input;
|
9090
|
+
Organization: IOrganization;
|
9091
|
+
OrganizationConfigValue_Input: IOrganizationConfigValue_Input;
|
9092
|
+
OrganizationConfiguration: IOrganizationConfiguration;
|
9093
|
+
OrganizationCreateRequest: IOrganizationCreateRequest;
|
9200
9094
|
OrganizationCreatedEvent: IOrganizationCreatedEvent;
|
9095
|
+
OrganizationData: Omit<IOrganizationData, 'resources'> & {
|
9096
|
+
resources: Array<Maybe<IResolversParentTypes['ResourceData']>>;
|
9097
|
+
};
|
9201
9098
|
OrganizationDeletedEvent: IOrganizationDeletedEvent;
|
9202
9099
|
OrganizationIdentifier: IOrganizationIdentifier;
|
9100
|
+
OrganizationInvitation: IOrganizationInvitation;
|
9101
|
+
OrganizationInvitationDecode: IOrganizationInvitationDecode;
|
9102
|
+
OrganizationInvitationRequest: IOrganizationInvitationRequest;
|
9103
|
+
OrganizationInvitation_Input: IOrganizationInvitation_Input;
|
9203
9104
|
OrganizationMember: IOrganizationMember;
|
9105
|
+
OrganizationNotificationValues: IOrganizationNotificationValues;
|
9106
|
+
OrganizationPolicy: IOrganizationPolicy;
|
9107
|
+
OrganizationRemoveRequest: IOrganizationRemoveRequest;
|
9108
|
+
OrganizationResourceConfiguration: IOrganizationResourceConfiguration;
|
9109
|
+
OrganizationResourceData: IOrganizationResourceData;
|
9110
|
+
OrganizationResourceSettings: IOrganizationResourceSettings;
|
9111
|
+
OrganizationRole: IOrganizationRole;
|
9204
9112
|
OrganizationService: IOrganizationService;
|
9113
|
+
OrganizationSettings: IOrganizationSettings;
|
9114
|
+
OrganizationUpdateRequest: IOrganizationUpdateRequest;
|
9115
|
+
Organization_Input: IOrganization_Input;
|
9205
9116
|
OrganizationsDeactivatedEvent: IOrganizationsDeactivatedEvent;
|
9206
9117
|
OrganizationsDeletedEvent: IOrganizationsDeletedEvent;
|
9118
|
+
Overrides: IOverrides;
|
9207
9119
|
PageInfo: IPageInfo;
|
9120
|
+
PermissionSubject: IPermissionSubject;
|
9121
|
+
PhoneNumber: IPhoneNumber;
|
9122
|
+
PhoneNumberInput: IPhoneNumberInput;
|
9123
|
+
PolicySubject: IPolicySubject;
|
9124
|
+
Position: IPosition;
|
9208
9125
|
PreferenceItem: IPreferenceItem;
|
9126
|
+
Preference_Account: IPreference_Account;
|
9127
|
+
Preference_Default: IPreference_Default;
|
9128
|
+
Preference_Global: IPreference_Global;
|
9129
|
+
Preference_Global_User: IPreference_Global_User;
|
9130
|
+
Preference_Notification: IPreference_Notification;
|
9131
|
+
Preference_Organization: IPreference_Organization;
|
9132
|
+
Preference_Project: IPreference_Project;
|
9133
|
+
Preference_Teams: IPreference_Teams;
|
9134
|
+
Preferences: IPreferences;
|
9135
|
+
PreferencesInput: IPreferencesInput;
|
9136
|
+
PreferencesInput_Input: IPreferencesInput_Input;
|
9137
|
+
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
9138
|
+
PreferencesResponse: IPreferencesResponse;
|
9139
|
+
PreferencesType: IPreferencesType;
|
9140
|
+
ProjectAddRequest: IProjectAddRequest;
|
9209
9141
|
ProjectCreatedEvent: IProjectCreatedEvent;
|
9210
9142
|
ProjectDeletedEvent: IProjectDeletedEvent;
|
9143
|
+
ProjectInvoice: IProjectInvoice;
|
9144
|
+
ProjectInvoice_Input: IProjectInvoice_Input;
|
9145
|
+
ProjectParameters: IProjectParameters;
|
9211
9146
|
ProjectParameters_Input: IProjectParameters_Input;
|
9147
|
+
ProjectSource: IProjectSource;
|
9212
9148
|
ProjectSource_Input: IProjectSource_Input;
|
9149
|
+
ProjectWhereInput: IProjectWhereInput;
|
9213
9150
|
Project_Input: IProject_Input;
|
9151
|
+
Project_Output: IProject_Output;
|
9152
|
+
Projects: IProjects;
|
9153
|
+
Query: {};
|
9154
|
+
Range: IRange;
|
9155
|
+
ResourceAccessRole: Omit<IResourceAccessRole, 'accessRoles'> & {
|
9156
|
+
accessRoles?: Maybe<Array<Maybe<IResolversParentTypes['AccessRole']>>>;
|
9157
|
+
};
|
9214
9158
|
ResourceCreatedEvent: IResourceCreatedEvent;
|
9159
|
+
ResourceCreationData_Input: IResourceCreationData_Input;
|
9160
|
+
ResourceData: IResolversParentTypes['OrganizationResourceData'] | IResolversParentTypes['ExternalResourceData'];
|
9215
9161
|
ResourceDeletedEvent: IResourceDeletedEvent;
|
9162
|
+
ResourcePolicy: IResourcePolicy;
|
9163
|
+
ResourceRole: IResourceRole;
|
9164
|
+
ResourceUser: IResourceUser;
|
9165
|
+
RoleInput: IRoleInput;
|
9216
9166
|
RouteData: IRouteData;
|
9167
|
+
Settings: ISettings;
|
9168
|
+
SettingsCascade: Omit<ISettingsCascade, 'subjects'> & {
|
9169
|
+
subjects?: Maybe<Array<Maybe<IResolversParentTypes['SettingsSubject']>>>;
|
9170
|
+
};
|
9171
|
+
SettingsGroup: ISettingsGroup;
|
9172
|
+
SettingsSection: ISettingsSection;
|
9173
|
+
SettingsSubject: IResolversParentTypes['UserSettings'] | IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['MemorySettings'] | IResolversParentTypes['DefaultSettings'];
|
9174
|
+
SocialConnect: ISocialConnect;
|
9175
|
+
SocialConnect_Input: ISocialConnect_Input;
|
9176
|
+
SshKey: ISshKey;
|
9177
|
+
SshKeyInput: ISshKeyInput;
|
9217
9178
|
SshKeyModel: ISshKeyModel;
|
9218
9179
|
SshKeyService: ISshKeyService;
|
9219
9180
|
SshKeySettings: ISshKeySettings;
|
9181
|
+
SubscribedOrganizationData: Omit<ISubscribedOrganizationData, 'resources'> & {
|
9182
|
+
resources?: Maybe<Array<Maybe<IResolversParentTypes['ResourceData']>>>;
|
9183
|
+
};
|
9184
|
+
Subscription: {};
|
9185
|
+
Task: ITask;
|
9186
|
+
TaskRequest: ITaskRequest;
|
9220
9187
|
TeamCreateRequest: ITeamCreateRequest;
|
9188
|
+
TeamCreationRequest: ITeamCreationRequest;
|
9221
9189
|
TeamInvitationEmailVariables: ITeamInvitationEmailVariables;
|
9190
|
+
TeamMember: ITeamMember;
|
9191
|
+
TeamMember_Input: ITeamMember_Input;
|
9222
9192
|
TeamRemoveRequest: ITeamRemoveRequest;
|
9223
9193
|
TeamService: ITeamService;
|
9194
|
+
TeamType: ITeamType;
|
9224
9195
|
TeamUpdateRequest: ITeamUpdateRequest;
|
9196
|
+
Template: ITemplate;
|
9197
|
+
TerritorialStateInput: ITerritorialStateInput;
|
9198
|
+
TerritorialStateUpdateInput: ITerritorialStateUpdateInput;
|
9225
9199
|
Time: Scalars['Time'];
|
9200
|
+
URI: Scalars['URI'];
|
9201
|
+
URIInput: Scalars['URIInput'];
|
9202
|
+
UpdateProject_Input: IUpdateProject_Input;
|
9203
|
+
UpdatedClient_Input: IUpdatedClient_Input;
|
9204
|
+
UserAccount: IUserAccount;
|
9205
|
+
UserAccountCreateRequest: IUserAccountCreateRequest;
|
9226
9206
|
UserAccountCreatedDetailedEvent: IUserAccountCreatedDetailedEvent;
|
9227
9207
|
UserAccountCreatedEvent: IUserAccountCreatedEvent;
|
9208
|
+
UserAccountRemoveRequest: IUserAccountRemoveRequest;
|
9228
9209
|
UserAccountRemovedEvent: IUserAccountRemovedEvent;
|
9210
|
+
UserAccountUpdateRequest: IUserAccountUpdateRequest;
|
9211
|
+
UserAccountWhere: IUserAccountWhere;
|
9212
|
+
UserAccount_Input: IUserAccount_Input;
|
9213
|
+
UserAuth0UpdateFields: IUserAuth0UpdateFields;
|
9214
|
+
UserConfiguration: IUserConfiguration;
|
9215
|
+
UserContext: IUserContext;
|
9216
|
+
UserDevice: IUserDevice;
|
9217
|
+
UserMetadata: IUserMetadata;
|
9229
9218
|
UserOrg: IUserOrg;
|
9230
9219
|
UserOrg_Input: IUserOrg_Input;
|
9220
|
+
UserPasswordResetInput: IUserPasswordResetInput;
|
9231
9221
|
UserPreviousValues: IUserPreviousValues;
|
9222
|
+
UserProfile: IUserProfile;
|
9223
|
+
UserSettings: IUserSettings;
|
9232
9224
|
UserState: IUserState;
|
9225
|
+
UserToken: IUserToken;
|
9226
|
+
UserTokenInput: IUserTokenInput;
|
9227
|
+
ViewerPoliciesInput: IViewerPoliciesInput;
|
9228
|
+
ViewerSettingsInput: IViewerSettingsInput;
|
9229
|
+
ViewerSettingsSubject: IViewerSettingsSubject;
|
9233
9230
|
};
|
9234
9231
|
export declare type IaddAccountContextDirectiveArgs = {};
|
9235
9232
|
export declare type IaddAccountContextDirectiveResolver<Result, Parent, ContextType = MyContext, Args = IaddAccountContextDirectiveArgs> = DirectiveResolverFn<Result, Parent, ContextType, Args>;
|
@@ -9692,32 +9689,96 @@ export declare type IIConfigurationChangeEventResolvers<ContextType = MyContext,
|
|
9692
9689
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9693
9690
|
};
|
9694
9691
|
export declare type IIConfigurationModelResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IConfigurationModel'] = IResolversParentTypes['IConfigurationModel']> = {
|
9695
|
-
__resolveType: TypeResolveFn<'
|
9692
|
+
__resolveType: TypeResolveFn<'ApplicationPolicy' | 'ApplicationRolePermission' | 'DefaultConfiguration' | 'DefaultPolicy' | 'DefaultRole' | 'MachineConfiguration' | 'OrganizationConfiguration' | 'OrganizationPolicy' | 'OrganizationResourceConfiguration' | 'OrganizationRole' | 'ResourcePolicy' | 'ResourceRole' | 'UserConfiguration', ParentType, ContextType>;
|
9696
9693
|
resource?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
9697
9694
|
target?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9698
9695
|
contents?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
9699
9696
|
keys?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
9700
9697
|
overrides?: Resolver<Maybe<Array<Maybe<IResolversTypes['Overrides']>>>, ParentType, ContextType>;
|
9701
9698
|
};
|
9702
|
-
export declare type IIConfigurationServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IConfigurationService'] = IResolversParentTypes['IConfigurationService']> = {
|
9703
|
-
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9704
|
-
updateValue?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IIConfigurationServiceupdateValueArgs, 'key' | 'value' | 'overrides'>>;
|
9699
|
+
export declare type IIConfigurationServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IConfigurationService'] = IResolversParentTypes['IConfigurationService']> = {
|
9700
|
+
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9701
|
+
updateValue?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IIConfigurationServiceupdateValueArgs, 'key' | 'value' | 'overrides'>>;
|
9702
|
+
};
|
9703
|
+
export declare type IICountryResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ICountry'] = IResolversParentTypes['ICountry']> = {
|
9704
|
+
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9705
|
+
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
9706
|
+
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9707
|
+
phone_code?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9708
|
+
currency?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9709
|
+
currency_symbol?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9710
|
+
emoji?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9711
|
+
location?: Resolver<Maybe<IResolversTypes['GeoLocation']>, ParentType, ContextType>;
|
9712
|
+
createdAt?: Resolver<IResolversTypes['Date'], ParentType, ContextType>;
|
9713
|
+
updatedAt?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
9714
|
+
};
|
9715
|
+
export declare type IIEventWithContextResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IEventWithContext'] = IResolversParentTypes['IEventWithContext']> = {
|
9716
|
+
__resolveType: TypeResolveFn<'OrganizationCreatedEvent' | 'OrganizationDeletedEvent', ParentType, ContextType>;
|
9717
|
+
userContext?: Resolver<Maybe<IResolversTypes['UserContext']>, ParentType, ContextType>;
|
9718
|
+
};
|
9719
|
+
export declare type IIOrgUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IOrgUser'] = IResolversParentTypes['IOrgUser']> = {
|
9720
|
+
__resolveType: TypeResolveFn<'OrgUser', ParentType, ContextType>;
|
9721
|
+
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
9722
|
+
isSelf?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
9723
|
+
orgName?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9724
|
+
};
|
9725
|
+
export declare type IIResourceDataResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceData'] = IResolversParentTypes['IResourceData']> = {
|
9726
|
+
__resolveType: TypeResolveFn<'ExternalResourceData' | 'OrganizationResourceData', ParentType, ContextType>;
|
9727
|
+
uri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
9728
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9729
|
+
index?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9730
|
+
};
|
9731
|
+
export declare type IIResourceUserRoleResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceUserRole'] = IResolversParentTypes['IResourceUserRole']> = {
|
9732
|
+
__resolveType: TypeResolveFn<'ResourceUser', ParentType, ContextType>;
|
9733
|
+
role?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9734
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9735
|
+
isSelf?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9736
|
+
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9737
|
+
};
|
9738
|
+
export declare type IIResourceUtilizationSettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceUtilizationSettings'] = IResolversParentTypes['IResourceUtilizationSettings']> = {
|
9739
|
+
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9740
|
+
subTopic?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9741
|
+
adminApiNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9742
|
+
};
|
9743
|
+
export declare type IISettingsSubjectResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ISettingsSubject'] = IResolversParentTypes['ISettingsSubject']> = {
|
9744
|
+
__resolveType: TypeResolveFn<'ApplicationSettings' | 'DefaultSettings' | 'GlobalSettings' | 'MachineSettings' | 'MemorySettings' | 'OrganizationResourceSettings' | 'OrganizationSettings' | 'UserSettings', ParentType, ContextType>;
|
9745
|
+
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
9746
|
+
latestSettings?: Resolver<Maybe<IResolversTypes['Settings']>, ParentType, ContextType>;
|
9747
|
+
settingsURL?: Resolver<IResolversTypes['URI'], ParentType, ContextType>;
|
9748
|
+
viewerCanAdminister?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
9749
|
+
settingsCascade?: Resolver<IResolversTypes['SettingsCascade'], ParentType, ContextType>;
|
9705
9750
|
};
|
9706
|
-
export declare type
|
9751
|
+
export declare type IISshKeySettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ISshKeySettings'] = IResolversParentTypes['ISshKeySettings']> = {
|
9752
|
+
__resolveType: TypeResolveFn<'SshKeySettings', ParentType, ContextType>;
|
9753
|
+
subTopic?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9754
|
+
sshNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9755
|
+
};
|
9756
|
+
export declare type IITerritorialStateResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ITerritorialState'] = IResolversParentTypes['ITerritorialState']> = {
|
9707
9757
|
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9708
9758
|
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
9709
9759
|
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9710
|
-
|
9711
|
-
currency?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9712
|
-
currency_symbol?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9713
|
-
emoji?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9760
|
+
country?: Resolver<IResolversTypes['ICountry'], ParentType, ContextType>;
|
9714
9761
|
location?: Resolver<Maybe<IResolversTypes['GeoLocation']>, ParentType, ContextType>;
|
9715
9762
|
createdAt?: Resolver<IResolversTypes['Date'], ParentType, ContextType>;
|
9716
9763
|
updatedAt?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
9717
9764
|
};
|
9718
|
-
export declare type
|
9719
|
-
__resolveType: TypeResolveFn<'
|
9720
|
-
|
9765
|
+
export declare type IIUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IUser'] = IResolversParentTypes['IUser']> = {
|
9766
|
+
__resolveType: TypeResolveFn<'AuthUser', ParentType, ContextType>;
|
9767
|
+
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
9768
|
+
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9769
|
+
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9770
|
+
};
|
9771
|
+
export declare type IIUserMetadataResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IUserMetadata'] = IResolversParentTypes['IUserMetadata']> = {
|
9772
|
+
__resolveType: TypeResolveFn<'UserMetadata', ParentType, ContextType>;
|
9773
|
+
last_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9774
|
+
first_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9775
|
+
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9776
|
+
phone_number?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9777
|
+
work_email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9778
|
+
country?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9779
|
+
company_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9780
|
+
dob?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
9781
|
+
zip_code?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9721
9782
|
};
|
9722
9783
|
export declare type IIntegraitonConfigurationIdResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IntegraitonConfigurationId'] = IResolversParentTypes['IntegraitonConfigurationId']> = {
|
9723
9784
|
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -9780,70 +9841,6 @@ export declare type IInvoiceTypeResolvers<ContextType = MyContext, ParentType ex
|
|
9780
9841
|
updatedAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
9781
9842
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9782
9843
|
};
|
9783
|
-
export declare type IIOrgUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IOrgUser'] = IResolversParentTypes['IOrgUser']> = {
|
9784
|
-
__resolveType: TypeResolveFn<'OrgUser', ParentType, ContextType>;
|
9785
|
-
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
9786
|
-
isSelf?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
9787
|
-
orgName?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9788
|
-
};
|
9789
|
-
export declare type IIResourceDataResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceData'] = IResolversParentTypes['IResourceData']> = {
|
9790
|
-
__resolveType: TypeResolveFn<'OrganizationResourceData' | 'ExternalResourceData', ParentType, ContextType>;
|
9791
|
-
uri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
9792
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9793
|
-
index?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9794
|
-
};
|
9795
|
-
export declare type IIResourceUserRoleResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceUserRole'] = IResolversParentTypes['IResourceUserRole']> = {
|
9796
|
-
__resolveType: TypeResolveFn<'ResourceUser', ParentType, ContextType>;
|
9797
|
-
role?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9798
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9799
|
-
isSelf?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9800
|
-
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9801
|
-
};
|
9802
|
-
export declare type IIResourceUtilizationSettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceUtilizationSettings'] = IResolversParentTypes['IResourceUtilizationSettings']> = {
|
9803
|
-
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9804
|
-
subTopic?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9805
|
-
adminApiNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9806
|
-
};
|
9807
|
-
export declare type IISettingsSubjectResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ISettingsSubject'] = IResolversParentTypes['ISettingsSubject']> = {
|
9808
|
-
__resolveType: TypeResolveFn<'DefaultSettings' | 'UserSettings' | 'ApplicationSettings' | 'MachineSettings' | 'OrganizationResourceSettings' | 'GlobalSettings' | 'OrganizationSettings' | 'MemorySettings', ParentType, ContextType>;
|
9809
|
-
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
9810
|
-
latestSettings?: Resolver<Maybe<IResolversTypes['Settings']>, ParentType, ContextType>;
|
9811
|
-
settingsURL?: Resolver<IResolversTypes['URI'], ParentType, ContextType>;
|
9812
|
-
viewerCanAdminister?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
9813
|
-
settingsCascade?: Resolver<IResolversTypes['SettingsCascade'], ParentType, ContextType>;
|
9814
|
-
};
|
9815
|
-
export declare type IISshKeySettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ISshKeySettings'] = IResolversParentTypes['ISshKeySettings']> = {
|
9816
|
-
__resolveType: TypeResolveFn<'SshKeySettings', ParentType, ContextType>;
|
9817
|
-
subTopic?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9818
|
-
sshNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9819
|
-
};
|
9820
|
-
export declare type IITerritorialStateResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ITerritorialState'] = IResolversParentTypes['ITerritorialState']> = {
|
9821
|
-
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9822
|
-
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
9823
|
-
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9824
|
-
country?: Resolver<IResolversTypes['ICountry'], ParentType, ContextType>;
|
9825
|
-
location?: Resolver<Maybe<IResolversTypes['GeoLocation']>, ParentType, ContextType>;
|
9826
|
-
createdAt?: Resolver<IResolversTypes['Date'], ParentType, ContextType>;
|
9827
|
-
updatedAt?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
9828
|
-
};
|
9829
|
-
export declare type IIUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IUser'] = IResolversParentTypes['IUser']> = {
|
9830
|
-
__resolveType: TypeResolveFn<'AuthUser', ParentType, ContextType>;
|
9831
|
-
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
9832
|
-
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9833
|
-
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9834
|
-
};
|
9835
|
-
export declare type IIUserMetadataResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IUserMetadata'] = IResolversParentTypes['IUserMetadata']> = {
|
9836
|
-
__resolveType: TypeResolveFn<'UserMetadata', ParentType, ContextType>;
|
9837
|
-
last_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9838
|
-
first_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9839
|
-
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9840
|
-
phone_number?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9841
|
-
work_email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9842
|
-
country?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9843
|
-
company_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9844
|
-
dob?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
9845
|
-
zip_code?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9846
|
-
};
|
9847
9844
|
export interface IJSONScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['JSON'], any> {
|
9848
9845
|
name: 'JSON';
|
9849
9846
|
}
|
@@ -9979,12 +9976,41 @@ export declare type INameTypeResolvers<ContextType = MyContext, ParentType exten
|
|
9979
9976
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9980
9977
|
};
|
9981
9978
|
export declare type INodeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Node'] = IResolversParentTypes['Node']> = {
|
9982
|
-
__resolveType: TypeResolveFn<'
|
9979
|
+
__resolveType: TypeResolveFn<'OrgUserAccunt' | 'UserAccount', ParentType, ContextType>;
|
9983
9980
|
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
9984
9981
|
};
|
9985
9982
|
export interface IObservableScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['Observable'], any> {
|
9986
9983
|
name: 'Observable';
|
9987
9984
|
}
|
9985
|
+
export declare type IOrgMemberResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrgMember'] = IResolversParentTypes['OrgMember']> = {
|
9986
|
+
_id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9987
|
+
userId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9988
|
+
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
9989
|
+
inactive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9990
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9991
|
+
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9992
|
+
crossCheckEmail?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9993
|
+
teamNames?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
9994
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9995
|
+
};
|
9996
|
+
export declare type IOrgUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrgUser'] = IResolversParentTypes['OrgUser']> = {
|
9997
|
+
userId?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9998
|
+
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
9999
|
+
inactive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10000
|
+
orgName?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10001
|
+
user?: Resolver<IResolversTypes['OrgUserAccunt'], ParentType, ContextType>;
|
10002
|
+
isSelf?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
10003
|
+
crossCheckEmail?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10004
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10005
|
+
};
|
10006
|
+
export declare type IOrgUserAccuntResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrgUserAccunt'] = IResolversParentTypes['OrgUserAccunt']> = {
|
10007
|
+
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
10008
|
+
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10009
|
+
alias?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10010
|
+
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10011
|
+
emailVerified?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10012
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10013
|
+
};
|
9988
10014
|
export declare type IOrganizationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Organization'] = IResolversParentTypes['Organization']> = {
|
9989
10015
|
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
9990
10016
|
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -10108,14 +10134,6 @@ export declare type IOrganizationRoleResolvers<ContextType = MyContext, ParentTy
|
|
10108
10134
|
overrides?: Resolver<Maybe<Array<Maybe<IResolversTypes['Overrides']>>>, ParentType, ContextType>;
|
10109
10135
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10110
10136
|
};
|
10111
|
-
export declare type IOrganizationsDeactivatedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationsDeactivatedEvent'] = IResolversParentTypes['OrganizationsDeactivatedEvent']> = {
|
10112
|
-
deactivatedOrganizationsIds?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10113
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10114
|
-
};
|
10115
|
-
export declare type IOrganizationsDeletedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationsDeletedEvent'] = IResolversParentTypes['OrganizationsDeletedEvent']> = {
|
10116
|
-
deletedOrganizationIds?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10117
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10118
|
-
};
|
10119
10137
|
export declare type IOrganizationServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationService'] = IResolversParentTypes['OrganizationService']> = {
|
10120
10138
|
getOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IOrganizationServicegetOrganizationArgs, never>>;
|
10121
10139
|
createDefaultOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IOrganizationServicecreateDefaultOrganizationArgs, never>>;
|
@@ -10136,33 +10154,12 @@ export declare type IOrganizationSettingsResolvers<ContextType = MyContext, Pare
|
|
10136
10154
|
settingsCascade?: Resolver<IResolversTypes['SettingsCascade'], ParentType, ContextType>;
|
10137
10155
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10138
10156
|
};
|
10139
|
-
export declare type
|
10140
|
-
|
10141
|
-
userId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10142
|
-
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
10143
|
-
inactive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10144
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10145
|
-
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10146
|
-
crossCheckEmail?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10147
|
-
teamNames?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10148
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10149
|
-
};
|
10150
|
-
export declare type IOrgUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrgUser'] = IResolversParentTypes['OrgUser']> = {
|
10151
|
-
userId?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10152
|
-
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
10153
|
-
inactive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10154
|
-
orgName?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10155
|
-
user?: Resolver<IResolversTypes['OrgUserAccunt'], ParentType, ContextType>;
|
10156
|
-
isSelf?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
10157
|
-
crossCheckEmail?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10157
|
+
export declare type IOrganizationsDeactivatedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationsDeactivatedEvent'] = IResolversParentTypes['OrganizationsDeactivatedEvent']> = {
|
10158
|
+
deactivatedOrganizationsIds?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10158
10159
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10159
10160
|
};
|
10160
|
-
export declare type
|
10161
|
-
|
10162
|
-
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10163
|
-
alias?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10164
|
-
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10165
|
-
emailVerified?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10161
|
+
export declare type IOrganizationsDeletedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationsDeletedEvent'] = IResolversParentTypes['OrganizationsDeletedEvent']> = {
|
10162
|
+
deletedOrganizationIds?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10166
10163
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10167
10164
|
};
|
10168
10165
|
export declare type IOverridesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Overrides'] = IResolversParentTypes['Overrides']> = {
|
@@ -10196,6 +10193,17 @@ export declare type IPositionResolvers<ContextType = MyContext, ParentType exten
|
|
10196
10193
|
character?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
10197
10194
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10198
10195
|
};
|
10196
|
+
export declare type IPreferenceItemResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['PreferenceItem'] = IResolversParentTypes['PreferenceItem']> = {
|
10197
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10198
|
+
type?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10199
|
+
default?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10200
|
+
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10201
|
+
categoryType?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10202
|
+
settings?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10203
|
+
enum?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10204
|
+
enumDescriptions?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10205
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10206
|
+
};
|
10199
10207
|
export declare type IPreference_AccountResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Preference_Account'] = IResolversParentTypes['Preference_Account']> = {
|
10200
10208
|
default?: Resolver<Maybe<IResolversTypes['Preference_Default']>, ParentType, ContextType>;
|
10201
10209
|
notification?: Resolver<Maybe<IResolversTypes['Preference_Notification']>, ParentType, ContextType>;
|
@@ -10235,17 +10243,6 @@ export declare type IPreference_TeamsResolvers<ContextType = MyContext, ParentTy
|
|
10235
10243
|
visibility?: Resolver<Maybe<IResolversTypes['Visibility']>, ParentType, ContextType>;
|
10236
10244
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10237
10245
|
};
|
10238
|
-
export declare type IPreferenceItemResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['PreferenceItem'] = IResolversParentTypes['PreferenceItem']> = {
|
10239
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10240
|
-
type?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10241
|
-
default?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10242
|
-
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10243
|
-
categoryType?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10244
|
-
settings?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10245
|
-
enum?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10246
|
-
enumDescriptions?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10247
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10248
|
-
};
|
10249
10246
|
export declare type IPreferencesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Preferences'] = IResolversParentTypes['Preferences']> = {
|
10250
10247
|
account?: Resolver<Maybe<IResolversTypes['Preference_Account']>, ParentType, ContextType>;
|
10251
10248
|
defaultSetting?: Resolver<Maybe<Array<Maybe<IResolversTypes['SettingsGroup']>>>, ParentType, ContextType>;
|
@@ -10268,16 +10265,6 @@ export declare type IPreferencesTypeResolvers<ContextType = MyContext, ParentTyp
|
|
10268
10265
|
data?: Resolver<Maybe<Array<Maybe<IResolversTypes['ContributionSettings']>>>, ParentType, ContextType>;
|
10269
10266
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10270
10267
|
};
|
10271
|
-
export declare type IProject_OutputResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Project_Output'] = IResolversParentTypes['Project_Output']> = {
|
10272
|
-
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10273
|
-
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10274
|
-
clientId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10275
|
-
teams?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10276
|
-
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10277
|
-
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10278
|
-
integrationConfigurationId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10279
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10280
|
-
};
|
10281
10268
|
export declare type IProjectCreatedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProjectCreatedEvent'] = IResolversParentTypes['ProjectCreatedEvent']> = {
|
10282
10269
|
createdProject?: Resolver<Maybe<IResolversTypes['Projects']>, ParentType, ContextType>;
|
10283
10270
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
@@ -10300,6 +10287,24 @@ export declare type IProjectParametersResolvers<ContextType = MyContext, ParentT
|
|
10300
10287
|
isPrivate?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10301
10288
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10302
10289
|
};
|
10290
|
+
export declare type IProjectSourceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProjectSource'] = IResolversParentTypes['ProjectSource']> = {
|
10291
|
+
location?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10292
|
+
type?: Resolver<Maybe<IResolversTypes['ProjectSourceType']>, ParentType, ContextType>;
|
10293
|
+
parameters?: Resolver<Maybe<IResolversTypes['ProjectParameters']>, ParentType, ContextType>;
|
10294
|
+
providers?: Resolver<Maybe<IResolversTypes['ProjectSourceProviders']>, ParentType, ContextType>;
|
10295
|
+
language?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10296
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10297
|
+
};
|
10298
|
+
export declare type IProject_OutputResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Project_Output'] = IResolversParentTypes['Project_Output']> = {
|
10299
|
+
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10300
|
+
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10301
|
+
clientId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10302
|
+
teams?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10303
|
+
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10304
|
+
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10305
|
+
integrationConfigurationId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10306
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10307
|
+
};
|
10303
10308
|
export declare type IProjectsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Projects'] = IResolversParentTypes['Projects']> = {
|
10304
10309
|
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
10305
10310
|
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
@@ -10317,14 +10322,6 @@ export declare type IProjectsResolvers<ContextType = MyContext, ParentType exten
|
|
10317
10322
|
createdAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
10318
10323
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10319
10324
|
};
|
10320
|
-
export declare type IProjectSourceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProjectSource'] = IResolversParentTypes['ProjectSource']> = {
|
10321
|
-
location?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10322
|
-
type?: Resolver<Maybe<IResolversTypes['ProjectSourceType']>, ParentType, ContextType>;
|
10323
|
-
parameters?: Resolver<Maybe<IResolversTypes['ProjectParameters']>, ParentType, ContextType>;
|
10324
|
-
providers?: Resolver<Maybe<IResolversTypes['ProjectSourceProviders']>, ParentType, ContextType>;
|
10325
|
-
language?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10326
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10327
|
-
};
|
10328
10325
|
export declare type IQueryResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Query'] = IResolversParentTypes['Query']> = {
|
10329
10326
|
GetSshKey?: Resolver<Maybe<IResolversTypes['SshKey']>, ParentType, ContextType, RequireFields<IQueryGetSshKeyArgs, 'id'>>;
|
10330
10327
|
decodeOrganizationInvitation?: Resolver<Maybe<IResolversTypes['OrganizationInvitationDecode']>, ParentType, ContextType, RequireFields<IQuerydecodeOrganizationInvitationArgs, 'token'>>;
|
@@ -10804,12 +10801,6 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10804
10801
|
IConfigurationService?: IIConfigurationServiceResolvers<ContextType>;
|
10805
10802
|
ICountry?: IICountryResolvers<ContextType>;
|
10806
10803
|
IEventWithContext?: IIEventWithContextResolvers<ContextType>;
|
10807
|
-
IntegraitonConfigurationId?: IIntegraitonConfigurationIdResolvers<ContextType>;
|
10808
|
-
IntegrationConfiguration?: IIntegrationConfigurationResolvers<ContextType>;
|
10809
|
-
InviteMember?: IInviteMemberResolvers<ContextType>;
|
10810
|
-
InvoiceCreatedEvent?: IInvoiceCreatedEventResolvers<ContextType>;
|
10811
|
-
InvoiceDeletedEvent?: IInvoiceDeletedEventResolvers<ContextType>;
|
10812
|
-
InvoiceType?: IInvoiceTypeResolvers<ContextType>;
|
10813
10804
|
IOrgUser?: IIOrgUserResolvers<ContextType>;
|
10814
10805
|
IResourceData?: IIResourceDataResolvers<ContextType>;
|
10815
10806
|
IResourceUserRole?: IIResourceUserRoleResolvers<ContextType>;
|
@@ -10819,6 +10810,12 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10819
10810
|
ITerritorialState?: IITerritorialStateResolvers<ContextType>;
|
10820
10811
|
IUser?: IIUserResolvers<ContextType>;
|
10821
10812
|
IUserMetadata?: IIUserMetadataResolvers<ContextType>;
|
10813
|
+
IntegraitonConfigurationId?: IIntegraitonConfigurationIdResolvers<ContextType>;
|
10814
|
+
IntegrationConfiguration?: IIntegrationConfigurationResolvers<ContextType>;
|
10815
|
+
InviteMember?: IInviteMemberResolvers<ContextType>;
|
10816
|
+
InvoiceCreatedEvent?: IInvoiceCreatedEventResolvers<ContextType>;
|
10817
|
+
InvoiceDeletedEvent?: IInvoiceDeletedEventResolvers<ContextType>;
|
10818
|
+
InvoiceType?: IInvoiceTypeResolvers<ContextType>;
|
10822
10819
|
JSON?: GraphQLScalarType;
|
10823
10820
|
JSONObject?: GraphQLScalarType;
|
10824
10821
|
LoginError?: ILoginErrorResolvers<ContextType>;
|
@@ -10831,6 +10828,9 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10831
10828
|
NameType?: INameTypeResolvers<ContextType>;
|
10832
10829
|
Node?: INodeResolvers<ContextType>;
|
10833
10830
|
Observable?: GraphQLScalarType;
|
10831
|
+
OrgMember?: IOrgMemberResolvers<ContextType>;
|
10832
|
+
OrgUser?: IOrgUserResolvers<ContextType>;
|
10833
|
+
OrgUserAccunt?: IOrgUserAccuntResolvers<ContextType>;
|
10834
10834
|
Organization?: IOrganizationResolvers<ContextType>;
|
10835
10835
|
OrganizationConfiguration?: IOrganizationConfigurationResolvers<ContextType>;
|
10836
10836
|
OrganizationCreatedEvent?: IOrganizationCreatedEventResolvers<ContextType>;
|
@@ -10845,19 +10845,17 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10845
10845
|
OrganizationResourceData?: IOrganizationResourceDataResolvers<ContextType>;
|
10846
10846
|
OrganizationResourceSettings?: IOrganizationResourceSettingsResolvers<ContextType>;
|
10847
10847
|
OrganizationRole?: IOrganizationRoleResolvers<ContextType>;
|
10848
|
-
OrganizationsDeactivatedEvent?: IOrganizationsDeactivatedEventResolvers<ContextType>;
|
10849
|
-
OrganizationsDeletedEvent?: IOrganizationsDeletedEventResolvers<ContextType>;
|
10850
10848
|
OrganizationService?: IOrganizationServiceResolvers<ContextType>;
|
10851
10849
|
OrganizationSettings?: IOrganizationSettingsResolvers<ContextType>;
|
10852
|
-
|
10853
|
-
|
10854
|
-
OrgUserAccunt?: IOrgUserAccuntResolvers<ContextType>;
|
10850
|
+
OrganizationsDeactivatedEvent?: IOrganizationsDeactivatedEventResolvers<ContextType>;
|
10851
|
+
OrganizationsDeletedEvent?: IOrganizationsDeletedEventResolvers<ContextType>;
|
10855
10852
|
Overrides?: IOverridesResolvers<ContextType>;
|
10856
10853
|
PageInfo?: IPageInfoResolvers<ContextType>;
|
10857
10854
|
PermissionSubject?: IPermissionSubjectResolvers<ContextType>;
|
10858
10855
|
PhoneNumber?: IPhoneNumberResolvers<ContextType>;
|
10859
10856
|
PolicySubject?: IPolicySubjectResolvers<ContextType>;
|
10860
10857
|
Position?: IPositionResolvers<ContextType>;
|
10858
|
+
PreferenceItem?: IPreferenceItemResolvers<ContextType>;
|
10861
10859
|
Preference_Account?: IPreference_AccountResolvers<ContextType>;
|
10862
10860
|
Preference_Default?: IPreference_DefaultResolvers<ContextType>;
|
10863
10861
|
Preference_Global?: IPreference_GlobalResolvers<ContextType>;
|
@@ -10866,18 +10864,17 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10866
10864
|
Preference_Organization?: IPreference_OrganizationResolvers<ContextType>;
|
10867
10865
|
Preference_Project?: IPreference_ProjectResolvers<ContextType>;
|
10868
10866
|
Preference_Teams?: IPreference_TeamsResolvers<ContextType>;
|
10869
|
-
PreferenceItem?: IPreferenceItemResolvers<ContextType>;
|
10870
10867
|
Preferences?: IPreferencesResolvers<ContextType>;
|
10871
10868
|
PreferencesInput?: IPreferencesInputResolvers<ContextType>;
|
10872
10869
|
PreferencesResponse?: IPreferencesResponseResolvers<ContextType>;
|
10873
10870
|
PreferencesType?: IPreferencesTypeResolvers<ContextType>;
|
10874
|
-
Project_Output?: IProject_OutputResolvers<ContextType>;
|
10875
10871
|
ProjectCreatedEvent?: IProjectCreatedEventResolvers<ContextType>;
|
10876
10872
|
ProjectDeletedEvent?: IProjectDeletedEventResolvers<ContextType>;
|
10877
10873
|
ProjectInvoice?: IProjectInvoiceResolvers<ContextType>;
|
10878
10874
|
ProjectParameters?: IProjectParametersResolvers<ContextType>;
|
10879
|
-
Projects?: IProjectsResolvers<ContextType>;
|
10880
10875
|
ProjectSource?: IProjectSourceResolvers<ContextType>;
|
10876
|
+
Project_Output?: IProject_OutputResolvers<ContextType>;
|
10877
|
+
Projects?: IProjectsResolvers<ContextType>;
|
10881
10878
|
Query?: IQueryResolvers<ContextType>;
|
10882
10879
|
Range?: IRangeResolvers<ContextType>;
|
10883
10880
|
ResourceAccessRole?: IResourceAccessRoleResolvers<ContextType>;
|