@adminide-stack/core 1.0.201-alpha.1 → 1.0.201-alpha.2
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 +1009 -1012
- 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 {
|
@@ -602,10 +602,7 @@ export declare type IContributionSettings = {
|
|
602
602
|
/** dependency to parent setting key */
|
603
603
|
settingDependencies?: Maybe<Array<Maybe<Scalars['String']>>>;
|
604
604
|
allKeysAreBoolean?: Maybe<Scalars['Boolean']>;
|
605
|
-
/**
|
606
|
-
* Edit Presentation for controlling whether a single-line inputbox or multi-line
|
607
|
-
* textarea is rendered for the string setting in Settings editor
|
608
|
-
*/
|
605
|
+
/** Edit Presentation for controlling whether a single-line inputbox or multi-line textarea is rendered for the string setting in Settings editor */
|
609
606
|
editPresentation?: Maybe<IEditPresentationTypes>;
|
610
607
|
defaultValueSource?: Maybe<Scalars['AnyObject']>;
|
611
608
|
isLanguageTagSetting?: Maybe<Scalars['Boolean']>;
|
@@ -878,6 +875,82 @@ export declare type IICountry = {
|
|
878
875
|
export declare type IIEventWithContext = {
|
879
876
|
userContext?: Maybe<IUserContext>;
|
880
877
|
};
|
878
|
+
export declare type IIOnBoardingParams = {
|
879
|
+
org?: Maybe<IOrgType>;
|
880
|
+
team?: Maybe<ITeamType>;
|
881
|
+
};
|
882
|
+
/** Organization Template to be used */
|
883
|
+
export declare type IIOrgUser = {
|
884
|
+
role?: Maybe<IApplicationRoles>;
|
885
|
+
isSelf: Scalars['Boolean'];
|
886
|
+
orgName: Scalars['String'];
|
887
|
+
};
|
888
|
+
export declare type IIResourceData = {
|
889
|
+
/** The associated URI for this resource. */
|
890
|
+
uri?: Maybe<Scalars['URI']>;
|
891
|
+
/** The name of this resource. Defaults to the basename its [uri-path](#Uri.path) */
|
892
|
+
name?: Maybe<Scalars['String']>;
|
893
|
+
/** The ordinal number of this resource. */
|
894
|
+
index?: Maybe<Scalars['Int']>;
|
895
|
+
};
|
896
|
+
export declare type IIResourceUserRole = {
|
897
|
+
role?: Maybe<Scalars['String']>;
|
898
|
+
name?: Maybe<Scalars['String']>;
|
899
|
+
isSelf?: Maybe<Scalars['Boolean']>;
|
900
|
+
orgName?: Maybe<Scalars['String']>;
|
901
|
+
};
|
902
|
+
export declare type IIResourceUtilizationSettings = {
|
903
|
+
subTopic?: Maybe<Scalars['String']>;
|
904
|
+
adminApiNamespace?: Maybe<Scalars['String']>;
|
905
|
+
};
|
906
|
+
/**
|
907
|
+
* ISettingsSubject is something that can have settings: a site ("global settings", which is different from "site
|
908
|
+
* configuration"), an organization, or a user.
|
909
|
+
*/
|
910
|
+
export declare type IISettingsSubject = {
|
911
|
+
/** The ID. */
|
912
|
+
id?: Maybe<Scalars['ID']>;
|
913
|
+
/** The latest settings. */
|
914
|
+
latestSettings?: Maybe<ISettings>;
|
915
|
+
/** The URL to the settings. */
|
916
|
+
settingsURL: Scalars['URI'];
|
917
|
+
/** Whether the viewer can modify the subject's settings. */
|
918
|
+
viewerCanAdminister: Scalars['Boolean'];
|
919
|
+
/**
|
920
|
+
* All settings for this subject, and the individual levels in the settings cascade (global > organization > user)
|
921
|
+
* that were merged to produce the final merged settings.
|
922
|
+
*/
|
923
|
+
settingsCascade: ISettingsCascade;
|
924
|
+
};
|
925
|
+
export declare type IISshKeySettings = {
|
926
|
+
subTopic?: Maybe<Scalars['String']>;
|
927
|
+
sshNamespace?: Maybe<Scalars['String']>;
|
928
|
+
};
|
929
|
+
/** Territorial State */
|
930
|
+
export declare type IITerritorialState = {
|
931
|
+
id: Scalars['ID'];
|
932
|
+
name: Scalars['String'];
|
933
|
+
country: IICountry;
|
934
|
+
location?: Maybe<IGeoLocation>;
|
935
|
+
createdAt: Scalars['Date'];
|
936
|
+
updatedAt?: Maybe<Scalars['Date']>;
|
937
|
+
};
|
938
|
+
export declare type IIUser = {
|
939
|
+
id: Scalars['ID'];
|
940
|
+
username?: Maybe<Scalars['String']>;
|
941
|
+
email?: Maybe<Scalars['String']>;
|
942
|
+
};
|
943
|
+
export declare type IIUserMetadata = {
|
944
|
+
last_name?: Maybe<Scalars['String']>;
|
945
|
+
first_name?: Maybe<Scalars['String']>;
|
946
|
+
username?: Maybe<Scalars['String']>;
|
947
|
+
phone_number?: Maybe<Scalars['String']>;
|
948
|
+
work_email?: Maybe<Scalars['String']>;
|
949
|
+
country?: Maybe<Scalars['String']>;
|
950
|
+
company_name?: Maybe<Scalars['String']>;
|
951
|
+
dob?: Maybe<Scalars['Date']>;
|
952
|
+
zip_code?: Maybe<Scalars['Int']>;
|
953
|
+
};
|
881
954
|
export declare type IIntegraitonConfigurationId = {
|
882
955
|
__typename?: 'IntegraitonConfigurationId';
|
883
956
|
id?: Maybe<Scalars['String']>;
|
@@ -931,10 +1004,6 @@ export declare const enum IInviteStatus {
|
|
931
1004
|
ACCEPTED = "ACCEPTED",
|
932
1005
|
DECLINED = "DECLINED"
|
933
1006
|
}
|
934
|
-
export declare type IInvoiceCreatedEvent = {
|
935
|
-
__typename?: 'InvoiceCreatedEvent';
|
936
|
-
createdInvoice?: Maybe<IInvoiceType>;
|
937
|
-
};
|
938
1007
|
export declare type IInvoiceCreateRequest = {
|
939
1008
|
comment?: Maybe<Scalars['String']>;
|
940
1009
|
currency?: Maybe<Scalars['String']>;
|
@@ -957,6 +1026,10 @@ export declare type IInvoiceCreateRequest = {
|
|
957
1026
|
to?: Maybe<ICustomerInvoice_Input>;
|
958
1027
|
total?: Maybe<Scalars['Float']>;
|
959
1028
|
};
|
1029
|
+
export declare type IInvoiceCreatedEvent = {
|
1030
|
+
__typename?: 'InvoiceCreatedEvent';
|
1031
|
+
createdInvoice?: Maybe<IInvoiceType>;
|
1032
|
+
};
|
960
1033
|
export declare type IInvoiceDeletedEvent = {
|
961
1034
|
__typename?: 'InvoiceDeletedEvent';
|
962
1035
|
deletedInvoice?: Maybe<IInvoiceType>;
|
@@ -1022,82 +1095,6 @@ export declare type IInvoiceUpdateRequest = {
|
|
1022
1095
|
to?: Maybe<ICustomerInvoice_Input>;
|
1023
1096
|
total?: Maybe<Scalars['Float']>;
|
1024
1097
|
};
|
1025
|
-
export declare type IIOnBoardingParams = {
|
1026
|
-
org?: Maybe<IOrgType>;
|
1027
|
-
team?: Maybe<ITeamType>;
|
1028
|
-
};
|
1029
|
-
/** Organization Template to be used */
|
1030
|
-
export declare type IIOrgUser = {
|
1031
|
-
role?: Maybe<IApplicationRoles>;
|
1032
|
-
isSelf: Scalars['Boolean'];
|
1033
|
-
orgName: Scalars['String'];
|
1034
|
-
};
|
1035
|
-
export declare type IIResourceData = {
|
1036
|
-
/** The associated URI for this resource. */
|
1037
|
-
uri?: Maybe<Scalars['URI']>;
|
1038
|
-
/** The name of this resource. Defaults to the basename its [uri-path](#Uri.path) */
|
1039
|
-
name?: Maybe<Scalars['String']>;
|
1040
|
-
/** The ordinal number of this resource. */
|
1041
|
-
index?: Maybe<Scalars['Int']>;
|
1042
|
-
};
|
1043
|
-
export declare type IIResourceUserRole = {
|
1044
|
-
role?: Maybe<Scalars['String']>;
|
1045
|
-
name?: Maybe<Scalars['String']>;
|
1046
|
-
isSelf?: Maybe<Scalars['Boolean']>;
|
1047
|
-
orgName?: Maybe<Scalars['String']>;
|
1048
|
-
};
|
1049
|
-
export declare type IIResourceUtilizationSettings = {
|
1050
|
-
subTopic?: Maybe<Scalars['String']>;
|
1051
|
-
adminApiNamespace?: Maybe<Scalars['String']>;
|
1052
|
-
};
|
1053
|
-
/**
|
1054
|
-
* ISettingsSubject is something that can have settings: a site ("global settings", which is different from "site
|
1055
|
-
* configuration"), an organization, or a user.
|
1056
|
-
*/
|
1057
|
-
export declare type IISettingsSubject = {
|
1058
|
-
/** The ID. */
|
1059
|
-
id?: Maybe<Scalars['ID']>;
|
1060
|
-
/** The latest settings. */
|
1061
|
-
latestSettings?: Maybe<ISettings>;
|
1062
|
-
/** The URL to the settings. */
|
1063
|
-
settingsURL: Scalars['URI'];
|
1064
|
-
/** Whether the viewer can modify the subject's settings. */
|
1065
|
-
viewerCanAdminister: Scalars['Boolean'];
|
1066
|
-
/**
|
1067
|
-
* All settings for this subject, and the individual levels in the settings cascade (global > organization > user)
|
1068
|
-
* that were merged to produce the final merged settings.
|
1069
|
-
*/
|
1070
|
-
settingsCascade: ISettingsCascade;
|
1071
|
-
};
|
1072
|
-
export declare type IISshKeySettings = {
|
1073
|
-
subTopic?: Maybe<Scalars['String']>;
|
1074
|
-
sshNamespace?: Maybe<Scalars['String']>;
|
1075
|
-
};
|
1076
|
-
/** Territorial State */
|
1077
|
-
export declare type IITerritorialState = {
|
1078
|
-
id: Scalars['ID'];
|
1079
|
-
name: Scalars['String'];
|
1080
|
-
country: IICountry;
|
1081
|
-
location?: Maybe<IGeoLocation>;
|
1082
|
-
createdAt: Scalars['Date'];
|
1083
|
-
updatedAt?: Maybe<Scalars['Date']>;
|
1084
|
-
};
|
1085
|
-
export declare type IIUser = {
|
1086
|
-
id: Scalars['ID'];
|
1087
|
-
username?: Maybe<Scalars['String']>;
|
1088
|
-
email?: Maybe<Scalars['String']>;
|
1089
|
-
};
|
1090
|
-
export declare type IIUserMetadata = {
|
1091
|
-
last_name?: Maybe<Scalars['String']>;
|
1092
|
-
first_name?: Maybe<Scalars['String']>;
|
1093
|
-
username?: Maybe<Scalars['String']>;
|
1094
|
-
phone_number?: Maybe<Scalars['String']>;
|
1095
|
-
work_email?: Maybe<Scalars['String']>;
|
1096
|
-
country?: Maybe<Scalars['String']>;
|
1097
|
-
company_name?: Maybe<Scalars['String']>;
|
1098
|
-
dob?: Maybe<Scalars['Date']>;
|
1099
|
-
zip_code?: Maybe<Scalars['Int']>;
|
1100
|
-
};
|
1101
1098
|
/**
|
1102
1099
|
* A segment of a key path that locates a nested JSON value in a root JSON value. Exactly one field in each
|
1103
1100
|
* KeyPathSegment must be non-null.
|
@@ -1565,13 +1562,13 @@ export declare type IMutationupsertProjectThroughIntegrationArgs = {
|
|
1565
1562
|
export declare type IMutationverifyUserEmailVerificationTokenArgs = {
|
1566
1563
|
token?: Maybe<Scalars['String']>;
|
1567
1564
|
};
|
1568
|
-
export declare type
|
1565
|
+
export declare type INameType = {
|
1566
|
+
__typename?: 'NameType';
|
1569
1567
|
salutation?: Maybe<Scalars['String']>;
|
1570
1568
|
firstName?: Maybe<Scalars['String']>;
|
1571
1569
|
lastName?: Maybe<Scalars['String']>;
|
1572
1570
|
};
|
1573
|
-
export declare type
|
1574
|
-
__typename?: 'NameType';
|
1571
|
+
export declare type IName_Input = {
|
1575
1572
|
salutation?: Maybe<Scalars['String']>;
|
1576
1573
|
firstName?: Maybe<Scalars['String']>;
|
1577
1574
|
lastName?: Maybe<Scalars['String']>;
|
@@ -1581,6 +1578,55 @@ export declare type INode = {
|
|
1581
1578
|
/** The ID of the node. */
|
1582
1579
|
id: Scalars['ID'];
|
1583
1580
|
};
|
1581
|
+
export declare type IOrgDetailWhere = {
|
1582
|
+
id?: Maybe<Scalars['String']>;
|
1583
|
+
name?: Maybe<Scalars['String']>;
|
1584
|
+
};
|
1585
|
+
export declare type IOrgMember = {
|
1586
|
+
__typename?: 'OrgMember';
|
1587
|
+
_id?: Maybe<Scalars['String']>;
|
1588
|
+
userId?: Maybe<Scalars['String']>;
|
1589
|
+
role?: Maybe<IApplicationRoles>;
|
1590
|
+
inactive?: Maybe<Scalars['Boolean']>;
|
1591
|
+
name?: Maybe<Scalars['String']>;
|
1592
|
+
email?: Maybe<Scalars['String']>;
|
1593
|
+
crossCheckEmail?: Maybe<Scalars['String']>;
|
1594
|
+
teamNames?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1595
|
+
};
|
1596
|
+
export declare type IOrgType = {
|
1597
|
+
name?: Maybe<Scalars['String']>;
|
1598
|
+
settings?: Maybe<Scalars['AnyObject']>;
|
1599
|
+
};
|
1600
|
+
export declare type IOrgUser = IIOrgUser & {
|
1601
|
+
__typename?: 'OrgUser';
|
1602
|
+
userId: Scalars['String'];
|
1603
|
+
role?: Maybe<IApplicationRoles>;
|
1604
|
+
inactive?: Maybe<Scalars['Boolean']>;
|
1605
|
+
orgName: Scalars['String'];
|
1606
|
+
user: IOrgUserAccunt;
|
1607
|
+
isSelf: Scalars['Boolean'];
|
1608
|
+
crossCheckEmail?: Maybe<Scalars['String']>;
|
1609
|
+
};
|
1610
|
+
export declare type IOrgUserAccunt = INode & {
|
1611
|
+
__typename?: 'OrgUserAccunt';
|
1612
|
+
id: Scalars['ID'];
|
1613
|
+
email?: Maybe<Scalars['String']>;
|
1614
|
+
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1615
|
+
username?: Maybe<Scalars['String']>;
|
1616
|
+
emailVerified?: Maybe<Scalars['Boolean']>;
|
1617
|
+
};
|
1618
|
+
export declare const enum IOrgUserRole {
|
1619
|
+
BILLING_LEADER = "BILLING_LEADER",
|
1620
|
+
MEMBER = "MEMBER",
|
1621
|
+
ADMIN = "ADMIN",
|
1622
|
+
OWNER = "OWNER"
|
1623
|
+
}
|
1624
|
+
export declare type IOrgUser_Input = {
|
1625
|
+
userId?: Maybe<Scalars['String']>;
|
1626
|
+
role?: Maybe<IApplicationRoles>;
|
1627
|
+
inactive?: Maybe<Scalars['Boolean']>;
|
1628
|
+
crossCheckEmail?: Maybe<Scalars['String']>;
|
1629
|
+
};
|
1584
1630
|
/**
|
1585
1631
|
* OrganizationInvitationRole: The possible organization invitation roles.
|
1586
1632
|
*
|
@@ -1644,27 +1690,9 @@ export declare type IOrganization = {
|
|
1644
1690
|
stripeSubscriptionId?: Maybe<Scalars['String']>;
|
1645
1691
|
invitations?: Maybe<Array<Maybe<IOrganizationInvitation>>>;
|
1646
1692
|
};
|
1647
|
-
export declare type
|
1648
|
-
|
1649
|
-
|
1650
|
-
title?: Maybe<Scalars['String']>;
|
1651
|
-
description?: Maybe<Scalars['String']>;
|
1652
|
-
picture?: Maybe<Scalars['String']>;
|
1653
|
-
stripeId?: Maybe<Scalars['String']>;
|
1654
|
-
namespace?: Maybe<Scalars['String']>;
|
1655
|
-
orgUserCount?: Maybe<Scalars['Int']>;
|
1656
|
-
createdAt?: Maybe<Scalars['DateTime']>;
|
1657
|
-
updatedAt?: Maybe<Scalars['DateTime']>;
|
1658
|
-
orgMembers?: Maybe<Array<Maybe<IOrgUser_Input>>>;
|
1659
|
-
periodStart?: Maybe<Scalars['DateTime']>;
|
1660
|
-
periodStop?: Maybe<Scalars['DateTime']>;
|
1661
|
-
billingLeaders?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1662
|
-
billingEmail?: Maybe<Scalars['String']>;
|
1663
|
-
isBillingLeader?: Maybe<Scalars['Boolean']>;
|
1664
|
-
mainBilingLeaderId?: Maybe<Scalars['String']>;
|
1665
|
-
stripeSubscriptionId?: Maybe<Scalars['String']>;
|
1666
|
-
invitations?: Maybe<Array<Maybe<IOrganizationInvitation_Input>>>;
|
1667
|
-
status?: Maybe<Scalars['String']>;
|
1693
|
+
export declare type IOrganizationConfigValue_Input = {
|
1694
|
+
section?: Maybe<Scalars['String']>;
|
1695
|
+
overrides?: Maybe<IConfigurationOverrides_Input>;
|
1668
1696
|
};
|
1669
1697
|
export declare type IOrganizationConfiguration = IIConfigurationModel & {
|
1670
1698
|
__typename?: 'OrganizationConfiguration';
|
@@ -1676,10 +1704,6 @@ export declare type IOrganizationConfiguration = IIConfigurationModel & {
|
|
1676
1704
|
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1677
1705
|
overrides?: Maybe<Array<Maybe<IOverrides>>>;
|
1678
1706
|
};
|
1679
|
-
export declare type IOrganizationConfigValue_Input = {
|
1680
|
-
section?: Maybe<Scalars['String']>;
|
1681
|
-
overrides?: Maybe<IConfigurationOverrides_Input>;
|
1682
|
-
};
|
1683
1707
|
/** Subscription event for context */
|
1684
1708
|
export declare const enum IOrganizationContextPubSubEvents {
|
1685
1709
|
OrganizationContextUpdated = "OrganizationContextUpdated",
|
@@ -1687,11 +1711,6 @@ export declare const enum IOrganizationContextPubSubEvents {
|
|
1687
1711
|
OrganizationConfigurationUpdated = "OrganizationConfigurationUpdated",
|
1688
1712
|
OrganizationPermissionUpdated = "OrganizationPermissionUpdated"
|
1689
1713
|
}
|
1690
|
-
export declare type IOrganizationCreatedEvent = IIEventWithContext & {
|
1691
|
-
__typename?: 'OrganizationCreatedEvent';
|
1692
|
-
createdOrganization?: Maybe<IOrganization>;
|
1693
|
-
userContext?: Maybe<IUserContext>;
|
1694
|
-
};
|
1695
1714
|
export declare type IOrganizationCreateRequest = {
|
1696
1715
|
name?: Maybe<Scalars['String']>;
|
1697
1716
|
title?: Maybe<Scalars['String']>;
|
@@ -1707,8 +1726,13 @@ export declare type IOrganizationCreateRequest = {
|
|
1707
1726
|
stripeSubscriptionId?: Maybe<Scalars['String']>;
|
1708
1727
|
invitations?: Maybe<Array<Maybe<IOrganizationInvitation_Input>>>;
|
1709
1728
|
};
|
1710
|
-
export declare type
|
1711
|
-
__typename?: '
|
1729
|
+
export declare type IOrganizationCreatedEvent = IIEventWithContext & {
|
1730
|
+
__typename?: 'OrganizationCreatedEvent';
|
1731
|
+
createdOrganization?: Maybe<IOrganization>;
|
1732
|
+
userContext?: Maybe<IUserContext>;
|
1733
|
+
};
|
1734
|
+
export declare type IOrganizationData = {
|
1735
|
+
__typename?: 'OrganizationData';
|
1712
1736
|
/** The unique identifier of the workspace. */
|
1713
1737
|
id: Scalars['String'];
|
1714
1738
|
/** Resources in the organization. */
|
@@ -1743,19 +1767,6 @@ export declare type IOrganizationInvitation = {
|
|
1743
1767
|
acceptedAt?: Maybe<Scalars['DateTime']>;
|
1744
1768
|
tokenExpiration?: Maybe<Scalars['DateTime']>;
|
1745
1769
|
};
|
1746
|
-
export declare type IOrganizationInvitation_Input = {
|
1747
|
-
email?: Maybe<Scalars['String']>;
|
1748
|
-
teamId?: Maybe<Scalars['String']>;
|
1749
|
-
role?: Maybe<IApplicationRoles>;
|
1750
|
-
active?: Maybe<Scalars['Boolean']>;
|
1751
|
-
fullName?: Maybe<Scalars['String']>;
|
1752
|
-
inviteCount?: Maybe<Scalars['Int']>;
|
1753
|
-
invitedBy?: Maybe<Scalars['String']>;
|
1754
|
-
createdAt?: Maybe<Scalars['DateTime']>;
|
1755
|
-
updatedAt?: Maybe<Scalars['DateTime']>;
|
1756
|
-
acceptedAt?: Maybe<Scalars['DateTime']>;
|
1757
|
-
tokenExpiration?: Maybe<Scalars['DateTime']>;
|
1758
|
-
};
|
1759
1770
|
export declare type IOrganizationInvitationDecode = {
|
1760
1771
|
__typename?: 'OrganizationInvitationDecode';
|
1761
1772
|
orgName?: Maybe<Scalars['String']>;
|
@@ -1771,6 +1782,19 @@ export declare type IOrganizationInvitationRequest = {
|
|
1771
1782
|
orgName?: Maybe<Scalars['String']>;
|
1772
1783
|
role?: Maybe<Scalars['String']>;
|
1773
1784
|
};
|
1785
|
+
export declare type IOrganizationInvitation_Input = {
|
1786
|
+
email?: Maybe<Scalars['String']>;
|
1787
|
+
teamId?: Maybe<Scalars['String']>;
|
1788
|
+
role?: Maybe<IApplicationRoles>;
|
1789
|
+
active?: Maybe<Scalars['Boolean']>;
|
1790
|
+
fullName?: Maybe<Scalars['String']>;
|
1791
|
+
inviteCount?: Maybe<Scalars['Int']>;
|
1792
|
+
invitedBy?: Maybe<Scalars['String']>;
|
1793
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
1794
|
+
updatedAt?: Maybe<Scalars['DateTime']>;
|
1795
|
+
acceptedAt?: Maybe<Scalars['DateTime']>;
|
1796
|
+
tokenExpiration?: Maybe<Scalars['DateTime']>;
|
1797
|
+
};
|
1774
1798
|
export declare type IOrganizationMember = {
|
1775
1799
|
__typename?: 'OrganizationMember';
|
1776
1800
|
id?: Maybe<Scalars['String']>;
|
@@ -1837,14 +1861,6 @@ export declare type IOrganizationRole = IIConfigurationModel & {
|
|
1837
1861
|
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1838
1862
|
overrides?: Maybe<Array<Maybe<IOverrides>>>;
|
1839
1863
|
};
|
1840
|
-
export declare type IOrganizationsDeactivatedEvent = {
|
1841
|
-
__typename?: 'OrganizationsDeactivatedEvent';
|
1842
|
-
deactivatedOrganizationsIds?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1843
|
-
};
|
1844
|
-
export declare type IOrganizationsDeletedEvent = {
|
1845
|
-
__typename?: 'OrganizationsDeletedEvent';
|
1846
|
-
deletedOrganizationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1847
|
-
};
|
1848
1864
|
export declare type IOrganizationService = {
|
1849
1865
|
__typename?: 'OrganizationService';
|
1850
1866
|
getOrganization?: Maybe<IOrganization>;
|
@@ -1926,55 +1942,36 @@ export declare type IOrganizationUpdateRequest = {
|
|
1926
1942
|
requestedUserId?: Maybe<Scalars['String']>;
|
1927
1943
|
payload?: Maybe<IOrganization_Input>;
|
1928
1944
|
};
|
1929
|
-
export declare type
|
1930
|
-
id?: Maybe<Scalars['
|
1931
|
-
name
|
1932
|
-
|
1933
|
-
|
1934
|
-
|
1935
|
-
|
1936
|
-
|
1937
|
-
|
1938
|
-
|
1939
|
-
|
1940
|
-
|
1941
|
-
|
1942
|
-
|
1943
|
-
|
1944
|
-
|
1945
|
-
|
1946
|
-
|
1947
|
-
|
1948
|
-
|
1949
|
-
|
1950
|
-
userId: Scalars['String'];
|
1951
|
-
role?: Maybe<IApplicationRoles>;
|
1952
|
-
inactive?: Maybe<Scalars['Boolean']>;
|
1953
|
-
orgName: Scalars['String'];
|
1954
|
-
user: IOrgUserAccunt;
|
1955
|
-
isSelf: Scalars['Boolean'];
|
1956
|
-
crossCheckEmail?: Maybe<Scalars['String']>;
|
1945
|
+
export declare type IOrganization_Input = {
|
1946
|
+
id?: Maybe<Scalars['ID']>;
|
1947
|
+
name: Scalars['String'];
|
1948
|
+
title?: Maybe<Scalars['String']>;
|
1949
|
+
description?: Maybe<Scalars['String']>;
|
1950
|
+
picture?: Maybe<Scalars['String']>;
|
1951
|
+
stripeId?: Maybe<Scalars['String']>;
|
1952
|
+
namespace?: Maybe<Scalars['String']>;
|
1953
|
+
orgUserCount?: Maybe<Scalars['Int']>;
|
1954
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
1955
|
+
updatedAt?: Maybe<Scalars['DateTime']>;
|
1956
|
+
orgMembers?: Maybe<Array<Maybe<IOrgUser_Input>>>;
|
1957
|
+
periodStart?: Maybe<Scalars['DateTime']>;
|
1958
|
+
periodStop?: Maybe<Scalars['DateTime']>;
|
1959
|
+
billingLeaders?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1960
|
+
billingEmail?: Maybe<Scalars['String']>;
|
1961
|
+
isBillingLeader?: Maybe<Scalars['Boolean']>;
|
1962
|
+
mainBilingLeaderId?: Maybe<Scalars['String']>;
|
1963
|
+
stripeSubscriptionId?: Maybe<Scalars['String']>;
|
1964
|
+
invitations?: Maybe<Array<Maybe<IOrganizationInvitation_Input>>>;
|
1965
|
+
status?: Maybe<Scalars['String']>;
|
1957
1966
|
};
|
1958
|
-
export declare type
|
1959
|
-
|
1960
|
-
|
1961
|
-
inactive?: Maybe<Scalars['Boolean']>;
|
1962
|
-
crossCheckEmail?: Maybe<Scalars['String']>;
|
1967
|
+
export declare type IOrganizationsDeactivatedEvent = {
|
1968
|
+
__typename?: 'OrganizationsDeactivatedEvent';
|
1969
|
+
deactivatedOrganizationsIds?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1963
1970
|
};
|
1964
|
-
export declare type
|
1965
|
-
__typename?: '
|
1966
|
-
|
1967
|
-
email?: Maybe<Scalars['String']>;
|
1968
|
-
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1969
|
-
username?: Maybe<Scalars['String']>;
|
1970
|
-
emailVerified?: Maybe<Scalars['Boolean']>;
|
1971
|
+
export declare type IOrganizationsDeletedEvent = {
|
1972
|
+
__typename?: 'OrganizationsDeletedEvent';
|
1973
|
+
deletedOrganizationIds?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1971
1974
|
};
|
1972
|
-
export declare const enum IOrgUserRole {
|
1973
|
-
BILLING_LEADER = "BILLING_LEADER",
|
1974
|
-
MEMBER = "MEMBER",
|
1975
|
-
ADMIN = "ADMIN",
|
1976
|
-
OWNER = "OWNER"
|
1977
|
-
}
|
1978
1975
|
export declare type IOverrides = {
|
1979
1976
|
__typename?: 'Overrides';
|
1980
1977
|
contents?: Maybe<Scalars['AnyObject']>;
|
@@ -2061,6 +2058,17 @@ export declare const enum IPreDefinedRole {
|
|
2061
2058
|
GUEST = "GUEST",
|
2062
2059
|
CONTRIBUTORS = "CONTRIBUTORS"
|
2063
2060
|
}
|
2061
|
+
export declare type IPreferenceItem = {
|
2062
|
+
__typename?: 'PreferenceItem';
|
2063
|
+
name?: Maybe<Scalars['String']>;
|
2064
|
+
type?: Maybe<Scalars['String']>;
|
2065
|
+
default?: Maybe<Scalars['String']>;
|
2066
|
+
description?: Maybe<Scalars['String']>;
|
2067
|
+
categoryType?: Maybe<Scalars['String']>;
|
2068
|
+
settings?: Maybe<Scalars['String']>;
|
2069
|
+
enum?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2070
|
+
enumDescriptions?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2071
|
+
};
|
2064
2072
|
export declare type IPreference_Account = {
|
2065
2073
|
__typename?: 'Preference_Account';
|
2066
2074
|
default?: Maybe<IPreference_Default>;
|
@@ -2100,17 +2108,6 @@ export declare type IPreference_Teams = {
|
|
2100
2108
|
__typename?: 'Preference_Teams';
|
2101
2109
|
visibility?: Maybe<IVisibility>;
|
2102
2110
|
};
|
2103
|
-
export declare type IPreferenceItem = {
|
2104
|
-
__typename?: 'PreferenceItem';
|
2105
|
-
name?: Maybe<Scalars['String']>;
|
2106
|
-
type?: Maybe<Scalars['String']>;
|
2107
|
-
default?: Maybe<Scalars['String']>;
|
2108
|
-
description?: Maybe<Scalars['String']>;
|
2109
|
-
categoryType?: Maybe<Scalars['String']>;
|
2110
|
-
settings?: Maybe<Scalars['String']>;
|
2111
|
-
enum?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2112
|
-
enumDescriptions?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2113
|
-
};
|
2114
2111
|
export declare type IPreferences = {
|
2115
2112
|
__typename?: 'Preferences';
|
2116
2113
|
account?: Maybe<IPreference_Account>;
|
@@ -2153,25 +2150,6 @@ export declare type IPreferencesType = {
|
|
2153
2150
|
type?: Maybe<Scalars['String']>;
|
2154
2151
|
data?: Maybe<Array<Maybe<IContributionSettings>>>;
|
2155
2152
|
};
|
2156
|
-
export declare type IProject_Input = {
|
2157
|
-
id?: Maybe<Scalars['String']>;
|
2158
|
-
_id?: Maybe<Scalars['String']>;
|
2159
|
-
name?: Maybe<Scalars['String']>;
|
2160
|
-
description?: Maybe<Scalars['String']>;
|
2161
|
-
path?: Maybe<Scalars['String']>;
|
2162
|
-
source?: Maybe<IProjectSource_Input>;
|
2163
|
-
problems?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2164
|
-
};
|
2165
|
-
export declare type IProject_Output = {
|
2166
|
-
__typename?: 'Project_Output';
|
2167
|
-
id?: Maybe<Scalars['String']>;
|
2168
|
-
name: Scalars['String'];
|
2169
|
-
clientId?: Maybe<Scalars['String']>;
|
2170
|
-
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2171
|
-
status?: Maybe<Scalars['String']>;
|
2172
|
-
orgName?: Maybe<Scalars['String']>;
|
2173
|
-
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2174
|
-
};
|
2175
2153
|
export declare type IProjectAddRequest = {
|
2176
2154
|
name: Scalars['String'];
|
2177
2155
|
clientId?: Maybe<Scalars['String']>;
|
@@ -2212,6 +2190,65 @@ export declare type IProjectParameters_Input = {
|
|
2212
2190
|
httpsUrl?: Maybe<Scalars['String']>;
|
2213
2191
|
isPrivate?: Maybe<Scalars['Boolean']>;
|
2214
2192
|
};
|
2193
|
+
export declare type IProjectSource = {
|
2194
|
+
__typename?: 'ProjectSource';
|
2195
|
+
location?: Maybe<Scalars['String']>;
|
2196
|
+
type?: Maybe<IProjectSourceType>;
|
2197
|
+
parameters?: Maybe<IProjectParameters>;
|
2198
|
+
providers?: Maybe<IProjectSourceProviders>;
|
2199
|
+
language?: Maybe<Scalars['String']>;
|
2200
|
+
};
|
2201
|
+
/** Various Source Providers for Projects Source. */
|
2202
|
+
export declare const enum IProjectSourceProviders {
|
2203
|
+
Github = "Github",
|
2204
|
+
Bitbucket = "Bitbucket",
|
2205
|
+
Gitlab = "Gitlab",
|
2206
|
+
Vsts = "Vsts",
|
2207
|
+
None = "None"
|
2208
|
+
}
|
2209
|
+
/** Various types of sources. */
|
2210
|
+
export declare const enum IProjectSourceType {
|
2211
|
+
Blank = "Blank",
|
2212
|
+
Zip = "Zip",
|
2213
|
+
Git = "Git"
|
2214
|
+
}
|
2215
|
+
export declare type IProjectSource_Input = {
|
2216
|
+
location?: Maybe<Scalars['String']>;
|
2217
|
+
type?: Maybe<IProjectSourceType>;
|
2218
|
+
parameters?: Maybe<IProjectParameters_Input>;
|
2219
|
+
providers?: Maybe<IProjectSourceProviders>;
|
2220
|
+
language?: Maybe<Scalars['String']>;
|
2221
|
+
};
|
2222
|
+
export declare const enum IProjectType {
|
2223
|
+
internal = "internal",
|
2224
|
+
others = "others",
|
2225
|
+
asana = "asana"
|
2226
|
+
}
|
2227
|
+
export declare type IProjectWhereInput = {
|
2228
|
+
id?: Maybe<Scalars['String']>;
|
2229
|
+
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2230
|
+
name?: Maybe<Scalars['String']>;
|
2231
|
+
orgName?: Maybe<Scalars['String']>;
|
2232
|
+
};
|
2233
|
+
export declare type IProject_Input = {
|
2234
|
+
id?: Maybe<Scalars['String']>;
|
2235
|
+
_id?: Maybe<Scalars['String']>;
|
2236
|
+
name?: Maybe<Scalars['String']>;
|
2237
|
+
description?: Maybe<Scalars['String']>;
|
2238
|
+
path?: Maybe<Scalars['String']>;
|
2239
|
+
source?: Maybe<IProjectSource_Input>;
|
2240
|
+
problems?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2241
|
+
};
|
2242
|
+
export declare type IProject_Output = {
|
2243
|
+
__typename?: 'Project_Output';
|
2244
|
+
id?: Maybe<Scalars['String']>;
|
2245
|
+
name: Scalars['String'];
|
2246
|
+
clientId?: Maybe<Scalars['String']>;
|
2247
|
+
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2248
|
+
status?: Maybe<Scalars['String']>;
|
2249
|
+
orgName?: Maybe<Scalars['String']>;
|
2250
|
+
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2251
|
+
};
|
2215
2252
|
/**
|
2216
2253
|
* * Project can be any of the following:
|
2217
2254
|
* * i. Git Repository
|
@@ -2247,46 +2284,6 @@ export declare type IProjects = {
|
|
2247
2284
|
updatedAt?: Maybe<Scalars['DateTime']>;
|
2248
2285
|
createdAt?: Maybe<Scalars['DateTime']>;
|
2249
2286
|
};
|
2250
|
-
export declare type IProjectSource = {
|
2251
|
-
__typename?: 'ProjectSource';
|
2252
|
-
location?: Maybe<Scalars['String']>;
|
2253
|
-
type?: Maybe<IProjectSourceType>;
|
2254
|
-
parameters?: Maybe<IProjectParameters>;
|
2255
|
-
providers?: Maybe<IProjectSourceProviders>;
|
2256
|
-
language?: Maybe<Scalars['String']>;
|
2257
|
-
};
|
2258
|
-
export declare type IProjectSource_Input = {
|
2259
|
-
location?: Maybe<Scalars['String']>;
|
2260
|
-
type?: Maybe<IProjectSourceType>;
|
2261
|
-
parameters?: Maybe<IProjectParameters_Input>;
|
2262
|
-
providers?: Maybe<IProjectSourceProviders>;
|
2263
|
-
language?: Maybe<Scalars['String']>;
|
2264
|
-
};
|
2265
|
-
/** Various Source Providers for Projects Source. */
|
2266
|
-
export declare const enum IProjectSourceProviders {
|
2267
|
-
Github = "Github",
|
2268
|
-
Bitbucket = "Bitbucket",
|
2269
|
-
Gitlab = "Gitlab",
|
2270
|
-
Vsts = "Vsts",
|
2271
|
-
None = "None"
|
2272
|
-
}
|
2273
|
-
/** Various types of sources. */
|
2274
|
-
export declare const enum IProjectSourceType {
|
2275
|
-
Blank = "Blank",
|
2276
|
-
Zip = "Zip",
|
2277
|
-
Git = "Git"
|
2278
|
-
}
|
2279
|
-
export declare const enum IProjectType {
|
2280
|
-
internal = "internal",
|
2281
|
-
others = "others",
|
2282
|
-
asana = "asana"
|
2283
|
-
}
|
2284
|
-
export declare type IProjectWhereInput = {
|
2285
|
-
id?: Maybe<Scalars['String']>;
|
2286
|
-
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2287
|
-
name?: Maybe<Scalars['String']>;
|
2288
|
-
orgName?: Maybe<Scalars['String']>;
|
2289
|
-
};
|
2290
2287
|
export declare type IQuery = {
|
2291
2288
|
__typename?: 'Query';
|
2292
2289
|
GetSshKey?: Maybe<ISshKey>;
|
@@ -2632,8 +2629,20 @@ export declare const enum IRouteParams {
|
|
2632
2629
|
orgName = "orgName",
|
2633
2630
|
teamName = "teamName"
|
2634
2631
|
}
|
2635
|
-
|
2636
|
-
|
2632
|
+
export declare const enum ISettingValueType {
|
2633
|
+
Null = "Null",
|
2634
|
+
Enum = "Enum",
|
2635
|
+
String = "String",
|
2636
|
+
Integer = "Integer",
|
2637
|
+
Number = "Number",
|
2638
|
+
Boolean = "Boolean",
|
2639
|
+
Exclude = "Exclude",
|
2640
|
+
Complex = "Complex",
|
2641
|
+
NullableInteger = "NullableInteger",
|
2642
|
+
NullableNumber = "NullableNumber"
|
2643
|
+
}
|
2644
|
+
/** Settings is a version of a configuration settings file. */
|
2645
|
+
export declare type ISettings = {
|
2637
2646
|
__typename?: 'Settings';
|
2638
2647
|
/** The time when this was created. */
|
2639
2648
|
createdAt?: Maybe<Scalars['String']>;
|
@@ -2676,18 +2685,6 @@ export declare type ISettingsSection = {
|
|
2676
2685
|
settings?: Maybe<Array<Maybe<IContributionSettings>>>;
|
2677
2686
|
};
|
2678
2687
|
export declare type ISettingsSubject = IUserSettings | IApplicationSettings | IMachineSettings | IOrganizationResourceSettings | IGlobalSettings | IOrganizationSettings | IMemorySettings | IDefaultSettings;
|
2679
|
-
export declare const enum ISettingValueType {
|
2680
|
-
Null = "Null",
|
2681
|
-
Enum = "Enum",
|
2682
|
-
String = "String",
|
2683
|
-
Integer = "Integer",
|
2684
|
-
Number = "Number",
|
2685
|
-
Boolean = "Boolean",
|
2686
|
-
Exclude = "Exclude",
|
2687
|
-
Complex = "Complex",
|
2688
|
-
NullableInteger = "NullableInteger",
|
2689
|
-
NullableNumber = "NullableNumber"
|
2690
|
-
}
|
2691
2688
|
export declare type ISocialConnect = {
|
2692
2689
|
__typename?: 'SocialConnect';
|
2693
2690
|
facebook?: Maybe<Scalars['String']>;
|
@@ -2954,6 +2951,13 @@ export declare const enum ITokenTypesEnum {
|
|
2954
2951
|
EMAIL_VERIFICATION = "EMAIL_VERIFICATION",
|
2955
2952
|
PASSWORD_RESET = "PASSWORD_RESET"
|
2956
2953
|
}
|
2954
|
+
export declare type IUpdateProject_Input = {
|
2955
|
+
name: Scalars['String'];
|
2956
|
+
clientId?: Maybe<Scalars['String']>;
|
2957
|
+
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2958
|
+
orgName?: Maybe<Scalars['String']>;
|
2959
|
+
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2960
|
+
};
|
2957
2961
|
export declare type IUpdatedClient_Input = {
|
2958
2962
|
name?: Maybe<IName_Input>;
|
2959
2963
|
companyName?: Maybe<Scalars['String']>;
|
@@ -2967,13 +2971,6 @@ export declare type IUpdatedClient_Input = {
|
|
2967
2971
|
shippingAddress?: Maybe<IAddressType_Input>;
|
2968
2972
|
orgName?: Maybe<Scalars['String']>;
|
2969
2973
|
};
|
2970
|
-
export declare type IUpdateProject_Input = {
|
2971
|
-
name: Scalars['String'];
|
2972
|
-
clientId?: Maybe<Scalars['String']>;
|
2973
|
-
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2974
|
-
orgName?: Maybe<Scalars['String']>;
|
2975
|
-
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2976
|
-
};
|
2977
2974
|
export declare type IUserAccount = INode & {
|
2978
2975
|
__typename?: 'UserAccount';
|
2979
2976
|
id: Scalars['ID'];
|
@@ -2988,11 +2985,19 @@ export declare type IUserAccount = INode & {
|
|
2988
2985
|
phoneNumber?: Maybe<Array<IPhoneNumber>>;
|
2989
2986
|
tokens?: Maybe<Array<Maybe<IUserToken>>>;
|
2990
2987
|
};
|
2991
|
-
export declare type
|
2992
|
-
|
2993
|
-
|
2988
|
+
export declare type IUserAccountCreateRequest = {
|
2989
|
+
email: Scalars['String'];
|
2990
|
+
username: Scalars['String'];
|
2994
2991
|
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2995
|
-
|
2992
|
+
emailVerified?: Maybe<Scalars['Boolean']>;
|
2993
|
+
notificationEmail?: Maybe<Scalars['String']>;
|
2994
|
+
familyName?: Maybe<Scalars['String']>;
|
2995
|
+
givenName?: Maybe<Scalars['String']>;
|
2996
|
+
picture?: Maybe<Scalars['String']>;
|
2997
|
+
workEmail?: Maybe<Scalars['String']>;
|
2998
|
+
country?: Maybe<Scalars['String']>;
|
2999
|
+
companyName?: Maybe<Scalars['String']>;
|
3000
|
+
phoneNumber?: Maybe<Scalars['String']>;
|
2996
3001
|
tokens?: Maybe<Array<Maybe<IUserTokenInput>>>;
|
2997
3002
|
};
|
2998
3003
|
export declare type IUserAccountCreatedDetailedEvent = {
|
@@ -3010,20 +3015,8 @@ export declare type IUserAccountCreatedEvent = {
|
|
3010
3015
|
createdUser?: Maybe<IUserAccountCreatedDetailedEvent>;
|
3011
3016
|
sourceUser?: Maybe<IUserProfile>;
|
3012
3017
|
};
|
3013
|
-
export declare type
|
3014
|
-
|
3015
|
-
username: Scalars['String'];
|
3016
|
-
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
3017
|
-
emailVerified?: Maybe<Scalars['Boolean']>;
|
3018
|
-
notificationEmail?: Maybe<Scalars['String']>;
|
3019
|
-
familyName?: Maybe<Scalars['String']>;
|
3020
|
-
givenName?: Maybe<Scalars['String']>;
|
3021
|
-
picture?: Maybe<Scalars['String']>;
|
3022
|
-
workEmail?: Maybe<Scalars['String']>;
|
3023
|
-
country?: Maybe<Scalars['String']>;
|
3024
|
-
companyName?: Maybe<Scalars['String']>;
|
3025
|
-
phoneNumber?: Maybe<Scalars['String']>;
|
3026
|
-
tokens?: Maybe<Array<Maybe<IUserTokenInput>>>;
|
3018
|
+
export declare type IUserAccountRemoveRequest = {
|
3019
|
+
id?: Maybe<Scalars['String']>;
|
3027
3020
|
};
|
3028
3021
|
export declare type IUserAccountRemovedEvent = {
|
3029
3022
|
__typename?: 'UserAccountRemovedEvent';
|
@@ -3032,9 +3025,6 @@ export declare type IUserAccountRemovedEvent = {
|
|
3032
3025
|
username: Scalars['String'];
|
3033
3026
|
notificationEmail?: Maybe<Scalars['String']>;
|
3034
3027
|
};
|
3035
|
-
export declare type IUserAccountRemoveRequest = {
|
3036
|
-
id?: Maybe<Scalars['String']>;
|
3037
|
-
};
|
3038
3028
|
export declare type IUserAccountUpdateRequest = {
|
3039
3029
|
id: Scalars['String'];
|
3040
3030
|
payload?: Maybe<IUserAccount_Input>;
|
@@ -3045,6 +3035,13 @@ export declare type IUserAccountWhere = {
|
|
3045
3035
|
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
3046
3036
|
username?: Maybe<Scalars['String']>;
|
3047
3037
|
};
|
3038
|
+
export declare type IUserAccount_Input = {
|
3039
|
+
id?: Maybe<Scalars['String']>;
|
3040
|
+
email?: Maybe<Scalars['String']>;
|
3041
|
+
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
3042
|
+
username?: Maybe<Scalars['String']>;
|
3043
|
+
tokens?: Maybe<Array<Maybe<IUserTokenInput>>>;
|
3044
|
+
};
|
3048
3045
|
export declare type IUserAuth0UpdateFields = {
|
3049
3046
|
family_name?: Maybe<Scalars['String']>;
|
3050
3047
|
given_name?: Maybe<Scalars['String']>;
|
@@ -4147,79 +4144,79 @@ export declare type IDefaultSettingFragment = ({
|
|
4147
4144
|
export declare type IOverWriteRoleValueFragment = ({
|
4148
4145
|
__typename?: 'ContributionSettings';
|
4149
4146
|
} & Pick<IContributionSettings, 'key' | 'value'>);
|
4150
|
-
declare type
|
4151
|
-
__typename: '
|
4152
|
-
} & Pick<
|
4147
|
+
declare type IConfiguration_ApplicationPolicy_Fragment = ({
|
4148
|
+
__typename: 'ApplicationPolicy';
|
4149
|
+
} & Pick<IApplicationPolicy, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4153
4150
|
overrides?: Maybe<Array<Maybe<({
|
4154
4151
|
__typename?: 'Overrides';
|
4155
4152
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4156
4153
|
});
|
4157
|
-
declare type
|
4158
|
-
__typename: '
|
4159
|
-
} & Pick<
|
4154
|
+
declare type IConfiguration_ApplicationRolePermission_Fragment = ({
|
4155
|
+
__typename: 'ApplicationRolePermission';
|
4156
|
+
} & Pick<IApplicationRolePermission, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4160
4157
|
overrides?: Maybe<Array<Maybe<({
|
4161
4158
|
__typename?: 'Overrides';
|
4162
4159
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4163
4160
|
});
|
4164
|
-
declare type
|
4165
|
-
__typename: '
|
4166
|
-
} & Pick<
|
4161
|
+
declare type IConfiguration_DefaultConfiguration_Fragment = ({
|
4162
|
+
__typename: 'DefaultConfiguration';
|
4163
|
+
} & Pick<IDefaultConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4167
4164
|
overrides?: Maybe<Array<Maybe<({
|
4168
4165
|
__typename?: 'Overrides';
|
4169
4166
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4170
4167
|
});
|
4171
|
-
declare type
|
4172
|
-
__typename: '
|
4173
|
-
} & Pick<
|
4168
|
+
declare type IConfiguration_DefaultPolicy_Fragment = ({
|
4169
|
+
__typename: 'DefaultPolicy';
|
4170
|
+
} & Pick<IDefaultPolicy, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4174
4171
|
overrides?: Maybe<Array<Maybe<({
|
4175
4172
|
__typename?: 'Overrides';
|
4176
4173
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4177
4174
|
});
|
4178
|
-
declare type
|
4179
|
-
__typename: '
|
4180
|
-
} & Pick<
|
4175
|
+
declare type IConfiguration_DefaultRole_Fragment = ({
|
4176
|
+
__typename: 'DefaultRole';
|
4177
|
+
} & Pick<IDefaultRole, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4181
4178
|
overrides?: Maybe<Array<Maybe<({
|
4182
4179
|
__typename?: 'Overrides';
|
4183
4180
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4184
4181
|
});
|
4185
|
-
declare type
|
4186
|
-
__typename: '
|
4187
|
-
} & Pick<
|
4182
|
+
declare type IConfiguration_MachineConfiguration_Fragment = ({
|
4183
|
+
__typename: 'MachineConfiguration';
|
4184
|
+
} & Pick<IMachineConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4188
4185
|
overrides?: Maybe<Array<Maybe<({
|
4189
4186
|
__typename?: 'Overrides';
|
4190
4187
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4191
4188
|
});
|
4192
|
-
declare type
|
4193
|
-
__typename: '
|
4194
|
-
} & Pick<
|
4189
|
+
declare type IConfiguration_OrganizationConfiguration_Fragment = ({
|
4190
|
+
__typename: 'OrganizationConfiguration';
|
4191
|
+
} & Pick<IOrganizationConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4195
4192
|
overrides?: Maybe<Array<Maybe<({
|
4196
4193
|
__typename?: 'Overrides';
|
4197
4194
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4198
4195
|
});
|
4199
|
-
declare type
|
4200
|
-
__typename: '
|
4201
|
-
} & Pick<
|
4196
|
+
declare type IConfiguration_OrganizationPolicy_Fragment = ({
|
4197
|
+
__typename: 'OrganizationPolicy';
|
4198
|
+
} & Pick<IOrganizationPolicy, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4202
4199
|
overrides?: Maybe<Array<Maybe<({
|
4203
4200
|
__typename?: 'Overrides';
|
4204
4201
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4205
4202
|
});
|
4206
|
-
declare type
|
4207
|
-
__typename: '
|
4208
|
-
} & Pick<
|
4203
|
+
declare type IConfiguration_OrganizationResourceConfiguration_Fragment = ({
|
4204
|
+
__typename: 'OrganizationResourceConfiguration';
|
4205
|
+
} & Pick<IOrganizationResourceConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4209
4206
|
overrides?: Maybe<Array<Maybe<({
|
4210
4207
|
__typename?: 'Overrides';
|
4211
4208
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4212
4209
|
});
|
4213
|
-
declare type
|
4214
|
-
__typename: '
|
4215
|
-
} & Pick<
|
4210
|
+
declare type IConfiguration_OrganizationRole_Fragment = ({
|
4211
|
+
__typename: 'OrganizationRole';
|
4212
|
+
} & Pick<IOrganizationRole, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4216
4213
|
overrides?: Maybe<Array<Maybe<({
|
4217
4214
|
__typename?: 'Overrides';
|
4218
4215
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4219
4216
|
});
|
4220
|
-
declare type
|
4221
|
-
__typename: '
|
4222
|
-
} & Pick<
|
4217
|
+
declare type IConfiguration_ResourcePolicy_Fragment = ({
|
4218
|
+
__typename: 'ResourcePolicy';
|
4219
|
+
} & Pick<IResourcePolicy, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4223
4220
|
overrides?: Maybe<Array<Maybe<({
|
4224
4221
|
__typename?: 'Overrides';
|
4225
4222
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
@@ -4231,14 +4228,14 @@ declare type IConfiguration_ResourceRole_Fragment = ({
|
|
4231
4228
|
__typename?: 'Overrides';
|
4232
4229
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4233
4230
|
});
|
4234
|
-
declare type
|
4235
|
-
__typename: '
|
4236
|
-
} & Pick<
|
4231
|
+
declare type IConfiguration_UserConfiguration_Fragment = ({
|
4232
|
+
__typename: 'UserConfiguration';
|
4233
|
+
} & Pick<IUserConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
4237
4234
|
overrides?: Maybe<Array<Maybe<({
|
4238
4235
|
__typename?: 'Overrides';
|
4239
4236
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
4240
4237
|
});
|
4241
|
-
export declare type IConfigurationFragment =
|
4238
|
+
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;
|
4242
4239
|
export declare type IContextConfigurationFragment = ({
|
4243
4240
|
__typename?: 'OrganizationData';
|
4244
4241
|
} & Pick<IOrganizationData, 'id' | 'name' | 'configuration'> & {
|
@@ -4263,13 +4260,13 @@ export declare type IOrgContextFragment = ({
|
|
4263
4260
|
export declare type IOrganizationUserFragment = ({
|
4264
4261
|
__typename?: 'OrgUser';
|
4265
4262
|
} & Pick<IOrgUser, 'role' | 'orgName' | 'isSelf'>);
|
4266
|
-
declare type IResourceData_OrganizationResourceData_Fragment = ({
|
4267
|
-
__typename?: 'OrganizationResourceData';
|
4268
|
-
} & Pick<IOrganizationResourceData, 'uri' | 'name' | 'index'>);
|
4269
4263
|
declare type IResourceData_ExternalResourceData_Fragment = ({
|
4270
4264
|
__typename?: 'ExternalResourceData';
|
4271
4265
|
} & Pick<IExternalResourceData, 'uri' | 'name' | 'index'>);
|
4272
|
-
|
4266
|
+
declare type IResourceData_OrganizationResourceData_Fragment = ({
|
4267
|
+
__typename?: 'OrganizationResourceData';
|
4268
|
+
} & Pick<IOrganizationResourceData, 'uri' | 'name' | 'index'>);
|
4269
|
+
export declare type IResourceDataFragment = IResourceData_ExternalResourceData_Fragment | IResourceData_OrganizationResourceData_Fragment;
|
4273
4270
|
export declare type IResourceUserRoleFragment = ({
|
4274
4271
|
__typename?: 'ResourceUser';
|
4275
4272
|
} & Pick<IResourceUser, 'role' | 'name' | 'isSelf' | 'orgName'>);
|
@@ -4970,140 +4967,140 @@ export declare type IgetConfigurationDataQuery = ({
|
|
4970
4967
|
__typename?: 'ConfigurationData';
|
4971
4968
|
} & Pick<IConfigurationData, 'isComplete'> & {
|
4972
4969
|
defaults?: Maybe<({
|
4970
|
+
__typename?: 'ApplicationPolicy';
|
4971
|
+
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
4972
|
+
__typename?: 'ApplicationRolePermission';
|
4973
|
+
} & IConfiguration_ApplicationRolePermission_Fragment) | ({
|
4973
4974
|
__typename?: 'DefaultConfiguration';
|
4974
4975
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
4976
|
+
__typename?: 'DefaultPolicy';
|
4977
|
+
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
4978
|
+
__typename?: 'DefaultRole';
|
4979
|
+
} & IConfiguration_DefaultRole_Fragment) | ({
|
4975
4980
|
__typename?: 'MachineConfiguration';
|
4976
4981
|
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
4977
|
-
__typename?: 'UserConfiguration';
|
4978
|
-
} & IConfiguration_UserConfiguration_Fragment) | ({
|
4979
4982
|
__typename?: 'OrganizationConfiguration';
|
4980
4983
|
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
4981
|
-
__typename?: 'OrganizationResourceConfiguration';
|
4982
|
-
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
4983
|
-
__typename?: 'DefaultPolicy';
|
4984
|
-
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
4985
4984
|
__typename?: 'OrganizationPolicy';
|
4986
4985
|
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
4987
|
-
__typename?: '
|
4988
|
-
} &
|
4989
|
-
__typename?: 'ApplicationPolicy';
|
4990
|
-
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
4991
|
-
__typename?: 'DefaultRole';
|
4992
|
-
} & IConfiguration_DefaultRole_Fragment) | ({
|
4986
|
+
__typename?: 'OrganizationResourceConfiguration';
|
4987
|
+
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
4993
4988
|
__typename?: 'OrganizationRole';
|
4994
4989
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
4990
|
+
__typename?: 'ResourcePolicy';
|
4991
|
+
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
4995
4992
|
__typename?: 'ResourceRole';
|
4996
4993
|
} & IConfiguration_ResourceRole_Fragment) | ({
|
4997
|
-
__typename?: '
|
4998
|
-
} &
|
4994
|
+
__typename?: 'UserConfiguration';
|
4995
|
+
} & IConfiguration_UserConfiguration_Fragment)>;
|
4999
4996
|
user?: Maybe<({
|
4997
|
+
__typename?: 'ApplicationPolicy';
|
4998
|
+
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
4999
|
+
__typename?: 'ApplicationRolePermission';
|
5000
|
+
} & IConfiguration_ApplicationRolePermission_Fragment) | ({
|
5000
5001
|
__typename?: 'DefaultConfiguration';
|
5001
5002
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
5003
|
+
__typename?: 'DefaultPolicy';
|
5004
|
+
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5005
|
+
__typename?: 'DefaultRole';
|
5006
|
+
} & IConfiguration_DefaultRole_Fragment) | ({
|
5002
5007
|
__typename?: 'MachineConfiguration';
|
5003
5008
|
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
5004
|
-
__typename?: 'UserConfiguration';
|
5005
|
-
} & IConfiguration_UserConfiguration_Fragment) | ({
|
5006
5009
|
__typename?: 'OrganizationConfiguration';
|
5007
5010
|
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
5008
|
-
__typename?: 'OrganizationResourceConfiguration';
|
5009
|
-
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5010
|
-
__typename?: 'DefaultPolicy';
|
5011
|
-
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5012
5011
|
__typename?: 'OrganizationPolicy';
|
5013
5012
|
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5014
|
-
__typename?: '
|
5015
|
-
} &
|
5016
|
-
__typename?: 'ApplicationPolicy';
|
5017
|
-
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5018
|
-
__typename?: 'DefaultRole';
|
5019
|
-
} & IConfiguration_DefaultRole_Fragment) | ({
|
5013
|
+
__typename?: 'OrganizationResourceConfiguration';
|
5014
|
+
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5020
5015
|
__typename?: 'OrganizationRole';
|
5021
5016
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
5017
|
+
__typename?: 'ResourcePolicy';
|
5018
|
+
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
5022
5019
|
__typename?: 'ResourceRole';
|
5023
5020
|
} & IConfiguration_ResourceRole_Fragment) | ({
|
5024
|
-
__typename?: '
|
5025
|
-
} &
|
5021
|
+
__typename?: 'UserConfiguration';
|
5022
|
+
} & IConfiguration_UserConfiguration_Fragment)>;
|
5026
5023
|
machine?: Maybe<({
|
5024
|
+
__typename?: 'ApplicationPolicy';
|
5025
|
+
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5026
|
+
__typename?: 'ApplicationRolePermission';
|
5027
|
+
} & IConfiguration_ApplicationRolePermission_Fragment) | ({
|
5027
5028
|
__typename?: 'DefaultConfiguration';
|
5028
5029
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
5030
|
+
__typename?: 'DefaultPolicy';
|
5031
|
+
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5032
|
+
__typename?: 'DefaultRole';
|
5033
|
+
} & IConfiguration_DefaultRole_Fragment) | ({
|
5029
5034
|
__typename?: 'MachineConfiguration';
|
5030
5035
|
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
5031
|
-
__typename?: 'UserConfiguration';
|
5032
|
-
} & IConfiguration_UserConfiguration_Fragment) | ({
|
5033
5036
|
__typename?: 'OrganizationConfiguration';
|
5034
5037
|
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
5035
|
-
__typename?: 'OrganizationResourceConfiguration';
|
5036
|
-
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5037
|
-
__typename?: 'DefaultPolicy';
|
5038
|
-
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5039
5038
|
__typename?: 'OrganizationPolicy';
|
5040
5039
|
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5040
|
+
__typename?: 'OrganizationResourceConfiguration';
|
5041
|
+
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5042
|
+
__typename?: 'OrganizationRole';
|
5043
|
+
} & IConfiguration_OrganizationRole_Fragment) | ({
|
5041
5044
|
__typename?: 'ResourcePolicy';
|
5042
5045
|
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
5046
|
+
__typename?: 'ResourceRole';
|
5047
|
+
} & IConfiguration_ResourceRole_Fragment) | ({
|
5048
|
+
__typename?: 'UserConfiguration';
|
5049
|
+
} & IConfiguration_UserConfiguration_Fragment)>;
|
5050
|
+
organization?: Maybe<({
|
5043
5051
|
__typename?: 'ApplicationPolicy';
|
5044
5052
|
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5053
|
+
__typename?: 'ApplicationRolePermission';
|
5054
|
+
} & IConfiguration_ApplicationRolePermission_Fragment) | ({
|
5055
|
+
__typename?: 'DefaultConfiguration';
|
5056
|
+
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
5057
|
+
__typename?: 'DefaultPolicy';
|
5058
|
+
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5045
5059
|
__typename?: 'DefaultRole';
|
5046
5060
|
} & IConfiguration_DefaultRole_Fragment) | ({
|
5061
|
+
__typename?: 'MachineConfiguration';
|
5062
|
+
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
5063
|
+
__typename?: 'OrganizationConfiguration';
|
5064
|
+
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
5065
|
+
__typename?: 'OrganizationPolicy';
|
5066
|
+
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5067
|
+
__typename?: 'OrganizationResourceConfiguration';
|
5068
|
+
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5047
5069
|
__typename?: 'OrganizationRole';
|
5048
5070
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
5071
|
+
__typename?: 'ResourcePolicy';
|
5072
|
+
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
5049
5073
|
__typename?: 'ResourceRole';
|
5050
5074
|
} & IConfiguration_ResourceRole_Fragment) | ({
|
5075
|
+
__typename?: 'UserConfiguration';
|
5076
|
+
} & IConfiguration_UserConfiguration_Fragment)>;
|
5077
|
+
resources?: Maybe<Array<Maybe<({
|
5078
|
+
__typename?: 'ApplicationPolicy';
|
5079
|
+
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5051
5080
|
__typename?: 'ApplicationRolePermission';
|
5052
|
-
} & IConfiguration_ApplicationRolePermission_Fragment)
|
5053
|
-
organization?: Maybe<({
|
5081
|
+
} & IConfiguration_ApplicationRolePermission_Fragment) | ({
|
5054
5082
|
__typename?: 'DefaultConfiguration';
|
5055
5083
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
5084
|
+
__typename?: 'DefaultPolicy';
|
5085
|
+
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5086
|
+
__typename?: 'DefaultRole';
|
5087
|
+
} & IConfiguration_DefaultRole_Fragment) | ({
|
5056
5088
|
__typename?: 'MachineConfiguration';
|
5057
5089
|
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
5058
|
-
__typename?: 'UserConfiguration';
|
5059
|
-
} & IConfiguration_UserConfiguration_Fragment) | ({
|
5060
5090
|
__typename?: 'OrganizationConfiguration';
|
5061
5091
|
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
5092
|
+
__typename?: 'OrganizationPolicy';
|
5093
|
+
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5062
5094
|
__typename?: 'OrganizationResourceConfiguration';
|
5063
5095
|
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5064
|
-
__typename?: 'DefaultPolicy';
|
5065
|
-
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5066
|
-
__typename?: 'OrganizationPolicy';
|
5067
|
-
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5068
|
-
__typename?: 'ResourcePolicy';
|
5069
|
-
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
5070
|
-
__typename?: 'ApplicationPolicy';
|
5071
|
-
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5072
|
-
__typename?: 'DefaultRole';
|
5073
|
-
} & IConfiguration_DefaultRole_Fragment) | ({
|
5074
5096
|
__typename?: 'OrganizationRole';
|
5075
5097
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
5076
|
-
__typename?: 'ResourceRole';
|
5077
|
-
} & IConfiguration_ResourceRole_Fragment) | ({
|
5078
|
-
__typename?: 'ApplicationRolePermission';
|
5079
|
-
} & IConfiguration_ApplicationRolePermission_Fragment)>;
|
5080
|
-
resources?: Maybe<Array<Maybe<({
|
5081
|
-
__typename?: 'DefaultConfiguration';
|
5082
|
-
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
5083
|
-
__typename?: 'MachineConfiguration';
|
5084
|
-
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
5085
|
-
__typename?: 'UserConfiguration';
|
5086
|
-
} & IConfiguration_UserConfiguration_Fragment) | ({
|
5087
|
-
__typename?: 'OrganizationConfiguration';
|
5088
|
-
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
5089
|
-
__typename?: 'OrganizationResourceConfiguration';
|
5090
|
-
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
5091
|
-
__typename?: 'DefaultPolicy';
|
5092
|
-
} & IConfiguration_DefaultPolicy_Fragment) | ({
|
5093
|
-
__typename?: 'OrganizationPolicy';
|
5094
|
-
} & IConfiguration_OrganizationPolicy_Fragment) | ({
|
5095
5098
|
__typename?: 'ResourcePolicy';
|
5096
5099
|
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
5097
|
-
__typename?: 'ApplicationPolicy';
|
5098
|
-
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
5099
|
-
__typename?: 'DefaultRole';
|
5100
|
-
} & IConfiguration_DefaultRole_Fragment) | ({
|
5101
|
-
__typename?: 'OrganizationRole';
|
5102
|
-
} & IConfiguration_OrganizationRole_Fragment) | ({
|
5103
5100
|
__typename?: 'ResourceRole';
|
5104
5101
|
} & IConfiguration_ResourceRole_Fragment) | ({
|
5105
|
-
__typename?: '
|
5106
|
-
} &
|
5102
|
+
__typename?: 'UserConfiguration';
|
5103
|
+
} & IConfiguration_UserConfiguration_Fragment)>>>;
|
5107
5104
|
})>;
|
5108
5105
|
});
|
5109
5106
|
export declare type IOrganizationResourceContextQueryVariables = Exact<{
|
@@ -8658,593 +8655,593 @@ export declare type NextResolverFn<T> = () => Promise<T>;
|
|
8658
8655
|
export declare type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs = {}> = (next: NextResolverFn<TResult>, parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
|
8659
8656
|
/** Mapping between all available schema types and the resolvers types */
|
8660
8657
|
export declare type IResolversTypes = {
|
8661
|
-
|
8662
|
-
|
8663
|
-
|
8658
|
+
AccessRole: IResolversTypes['DefaultRole'] | IResolversTypes['OrganizationRole'] | IResolversTypes['ResourceRole'] | IResolversTypes['ApplicationRolePermission'];
|
8659
|
+
AccountBroadcasterActions: IAccountBroadcasterActions;
|
8660
|
+
AccountService: ResolverTypeWrapper<IAccountService>;
|
8664
8661
|
String: ResolverTypeWrapper<Scalars['String']>;
|
8665
|
-
|
8662
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
8663
|
+
AccountServiceAction: IAccountServiceAction;
|
8664
|
+
AccountTeam: ResolverTypeWrapper<IAccountTeam>;
|
8665
|
+
ID: ResolverTypeWrapper<Scalars['ID']>;
|
8666
|
+
AccountTeam_Input: IAccountTeam_Input;
|
8667
|
+
ActivityCollectRequest: IActivityCollectRequest;
|
8666
8668
|
Int: ResolverTypeWrapper<Scalars['Int']>;
|
8667
|
-
|
8668
|
-
|
8669
|
-
|
8670
|
-
|
8671
|
-
|
8669
|
+
ActivityRecord: ResolverTypeWrapper<IActivityRecord>;
|
8670
|
+
ActivityRecordInput: IActivityRecordInput;
|
8671
|
+
ActivityServiceCommands: IActivityServiceCommands;
|
8672
|
+
AddressType: ResolverTypeWrapper<IAddressType>;
|
8673
|
+
AddressType_Input: IAddressType_Input;
|
8674
|
+
AdminIdeSettings: ResolverTypeWrapper<IAdminIdeSettings>;
|
8672
8675
|
AnyObject: ResolverTypeWrapper<Scalars['AnyObject']>;
|
8673
|
-
|
8674
|
-
|
8675
|
-
|
8676
|
-
|
8677
|
-
EditPresentationTypes: IEditPresentationTypes;
|
8678
|
-
PreferencesResponse: ResolverTypeWrapper<IPreferencesResponse>;
|
8679
|
-
PreferencesType: ResolverTypeWrapper<IPreferencesType>;
|
8680
|
-
DefaultSettings: ResolverTypeWrapper<IDefaultSettings>;
|
8681
|
-
ISettingsSubject: IResolversTypes['DefaultSettings'] | IResolversTypes['UserSettings'] | IResolversTypes['ApplicationSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['MemorySettings'];
|
8682
|
-
Settings: ResolverTypeWrapper<ISettings>;
|
8683
|
-
URI: ResolverTypeWrapper<Scalars['URI']>;
|
8684
|
-
SettingsCascade: ResolverTypeWrapper<Omit<ISettingsCascade, 'subjects'> & {
|
8685
|
-
subjects?: Maybe<Array<Maybe<IResolversTypes['SettingsSubject']>>>;
|
8686
|
-
}>;
|
8687
|
-
SettingsSubject: IResolversTypes['UserSettings'] | IResolversTypes['ApplicationSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['MemorySettings'] | IResolversTypes['DefaultSettings'];
|
8688
|
-
UserSettings: ResolverTypeWrapper<IUserSettings>;
|
8676
|
+
ApplicationBillingPlanPolicy: IApplicationBillingPlanPolicy;
|
8677
|
+
ApplicationPolicy: ResolverTypeWrapper<IApplicationPolicy>;
|
8678
|
+
ApplicationRolePermission: ResolverTypeWrapper<IApplicationRolePermission>;
|
8679
|
+
ApplicationRoles: IApplicationRoles;
|
8689
8680
|
ApplicationSettings: ResolverTypeWrapper<IApplicationSettings>;
|
8690
|
-
MachineSettings: ResolverTypeWrapper<IMachineSettings>;
|
8691
|
-
OrganizationResourceSettings: ResolverTypeWrapper<IOrganizationResourceSettings>;
|
8692
|
-
GlobalSettings: ResolverTypeWrapper<IGlobalSettings>;
|
8693
|
-
OrganizationSettings: ResolverTypeWrapper<IOrganizationSettings>;
|
8694
|
-
MemorySettings: ResolverTypeWrapper<IMemorySettings>;
|
8695
|
-
Preferences: ResolverTypeWrapper<IPreferences>;
|
8696
|
-
Preference_Account: ResolverTypeWrapper<IPreference_Account>;
|
8697
|
-
Preference_Default: ResolverTypeWrapper<IPreference_Default>;
|
8698
|
-
Preference_Notification: ResolverTypeWrapper<IPreference_Notification>;
|
8699
|
-
Preference_Global: ResolverTypeWrapper<IPreference_Global>;
|
8700
|
-
Preference_Global_User: ResolverTypeWrapper<IPreference_Global_User>;
|
8701
|
-
GlobalLanguages: IGlobalLanguages;
|
8702
|
-
GlobalCurrencies: IGlobalCurrencies;
|
8703
|
-
Preference_Organization: ResolverTypeWrapper<IPreference_Organization>;
|
8704
|
-
Preference_Teams: ResolverTypeWrapper<IPreference_Teams>;
|
8705
|
-
Visibility: IVisibility;
|
8706
|
-
Preference_Project: ResolverTypeWrapper<IPreference_Project>;
|
8707
|
-
UserProfile: ResolverTypeWrapper<IUserProfile>;
|
8708
|
-
IAuth0User: IResolversTypes['UserProfile'];
|
8709
|
-
IAuth0UserProfile: IResolversTypes['UserProfile'];
|
8710
|
-
IUserMetadata: IResolversTypes['UserMetadata'];
|
8711
|
-
Date: ResolverTypeWrapper<Scalars['Date']>;
|
8712
|
-
IAuth0Token: IResolversTypes['UserProfile'];
|
8713
|
-
Auth0Identity: ResolverTypeWrapper<IAuth0Identity>;
|
8714
|
-
Auth0IdentityProfileData: ResolverTypeWrapper<IAuth0IdentityProfileData>;
|
8715
|
-
UserMetadata: ResolverTypeWrapper<IUserMetadata>;
|
8716
|
-
UserDevice: ResolverTypeWrapper<IUserDevice>;
|
8717
|
-
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
8718
|
-
IntegrationConfiguration: ResolverTypeWrapper<IIntegrationConfiguration>;
|
8719
|
-
DateTime: ResolverTypeWrapper<Scalars['DateTime']>;
|
8720
|
-
JSON: ResolverTypeWrapper<Scalars['JSON']>;
|
8721
|
-
UserAccountWhere: IUserAccountWhere;
|
8722
|
-
UserAccount: ResolverTypeWrapper<IUserAccount>;
|
8723
|
-
Node: IResolversTypes['UserAccount'] | IResolversTypes['OrgUserAccunt'];
|
8724
|
-
PhoneNumber: ResolverTypeWrapper<IPhoneNumber>;
|
8725
|
-
UserToken: ResolverTypeWrapper<IUserToken>;
|
8726
|
-
TokenTypesEnum: ITokenTypesEnum;
|
8727
|
-
Country: ResolverTypeWrapper<ICountry>;
|
8728
8681
|
AsanaConnection: ResolverTypeWrapper<IAsanaConnection>;
|
8729
8682
|
AsanaConnectionState: ResolverTypeWrapper<IAsanaConnectionState>;
|
8730
|
-
AsanaUser: ResolverTypeWrapper<IAsanaUser>;
|
8731
8683
|
AsanaProjects: ResolverTypeWrapper<IAsanaProjects>;
|
8684
|
+
AsanaUser: ResolverTypeWrapper<IAsanaUser>;
|
8732
8685
|
AsanaWorkspaces: ResolverTypeWrapper<IAsanaWorkspaces>;
|
8733
|
-
|
8734
|
-
|
8686
|
+
Auth0Identity: ResolverTypeWrapper<IAuth0Identity>;
|
8687
|
+
Auth0IdentityProfileData: ResolverTypeWrapper<IAuth0IdentityProfileData>;
|
8688
|
+
AuthErrorCodes: IAuthErrorCodes;
|
8689
|
+
AuthTokens: ResolverTypeWrapper<IAuthTokens>;
|
8690
|
+
AuthUser: ResolverTypeWrapper<IAuthUser>;
|
8691
|
+
AuthUser_Input: IAuthUser_Input;
|
8692
|
+
CacheControlScope: ICacheControlScope;
|
8693
|
+
CityInput: ICityInput;
|
8694
|
+
CityUpdateInput: ICityUpdateInput;
|
8695
|
+
Client: ResolverTypeWrapper<IClient>;
|
8696
|
+
ClientAddRequest: IClientAddRequest;
|
8697
|
+
ClientCacheTypeNames: IClientCacheTypeNames;
|
8698
|
+
ClientContainerService: IClientContainerService;
|
8699
|
+
ClientCreatedEvent: ResolverTypeWrapper<IClientCreatedEvent>;
|
8700
|
+
ClientDeletedEvent: ResolverTypeWrapper<IClientDeletedEvent>;
|
8701
|
+
ClientPhone: ResolverTypeWrapper<IClientPhone>;
|
8702
|
+
ClientPhone_Input: IClientPhone_Input;
|
8703
|
+
ClientTypes: IClientTypes;
|
8704
|
+
ClientUpdateRequest: IClientUpdateRequest;
|
8705
|
+
ConfigCollectionName: IConfigCollectionName;
|
8706
|
+
ConfigFragmentName: IConfigFragmentName;
|
8735
8707
|
Configuration: IResolversTypes['DefaultConfiguration'] | IResolversTypes['MachineConfiguration'] | IResolversTypes['UserConfiguration'] | IResolversTypes['OrganizationConfiguration'] | IResolversTypes['OrganizationResourceConfiguration'];
|
8736
|
-
|
8737
|
-
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'];
|
8738
|
-
Overrides: ResolverTypeWrapper<IOverrides>;
|
8739
|
-
MachineConfiguration: ResolverTypeWrapper<IMachineConfiguration>;
|
8740
|
-
UserConfiguration: ResolverTypeWrapper<IUserConfiguration>;
|
8741
|
-
OrganizationConfiguration: ResolverTypeWrapper<IOrganizationConfiguration>;
|
8742
|
-
OrganizationResourceConfiguration: ResolverTypeWrapper<IOrganizationResourceConfiguration>;
|
8708
|
+
ConfigurationContributionNames: IConfigurationContributionNames;
|
8743
8709
|
ConfigurationData: ResolverTypeWrapper<IConfigurationData>;
|
8710
|
+
ConfigurationExtensionInfo: ResolverTypeWrapper<IConfigurationExtensionInfo>;
|
8711
|
+
ConfigurationInput: IConfigurationInput;
|
8712
|
+
ConfigurationModel: ResolverTypeWrapper<IConfigurationModel>;
|
8713
|
+
ConfigurationOverrides: ResolverTypeWrapper<IConfigurationOverrides>;
|
8714
|
+
ConfigurationOverrides_Input: IConfigurationOverrides_Input;
|
8744
8715
|
ConfigurationPolicy: IResolversTypes['DefaultPolicy'] | IResolversTypes['OrganizationPolicy'] | IResolversTypes['ResourcePolicy'] | IResolversTypes['ApplicationPolicy'];
|
8745
|
-
|
8746
|
-
|
8747
|
-
|
8748
|
-
ApplicationPolicy: ResolverTypeWrapper<IApplicationPolicy>;
|
8716
|
+
ConfigurationScope: ConfigurationScope;
|
8717
|
+
ConfigurationTarget: ConfigurationTarget;
|
8718
|
+
ConfigurationUpdateEvent: ResolverTypeWrapper<IConfigurationUpdateEvent>;
|
8749
8719
|
Context: ResolverTypeWrapper<IContext>;
|
8720
|
+
ContextServiceAction: IContextServiceAction;
|
8750
8721
|
ContributionRoles: ResolverTypeWrapper<Omit<IContributionRoles, 'permissions'> & {
|
8751
8722
|
permissions?: Maybe<IResolversTypes['AccessRole']>;
|
8752
8723
|
}>;
|
8753
|
-
|
8724
|
+
ContributionSettings: ResolverTypeWrapper<IContributionSettings>;
|
8725
|
+
ContributionSettingsProperties: ResolverTypeWrapper<IContributionSettingsProperties>;
|
8726
|
+
Country: ResolverTypeWrapper<ICountry>;
|
8727
|
+
CountryInput: ICountryInput;
|
8728
|
+
CustomerInvoice: ResolverTypeWrapper<ICustomerInvoice>;
|
8729
|
+
CustomerInvoice_Input: ICustomerInvoice_Input;
|
8730
|
+
Date: ResolverTypeWrapper<Scalars['Date']>;
|
8731
|
+
DateTime: ResolverTypeWrapper<Scalars['DateTime']>;
|
8732
|
+
DefaultConfiguration: ResolverTypeWrapper<IDefaultConfiguration>;
|
8733
|
+
DefaultPolicy: ResolverTypeWrapper<IDefaultPolicy>;
|
8754
8734
|
DefaultRole: ResolverTypeWrapper<IDefaultRole>;
|
8755
|
-
|
8756
|
-
|
8757
|
-
|
8735
|
+
DefaultSettings: ResolverTypeWrapper<IDefaultSettings>;
|
8736
|
+
EActivityScopes: IEActivityScopes;
|
8737
|
+
EditPresentationTypes: IEditPresentationTypes;
|
8738
|
+
EmptyResponse: ResolverTypeWrapper<IEmptyResponse>;
|
8758
8739
|
Environment: ResolverTypeWrapper<IEnvironment>;
|
8759
|
-
|
8760
|
-
|
8761
|
-
|
8762
|
-
|
8763
|
-
|
8764
|
-
ProjectSourceProviders: IProjectSourceProviders;
|
8765
|
-
ProjectType: IProjectType;
|
8766
|
-
InvoiceType: ResolverTypeWrapper<IInvoiceType>;
|
8740
|
+
EnvironmentPayload: IEnvironmentPayload;
|
8741
|
+
ExternalResourceData: ResolverTypeWrapper<IExternalResourceData>;
|
8742
|
+
FieldError: ResolverTypeWrapper<IFieldError>;
|
8743
|
+
GenerateSSHKeysRequest: IGenerateSSHKeysRequest;
|
8744
|
+
GeoLocation: ResolverTypeWrapper<IGeoLocation>;
|
8767
8745
|
Float: ResolverTypeWrapper<Scalars['Float']>;
|
8768
|
-
|
8769
|
-
|
8770
|
-
|
8771
|
-
|
8772
|
-
|
8773
|
-
|
8774
|
-
|
8746
|
+
GlobalCurrencies: IGlobalCurrencies;
|
8747
|
+
GlobalLanguages: IGlobalLanguages;
|
8748
|
+
GlobalSettings: ResolverTypeWrapper<IGlobalSettings>;
|
8749
|
+
IActivitySettings: IResolversTypes['AdminIdeSettings'];
|
8750
|
+
IAuth0Identity: never;
|
8751
|
+
IAuth0Token: IResolversTypes['UserProfile'];
|
8752
|
+
IAuth0User: IResolversTypes['UserProfile'];
|
8753
|
+
IAuth0UserProfile: IResolversTypes['UserProfile'];
|
8754
|
+
ICity: never;
|
8755
|
+
IConfigurationChangeEvent: ResolverTypeWrapper<Omit<IIConfigurationChangeEvent, 'changedConfiguration'> & {
|
8756
|
+
changedConfiguration?: Maybe<IResolversTypes['Configuration']>;
|
8757
|
+
}>;
|
8758
|
+
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'];
|
8759
|
+
IConfigurationService: never;
|
8760
|
+
ICountry: never;
|
8761
|
+
IEventWithContext: IResolversTypes['OrganizationCreatedEvent'] | IResolversTypes['OrganizationDeletedEvent'];
|
8762
|
+
IOnBoardingParams: IIOnBoardingParams;
|
8775
8763
|
IOrgUser: IResolversTypes['OrgUser'];
|
8776
|
-
|
8777
|
-
|
8778
|
-
|
8764
|
+
IResourceData: IResolversTypes['ExternalResourceData'] | IResolversTypes['OrganizationResourceData'];
|
8765
|
+
IResourceUserRole: IResolversTypes['ResourceUser'];
|
8766
|
+
IResourceUtilizationSettings: never;
|
8767
|
+
ISettingsSubject: IResolversTypes['ApplicationSettings'] | IResolversTypes['DefaultSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['MemorySettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['UserSettings'];
|
8768
|
+
ISshKeySettings: IResolversTypes['SshKeySettings'];
|
8769
|
+
ITerritorialState: never;
|
8770
|
+
IUser: IResolversTypes['AuthUser'];
|
8771
|
+
IUserMetadata: IResolversTypes['UserMetadata'];
|
8772
|
+
IntegraitonConfigurationId: ResolverTypeWrapper<IIntegraitonConfigurationId>;
|
8773
|
+
IntegrationConfigServiceAction: IIntegrationConfigServiceAction;
|
8774
|
+
IntegrationConfiguration: ResolverTypeWrapper<IIntegrationConfiguration>;
|
8775
|
+
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
8776
|
+
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
8777
|
+
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
8779
8778
|
InviteMember: ResolverTypeWrapper<IInviteMember>;
|
8780
8779
|
InviteStatus: IInviteStatus;
|
8781
|
-
|
8780
|
+
InvoiceCreateRequest: IInvoiceCreateRequest;
|
8781
|
+
InvoiceCreatedEvent: ResolverTypeWrapper<IInvoiceCreatedEvent>;
|
8782
|
+
InvoiceDeletedEvent: ResolverTypeWrapper<IInvoiceDeletedEvent>;
|
8783
|
+
InvoiceMailRequest: IInvoiceMailRequest;
|
8784
|
+
InvoiceType: ResolverTypeWrapper<IInvoiceType>;
|
8785
|
+
InvoiceUpdateRequest: IInvoiceUpdateRequest;
|
8786
|
+
JSON: ResolverTypeWrapper<Scalars['JSON']>;
|
8787
|
+
JSONObject: ResolverTypeWrapper<Scalars['JSONObject']>;
|
8788
|
+
KeyPathSegment: IKeyPathSegment;
|
8789
|
+
LoginError: ResolverTypeWrapper<ILoginError>;
|
8790
|
+
MachineConfiguration: ResolverTypeWrapper<IMachineConfiguration>;
|
8791
|
+
MachineSettings: ResolverTypeWrapper<IMachineSettings>;
|
8792
|
+
MailTemplateId: IMailTemplateId;
|
8793
|
+
MemberInvoice: ResolverTypeWrapper<IMemberInvoice>;
|
8794
|
+
MemberInvoice_Input: IMemberInvoice_Input;
|
8795
|
+
MemorySettings: ResolverTypeWrapper<IMemorySettings>;
|
8796
|
+
MenuItem: ResolverTypeWrapper<IMenuItem>;
|
8797
|
+
MenuPosition: IMenuPosition;
|
8798
|
+
MoleculerServiceName: IMoleculerServiceName;
|
8799
|
+
Mutation: ResolverTypeWrapper<{}>;
|
8782
8800
|
NameType: ResolverTypeWrapper<INameType>;
|
8783
|
-
|
8784
|
-
|
8785
|
-
|
8801
|
+
Name_Input: IName_Input;
|
8802
|
+
Node: IResolversTypes['OrgUserAccunt'] | IResolversTypes['UserAccount'];
|
8803
|
+
Observable: ResolverTypeWrapper<Scalars['Observable']>;
|
8786
8804
|
OrgDetailWhere: IOrgDetailWhere;
|
8787
8805
|
OrgMember: ResolverTypeWrapper<IOrgMember>;
|
8788
|
-
OrganizationData: ResolverTypeWrapper<Omit<IOrganizationData, 'resources'> & {
|
8789
|
-
resources: Array<Maybe<IResolversTypes['ResourceData']>>;
|
8790
|
-
}>;
|
8791
|
-
ResourceData: IResolversTypes['OrganizationResourceData'] | IResolversTypes['ExternalResourceData'];
|
8792
|
-
OrganizationResourceData: ResolverTypeWrapper<IOrganizationResourceData>;
|
8793
|
-
IResourceData: IResolversTypes['OrganizationResourceData'] | IResolversTypes['ExternalResourceData'];
|
8794
|
-
ExternalResourceData: ResolverTypeWrapper<IExternalResourceData>;
|
8795
|
-
AccountTeam: ResolverTypeWrapper<IAccountTeam>;
|
8796
|
-
TeamMember: ResolverTypeWrapper<ITeamMember>;
|
8797
|
-
Project_Output: ResolverTypeWrapper<IProject_Output>;
|
8798
|
-
RoleInput: IRoleInput;
|
8799
|
-
Task: ResolverTypeWrapper<ITask>;
|
8800
|
-
ResourceAccessRole: ResolverTypeWrapper<Omit<IResourceAccessRole, 'accessRoles'> & {
|
8801
|
-
accessRoles?: Maybe<Array<Maybe<IResolversTypes['AccessRole']>>>;
|
8802
|
-
}>;
|
8803
|
-
ResourceUser: ResolverTypeWrapper<IResourceUser>;
|
8804
|
-
IResourceUserRole: IResolversTypes['ResourceUser'];
|
8805
|
-
UserContext: ResolverTypeWrapper<IUserContext>;
|
8806
|
-
PermissionSubject: ResolverTypeWrapper<IPermissionSubject>;
|
8807
|
-
ViewerPoliciesInput: IViewerPoliciesInput;
|
8808
|
-
PolicySubject: ResolverTypeWrapper<IPolicySubject>;
|
8809
|
-
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
8810
|
-
PreferencesInput: ResolverTypeWrapper<IPreferencesInput>;
|
8811
|
-
PreferencesInput_Input: IPreferencesInput_Input;
|
8812
|
-
ViewerSettingsInput: IViewerSettingsInput;
|
8813
|
-
ViewerSettingsSubject: ResolverTypeWrapper<IViewerSettingsSubject>;
|
8814
|
-
Mutation: ResolverTypeWrapper<{}>;
|
8815
|
-
SshKeyInput: ISshKeyInput;
|
8816
|
-
SshKeyType: ISshKeyType;
|
8817
|
-
OrganizationNotificationValues: IOrganizationNotificationValues;
|
8818
|
-
IOnBoardingParams: IIOnBoardingParams;
|
8819
8806
|
OrgType: IOrgType;
|
8820
|
-
|
8821
|
-
|
8822
|
-
Name_Input: IName_Input;
|
8823
|
-
ClientPhone_Input: IClientPhone_Input;
|
8824
|
-
SocialConnect_Input: ISocialConnect_Input;
|
8825
|
-
AddressType_Input: IAddressType_Input;
|
8826
|
-
ProjectAddRequest: IProjectAddRequest;
|
8827
|
-
ResourceCreationData_Input: IResourceCreationData_Input;
|
8828
|
-
ActivityCollectRequest: IActivityCollectRequest;
|
8829
|
-
EActivityScopes: IEActivityScopes;
|
8830
|
-
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
8831
|
-
IntegraitonConfigurationId: ResolverTypeWrapper<IIntegraitonConfigurationId>;
|
8832
|
-
InvoiceCreateRequest: IInvoiceCreateRequest;
|
8833
|
-
MemberInvoice_Input: IMemberInvoice_Input;
|
8834
|
-
ProjectInvoice_Input: IProjectInvoice_Input;
|
8835
|
-
CustomerInvoice_Input: ICustomerInvoice_Input;
|
8836
|
-
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
8837
|
-
OrganizationCreateRequest: IOrganizationCreateRequest;
|
8838
|
-
OrgUser_Input: IOrgUser_Input;
|
8839
|
-
OrganizationInvitation_Input: IOrganizationInvitation_Input;
|
8840
|
-
TaskRequest: ITaskRequest;
|
8841
|
-
TeamCreationRequest: ITeamCreationRequest;
|
8842
|
-
AuthTokens: ResolverTypeWrapper<IAuthTokens>;
|
8843
|
-
UserAuth0UpdateFields: IUserAuth0UpdateFields;
|
8844
|
-
PhoneNumberInput: IPhoneNumberInput;
|
8845
|
-
OrganizationRemoveRequest: IOrganizationRemoveRequest;
|
8846
|
-
UserPasswordResetInput: IUserPasswordResetInput;
|
8847
|
-
InvoiceMailRequest: IInvoiceMailRequest;
|
8848
|
-
Template: ITemplate;
|
8849
|
-
OrganizationInvitationRequest: IOrganizationInvitationRequest;
|
8850
|
-
InvoiceUpdateRequest: IInvoiceUpdateRequest;
|
8851
|
-
ClientUpdateRequest: IClientUpdateRequest;
|
8852
|
-
UpdatedClient_Input: IUpdatedClient_Input;
|
8853
|
-
UpdateProject_Input: IUpdateProject_Input;
|
8854
|
-
OrganizationUpdateRequest: IOrganizationUpdateRequest;
|
8855
|
-
Organization_Input: IOrganization_Input;
|
8856
|
-
Subscription: ResolverTypeWrapper<{}>;
|
8857
|
-
ConfigurationUpdateEvent: ResolverTypeWrapper<IConfigurationUpdateEvent>;
|
8858
|
-
ConfigurationOverrides: ResolverTypeWrapper<IConfigurationOverrides>;
|
8859
|
-
SubscribedOrganizationData: ResolverTypeWrapper<Omit<ISubscribedOrganizationData, 'resources'> & {
|
8860
|
-
resources?: Maybe<Array<Maybe<IResolversTypes['ResourceData']>>>;
|
8861
|
-
}>;
|
8862
|
-
AccountBroadcasterActions: IAccountBroadcasterActions;
|
8863
|
-
AccountService: ResolverTypeWrapper<IAccountService>;
|
8864
|
-
UserAccountCreateRequest: IUserAccountCreateRequest;
|
8865
|
-
UserTokenInput: IUserTokenInput;
|
8866
|
-
UserAccountUpdateRequest: IUserAccountUpdateRequest;
|
8867
|
-
UserAccount_Input: IUserAccount_Input;
|
8868
|
-
UserAccountRemoveRequest: IUserAccountRemoveRequest;
|
8869
|
-
AccountServiceAction: IAccountServiceAction;
|
8870
|
-
AccountTeam_Input: IAccountTeam_Input;
|
8871
|
-
TeamMember_Input: ITeamMember_Input;
|
8872
|
-
ActivityRecord: ResolverTypeWrapper<IActivityRecord>;
|
8873
|
-
ActivityRecordInput: IActivityRecordInput;
|
8874
|
-
ActivityServiceCommands: IActivityServiceCommands;
|
8875
|
-
AdminIdeSettings: ResolverTypeWrapper<IAdminIdeSettings>;
|
8876
|
-
IActivitySettings: IResolversTypes['AdminIdeSettings'];
|
8877
|
-
ApplicationBillingPlanPolicy: IApplicationBillingPlanPolicy;
|
8878
|
-
AuthErrorCodes: IAuthErrorCodes;
|
8879
|
-
AuthUser: ResolverTypeWrapper<IAuthUser>;
|
8880
|
-
IUser: IResolversTypes['AuthUser'];
|
8881
|
-
AuthUser_Input: IAuthUser_Input;
|
8882
|
-
CacheControlScope: ICacheControlScope;
|
8883
|
-
CityInput: ICityInput;
|
8884
|
-
TerritorialStateInput: ITerritorialStateInput;
|
8885
|
-
CityUpdateInput: ICityUpdateInput;
|
8886
|
-
TerritorialStateUpdateInput: ITerritorialStateUpdateInput;
|
8887
|
-
ClientCacheTypeNames: IClientCacheTypeNames;
|
8888
|
-
ClientContainerService: IClientContainerService;
|
8889
|
-
ClientCreatedEvent: ResolverTypeWrapper<IClientCreatedEvent>;
|
8890
|
-
ClientDeletedEvent: ResolverTypeWrapper<IClientDeletedEvent>;
|
8891
|
-
ClientTypes: IClientTypes;
|
8892
|
-
ConfigCollectionName: IConfigCollectionName;
|
8893
|
-
ConfigFragmentName: IConfigFragmentName;
|
8894
|
-
ConfigurationContributionNames: IConfigurationContributionNames;
|
8895
|
-
ConfigurationModel: ResolverTypeWrapper<IConfigurationModel>;
|
8896
|
-
ConfigurationTarget: ConfigurationTarget;
|
8897
|
-
ContextServiceAction: IContextServiceAction;
|
8898
|
-
CountryInput: ICountryInput;
|
8899
|
-
EmptyResponse: ResolverTypeWrapper<IEmptyResponse>;
|
8900
|
-
EnvironmentPayload: IEnvironmentPayload;
|
8901
|
-
FieldError: ResolverTypeWrapper<IFieldError>;
|
8902
|
-
GenerateSSHKeysRequest: IGenerateSSHKeysRequest;
|
8903
|
-
GeoLocation: ResolverTypeWrapper<IGeoLocation>;
|
8904
|
-
IAuth0Identity: never;
|
8905
|
-
ICity: never;
|
8906
|
-
ITerritorialState: never;
|
8907
|
-
ICountry: never;
|
8908
|
-
IConfigurationChangeEvent: ResolverTypeWrapper<Omit<IIConfigurationChangeEvent, 'changedConfiguration'> & {
|
8909
|
-
changedConfiguration?: Maybe<IResolversTypes['Configuration']>;
|
8910
|
-
}>;
|
8911
|
-
IConfigurationService: never;
|
8912
|
-
IEventWithContext: IResolversTypes['OrganizationCreatedEvent'] | IResolversTypes['OrganizationDeletedEvent'];
|
8913
|
-
IResourceUtilizationSettings: never;
|
8914
|
-
ISshKeySettings: IResolversTypes['SshKeySettings'];
|
8915
|
-
IntegrationConfigServiceAction: IIntegrationConfigServiceAction;
|
8916
|
-
InvoiceCreatedEvent: ResolverTypeWrapper<IInvoiceCreatedEvent>;
|
8917
|
-
InvoiceDeletedEvent: ResolverTypeWrapper<IInvoiceDeletedEvent>;
|
8918
|
-
JSONObject: ResolverTypeWrapper<Scalars['JSONObject']>;
|
8919
|
-
KeyPathSegment: IKeyPathSegment;
|
8920
|
-
LoginError: ResolverTypeWrapper<ILoginError>;
|
8921
|
-
MailTemplateId: IMailTemplateId;
|
8922
|
-
MenuItem: ResolverTypeWrapper<IMenuItem>;
|
8923
|
-
MenuPosition: IMenuPosition;
|
8924
|
-
MoleculerServiceName: IMoleculerServiceName;
|
8925
|
-
Observable: ResolverTypeWrapper<Scalars['Observable']>;
|
8807
|
+
OrgUser: ResolverTypeWrapper<IOrgUser>;
|
8808
|
+
OrgUserAccunt: ResolverTypeWrapper<IOrgUserAccunt>;
|
8926
8809
|
OrgUserRole: IOrgUserRole;
|
8810
|
+
OrgUser_Input: IOrgUser_Input;
|
8927
8811
|
OrgainizationInvitationRole: IOrgainizationInvitationRole;
|
8812
|
+
Organization: ResolverTypeWrapper<IOrganization>;
|
8813
|
+
OrganizationConfigValue_Input: IOrganizationConfigValue_Input;
|
8814
|
+
OrganizationConfiguration: ResolverTypeWrapper<IOrganizationConfiguration>;
|
8928
8815
|
OrganizationContextPubSubEvents: IOrganizationContextPubSubEvents;
|
8816
|
+
OrganizationCreateRequest: IOrganizationCreateRequest;
|
8929
8817
|
OrganizationCreatedEvent: ResolverTypeWrapper<IOrganizationCreatedEvent>;
|
8818
|
+
OrganizationData: ResolverTypeWrapper<Omit<IOrganizationData, 'resources'> & {
|
8819
|
+
resources: Array<Maybe<IResolversTypes['ResourceData']>>;
|
8820
|
+
}>;
|
8930
8821
|
OrganizationDeletedEvent: ResolverTypeWrapper<IOrganizationDeletedEvent>;
|
8931
8822
|
OrganizationIdentifier: ResolverTypeWrapper<IOrganizationIdentifier>;
|
8823
|
+
OrganizationInvitation: ResolverTypeWrapper<IOrganizationInvitation>;
|
8824
|
+
OrganizationInvitationDecode: ResolverTypeWrapper<IOrganizationInvitationDecode>;
|
8825
|
+
OrganizationInvitationRequest: IOrganizationInvitationRequest;
|
8826
|
+
OrganizationInvitation_Input: IOrganizationInvitation_Input;
|
8932
8827
|
OrganizationMember: ResolverTypeWrapper<IOrganizationMember>;
|
8828
|
+
OrganizationNotificationValues: IOrganizationNotificationValues;
|
8829
|
+
OrganizationPolicy: ResolverTypeWrapper<IOrganizationPolicy>;
|
8830
|
+
OrganizationRemoveRequest: IOrganizationRemoveRequest;
|
8831
|
+
OrganizationResourceConfiguration: ResolverTypeWrapper<IOrganizationResourceConfiguration>;
|
8832
|
+
OrganizationResourceData: ResolverTypeWrapper<IOrganizationResourceData>;
|
8833
|
+
OrganizationResourceSettings: ResolverTypeWrapper<IOrganizationResourceSettings>;
|
8834
|
+
OrganizationRole: ResolverTypeWrapper<IOrganizationRole>;
|
8933
8835
|
OrganizationService: ResolverTypeWrapper<IOrganizationService>;
|
8934
8836
|
OrganizationServiceAction: IOrganizationServiceAction;
|
8837
|
+
OrganizationSettings: ResolverTypeWrapper<IOrganizationSettings>;
|
8838
|
+
OrganizationUpdateRequest: IOrganizationUpdateRequest;
|
8839
|
+
Organization_Input: IOrganization_Input;
|
8935
8840
|
OrganizationsDeactivatedEvent: ResolverTypeWrapper<IOrganizationsDeactivatedEvent>;
|
8936
8841
|
OrganizationsDeletedEvent: ResolverTypeWrapper<IOrganizationsDeletedEvent>;
|
8842
|
+
Overrides: ResolverTypeWrapper<IOverrides>;
|
8937
8843
|
PageInfo: ResolverTypeWrapper<IPageInfo>;
|
8938
8844
|
PermissionAction: IPermissionAction;
|
8939
8845
|
PermissionResource: IPermissionResource;
|
8846
|
+
PermissionSubject: ResolverTypeWrapper<IPermissionSubject>;
|
8940
8847
|
PermissionType: IPermissionType;
|
8848
|
+
PhoneNumber: ResolverTypeWrapper<IPhoneNumber>;
|
8849
|
+
PhoneNumberInput: IPhoneNumberInput;
|
8850
|
+
PolicySubject: ResolverTypeWrapper<IPolicySubject>;
|
8941
8851
|
PortalLanguage: IPortalLanguage;
|
8852
|
+
Position: ResolverTypeWrapper<IPosition>;
|
8942
8853
|
PreDefinedRole: IPreDefinedRole;
|
8943
8854
|
PreferenceItem: ResolverTypeWrapper<IPreferenceItem>;
|
8855
|
+
Preference_Account: ResolverTypeWrapper<IPreference_Account>;
|
8856
|
+
Preference_Default: ResolverTypeWrapper<IPreference_Default>;
|
8857
|
+
Preference_Global: ResolverTypeWrapper<IPreference_Global>;
|
8858
|
+
Preference_Global_User: ResolverTypeWrapper<IPreference_Global_User>;
|
8859
|
+
Preference_Notification: ResolverTypeWrapper<IPreference_Notification>;
|
8860
|
+
Preference_Organization: ResolverTypeWrapper<IPreference_Organization>;
|
8861
|
+
Preference_Project: ResolverTypeWrapper<IPreference_Project>;
|
8862
|
+
Preference_Teams: ResolverTypeWrapper<IPreference_Teams>;
|
8863
|
+
Preferences: ResolverTypeWrapper<IPreferences>;
|
8864
|
+
PreferencesInput: ResolverTypeWrapper<IPreferencesInput>;
|
8865
|
+
PreferencesInput_Input: IPreferencesInput_Input;
|
8866
|
+
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
8867
|
+
PreferencesResponse: ResolverTypeWrapper<IPreferencesResponse>;
|
8868
|
+
PreferencesType: ResolverTypeWrapper<IPreferencesType>;
|
8869
|
+
ProjectAddRequest: IProjectAddRequest;
|
8944
8870
|
ProjectCreatedEvent: ResolverTypeWrapper<IProjectCreatedEvent>;
|
8945
8871
|
ProjectDeletedEvent: ResolverTypeWrapper<IProjectDeletedEvent>;
|
8872
|
+
ProjectInvoice: ResolverTypeWrapper<IProjectInvoice>;
|
8873
|
+
ProjectInvoice_Input: IProjectInvoice_Input;
|
8874
|
+
ProjectParameters: ResolverTypeWrapper<IProjectParameters>;
|
8946
8875
|
ProjectParameters_Input: IProjectParameters_Input;
|
8876
|
+
ProjectSource: ResolverTypeWrapper<IProjectSource>;
|
8877
|
+
ProjectSourceProviders: IProjectSourceProviders;
|
8878
|
+
ProjectSourceType: IProjectSourceType;
|
8947
8879
|
ProjectSource_Input: IProjectSource_Input;
|
8880
|
+
ProjectType: IProjectType;
|
8881
|
+
ProjectWhereInput: IProjectWhereInput;
|
8948
8882
|
Project_Input: IProject_Input;
|
8883
|
+
Project_Output: ResolverTypeWrapper<IProject_Output>;
|
8884
|
+
Projects: ResolverTypeWrapper<IProjects>;
|
8885
|
+
Query: ResolverTypeWrapper<{}>;
|
8886
|
+
Range: ResolverTypeWrapper<IRange>;
|
8949
8887
|
RegistryExtensions: IRegistryExtensions;
|
8888
|
+
ResourceAccessRole: ResolverTypeWrapper<Omit<IResourceAccessRole, 'accessRoles'> & {
|
8889
|
+
accessRoles?: Maybe<Array<Maybe<IResolversTypes['AccessRole']>>>;
|
8890
|
+
}>;
|
8950
8891
|
ResourceAuthority: IResourceAuthority;
|
8951
8892
|
ResourceCreatedEvent: ResolverTypeWrapper<IResourceCreatedEvent>;
|
8893
|
+
ResourceCreationData_Input: IResourceCreationData_Input;
|
8894
|
+
ResourceData: IResolversTypes['OrganizationResourceData'] | IResolversTypes['ExternalResourceData'];
|
8952
8895
|
ResourceDeletedEvent: ResolverTypeWrapper<IResourceDeletedEvent>;
|
8896
|
+
ResourcePolicy: ResolverTypeWrapper<IResourcePolicy>;
|
8897
|
+
ResourceRole: ResolverTypeWrapper<IResourceRole>;
|
8898
|
+
ResourceUser: ResolverTypeWrapper<IResourceUser>;
|
8953
8899
|
Role: IRole;
|
8900
|
+
RoleInput: IRoleInput;
|
8954
8901
|
RouteData: ResolverTypeWrapper<IRouteData>;
|
8955
8902
|
RouteParams: IRouteParams;
|
8956
8903
|
SettingValueType: ISettingValueType;
|
8904
|
+
Settings: ResolverTypeWrapper<ISettings>;
|
8905
|
+
SettingsCascade: ResolverTypeWrapper<Omit<ISettingsCascade, 'subjects'> & {
|
8906
|
+
subjects?: Maybe<Array<Maybe<IResolversTypes['SettingsSubject']>>>;
|
8907
|
+
}>;
|
8908
|
+
SettingsGroup: ResolverTypeWrapper<ISettingsGroup>;
|
8909
|
+
SettingsSection: ResolverTypeWrapper<ISettingsSection>;
|
8910
|
+
SettingsSubject: IResolversTypes['UserSettings'] | IResolversTypes['ApplicationSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['MemorySettings'] | IResolversTypes['DefaultSettings'];
|
8911
|
+
SocialConnect: ResolverTypeWrapper<ISocialConnect>;
|
8912
|
+
SocialConnect_Input: ISocialConnect_Input;
|
8913
|
+
SshKey: ResolverTypeWrapper<ISshKey>;
|
8914
|
+
SshKeyInput: ISshKeyInput;
|
8957
8915
|
SshKeyModel: ResolverTypeWrapper<ISshKeyModel>;
|
8958
8916
|
SshKeyService: ResolverTypeWrapper<ISshKeyService>;
|
8959
8917
|
SshKeyServiceAction: ISshKeyServiceAction;
|
8960
8918
|
SshKeySettings: ResolverTypeWrapper<ISshKeySettings>;
|
8919
|
+
SshKeyType: ISshKeyType;
|
8920
|
+
SubscribedOrganizationData: ResolverTypeWrapper<Omit<ISubscribedOrganizationData, 'resources'> & {
|
8921
|
+
resources?: Maybe<Array<Maybe<IResolversTypes['ResourceData']>>>;
|
8922
|
+
}>;
|
8923
|
+
Subscription: ResolverTypeWrapper<{}>;
|
8924
|
+
Task: ResolverTypeWrapper<ITask>;
|
8925
|
+
TaskRequest: ITaskRequest;
|
8961
8926
|
TeamCreateRequest: ITeamCreateRequest;
|
8927
|
+
TeamCreationRequest: ITeamCreationRequest;
|
8962
8928
|
TeamInvitationEmailVariables: ResolverTypeWrapper<ITeamInvitationEmailVariables>;
|
8929
|
+
TeamMember: ResolverTypeWrapper<ITeamMember>;
|
8930
|
+
TeamMember_Input: ITeamMember_Input;
|
8963
8931
|
TeamRemoveRequest: ITeamRemoveRequest;
|
8964
8932
|
TeamService: ResolverTypeWrapper<ITeamService>;
|
8965
|
-
TeamUpdateRequest: ITeamUpdateRequest;
|
8966
8933
|
TeamServiceAction: ITeamServiceAction;
|
8934
|
+
TeamType: ITeamType;
|
8935
|
+
TeamUpdateRequest: ITeamUpdateRequest;
|
8936
|
+
Template: ITemplate;
|
8937
|
+
TerritorialStateInput: ITerritorialStateInput;
|
8938
|
+
TerritorialStateUpdateInput: ITerritorialStateUpdateInput;
|
8967
8939
|
Time: ResolverTypeWrapper<Scalars['Time']>;
|
8940
|
+
TokenTypesEnum: ITokenTypesEnum;
|
8941
|
+
URI: ResolverTypeWrapper<Scalars['URI']>;
|
8942
|
+
URIInput: ResolverTypeWrapper<Scalars['URIInput']>;
|
8943
|
+
UpdateProject_Input: IUpdateProject_Input;
|
8944
|
+
UpdatedClient_Input: IUpdatedClient_Input;
|
8945
|
+
UserAccount: ResolverTypeWrapper<IUserAccount>;
|
8946
|
+
UserAccountCreateRequest: IUserAccountCreateRequest;
|
8968
8947
|
UserAccountCreatedDetailedEvent: ResolverTypeWrapper<IUserAccountCreatedDetailedEvent>;
|
8969
8948
|
UserAccountCreatedEvent: ResolverTypeWrapper<IUserAccountCreatedEvent>;
|
8949
|
+
UserAccountRemoveRequest: IUserAccountRemoveRequest;
|
8970
8950
|
UserAccountRemovedEvent: ResolverTypeWrapper<IUserAccountRemovedEvent>;
|
8951
|
+
UserAccountUpdateRequest: IUserAccountUpdateRequest;
|
8952
|
+
UserAccountWhere: IUserAccountWhere;
|
8953
|
+
UserAccount_Input: IUserAccount_Input;
|
8954
|
+
UserAuth0UpdateFields: IUserAuth0UpdateFields;
|
8971
8955
|
UserBroadcasterAction: IUserBroadcasterAction;
|
8956
|
+
UserConfiguration: ResolverTypeWrapper<IUserConfiguration>;
|
8957
|
+
UserContext: ResolverTypeWrapper<IUserContext>;
|
8958
|
+
UserDevice: ResolverTypeWrapper<IUserDevice>;
|
8959
|
+
UserMetadata: ResolverTypeWrapper<IUserMetadata>;
|
8972
8960
|
UserOrderBy: IUserOrderBy;
|
8973
8961
|
UserOrg: ResolverTypeWrapper<IUserOrg>;
|
8974
8962
|
UserOrg_Input: IUserOrg_Input;
|
8963
|
+
UserPasswordResetInput: IUserPasswordResetInput;
|
8975
8964
|
UserPreviousValues: ResolverTypeWrapper<IUserPreviousValues>;
|
8965
|
+
UserProfile: ResolverTypeWrapper<IUserProfile>;
|
8966
|
+
UserSettings: ResolverTypeWrapper<IUserSettings>;
|
8976
8967
|
UserState: ResolverTypeWrapper<IUserState>;
|
8977
|
-
|
8978
|
-
|
8979
|
-
/** Mapping between all available schema types and the resolvers parents */
|
8980
|
-
export declare type IResolversParentTypes = {
|
8981
|
-
Query: {};
|
8982
|
-
ID: Scalars['ID'];
|
8983
|
-
SshKey: ISshKey;
|
8984
|
-
String: Scalars['String'];
|
8985
|
-
OrganizationInvitationDecode: IOrganizationInvitationDecode;
|
8986
|
-
Int: Scalars['Int'];
|
8987
|
-
SettingsGroup: ISettingsGroup;
|
8988
|
-
Range: IRange;
|
8989
|
-
Position: IPosition;
|
8990
|
-
SettingsSection: ISettingsSection;
|
8991
|
-
ContributionSettings: IContributionSettings;
|
8992
|
-
AnyObject: Scalars['AnyObject'];
|
8993
|
-
Boolean: Scalars['Boolean'];
|
8994
|
-
ConfigurationExtensionInfo: IConfigurationExtensionInfo;
|
8995
|
-
ContributionSettingsProperties: IContributionSettingsProperties;
|
8996
|
-
PreferencesResponse: IPreferencesResponse;
|
8997
|
-
PreferencesType: IPreferencesType;
|
8998
|
-
DefaultSettings: IDefaultSettings;
|
8999
|
-
ISettingsSubject: IResolversParentTypes['DefaultSettings'] | IResolversParentTypes['UserSettings'] | IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['MemorySettings'];
|
9000
|
-
Settings: ISettings;
|
9001
|
-
URI: Scalars['URI'];
|
9002
|
-
SettingsCascade: Omit<ISettingsCascade, 'subjects'> & {
|
9003
|
-
subjects?: Maybe<Array<Maybe<IResolversParentTypes['SettingsSubject']>>>;
|
9004
|
-
};
|
9005
|
-
SettingsSubject: IResolversParentTypes['UserSettings'] | IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['MemorySettings'] | IResolversParentTypes['DefaultSettings'];
|
9006
|
-
UserSettings: IUserSettings;
|
9007
|
-
ApplicationSettings: IApplicationSettings;
|
9008
|
-
MachineSettings: IMachineSettings;
|
9009
|
-
OrganizationResourceSettings: IOrganizationResourceSettings;
|
9010
|
-
GlobalSettings: IGlobalSettings;
|
9011
|
-
OrganizationSettings: IOrganizationSettings;
|
9012
|
-
MemorySettings: IMemorySettings;
|
9013
|
-
Preferences: IPreferences;
|
9014
|
-
Preference_Account: IPreference_Account;
|
9015
|
-
Preference_Default: IPreference_Default;
|
9016
|
-
Preference_Notification: IPreference_Notification;
|
9017
|
-
Preference_Global: IPreference_Global;
|
9018
|
-
Preference_Global_User: IPreference_Global_User;
|
9019
|
-
Preference_Organization: IPreference_Organization;
|
9020
|
-
Preference_Teams: IPreference_Teams;
|
9021
|
-
Preference_Project: IPreference_Project;
|
9022
|
-
UserProfile: IUserProfile;
|
9023
|
-
IAuth0User: IResolversParentTypes['UserProfile'];
|
9024
|
-
IAuth0UserProfile: IResolversParentTypes['UserProfile'];
|
9025
|
-
IUserMetadata: IResolversParentTypes['UserMetadata'];
|
9026
|
-
Date: Scalars['Date'];
|
9027
|
-
IAuth0Token: IResolversParentTypes['UserProfile'];
|
9028
|
-
Auth0Identity: IAuth0Identity;
|
9029
|
-
Auth0IdentityProfileData: IAuth0IdentityProfileData;
|
9030
|
-
UserMetadata: IUserMetadata;
|
9031
|
-
UserDevice: IUserDevice;
|
9032
|
-
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
9033
|
-
IntegrationConfiguration: IIntegrationConfiguration;
|
9034
|
-
DateTime: Scalars['DateTime'];
|
9035
|
-
JSON: Scalars['JSON'];
|
9036
|
-
UserAccountWhere: IUserAccountWhere;
|
9037
|
-
UserAccount: IUserAccount;
|
9038
|
-
Node: IResolversParentTypes['UserAccount'] | IResolversParentTypes['OrgUserAccunt'];
|
9039
|
-
PhoneNumber: IPhoneNumber;
|
9040
|
-
UserToken: IUserToken;
|
9041
|
-
Country: ICountry;
|
9042
|
-
AsanaConnection: IAsanaConnection;
|
9043
|
-
AsanaConnectionState: IAsanaConnectionState;
|
9044
|
-
AsanaUser: IAsanaUser;
|
9045
|
-
AsanaProjects: IAsanaProjects;
|
9046
|
-
AsanaWorkspaces: IAsanaWorkspaces;
|
9047
|
-
ConfigurationInput: IConfigurationInput;
|
9048
|
-
URIInput: Scalars['URIInput'];
|
9049
|
-
Configuration: IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['UserConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationResourceConfiguration'];
|
9050
|
-
DefaultConfiguration: IDefaultConfiguration;
|
9051
|
-
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'];
|
9052
|
-
Overrides: IOverrides;
|
9053
|
-
MachineConfiguration: IMachineConfiguration;
|
9054
|
-
UserConfiguration: IUserConfiguration;
|
9055
|
-
OrganizationConfiguration: IOrganizationConfiguration;
|
9056
|
-
OrganizationResourceConfiguration: IOrganizationResourceConfiguration;
|
9057
|
-
ConfigurationData: IConfigurationData;
|
9058
|
-
ConfigurationPolicy: IResolversParentTypes['DefaultPolicy'] | IResolversParentTypes['OrganizationPolicy'] | IResolversParentTypes['ResourcePolicy'] | IResolversParentTypes['ApplicationPolicy'];
|
9059
|
-
DefaultPolicy: IDefaultPolicy;
|
9060
|
-
OrganizationPolicy: IOrganizationPolicy;
|
9061
|
-
ResourcePolicy: IResourcePolicy;
|
9062
|
-
ApplicationPolicy: IApplicationPolicy;
|
9063
|
-
Context: IContext;
|
9064
|
-
ContributionRoles: Omit<IContributionRoles, 'permissions'> & {
|
9065
|
-
permissions?: Maybe<IResolversParentTypes['AccessRole']>;
|
9066
|
-
};
|
9067
|
-
AccessRole: IResolversParentTypes['DefaultRole'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['ApplicationRolePermission'];
|
9068
|
-
DefaultRole: IDefaultRole;
|
9069
|
-
OrganizationRole: IOrganizationRole;
|
9070
|
-
ResourceRole: IResourceRole;
|
9071
|
-
ApplicationRolePermission: IApplicationRolePermission;
|
9072
|
-
Environment: IEnvironment;
|
9073
|
-
ProjectWhereInput: IProjectWhereInput;
|
9074
|
-
Projects: IProjects;
|
9075
|
-
ProjectSource: IProjectSource;
|
9076
|
-
ProjectParameters: IProjectParameters;
|
9077
|
-
InvoiceType: IInvoiceType;
|
9078
|
-
Float: Scalars['Float'];
|
9079
|
-
MemberInvoice: IMemberInvoice;
|
9080
|
-
ClientPhone: IClientPhone;
|
9081
|
-
AddressType: IAddressType;
|
9082
|
-
ProjectInvoice: IProjectInvoice;
|
9083
|
-
CustomerInvoice: ICustomerInvoice;
|
9084
|
-
Organization: IOrganization;
|
9085
|
-
OrgUser: IOrgUser;
|
9086
|
-
IOrgUser: IResolversParentTypes['OrgUser'];
|
9087
|
-
OrgUserAccunt: IOrgUserAccunt;
|
9088
|
-
OrganizationInvitation: IOrganizationInvitation;
|
9089
|
-
InviteMember: IInviteMember;
|
9090
|
-
Client: IClient;
|
9091
|
-
NameType: INameType;
|
9092
|
-
SocialConnect: ISocialConnect;
|
9093
|
-
OrganizationConfigValue_Input: IOrganizationConfigValue_Input;
|
9094
|
-
ConfigurationOverrides_Input: IConfigurationOverrides_Input;
|
9095
|
-
OrgDetailWhere: IOrgDetailWhere;
|
9096
|
-
OrgMember: IOrgMember;
|
9097
|
-
OrganizationData: Omit<IOrganizationData, 'resources'> & {
|
9098
|
-
resources: Array<Maybe<IResolversParentTypes['ResourceData']>>;
|
9099
|
-
};
|
9100
|
-
ResourceData: IResolversParentTypes['OrganizationResourceData'] | IResolversParentTypes['ExternalResourceData'];
|
9101
|
-
OrganizationResourceData: IOrganizationResourceData;
|
9102
|
-
IResourceData: IResolversParentTypes['OrganizationResourceData'] | IResolversParentTypes['ExternalResourceData'];
|
9103
|
-
ExternalResourceData: IExternalResourceData;
|
9104
|
-
AccountTeam: IAccountTeam;
|
9105
|
-
TeamMember: ITeamMember;
|
9106
|
-
Project_Output: IProject_Output;
|
9107
|
-
RoleInput: IRoleInput;
|
9108
|
-
Task: ITask;
|
9109
|
-
ResourceAccessRole: Omit<IResourceAccessRole, 'accessRoles'> & {
|
9110
|
-
accessRoles?: Maybe<Array<Maybe<IResolversParentTypes['AccessRole']>>>;
|
9111
|
-
};
|
9112
|
-
ResourceUser: IResourceUser;
|
9113
|
-
IResourceUserRole: IResolversParentTypes['ResourceUser'];
|
9114
|
-
UserContext: IUserContext;
|
9115
|
-
PermissionSubject: IPermissionSubject;
|
8968
|
+
UserToken: ResolverTypeWrapper<IUserToken>;
|
8969
|
+
UserTokenInput: IUserTokenInput;
|
9116
8970
|
ViewerPoliciesInput: IViewerPoliciesInput;
|
9117
|
-
PolicySubject: IPolicySubject;
|
9118
|
-
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
9119
|
-
PreferencesInput: IPreferencesInput;
|
9120
|
-
PreferencesInput_Input: IPreferencesInput_Input;
|
9121
8971
|
ViewerSettingsInput: IViewerSettingsInput;
|
9122
|
-
ViewerSettingsSubject: IViewerSettingsSubject
|
9123
|
-
|
9124
|
-
|
9125
|
-
|
9126
|
-
|
9127
|
-
|
9128
|
-
|
9129
|
-
ClientAddRequest: IClientAddRequest;
|
9130
|
-
Name_Input: IName_Input;
|
9131
|
-
ClientPhone_Input: IClientPhone_Input;
|
9132
|
-
SocialConnect_Input: ISocialConnect_Input;
|
9133
|
-
AddressType_Input: IAddressType_Input;
|
9134
|
-
ProjectAddRequest: IProjectAddRequest;
|
9135
|
-
ResourceCreationData_Input: IResourceCreationData_Input;
|
9136
|
-
ActivityCollectRequest: IActivityCollectRequest;
|
9137
|
-
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
9138
|
-
IntegraitonConfigurationId: IIntegraitonConfigurationId;
|
9139
|
-
InvoiceCreateRequest: IInvoiceCreateRequest;
|
9140
|
-
MemberInvoice_Input: IMemberInvoice_Input;
|
9141
|
-
ProjectInvoice_Input: IProjectInvoice_Input;
|
9142
|
-
CustomerInvoice_Input: ICustomerInvoice_Input;
|
9143
|
-
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
9144
|
-
OrganizationCreateRequest: IOrganizationCreateRequest;
|
9145
|
-
OrgUser_Input: IOrgUser_Input;
|
9146
|
-
OrganizationInvitation_Input: IOrganizationInvitation_Input;
|
9147
|
-
TaskRequest: ITaskRequest;
|
9148
|
-
TeamCreationRequest: ITeamCreationRequest;
|
9149
|
-
AuthTokens: IAuthTokens;
|
9150
|
-
UserAuth0UpdateFields: IUserAuth0UpdateFields;
|
9151
|
-
PhoneNumberInput: IPhoneNumberInput;
|
9152
|
-
OrganizationRemoveRequest: IOrganizationRemoveRequest;
|
9153
|
-
UserPasswordResetInput: IUserPasswordResetInput;
|
9154
|
-
InvoiceMailRequest: IInvoiceMailRequest;
|
9155
|
-
Template: ITemplate;
|
9156
|
-
OrganizationInvitationRequest: IOrganizationInvitationRequest;
|
9157
|
-
InvoiceUpdateRequest: IInvoiceUpdateRequest;
|
9158
|
-
ClientUpdateRequest: IClientUpdateRequest;
|
9159
|
-
UpdatedClient_Input: IUpdatedClient_Input;
|
9160
|
-
UpdateProject_Input: IUpdateProject_Input;
|
9161
|
-
OrganizationUpdateRequest: IOrganizationUpdateRequest;
|
9162
|
-
Organization_Input: IOrganization_Input;
|
9163
|
-
Subscription: {};
|
9164
|
-
ConfigurationUpdateEvent: IConfigurationUpdateEvent;
|
9165
|
-
ConfigurationOverrides: IConfigurationOverrides;
|
9166
|
-
SubscribedOrganizationData: Omit<ISubscribedOrganizationData, 'resources'> & {
|
9167
|
-
resources?: Maybe<Array<Maybe<IResolversParentTypes['ResourceData']>>>;
|
9168
|
-
};
|
8972
|
+
ViewerSettingsSubject: ResolverTypeWrapper<IViewerSettingsSubject>;
|
8973
|
+
Visibility: IVisibility;
|
8974
|
+
ZipkinRoutes: IZipkinRoutes;
|
8975
|
+
};
|
8976
|
+
/** Mapping between all available schema types and the resolvers parents */
|
8977
|
+
export declare type IResolversParentTypes = {
|
8978
|
+
AccessRole: IResolversParentTypes['DefaultRole'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['ApplicationRolePermission'];
|
9169
8979
|
AccountService: IAccountService;
|
9170
|
-
|
9171
|
-
|
9172
|
-
|
9173
|
-
|
9174
|
-
UserAccountRemoveRequest: IUserAccountRemoveRequest;
|
8980
|
+
String: Scalars['String'];
|
8981
|
+
Boolean: Scalars['Boolean'];
|
8982
|
+
AccountTeam: IAccountTeam;
|
8983
|
+
ID: Scalars['ID'];
|
9175
8984
|
AccountTeam_Input: IAccountTeam_Input;
|
9176
|
-
|
8985
|
+
ActivityCollectRequest: IActivityCollectRequest;
|
8986
|
+
Int: Scalars['Int'];
|
9177
8987
|
ActivityRecord: IActivityRecord;
|
9178
8988
|
ActivityRecordInput: IActivityRecordInput;
|
8989
|
+
AddressType: IAddressType;
|
8990
|
+
AddressType_Input: IAddressType_Input;
|
9179
8991
|
AdminIdeSettings: IAdminIdeSettings;
|
9180
|
-
|
8992
|
+
AnyObject: Scalars['AnyObject'];
|
8993
|
+
ApplicationPolicy: IApplicationPolicy;
|
8994
|
+
ApplicationRolePermission: IApplicationRolePermission;
|
8995
|
+
ApplicationSettings: IApplicationSettings;
|
8996
|
+
AsanaConnection: IAsanaConnection;
|
8997
|
+
AsanaConnectionState: IAsanaConnectionState;
|
8998
|
+
AsanaProjects: IAsanaProjects;
|
8999
|
+
AsanaUser: IAsanaUser;
|
9000
|
+
AsanaWorkspaces: IAsanaWorkspaces;
|
9001
|
+
Auth0Identity: IAuth0Identity;
|
9002
|
+
Auth0IdentityProfileData: IAuth0IdentityProfileData;
|
9003
|
+
AuthTokens: IAuthTokens;
|
9181
9004
|
AuthUser: IAuthUser;
|
9182
|
-
IUser: IResolversParentTypes['AuthUser'];
|
9183
9005
|
AuthUser_Input: IAuthUser_Input;
|
9184
9006
|
CityInput: ICityInput;
|
9185
|
-
TerritorialStateInput: ITerritorialStateInput;
|
9186
9007
|
CityUpdateInput: ICityUpdateInput;
|
9187
|
-
|
9008
|
+
Client: IClient;
|
9009
|
+
ClientAddRequest: IClientAddRequest;
|
9188
9010
|
ClientCreatedEvent: IClientCreatedEvent;
|
9189
9011
|
ClientDeletedEvent: IClientDeletedEvent;
|
9012
|
+
ClientPhone: IClientPhone;
|
9013
|
+
ClientPhone_Input: IClientPhone_Input;
|
9014
|
+
ClientUpdateRequest: IClientUpdateRequest;
|
9015
|
+
Configuration: IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['UserConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationResourceConfiguration'];
|
9016
|
+
ConfigurationData: IConfigurationData;
|
9017
|
+
ConfigurationExtensionInfo: IConfigurationExtensionInfo;
|
9018
|
+
ConfigurationInput: IConfigurationInput;
|
9190
9019
|
ConfigurationModel: IConfigurationModel;
|
9020
|
+
ConfigurationOverrides: IConfigurationOverrides;
|
9021
|
+
ConfigurationOverrides_Input: IConfigurationOverrides_Input;
|
9022
|
+
ConfigurationPolicy: IResolversParentTypes['DefaultPolicy'] | IResolversParentTypes['OrganizationPolicy'] | IResolversParentTypes['ResourcePolicy'] | IResolversParentTypes['ApplicationPolicy'];
|
9023
|
+
ConfigurationUpdateEvent: IConfigurationUpdateEvent;
|
9024
|
+
Context: IContext;
|
9025
|
+
ContributionRoles: Omit<IContributionRoles, 'permissions'> & {
|
9026
|
+
permissions?: Maybe<IResolversParentTypes['AccessRole']>;
|
9027
|
+
};
|
9028
|
+
ContributionSettings: IContributionSettings;
|
9029
|
+
ContributionSettingsProperties: IContributionSettingsProperties;
|
9030
|
+
Country: ICountry;
|
9191
9031
|
CountryInput: ICountryInput;
|
9032
|
+
CustomerInvoice: ICustomerInvoice;
|
9033
|
+
CustomerInvoice_Input: ICustomerInvoice_Input;
|
9034
|
+
Date: Scalars['Date'];
|
9035
|
+
DateTime: Scalars['DateTime'];
|
9036
|
+
DefaultConfiguration: IDefaultConfiguration;
|
9037
|
+
DefaultPolicy: IDefaultPolicy;
|
9038
|
+
DefaultRole: IDefaultRole;
|
9039
|
+
DefaultSettings: IDefaultSettings;
|
9192
9040
|
EmptyResponse: IEmptyResponse;
|
9041
|
+
Environment: IEnvironment;
|
9193
9042
|
EnvironmentPayload: IEnvironmentPayload;
|
9043
|
+
ExternalResourceData: IExternalResourceData;
|
9194
9044
|
FieldError: IFieldError;
|
9195
9045
|
GenerateSSHKeysRequest: IGenerateSSHKeysRequest;
|
9196
9046
|
GeoLocation: IGeoLocation;
|
9047
|
+
Float: Scalars['Float'];
|
9048
|
+
GlobalSettings: IGlobalSettings;
|
9049
|
+
IActivitySettings: IResolversParentTypes['AdminIdeSettings'];
|
9197
9050
|
IAuth0Identity: never;
|
9051
|
+
IAuth0Token: IResolversParentTypes['UserProfile'];
|
9052
|
+
IAuth0User: IResolversParentTypes['UserProfile'];
|
9053
|
+
IAuth0UserProfile: IResolversParentTypes['UserProfile'];
|
9198
9054
|
ICity: never;
|
9199
|
-
ITerritorialState: never;
|
9200
|
-
ICountry: never;
|
9201
9055
|
IConfigurationChangeEvent: Omit<IIConfigurationChangeEvent, 'changedConfiguration'> & {
|
9202
9056
|
changedConfiguration?: Maybe<IResolversParentTypes['Configuration']>;
|
9203
9057
|
};
|
9058
|
+
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'];
|
9204
9059
|
IConfigurationService: never;
|
9060
|
+
ICountry: never;
|
9205
9061
|
IEventWithContext: IResolversParentTypes['OrganizationCreatedEvent'] | IResolversParentTypes['OrganizationDeletedEvent'];
|
9062
|
+
IOnBoardingParams: IIOnBoardingParams;
|
9063
|
+
IOrgUser: IResolversParentTypes['OrgUser'];
|
9064
|
+
IResourceData: IResolversParentTypes['ExternalResourceData'] | IResolversParentTypes['OrganizationResourceData'];
|
9065
|
+
IResourceUserRole: IResolversParentTypes['ResourceUser'];
|
9206
9066
|
IResourceUtilizationSettings: never;
|
9067
|
+
ISettingsSubject: IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['DefaultSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['MemorySettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['UserSettings'];
|
9207
9068
|
ISshKeySettings: IResolversParentTypes['SshKeySettings'];
|
9069
|
+
ITerritorialState: never;
|
9070
|
+
IUser: IResolversParentTypes['AuthUser'];
|
9071
|
+
IUserMetadata: IResolversParentTypes['UserMetadata'];
|
9072
|
+
IntegraitonConfigurationId: IIntegraitonConfigurationId;
|
9073
|
+
IntegrationConfiguration: IIntegrationConfiguration;
|
9074
|
+
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
9075
|
+
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
9076
|
+
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
9077
|
+
InviteMember: IInviteMember;
|
9078
|
+
InvoiceCreateRequest: IInvoiceCreateRequest;
|
9208
9079
|
InvoiceCreatedEvent: IInvoiceCreatedEvent;
|
9209
9080
|
InvoiceDeletedEvent: IInvoiceDeletedEvent;
|
9081
|
+
InvoiceMailRequest: IInvoiceMailRequest;
|
9082
|
+
InvoiceType: IInvoiceType;
|
9083
|
+
InvoiceUpdateRequest: IInvoiceUpdateRequest;
|
9084
|
+
JSON: Scalars['JSON'];
|
9210
9085
|
JSONObject: Scalars['JSONObject'];
|
9211
9086
|
KeyPathSegment: IKeyPathSegment;
|
9212
9087
|
LoginError: ILoginError;
|
9088
|
+
MachineConfiguration: IMachineConfiguration;
|
9089
|
+
MachineSettings: IMachineSettings;
|
9090
|
+
MemberInvoice: IMemberInvoice;
|
9091
|
+
MemberInvoice_Input: IMemberInvoice_Input;
|
9092
|
+
MemorySettings: IMemorySettings;
|
9213
9093
|
MenuItem: IMenuItem;
|
9094
|
+
Mutation: {};
|
9095
|
+
NameType: INameType;
|
9096
|
+
Name_Input: IName_Input;
|
9097
|
+
Node: IResolversParentTypes['OrgUserAccunt'] | IResolversParentTypes['UserAccount'];
|
9214
9098
|
Observable: Scalars['Observable'];
|
9099
|
+
OrgDetailWhere: IOrgDetailWhere;
|
9100
|
+
OrgMember: IOrgMember;
|
9101
|
+
OrgType: IOrgType;
|
9102
|
+
OrgUser: IOrgUser;
|
9103
|
+
OrgUserAccunt: IOrgUserAccunt;
|
9104
|
+
OrgUser_Input: IOrgUser_Input;
|
9105
|
+
Organization: IOrganization;
|
9106
|
+
OrganizationConfigValue_Input: IOrganizationConfigValue_Input;
|
9107
|
+
OrganizationConfiguration: IOrganizationConfiguration;
|
9108
|
+
OrganizationCreateRequest: IOrganizationCreateRequest;
|
9215
9109
|
OrganizationCreatedEvent: IOrganizationCreatedEvent;
|
9110
|
+
OrganizationData: Omit<IOrganizationData, 'resources'> & {
|
9111
|
+
resources: Array<Maybe<IResolversParentTypes['ResourceData']>>;
|
9112
|
+
};
|
9216
9113
|
OrganizationDeletedEvent: IOrganizationDeletedEvent;
|
9217
9114
|
OrganizationIdentifier: IOrganizationIdentifier;
|
9115
|
+
OrganizationInvitation: IOrganizationInvitation;
|
9116
|
+
OrganizationInvitationDecode: IOrganizationInvitationDecode;
|
9117
|
+
OrganizationInvitationRequest: IOrganizationInvitationRequest;
|
9118
|
+
OrganizationInvitation_Input: IOrganizationInvitation_Input;
|
9218
9119
|
OrganizationMember: IOrganizationMember;
|
9120
|
+
OrganizationNotificationValues: IOrganizationNotificationValues;
|
9121
|
+
OrganizationPolicy: IOrganizationPolicy;
|
9122
|
+
OrganizationRemoveRequest: IOrganizationRemoveRequest;
|
9123
|
+
OrganizationResourceConfiguration: IOrganizationResourceConfiguration;
|
9124
|
+
OrganizationResourceData: IOrganizationResourceData;
|
9125
|
+
OrganizationResourceSettings: IOrganizationResourceSettings;
|
9126
|
+
OrganizationRole: IOrganizationRole;
|
9219
9127
|
OrganizationService: IOrganizationService;
|
9128
|
+
OrganizationSettings: IOrganizationSettings;
|
9129
|
+
OrganizationUpdateRequest: IOrganizationUpdateRequest;
|
9130
|
+
Organization_Input: IOrganization_Input;
|
9220
9131
|
OrganizationsDeactivatedEvent: IOrganizationsDeactivatedEvent;
|
9221
9132
|
OrganizationsDeletedEvent: IOrganizationsDeletedEvent;
|
9133
|
+
Overrides: IOverrides;
|
9222
9134
|
PageInfo: IPageInfo;
|
9135
|
+
PermissionSubject: IPermissionSubject;
|
9136
|
+
PhoneNumber: IPhoneNumber;
|
9137
|
+
PhoneNumberInput: IPhoneNumberInput;
|
9138
|
+
PolicySubject: IPolicySubject;
|
9139
|
+
Position: IPosition;
|
9223
9140
|
PreferenceItem: IPreferenceItem;
|
9141
|
+
Preference_Account: IPreference_Account;
|
9142
|
+
Preference_Default: IPreference_Default;
|
9143
|
+
Preference_Global: IPreference_Global;
|
9144
|
+
Preference_Global_User: IPreference_Global_User;
|
9145
|
+
Preference_Notification: IPreference_Notification;
|
9146
|
+
Preference_Organization: IPreference_Organization;
|
9147
|
+
Preference_Project: IPreference_Project;
|
9148
|
+
Preference_Teams: IPreference_Teams;
|
9149
|
+
Preferences: IPreferences;
|
9150
|
+
PreferencesInput: IPreferencesInput;
|
9151
|
+
PreferencesInput_Input: IPreferencesInput_Input;
|
9152
|
+
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
9153
|
+
PreferencesResponse: IPreferencesResponse;
|
9154
|
+
PreferencesType: IPreferencesType;
|
9155
|
+
ProjectAddRequest: IProjectAddRequest;
|
9224
9156
|
ProjectCreatedEvent: IProjectCreatedEvent;
|
9225
9157
|
ProjectDeletedEvent: IProjectDeletedEvent;
|
9158
|
+
ProjectInvoice: IProjectInvoice;
|
9159
|
+
ProjectInvoice_Input: IProjectInvoice_Input;
|
9160
|
+
ProjectParameters: IProjectParameters;
|
9226
9161
|
ProjectParameters_Input: IProjectParameters_Input;
|
9162
|
+
ProjectSource: IProjectSource;
|
9227
9163
|
ProjectSource_Input: IProjectSource_Input;
|
9164
|
+
ProjectWhereInput: IProjectWhereInput;
|
9228
9165
|
Project_Input: IProject_Input;
|
9166
|
+
Project_Output: IProject_Output;
|
9167
|
+
Projects: IProjects;
|
9168
|
+
Query: {};
|
9169
|
+
Range: IRange;
|
9170
|
+
ResourceAccessRole: Omit<IResourceAccessRole, 'accessRoles'> & {
|
9171
|
+
accessRoles?: Maybe<Array<Maybe<IResolversParentTypes['AccessRole']>>>;
|
9172
|
+
};
|
9229
9173
|
ResourceCreatedEvent: IResourceCreatedEvent;
|
9174
|
+
ResourceCreationData_Input: IResourceCreationData_Input;
|
9175
|
+
ResourceData: IResolversParentTypes['OrganizationResourceData'] | IResolversParentTypes['ExternalResourceData'];
|
9230
9176
|
ResourceDeletedEvent: IResourceDeletedEvent;
|
9177
|
+
ResourcePolicy: IResourcePolicy;
|
9178
|
+
ResourceRole: IResourceRole;
|
9179
|
+
ResourceUser: IResourceUser;
|
9180
|
+
RoleInput: IRoleInput;
|
9231
9181
|
RouteData: IRouteData;
|
9182
|
+
Settings: ISettings;
|
9183
|
+
SettingsCascade: Omit<ISettingsCascade, 'subjects'> & {
|
9184
|
+
subjects?: Maybe<Array<Maybe<IResolversParentTypes['SettingsSubject']>>>;
|
9185
|
+
};
|
9186
|
+
SettingsGroup: ISettingsGroup;
|
9187
|
+
SettingsSection: ISettingsSection;
|
9188
|
+
SettingsSubject: IResolversParentTypes['UserSettings'] | IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['MemorySettings'] | IResolversParentTypes['DefaultSettings'];
|
9189
|
+
SocialConnect: ISocialConnect;
|
9190
|
+
SocialConnect_Input: ISocialConnect_Input;
|
9191
|
+
SshKey: ISshKey;
|
9192
|
+
SshKeyInput: ISshKeyInput;
|
9232
9193
|
SshKeyModel: ISshKeyModel;
|
9233
9194
|
SshKeyService: ISshKeyService;
|
9234
9195
|
SshKeySettings: ISshKeySettings;
|
9196
|
+
SubscribedOrganizationData: Omit<ISubscribedOrganizationData, 'resources'> & {
|
9197
|
+
resources?: Maybe<Array<Maybe<IResolversParentTypes['ResourceData']>>>;
|
9198
|
+
};
|
9199
|
+
Subscription: {};
|
9200
|
+
Task: ITask;
|
9201
|
+
TaskRequest: ITaskRequest;
|
9235
9202
|
TeamCreateRequest: ITeamCreateRequest;
|
9203
|
+
TeamCreationRequest: ITeamCreationRequest;
|
9236
9204
|
TeamInvitationEmailVariables: ITeamInvitationEmailVariables;
|
9205
|
+
TeamMember: ITeamMember;
|
9206
|
+
TeamMember_Input: ITeamMember_Input;
|
9237
9207
|
TeamRemoveRequest: ITeamRemoveRequest;
|
9238
9208
|
TeamService: ITeamService;
|
9209
|
+
TeamType: ITeamType;
|
9239
9210
|
TeamUpdateRequest: ITeamUpdateRequest;
|
9211
|
+
Template: ITemplate;
|
9212
|
+
TerritorialStateInput: ITerritorialStateInput;
|
9213
|
+
TerritorialStateUpdateInput: ITerritorialStateUpdateInput;
|
9240
9214
|
Time: Scalars['Time'];
|
9215
|
+
URI: Scalars['URI'];
|
9216
|
+
URIInput: Scalars['URIInput'];
|
9217
|
+
UpdateProject_Input: IUpdateProject_Input;
|
9218
|
+
UpdatedClient_Input: IUpdatedClient_Input;
|
9219
|
+
UserAccount: IUserAccount;
|
9220
|
+
UserAccountCreateRequest: IUserAccountCreateRequest;
|
9241
9221
|
UserAccountCreatedDetailedEvent: IUserAccountCreatedDetailedEvent;
|
9242
9222
|
UserAccountCreatedEvent: IUserAccountCreatedEvent;
|
9223
|
+
UserAccountRemoveRequest: IUserAccountRemoveRequest;
|
9243
9224
|
UserAccountRemovedEvent: IUserAccountRemovedEvent;
|
9225
|
+
UserAccountUpdateRequest: IUserAccountUpdateRequest;
|
9226
|
+
UserAccountWhere: IUserAccountWhere;
|
9227
|
+
UserAccount_Input: IUserAccount_Input;
|
9228
|
+
UserAuth0UpdateFields: IUserAuth0UpdateFields;
|
9229
|
+
UserConfiguration: IUserConfiguration;
|
9230
|
+
UserContext: IUserContext;
|
9231
|
+
UserDevice: IUserDevice;
|
9232
|
+
UserMetadata: IUserMetadata;
|
9244
9233
|
UserOrg: IUserOrg;
|
9245
9234
|
UserOrg_Input: IUserOrg_Input;
|
9235
|
+
UserPasswordResetInput: IUserPasswordResetInput;
|
9246
9236
|
UserPreviousValues: IUserPreviousValues;
|
9237
|
+
UserProfile: IUserProfile;
|
9238
|
+
UserSettings: IUserSettings;
|
9247
9239
|
UserState: IUserState;
|
9240
|
+
UserToken: IUserToken;
|
9241
|
+
UserTokenInput: IUserTokenInput;
|
9242
|
+
ViewerPoliciesInput: IViewerPoliciesInput;
|
9243
|
+
ViewerSettingsInput: IViewerSettingsInput;
|
9244
|
+
ViewerSettingsSubject: IViewerSettingsSubject;
|
9248
9245
|
};
|
9249
9246
|
export declare type IaddAccountContextDirectiveArgs = {};
|
9250
9247
|
export declare type IaddAccountContextDirectiveResolver<Result, Parent, ContextType = MyContext, Args = IaddAccountContextDirectiveArgs> = DirectiveResolverFn<Result, Parent, ContextType, Args>;
|
@@ -9712,32 +9709,96 @@ export declare type IIConfigurationChangeEventResolvers<ContextType = MyContext,
|
|
9712
9709
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9713
9710
|
};
|
9714
9711
|
export declare type IIConfigurationModelResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IConfigurationModel'] = IResolversParentTypes['IConfigurationModel']> = {
|
9715
|
-
__resolveType: TypeResolveFn<'
|
9712
|
+
__resolveType: TypeResolveFn<'ApplicationPolicy' | 'ApplicationRolePermission' | 'DefaultConfiguration' | 'DefaultPolicy' | 'DefaultRole' | 'MachineConfiguration' | 'OrganizationConfiguration' | 'OrganizationPolicy' | 'OrganizationResourceConfiguration' | 'OrganizationRole' | 'ResourcePolicy' | 'ResourceRole' | 'UserConfiguration', ParentType, ContextType>;
|
9716
9713
|
resource?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
9717
9714
|
target?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9718
9715
|
contents?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
9719
9716
|
keys?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
9720
9717
|
overrides?: Resolver<Maybe<Array<Maybe<IResolversTypes['Overrides']>>>, ParentType, ContextType>;
|
9721
9718
|
};
|
9722
|
-
export declare type IIConfigurationServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IConfigurationService'] = IResolversParentTypes['IConfigurationService']> = {
|
9723
|
-
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9724
|
-
updateValue?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IIConfigurationServiceupdateValueArgs, 'key' | 'value' | 'overrides'>>;
|
9719
|
+
export declare type IIConfigurationServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IConfigurationService'] = IResolversParentTypes['IConfigurationService']> = {
|
9720
|
+
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9721
|
+
updateValue?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IIConfigurationServiceupdateValueArgs, 'key' | 'value' | 'overrides'>>;
|
9722
|
+
};
|
9723
|
+
export declare type IICountryResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ICountry'] = IResolversParentTypes['ICountry']> = {
|
9724
|
+
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9725
|
+
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
9726
|
+
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9727
|
+
phone_code?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9728
|
+
currency?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9729
|
+
currency_symbol?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9730
|
+
emoji?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9731
|
+
location?: Resolver<Maybe<IResolversTypes['GeoLocation']>, ParentType, ContextType>;
|
9732
|
+
createdAt?: Resolver<IResolversTypes['Date'], ParentType, ContextType>;
|
9733
|
+
updatedAt?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
9734
|
+
};
|
9735
|
+
export declare type IIEventWithContextResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IEventWithContext'] = IResolversParentTypes['IEventWithContext']> = {
|
9736
|
+
__resolveType: TypeResolveFn<'OrganizationCreatedEvent' | 'OrganizationDeletedEvent', ParentType, ContextType>;
|
9737
|
+
userContext?: Resolver<Maybe<IResolversTypes['UserContext']>, ParentType, ContextType>;
|
9738
|
+
};
|
9739
|
+
export declare type IIOrgUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IOrgUser'] = IResolversParentTypes['IOrgUser']> = {
|
9740
|
+
__resolveType: TypeResolveFn<'OrgUser', ParentType, ContextType>;
|
9741
|
+
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
9742
|
+
isSelf?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
9743
|
+
orgName?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9744
|
+
};
|
9745
|
+
export declare type IIResourceDataResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceData'] = IResolversParentTypes['IResourceData']> = {
|
9746
|
+
__resolveType: TypeResolveFn<'ExternalResourceData' | 'OrganizationResourceData', ParentType, ContextType>;
|
9747
|
+
uri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
9748
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9749
|
+
index?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9750
|
+
};
|
9751
|
+
export declare type IIResourceUserRoleResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceUserRole'] = IResolversParentTypes['IResourceUserRole']> = {
|
9752
|
+
__resolveType: TypeResolveFn<'ResourceUser', ParentType, ContextType>;
|
9753
|
+
role?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9754
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9755
|
+
isSelf?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9756
|
+
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9757
|
+
};
|
9758
|
+
export declare type IIResourceUtilizationSettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceUtilizationSettings'] = IResolversParentTypes['IResourceUtilizationSettings']> = {
|
9759
|
+
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9760
|
+
subTopic?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9761
|
+
adminApiNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9762
|
+
};
|
9763
|
+
export declare type IISettingsSubjectResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ISettingsSubject'] = IResolversParentTypes['ISettingsSubject']> = {
|
9764
|
+
__resolveType: TypeResolveFn<'ApplicationSettings' | 'DefaultSettings' | 'GlobalSettings' | 'MachineSettings' | 'MemorySettings' | 'OrganizationResourceSettings' | 'OrganizationSettings' | 'UserSettings', ParentType, ContextType>;
|
9765
|
+
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
9766
|
+
latestSettings?: Resolver<Maybe<IResolversTypes['Settings']>, ParentType, ContextType>;
|
9767
|
+
settingsURL?: Resolver<IResolversTypes['URI'], ParentType, ContextType>;
|
9768
|
+
viewerCanAdminister?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
9769
|
+
settingsCascade?: Resolver<IResolversTypes['SettingsCascade'], ParentType, ContextType>;
|
9725
9770
|
};
|
9726
|
-
export declare type
|
9771
|
+
export declare type IISshKeySettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ISshKeySettings'] = IResolversParentTypes['ISshKeySettings']> = {
|
9772
|
+
__resolveType: TypeResolveFn<'SshKeySettings', ParentType, ContextType>;
|
9773
|
+
subTopic?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9774
|
+
sshNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9775
|
+
};
|
9776
|
+
export declare type IITerritorialStateResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ITerritorialState'] = IResolversParentTypes['ITerritorialState']> = {
|
9727
9777
|
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9728
9778
|
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
9729
9779
|
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9730
|
-
|
9731
|
-
currency?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9732
|
-
currency_symbol?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9733
|
-
emoji?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9780
|
+
country?: Resolver<IResolversTypes['ICountry'], ParentType, ContextType>;
|
9734
9781
|
location?: Resolver<Maybe<IResolversTypes['GeoLocation']>, ParentType, ContextType>;
|
9735
9782
|
createdAt?: Resolver<IResolversTypes['Date'], ParentType, ContextType>;
|
9736
9783
|
updatedAt?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
9737
9784
|
};
|
9738
|
-
export declare type
|
9739
|
-
__resolveType: TypeResolveFn<'
|
9740
|
-
|
9785
|
+
export declare type IIUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IUser'] = IResolversParentTypes['IUser']> = {
|
9786
|
+
__resolveType: TypeResolveFn<'AuthUser', ParentType, ContextType>;
|
9787
|
+
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
9788
|
+
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9789
|
+
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9790
|
+
};
|
9791
|
+
export declare type IIUserMetadataResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IUserMetadata'] = IResolversParentTypes['IUserMetadata']> = {
|
9792
|
+
__resolveType: TypeResolveFn<'UserMetadata', ParentType, ContextType>;
|
9793
|
+
last_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9794
|
+
first_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9795
|
+
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9796
|
+
phone_number?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9797
|
+
work_email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9798
|
+
country?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9799
|
+
company_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9800
|
+
dob?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
9801
|
+
zip_code?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9741
9802
|
};
|
9742
9803
|
export declare type IIntegraitonConfigurationIdResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IntegraitonConfigurationId'] = IResolversParentTypes['IntegraitonConfigurationId']> = {
|
9743
9804
|
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -9800,70 +9861,6 @@ export declare type IInvoiceTypeResolvers<ContextType = MyContext, ParentType ex
|
|
9800
9861
|
updatedAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
9801
9862
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9802
9863
|
};
|
9803
|
-
export declare type IIOrgUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IOrgUser'] = IResolversParentTypes['IOrgUser']> = {
|
9804
|
-
__resolveType: TypeResolveFn<'OrgUser', ParentType, ContextType>;
|
9805
|
-
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
9806
|
-
isSelf?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
9807
|
-
orgName?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9808
|
-
};
|
9809
|
-
export declare type IIResourceDataResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceData'] = IResolversParentTypes['IResourceData']> = {
|
9810
|
-
__resolveType: TypeResolveFn<'OrganizationResourceData' | 'ExternalResourceData', ParentType, ContextType>;
|
9811
|
-
uri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
9812
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9813
|
-
index?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9814
|
-
};
|
9815
|
-
export declare type IIResourceUserRoleResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceUserRole'] = IResolversParentTypes['IResourceUserRole']> = {
|
9816
|
-
__resolveType: TypeResolveFn<'ResourceUser', ParentType, ContextType>;
|
9817
|
-
role?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9818
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9819
|
-
isSelf?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9820
|
-
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9821
|
-
};
|
9822
|
-
export declare type IIResourceUtilizationSettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IResourceUtilizationSettings'] = IResolversParentTypes['IResourceUtilizationSettings']> = {
|
9823
|
-
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9824
|
-
subTopic?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9825
|
-
adminApiNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9826
|
-
};
|
9827
|
-
export declare type IISettingsSubjectResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ISettingsSubject'] = IResolversParentTypes['ISettingsSubject']> = {
|
9828
|
-
__resolveType: TypeResolveFn<'DefaultSettings' | 'UserSettings' | 'ApplicationSettings' | 'MachineSettings' | 'OrganizationResourceSettings' | 'GlobalSettings' | 'OrganizationSettings' | 'MemorySettings', ParentType, ContextType>;
|
9829
|
-
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
9830
|
-
latestSettings?: Resolver<Maybe<IResolversTypes['Settings']>, ParentType, ContextType>;
|
9831
|
-
settingsURL?: Resolver<IResolversTypes['URI'], ParentType, ContextType>;
|
9832
|
-
viewerCanAdminister?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
9833
|
-
settingsCascade?: Resolver<IResolversTypes['SettingsCascade'], ParentType, ContextType>;
|
9834
|
-
};
|
9835
|
-
export declare type IISshKeySettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ISshKeySettings'] = IResolversParentTypes['ISshKeySettings']> = {
|
9836
|
-
__resolveType: TypeResolveFn<'SshKeySettings', ParentType, ContextType>;
|
9837
|
-
subTopic?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9838
|
-
sshNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9839
|
-
};
|
9840
|
-
export declare type IITerritorialStateResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ITerritorialState'] = IResolversParentTypes['ITerritorialState']> = {
|
9841
|
-
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
9842
|
-
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
9843
|
-
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9844
|
-
country?: Resolver<IResolversTypes['ICountry'], ParentType, ContextType>;
|
9845
|
-
location?: Resolver<Maybe<IResolversTypes['GeoLocation']>, ParentType, ContextType>;
|
9846
|
-
createdAt?: Resolver<IResolversTypes['Date'], ParentType, ContextType>;
|
9847
|
-
updatedAt?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
9848
|
-
};
|
9849
|
-
export declare type IIUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IUser'] = IResolversParentTypes['IUser']> = {
|
9850
|
-
__resolveType: TypeResolveFn<'AuthUser', ParentType, ContextType>;
|
9851
|
-
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
9852
|
-
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9853
|
-
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9854
|
-
};
|
9855
|
-
export declare type IIUserMetadataResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IUserMetadata'] = IResolversParentTypes['IUserMetadata']> = {
|
9856
|
-
__resolveType: TypeResolveFn<'UserMetadata', ParentType, ContextType>;
|
9857
|
-
last_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9858
|
-
first_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9859
|
-
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9860
|
-
phone_number?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9861
|
-
work_email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9862
|
-
country?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9863
|
-
company_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9864
|
-
dob?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
9865
|
-
zip_code?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9866
|
-
};
|
9867
9864
|
export interface IJSONScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['JSON'], any> {
|
9868
9865
|
name: 'JSON';
|
9869
9866
|
}
|
@@ -10001,12 +9998,41 @@ export declare type INameTypeResolvers<ContextType = MyContext, ParentType exten
|
|
10001
9998
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10002
9999
|
};
|
10003
10000
|
export declare type INodeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Node'] = IResolversParentTypes['Node']> = {
|
10004
|
-
__resolveType: TypeResolveFn<'
|
10001
|
+
__resolveType: TypeResolveFn<'OrgUserAccunt' | 'UserAccount', ParentType, ContextType>;
|
10005
10002
|
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
10006
10003
|
};
|
10007
10004
|
export interface IObservableScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['Observable'], any> {
|
10008
10005
|
name: 'Observable';
|
10009
10006
|
}
|
10007
|
+
export declare type IOrgMemberResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrgMember'] = IResolversParentTypes['OrgMember']> = {
|
10008
|
+
_id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10009
|
+
userId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10010
|
+
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
10011
|
+
inactive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10012
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10013
|
+
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10014
|
+
crossCheckEmail?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10015
|
+
teamNames?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10016
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10017
|
+
};
|
10018
|
+
export declare type IOrgUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrgUser'] = IResolversParentTypes['OrgUser']> = {
|
10019
|
+
userId?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10020
|
+
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
10021
|
+
inactive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10022
|
+
orgName?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10023
|
+
user?: Resolver<IResolversTypes['OrgUserAccunt'], ParentType, ContextType>;
|
10024
|
+
isSelf?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
10025
|
+
crossCheckEmail?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10026
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10027
|
+
};
|
10028
|
+
export declare type IOrgUserAccuntResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrgUserAccunt'] = IResolversParentTypes['OrgUserAccunt']> = {
|
10029
|
+
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
10030
|
+
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10031
|
+
alias?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10032
|
+
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10033
|
+
emailVerified?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10034
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10035
|
+
};
|
10010
10036
|
export declare type IOrganizationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Organization'] = IResolversParentTypes['Organization']> = {
|
10011
10037
|
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
10012
10038
|
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -10130,14 +10156,6 @@ export declare type IOrganizationRoleResolvers<ContextType = MyContext, ParentTy
|
|
10130
10156
|
overrides?: Resolver<Maybe<Array<Maybe<IResolversTypes['Overrides']>>>, ParentType, ContextType>;
|
10131
10157
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10132
10158
|
};
|
10133
|
-
export declare type IOrganizationsDeactivatedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationsDeactivatedEvent'] = IResolversParentTypes['OrganizationsDeactivatedEvent']> = {
|
10134
|
-
deactivatedOrganizationsIds?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10135
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10136
|
-
};
|
10137
|
-
export declare type IOrganizationsDeletedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationsDeletedEvent'] = IResolversParentTypes['OrganizationsDeletedEvent']> = {
|
10138
|
-
deletedOrganizationIds?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10139
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10140
|
-
};
|
10141
10159
|
export declare type IOrganizationServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationService'] = IResolversParentTypes['OrganizationService']> = {
|
10142
10160
|
getOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IOrganizationServicegetOrganizationArgs, never>>;
|
10143
10161
|
createDefaultOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IOrganizationServicecreateDefaultOrganizationArgs, never>>;
|
@@ -10158,33 +10176,12 @@ export declare type IOrganizationSettingsResolvers<ContextType = MyContext, Pare
|
|
10158
10176
|
settingsCascade?: Resolver<IResolversTypes['SettingsCascade'], ParentType, ContextType>;
|
10159
10177
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10160
10178
|
};
|
10161
|
-
export declare type
|
10162
|
-
|
10163
|
-
userId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10164
|
-
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
10165
|
-
inactive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10166
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10167
|
-
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10168
|
-
crossCheckEmail?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10169
|
-
teamNames?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10170
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10171
|
-
};
|
10172
|
-
export declare type IOrgUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrgUser'] = IResolversParentTypes['OrgUser']> = {
|
10173
|
-
userId?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10174
|
-
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
10175
|
-
inactive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10176
|
-
orgName?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10177
|
-
user?: Resolver<IResolversTypes['OrgUserAccunt'], ParentType, ContextType>;
|
10178
|
-
isSelf?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
10179
|
-
crossCheckEmail?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10179
|
+
export declare type IOrganizationsDeactivatedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationsDeactivatedEvent'] = IResolversParentTypes['OrganizationsDeactivatedEvent']> = {
|
10180
|
+
deactivatedOrganizationsIds?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10180
10181
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10181
10182
|
};
|
10182
|
-
export declare type
|
10183
|
-
|
10184
|
-
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10185
|
-
alias?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10186
|
-
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10187
|
-
emailVerified?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10183
|
+
export declare type IOrganizationsDeletedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationsDeletedEvent'] = IResolversParentTypes['OrganizationsDeletedEvent']> = {
|
10184
|
+
deletedOrganizationIds?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10188
10185
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10189
10186
|
};
|
10190
10187
|
export declare type IOverridesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Overrides'] = IResolversParentTypes['Overrides']> = {
|
@@ -10218,6 +10215,17 @@ export declare type IPositionResolvers<ContextType = MyContext, ParentType exten
|
|
10218
10215
|
character?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
10219
10216
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10220
10217
|
};
|
10218
|
+
export declare type IPreferenceItemResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['PreferenceItem'] = IResolversParentTypes['PreferenceItem']> = {
|
10219
|
+
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10220
|
+
type?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10221
|
+
default?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10222
|
+
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10223
|
+
categoryType?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10224
|
+
settings?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10225
|
+
enum?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10226
|
+
enumDescriptions?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10227
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10228
|
+
};
|
10221
10229
|
export declare type IPreference_AccountResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Preference_Account'] = IResolversParentTypes['Preference_Account']> = {
|
10222
10230
|
default?: Resolver<Maybe<IResolversTypes['Preference_Default']>, ParentType, ContextType>;
|
10223
10231
|
notification?: Resolver<Maybe<IResolversTypes['Preference_Notification']>, ParentType, ContextType>;
|
@@ -10257,17 +10265,6 @@ export declare type IPreference_TeamsResolvers<ContextType = MyContext, ParentTy
|
|
10257
10265
|
visibility?: Resolver<Maybe<IResolversTypes['Visibility']>, ParentType, ContextType>;
|
10258
10266
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10259
10267
|
};
|
10260
|
-
export declare type IPreferenceItemResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['PreferenceItem'] = IResolversParentTypes['PreferenceItem']> = {
|
10261
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10262
|
-
type?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10263
|
-
default?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10264
|
-
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10265
|
-
categoryType?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10266
|
-
settings?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10267
|
-
enum?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10268
|
-
enumDescriptions?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10269
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10270
|
-
};
|
10271
10268
|
export declare type IPreferencesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Preferences'] = IResolversParentTypes['Preferences']> = {
|
10272
10269
|
account?: Resolver<Maybe<IResolversTypes['Preference_Account']>, ParentType, ContextType>;
|
10273
10270
|
defaultSetting?: Resolver<Maybe<Array<Maybe<IResolversTypes['SettingsGroup']>>>, ParentType, ContextType>;
|
@@ -10290,16 +10287,6 @@ export declare type IPreferencesTypeResolvers<ContextType = MyContext, ParentTyp
|
|
10290
10287
|
data?: Resolver<Maybe<Array<Maybe<IResolversTypes['ContributionSettings']>>>, ParentType, ContextType>;
|
10291
10288
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10292
10289
|
};
|
10293
|
-
export declare type IProject_OutputResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Project_Output'] = IResolversParentTypes['Project_Output']> = {
|
10294
|
-
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10295
|
-
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10296
|
-
clientId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10297
|
-
teams?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10298
|
-
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10299
|
-
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10300
|
-
integrationConfigurationId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10301
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10302
|
-
};
|
10303
10290
|
export declare type IProjectCreatedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProjectCreatedEvent'] = IResolversParentTypes['ProjectCreatedEvent']> = {
|
10304
10291
|
createdProject?: Resolver<Maybe<IResolversTypes['Projects']>, ParentType, ContextType>;
|
10305
10292
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
@@ -10322,6 +10309,24 @@ export declare type IProjectParametersResolvers<ContextType = MyContext, ParentT
|
|
10322
10309
|
isPrivate?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10323
10310
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10324
10311
|
};
|
10312
|
+
export declare type IProjectSourceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProjectSource'] = IResolversParentTypes['ProjectSource']> = {
|
10313
|
+
location?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10314
|
+
type?: Resolver<Maybe<IResolversTypes['ProjectSourceType']>, ParentType, ContextType>;
|
10315
|
+
parameters?: Resolver<Maybe<IResolversTypes['ProjectParameters']>, ParentType, ContextType>;
|
10316
|
+
providers?: Resolver<Maybe<IResolversTypes['ProjectSourceProviders']>, ParentType, ContextType>;
|
10317
|
+
language?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10318
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10319
|
+
};
|
10320
|
+
export declare type IProject_OutputResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Project_Output'] = IResolversParentTypes['Project_Output']> = {
|
10321
|
+
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10322
|
+
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10323
|
+
clientId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10324
|
+
teams?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10325
|
+
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10326
|
+
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10327
|
+
integrationConfigurationId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10328
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10329
|
+
};
|
10325
10330
|
export declare type IProjectsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Projects'] = IResolversParentTypes['Projects']> = {
|
10326
10331
|
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
10327
10332
|
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
@@ -10339,14 +10344,6 @@ export declare type IProjectsResolvers<ContextType = MyContext, ParentType exten
|
|
10339
10344
|
createdAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
10340
10345
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10341
10346
|
};
|
10342
|
-
export declare type IProjectSourceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProjectSource'] = IResolversParentTypes['ProjectSource']> = {
|
10343
|
-
location?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10344
|
-
type?: Resolver<Maybe<IResolversTypes['ProjectSourceType']>, ParentType, ContextType>;
|
10345
|
-
parameters?: Resolver<Maybe<IResolversTypes['ProjectParameters']>, ParentType, ContextType>;
|
10346
|
-
providers?: Resolver<Maybe<IResolversTypes['ProjectSourceProviders']>, ParentType, ContextType>;
|
10347
|
-
language?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10348
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10349
|
-
};
|
10350
10347
|
export declare type IQueryResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Query'] = IResolversParentTypes['Query']> = {
|
10351
10348
|
GetSshKey?: Resolver<Maybe<IResolversTypes['SshKey']>, ParentType, ContextType, RequireFields<IQueryGetSshKeyArgs, 'id'>>;
|
10352
10349
|
decodeOrganizationInvitation?: Resolver<Maybe<IResolversTypes['OrganizationInvitationDecode']>, ParentType, ContextType, RequireFields<IQuerydecodeOrganizationInvitationArgs, 'token'>>;
|
@@ -10827,12 +10824,6 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10827
10824
|
IConfigurationService?: IIConfigurationServiceResolvers<ContextType>;
|
10828
10825
|
ICountry?: IICountryResolvers<ContextType>;
|
10829
10826
|
IEventWithContext?: IIEventWithContextResolvers<ContextType>;
|
10830
|
-
IntegraitonConfigurationId?: IIntegraitonConfigurationIdResolvers<ContextType>;
|
10831
|
-
IntegrationConfiguration?: IIntegrationConfigurationResolvers<ContextType>;
|
10832
|
-
InviteMember?: IInviteMemberResolvers<ContextType>;
|
10833
|
-
InvoiceCreatedEvent?: IInvoiceCreatedEventResolvers<ContextType>;
|
10834
|
-
InvoiceDeletedEvent?: IInvoiceDeletedEventResolvers<ContextType>;
|
10835
|
-
InvoiceType?: IInvoiceTypeResolvers<ContextType>;
|
10836
10827
|
IOrgUser?: IIOrgUserResolvers<ContextType>;
|
10837
10828
|
IResourceData?: IIResourceDataResolvers<ContextType>;
|
10838
10829
|
IResourceUserRole?: IIResourceUserRoleResolvers<ContextType>;
|
@@ -10842,6 +10833,12 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10842
10833
|
ITerritorialState?: IITerritorialStateResolvers<ContextType>;
|
10843
10834
|
IUser?: IIUserResolvers<ContextType>;
|
10844
10835
|
IUserMetadata?: IIUserMetadataResolvers<ContextType>;
|
10836
|
+
IntegraitonConfigurationId?: IIntegraitonConfigurationIdResolvers<ContextType>;
|
10837
|
+
IntegrationConfiguration?: IIntegrationConfigurationResolvers<ContextType>;
|
10838
|
+
InviteMember?: IInviteMemberResolvers<ContextType>;
|
10839
|
+
InvoiceCreatedEvent?: IInvoiceCreatedEventResolvers<ContextType>;
|
10840
|
+
InvoiceDeletedEvent?: IInvoiceDeletedEventResolvers<ContextType>;
|
10841
|
+
InvoiceType?: IInvoiceTypeResolvers<ContextType>;
|
10845
10842
|
JSON?: GraphQLScalarType;
|
10846
10843
|
JSONObject?: GraphQLScalarType;
|
10847
10844
|
LoginError?: ILoginErrorResolvers<ContextType>;
|
@@ -10854,6 +10851,9 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10854
10851
|
NameType?: INameTypeResolvers<ContextType>;
|
10855
10852
|
Node?: INodeResolvers<ContextType>;
|
10856
10853
|
Observable?: GraphQLScalarType;
|
10854
|
+
OrgMember?: IOrgMemberResolvers<ContextType>;
|
10855
|
+
OrgUser?: IOrgUserResolvers<ContextType>;
|
10856
|
+
OrgUserAccunt?: IOrgUserAccuntResolvers<ContextType>;
|
10857
10857
|
Organization?: IOrganizationResolvers<ContextType>;
|
10858
10858
|
OrganizationConfiguration?: IOrganizationConfigurationResolvers<ContextType>;
|
10859
10859
|
OrganizationCreatedEvent?: IOrganizationCreatedEventResolvers<ContextType>;
|
@@ -10868,19 +10868,17 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10868
10868
|
OrganizationResourceData?: IOrganizationResourceDataResolvers<ContextType>;
|
10869
10869
|
OrganizationResourceSettings?: IOrganizationResourceSettingsResolvers<ContextType>;
|
10870
10870
|
OrganizationRole?: IOrganizationRoleResolvers<ContextType>;
|
10871
|
-
OrganizationsDeactivatedEvent?: IOrganizationsDeactivatedEventResolvers<ContextType>;
|
10872
|
-
OrganizationsDeletedEvent?: IOrganizationsDeletedEventResolvers<ContextType>;
|
10873
10871
|
OrganizationService?: IOrganizationServiceResolvers<ContextType>;
|
10874
10872
|
OrganizationSettings?: IOrganizationSettingsResolvers<ContextType>;
|
10875
|
-
|
10876
|
-
|
10877
|
-
OrgUserAccunt?: IOrgUserAccuntResolvers<ContextType>;
|
10873
|
+
OrganizationsDeactivatedEvent?: IOrganizationsDeactivatedEventResolvers<ContextType>;
|
10874
|
+
OrganizationsDeletedEvent?: IOrganizationsDeletedEventResolvers<ContextType>;
|
10878
10875
|
Overrides?: IOverridesResolvers<ContextType>;
|
10879
10876
|
PageInfo?: IPageInfoResolvers<ContextType>;
|
10880
10877
|
PermissionSubject?: IPermissionSubjectResolvers<ContextType>;
|
10881
10878
|
PhoneNumber?: IPhoneNumberResolvers<ContextType>;
|
10882
10879
|
PolicySubject?: IPolicySubjectResolvers<ContextType>;
|
10883
10880
|
Position?: IPositionResolvers<ContextType>;
|
10881
|
+
PreferenceItem?: IPreferenceItemResolvers<ContextType>;
|
10884
10882
|
Preference_Account?: IPreference_AccountResolvers<ContextType>;
|
10885
10883
|
Preference_Default?: IPreference_DefaultResolvers<ContextType>;
|
10886
10884
|
Preference_Global?: IPreference_GlobalResolvers<ContextType>;
|
@@ -10889,18 +10887,17 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10889
10887
|
Preference_Organization?: IPreference_OrganizationResolvers<ContextType>;
|
10890
10888
|
Preference_Project?: IPreference_ProjectResolvers<ContextType>;
|
10891
10889
|
Preference_Teams?: IPreference_TeamsResolvers<ContextType>;
|
10892
|
-
PreferenceItem?: IPreferenceItemResolvers<ContextType>;
|
10893
10890
|
Preferences?: IPreferencesResolvers<ContextType>;
|
10894
10891
|
PreferencesInput?: IPreferencesInputResolvers<ContextType>;
|
10895
10892
|
PreferencesResponse?: IPreferencesResponseResolvers<ContextType>;
|
10896
10893
|
PreferencesType?: IPreferencesTypeResolvers<ContextType>;
|
10897
|
-
Project_Output?: IProject_OutputResolvers<ContextType>;
|
10898
10894
|
ProjectCreatedEvent?: IProjectCreatedEventResolvers<ContextType>;
|
10899
10895
|
ProjectDeletedEvent?: IProjectDeletedEventResolvers<ContextType>;
|
10900
10896
|
ProjectInvoice?: IProjectInvoiceResolvers<ContextType>;
|
10901
10897
|
ProjectParameters?: IProjectParametersResolvers<ContextType>;
|
10902
|
-
Projects?: IProjectsResolvers<ContextType>;
|
10903
10898
|
ProjectSource?: IProjectSourceResolvers<ContextType>;
|
10899
|
+
Project_Output?: IProject_OutputResolvers<ContextType>;
|
10900
|
+
Projects?: IProjectsResolvers<ContextType>;
|
10904
10901
|
Query?: IQueryResolvers<ContextType>;
|
10905
10902
|
Range?: IRangeResolvers<ContextType>;
|
10906
10903
|
ResourceAccessRole?: IResourceAccessRoleResolvers<ContextType>;
|