@adminide-stack/core 1.1.3-alpha.69 → 1.1.3-alpha.81
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.
@@ -183,23 +183,6 @@ export declare const enum IActivityServiceCommands {
|
|
183
183
|
notify = "notify",
|
184
184
|
collect = "collect"
|
185
185
|
}
|
186
|
-
export declare type IAddressType = {
|
187
|
-
__typename?: 'AddressType';
|
188
|
-
attention?: Maybe<Scalars['String']>;
|
189
|
-
address?: Maybe<Scalars['String']>;
|
190
|
-
city?: Maybe<Scalars['String']>;
|
191
|
-
state?: Maybe<Scalars['String']>;
|
192
|
-
country?: Maybe<Scalars['String']>;
|
193
|
-
zip?: Maybe<Scalars['String']>;
|
194
|
-
};
|
195
|
-
export declare type IAddressType_Input = {
|
196
|
-
attention?: Maybe<Scalars['String']>;
|
197
|
-
address?: Maybe<Scalars['String']>;
|
198
|
-
city?: Maybe<Scalars['String']>;
|
199
|
-
state?: Maybe<Scalars['String']>;
|
200
|
-
country?: Maybe<Scalars['String']>;
|
201
|
-
zip?: Maybe<Scalars['String']>;
|
202
|
-
};
|
203
186
|
export declare type IAdminIdeSettings = IIActivitySettings & {
|
204
187
|
__typename?: 'AdminIdeSettings';
|
205
188
|
activityNamespace?: Maybe<Scalars['String']>;
|
@@ -267,30 +250,6 @@ export declare type IApplicationSettings = IISettingsSubject & {
|
|
267
250
|
*/
|
268
251
|
settingsCascade: ISettingsCascade;
|
269
252
|
};
|
270
|
-
export declare type IAsanaConnection = {
|
271
|
-
__typename?: 'AsanaConnection';
|
272
|
-
asana?: Maybe<IAsanaConnectionState>;
|
273
|
-
};
|
274
|
-
export declare type IAsanaConnectionState = {
|
275
|
-
__typename?: 'AsanaConnectionState';
|
276
|
-
status?: Maybe<Scalars['String']>;
|
277
|
-
user?: Maybe<IAsanaUser>;
|
278
|
-
};
|
279
|
-
export declare type IAsanaProjects = {
|
280
|
-
__typename?: 'AsanaProjects';
|
281
|
-
gid?: Maybe<Scalars['String']>;
|
282
|
-
name?: Maybe<Scalars['String']>;
|
283
|
-
};
|
284
|
-
export declare type IAsanaUser = {
|
285
|
-
__typename?: 'AsanaUser';
|
286
|
-
user_id?: Maybe<Scalars['String']>;
|
287
|
-
username?: Maybe<Scalars['String']>;
|
288
|
-
};
|
289
|
-
export declare type IAsanaWorkspaces = {
|
290
|
-
__typename?: 'AsanaWorkspaces';
|
291
|
-
gid?: Maybe<Scalars['String']>;
|
292
|
-
name?: Maybe<Scalars['String']>;
|
293
|
-
};
|
294
253
|
export declare type IAuth0Identity = {
|
295
254
|
__typename?: 'Auth0Identity';
|
296
255
|
connection?: Maybe<Scalars['String']>;
|
@@ -354,36 +313,6 @@ export declare type ICityUpdateInput = {
|
|
354
313
|
name?: Maybe<Scalars['String']>;
|
355
314
|
state: ITerritorialStateUpdateInput;
|
356
315
|
};
|
357
|
-
export declare type IClient = {
|
358
|
-
__typename?: 'Client';
|
359
|
-
id?: Maybe<Scalars['ID']>;
|
360
|
-
name: INameType;
|
361
|
-
companyName?: Maybe<Scalars['String']>;
|
362
|
-
displayName: Scalars['String'];
|
363
|
-
email?: Maybe<Scalars['String']>;
|
364
|
-
clientPhone?: Maybe<IClientPhone>;
|
365
|
-
website?: Maybe<Scalars['String']>;
|
366
|
-
currency: Scalars['String'];
|
367
|
-
socialConnect?: Maybe<ISocialConnect>;
|
368
|
-
billingAddress?: Maybe<IAddressType>;
|
369
|
-
shippingAddress?: Maybe<IAddressType>;
|
370
|
-
orgName?: Maybe<Scalars['String']>;
|
371
|
-
createdAt?: Maybe<Scalars['DateTime']>;
|
372
|
-
updatedAt?: Maybe<Scalars['DateTime']>;
|
373
|
-
};
|
374
|
-
export declare type IClientAddRequest = {
|
375
|
-
name: IName_Input;
|
376
|
-
companyName?: Maybe<Scalars['String']>;
|
377
|
-
displayName: Scalars['String'];
|
378
|
-
email?: Maybe<Scalars['String']>;
|
379
|
-
clientPhone?: Maybe<IClientPhone_Input>;
|
380
|
-
website?: Maybe<Scalars['String']>;
|
381
|
-
currency: Scalars['String'];
|
382
|
-
socialConnect?: Maybe<ISocialConnect_Input>;
|
383
|
-
billingAddress?: Maybe<IAddressType_Input>;
|
384
|
-
shippingAddress?: Maybe<IAddressType_Input>;
|
385
|
-
orgName?: Maybe<Scalars['String']>;
|
386
|
-
};
|
387
316
|
export declare const enum IClientCacheTypeNames {
|
388
317
|
ApplicationPolicy = "ApplicationPolicy",
|
389
318
|
ApplicationRolePermission = "ApplicationRolePermission",
|
@@ -430,31 +359,10 @@ export declare const enum IClientContainerService {
|
|
430
359
|
IPreferenceService = "IPreferenceService",
|
431
360
|
ITeamKeyContextService = "ITeamKeyContextService"
|
432
361
|
}
|
433
|
-
export declare type IClientCreatedEvent = {
|
434
|
-
__typename?: 'ClientCreatedEvent';
|
435
|
-
createdClient?: Maybe<IClient>;
|
436
|
-
};
|
437
|
-
export declare type IClientDeletedEvent = {
|
438
|
-
__typename?: 'ClientDeletedEvent';
|
439
|
-
deletedClient?: Maybe<IClient>;
|
440
|
-
};
|
441
|
-
export declare type IClientPhone = {
|
442
|
-
__typename?: 'ClientPhone';
|
443
|
-
workPhone?: Maybe<Scalars['String']>;
|
444
|
-
mobile?: Maybe<Scalars['String']>;
|
445
|
-
};
|
446
|
-
export declare type IClientPhone_Input = {
|
447
|
-
workPhone?: Maybe<Scalars['String']>;
|
448
|
-
mobile?: Maybe<Scalars['String']>;
|
449
|
-
};
|
450
362
|
export declare const enum IClientTypes {
|
451
363
|
Business = "Business",
|
452
364
|
Individuals = "Individuals"
|
453
365
|
}
|
454
|
-
export declare type IClientUpdateRequest = {
|
455
|
-
id?: Maybe<Scalars['String']>;
|
456
|
-
payload?: Maybe<IUpdatedClient_Input>;
|
457
|
-
};
|
458
366
|
export declare const enum IConfigCollectionName {
|
459
367
|
application = "application",
|
460
368
|
accounts = "accounts",
|
@@ -642,25 +550,6 @@ export declare type ICountry = {
|
|
642
550
|
export declare type ICountryInput = {
|
643
551
|
name: Scalars['String'];
|
644
552
|
};
|
645
|
-
export declare type ICustomerInvoice = {
|
646
|
-
__typename?: 'CustomerInvoice';
|
647
|
-
id?: Maybe<Scalars['String']>;
|
648
|
-
username?: Maybe<Scalars['String']>;
|
649
|
-
companyName?: Maybe<Scalars['String']>;
|
650
|
-
email?: Maybe<Scalars['String']>;
|
651
|
-
phone?: Maybe<IClientPhone>;
|
652
|
-
billingAddress?: Maybe<IAddressType>;
|
653
|
-
shippingAddress?: Maybe<IAddressType>;
|
654
|
-
};
|
655
|
-
export declare type ICustomerInvoice_Input = {
|
656
|
-
id?: Maybe<Scalars['String']>;
|
657
|
-
username?: Maybe<Scalars['String']>;
|
658
|
-
companyName?: Maybe<Scalars['String']>;
|
659
|
-
email?: Maybe<Scalars['String']>;
|
660
|
-
phone?: Maybe<IClientPhone_Input>;
|
661
|
-
billingAddress?: Maybe<IAddressType_Input>;
|
662
|
-
shippingAddress?: Maybe<IAddressType_Input>;
|
663
|
-
};
|
664
553
|
export declare type IDefaultConfiguration = IIConfigurationModel & {
|
665
554
|
__typename?: 'DefaultConfiguration';
|
666
555
|
/** The ID. */
|
@@ -1011,97 +900,6 @@ export declare const enum IInviteStatus {
|
|
1011
900
|
ACCEPTED = "ACCEPTED",
|
1012
901
|
DECLINED = "DECLINED"
|
1013
902
|
}
|
1014
|
-
export declare type IInvoiceCreateRequest = {
|
1015
|
-
comment?: Maybe<Scalars['String']>;
|
1016
|
-
currency?: Maybe<Scalars['String']>;
|
1017
|
-
discount?: Maybe<Scalars['Float']>;
|
1018
|
-
from?: Maybe<IMemberInvoice_Input>;
|
1019
|
-
invoiceDate?: Maybe<Scalars['String']>;
|
1020
|
-
terms?: Maybe<Scalars['String']>;
|
1021
|
-
dueDate?: Maybe<Scalars['String']>;
|
1022
|
-
invoiceNumber?: Maybe<Scalars['String']>;
|
1023
|
-
orderNumber?: Maybe<Scalars['String']>;
|
1024
|
-
invoiceVendor?: Maybe<IMemberInvoice_Input>;
|
1025
|
-
logo?: Maybe<Scalars['String']>;
|
1026
|
-
paymentStatus?: Maybe<Scalars['Boolean']>;
|
1027
|
-
projects?: Maybe<Array<Maybe<IProjectInvoice_Input>>>;
|
1028
|
-
subTotal?: Maybe<Scalars['Float']>;
|
1029
|
-
tax?: Maybe<Scalars['Float']>;
|
1030
|
-
subject?: Maybe<Scalars['String']>;
|
1031
|
-
conditions?: Maybe<Scalars['String']>;
|
1032
|
-
timezoneOffset?: Maybe<Scalars['Int']>;
|
1033
|
-
to?: Maybe<ICustomerInvoice_Input>;
|
1034
|
-
total?: Maybe<Scalars['Float']>;
|
1035
|
-
};
|
1036
|
-
export declare type IInvoiceCreatedEvent = {
|
1037
|
-
__typename?: 'InvoiceCreatedEvent';
|
1038
|
-
createdInvoice?: Maybe<IInvoiceType>;
|
1039
|
-
};
|
1040
|
-
export declare type IInvoiceDeletedEvent = {
|
1041
|
-
__typename?: 'InvoiceDeletedEvent';
|
1042
|
-
deletedInvoice?: Maybe<IInvoiceType>;
|
1043
|
-
};
|
1044
|
-
export declare type IInvoiceMailRequest = {
|
1045
|
-
template: ITemplate;
|
1046
|
-
to: Scalars['String'];
|
1047
|
-
from: Scalars['String'];
|
1048
|
-
cc?: Maybe<Scalars['String']>;
|
1049
|
-
bcc?: Maybe<Scalars['String']>;
|
1050
|
-
attachments?: Maybe<Array<Maybe<Scalars['AnyObject']>>>;
|
1051
|
-
subject?: Maybe<Scalars['String']>;
|
1052
|
-
};
|
1053
|
-
export declare type IInvoiceType = {
|
1054
|
-
__typename?: 'InvoiceType';
|
1055
|
-
id?: Maybe<Scalars['ID']>;
|
1056
|
-
comment?: Maybe<Scalars['String']>;
|
1057
|
-
currency?: Maybe<Scalars['String']>;
|
1058
|
-
discount?: Maybe<Scalars['Float']>;
|
1059
|
-
from?: Maybe<IMemberInvoice>;
|
1060
|
-
invoiceDate?: Maybe<Scalars['DateTime']>;
|
1061
|
-
terms?: Maybe<Scalars['String']>;
|
1062
|
-
dueDate?: Maybe<Scalars['DateTime']>;
|
1063
|
-
invoiceNumber?: Maybe<Scalars['String']>;
|
1064
|
-
orderNumber?: Maybe<Scalars['String']>;
|
1065
|
-
invoiceVendor?: Maybe<IMemberInvoice>;
|
1066
|
-
logo?: Maybe<Scalars['String']>;
|
1067
|
-
overdue?: Maybe<Scalars['Boolean']>;
|
1068
|
-
paymentStatus?: Maybe<Scalars['Boolean']>;
|
1069
|
-
projects?: Maybe<Array<Maybe<IProjectInvoice>>>;
|
1070
|
-
sendingStatus?: Maybe<Scalars['Boolean']>;
|
1071
|
-
status?: Maybe<Scalars['String']>;
|
1072
|
-
subTotal?: Maybe<Scalars['Float']>;
|
1073
|
-
tax?: Maybe<Scalars['Float']>;
|
1074
|
-
subject?: Maybe<Scalars['String']>;
|
1075
|
-
conditions?: Maybe<Scalars['String']>;
|
1076
|
-
timezoneOffset?: Maybe<Scalars['Int']>;
|
1077
|
-
to?: Maybe<ICustomerInvoice>;
|
1078
|
-
total?: Maybe<Scalars['Float']>;
|
1079
|
-
orgName?: Maybe<Scalars['String']>;
|
1080
|
-
createdAt?: Maybe<Scalars['DateTime']>;
|
1081
|
-
updatedAt?: Maybe<Scalars['DateTime']>;
|
1082
|
-
};
|
1083
|
-
export declare type IInvoiceUpdateRequest = {
|
1084
|
-
comment?: Maybe<Scalars['String']>;
|
1085
|
-
currency?: Maybe<Scalars['String']>;
|
1086
|
-
discount?: Maybe<Scalars['Float']>;
|
1087
|
-
from?: Maybe<IMemberInvoice_Input>;
|
1088
|
-
invoiceDate?: Maybe<Scalars['String']>;
|
1089
|
-
terms?: Maybe<Scalars['String']>;
|
1090
|
-
dueDate?: Maybe<Scalars['String']>;
|
1091
|
-
invoiceNumber?: Maybe<Scalars['String']>;
|
1092
|
-
orderNumber?: Maybe<Scalars['String']>;
|
1093
|
-
invoiceVendor?: Maybe<IMemberInvoice_Input>;
|
1094
|
-
logo?: Maybe<Scalars['String']>;
|
1095
|
-
paymentStatus?: Maybe<Scalars['Boolean']>;
|
1096
|
-
projects?: Maybe<Array<Maybe<IProjectInvoice_Input>>>;
|
1097
|
-
subTotal?: Maybe<Scalars['Float']>;
|
1098
|
-
tax?: Maybe<Scalars['Float']>;
|
1099
|
-
subject?: Maybe<Scalars['String']>;
|
1100
|
-
conditions?: Maybe<Scalars['String']>;
|
1101
|
-
timezoneOffset?: Maybe<Scalars['Int']>;
|
1102
|
-
to?: Maybe<ICustomerInvoice_Input>;
|
1103
|
-
total?: Maybe<Scalars['Float']>;
|
1104
|
-
};
|
1105
903
|
/**
|
1106
904
|
* A segment of a key path that locates a nested JSON value in a root JSON value. Exactly one field in each
|
1107
905
|
* KeyPathSegment must be non-null.
|
@@ -1159,23 +957,6 @@ export declare const enum IMailTemplateId {
|
|
1159
957
|
USER_PASSWORD_RESET = "USER_PASSWORD_RESET",
|
1160
958
|
dummy = "dummy"
|
1161
959
|
}
|
1162
|
-
export declare type IMemberInvoice = {
|
1163
|
-
__typename?: 'MemberInvoice';
|
1164
|
-
id?: Maybe<Scalars['String']>;
|
1165
|
-
name?: Maybe<Scalars['String']>;
|
1166
|
-
companyName?: Maybe<Scalars['String']>;
|
1167
|
-
email?: Maybe<Scalars['String']>;
|
1168
|
-
phone?: Maybe<IClientPhone>;
|
1169
|
-
address?: Maybe<IAddressType>;
|
1170
|
-
};
|
1171
|
-
export declare type IMemberInvoice_Input = {
|
1172
|
-
id?: Maybe<Scalars['String']>;
|
1173
|
-
name?: Maybe<Scalars['String']>;
|
1174
|
-
companyName?: Maybe<Scalars['String']>;
|
1175
|
-
email?: Maybe<Scalars['String']>;
|
1176
|
-
phone?: Maybe<IClientPhone_Input>;
|
1177
|
-
address?: Maybe<IAddressType_Input>;
|
1178
|
-
};
|
1179
960
|
export declare type IMemorySettings = IISettingsSubject & {
|
1180
961
|
__typename?: 'MemorySettings';
|
1181
962
|
/** The ID. */
|
@@ -1219,14 +1000,11 @@ export declare const enum IMoleculerServiceName {
|
|
1219
1000
|
AccountsPostEventsService = "AccountsPostEventsService",
|
1220
1001
|
ActivityCollector = "ActivityCollector",
|
1221
1002
|
ActivityStorage = "ActivityStorage",
|
1222
|
-
AsanaService = "AsanaService",
|
1223
1003
|
AuthUserService = "AuthUserService",
|
1224
|
-
GithubMoleculerService = "GithubMoleculerService",
|
1225
1004
|
OrganizationContextService = "OrganizationContextService",
|
1226
1005
|
PaymentEventListener = "PaymentEventListener",
|
1227
1006
|
PaymentService = "PaymentService",
|
1228
1007
|
PaypalService = "PaypalService",
|
1229
|
-
ProjectService = "ProjectService",
|
1230
1008
|
SshKeyService = "SshKeyService",
|
1231
1009
|
StripeService = "StripeService",
|
1232
1010
|
UserBroadcaster = "UserBroadcaster",
|
@@ -1241,9 +1019,7 @@ export declare type IMutation = {
|
|
1241
1019
|
UpdateSshKey?: Maybe<ISshKey>;
|
1242
1020
|
acceptOrganizationInvitation?: Maybe<Scalars['Boolean']>;
|
1243
1021
|
accountOnBoarding?: Maybe<Scalars['Boolean']>;
|
1244
|
-
addClient?: Maybe<Scalars['Boolean']>;
|
1245
1022
|
addContributionRole?: Maybe<Scalars['Boolean']>;
|
1246
|
-
addOrgProject?: Maybe<Scalars['Boolean']>;
|
1247
1023
|
addResourceToContext?: Maybe<Scalars['Boolean']>;
|
1248
1024
|
addTeamMembers?: Maybe<Scalars['Boolean']>;
|
1249
1025
|
changeMemberRole?: Maybe<Scalars['Boolean']>;
|
@@ -1251,10 +1027,8 @@ export declare type IMutation = {
|
|
1251
1027
|
changeOrganization?: Maybe<Scalars['String']>;
|
1252
1028
|
collect?: Maybe<Scalars['Boolean']>;
|
1253
1029
|
createIntegrationConfiguration?: Maybe<IIntegraitonConfigurationId>;
|
1254
|
-
createInvoice?: Maybe<Scalars['Boolean']>;
|
1255
1030
|
createOrUpdateIntegrationConfiguration?: Maybe<IIntegraitonConfigurationId>;
|
1256
1031
|
createOrganization?: Maybe<IOrganization>;
|
1257
|
-
createTask?: Maybe<Scalars['Boolean']>;
|
1258
1032
|
createTeam?: Maybe<IAccountTeam>;
|
1259
1033
|
declineOrganizationInvitation?: Maybe<Scalars['Boolean']>;
|
1260
1034
|
deleteIntegrationConfiguration?: Maybe<Scalars['Boolean']>;
|
@@ -1270,11 +1044,8 @@ export declare type IMutation = {
|
|
1270
1044
|
reassignRole?: Maybe<Scalars['Boolean']>;
|
1271
1045
|
registerAccountUser?: Maybe<IUserAccount>;
|
1272
1046
|
registerUserInAuth0?: Maybe<IUserProfile>;
|
1273
|
-
removeInvoice?: Maybe<Scalars['Boolean']>;
|
1274
|
-
removeOrgClient?: Maybe<Scalars['Boolean']>;
|
1275
1047
|
removeOrgMember?: Maybe<Scalars['Boolean']>;
|
1276
1048
|
removeOrganization?: Maybe<Scalars['Boolean']>;
|
1277
|
-
removeTask?: Maybe<Scalars['Boolean']>;
|
1278
1049
|
removeTeam?: Maybe<Scalars['Boolean']>;
|
1279
1050
|
removeTeamMember?: Maybe<Scalars['Boolean']>;
|
1280
1051
|
removeUserAuthSession?: Maybe<Scalars['Boolean']>;
|
@@ -1282,7 +1053,6 @@ export declare type IMutation = {
|
|
1282
1053
|
resendOrganizationInvitation?: Maybe<Scalars['Boolean']>;
|
1283
1054
|
resendUserEmailVerificationEmail?: Maybe<Scalars['Boolean']>;
|
1284
1055
|
resetUserPassword?: Maybe<Scalars['Boolean']>;
|
1285
|
-
sendInvoiceMail?: Maybe<Scalars['Boolean']>;
|
1286
1056
|
sendOrganizationInvitation?: Maybe<Scalars['Boolean']>;
|
1287
1057
|
sendUserPasswordResetEmail?: Maybe<Scalars['Boolean']>;
|
1288
1058
|
setSettingsValueByResource?: Maybe<Scalars['Boolean']>;
|
@@ -1295,20 +1065,14 @@ export declare type IMutation = {
|
|
1295
1065
|
updateConfigurationValue?: Maybe<Scalars['Boolean']>;
|
1296
1066
|
updateConfigurationValueByUri?: Maybe<Scalars['Boolean']>;
|
1297
1067
|
updateContext?: Maybe<Scalars['Boolean']>;
|
1298
|
-
updateInvoice?: Maybe<Scalars['Boolean']>;
|
1299
|
-
updateOrgClient?: Maybe<IClient>;
|
1300
1068
|
updateOrgMemberTeams?: Maybe<Scalars['Boolean']>;
|
1301
|
-
updateOrgProject?: Maybe<Scalars['Boolean']>;
|
1302
1069
|
updateOrganization?: Maybe<IOrganization>;
|
1303
1070
|
updateOrganizationContextAddResources?: Maybe<Array<Maybe<IResourceData>>>;
|
1304
1071
|
updateOrganizationContextRemoveResources?: Maybe<Array<Maybe<IResourceData>>>;
|
1305
1072
|
updateOrganizationContextUpdateResources?: Maybe<Array<Maybe<IResourceData>>>;
|
1306
|
-
updateProjectStatus?: Maybe<Scalars['Boolean']>;
|
1307
1073
|
updateRoleValue?: Maybe<Scalars['Boolean']>;
|
1308
1074
|
updateSelectedOrgResource?: Maybe<Scalars['Boolean']>;
|
1309
|
-
updateTask?: Maybe<Scalars['Boolean']>;
|
1310
1075
|
updateUserAccount?: Maybe<Scalars['Boolean']>;
|
1311
|
-
upsertProjectThroughIntegration?: Maybe<IProjects>;
|
1312
1076
|
verifyUserEmailVerificationToken?: Maybe<Scalars['Boolean']>;
|
1313
1077
|
};
|
1314
1078
|
export declare type IMutationAddSshKeyArgs = {
|
@@ -1328,16 +1092,10 @@ export declare type IMutationacceptOrganizationInvitationArgs = {
|
|
1328
1092
|
export declare type IMutationaccountOnBoardingArgs = {
|
1329
1093
|
input?: Maybe<IIOnBoardingParams>;
|
1330
1094
|
};
|
1331
|
-
export declare type IMutationaddClientArgs = {
|
1332
|
-
client: IClientAddRequest;
|
1333
|
-
};
|
1334
1095
|
export declare type IMutationaddContributionRoleArgs = {
|
1335
1096
|
name: Scalars['String'];
|
1336
1097
|
description?: Maybe<Scalars['String']>;
|
1337
1098
|
};
|
1338
|
-
export declare type IMutationaddOrgProjectArgs = {
|
1339
|
-
project: IProjectAddRequest;
|
1340
|
-
};
|
1341
1099
|
export declare type IMutationaddResourceToContextArgs = {
|
1342
1100
|
resourcesToAdd: Array<Maybe<IResourceCreationData_Input>>;
|
1343
1101
|
};
|
@@ -1366,18 +1124,12 @@ export declare type IMutationcollectArgs = {
|
|
1366
1124
|
export declare type IMutationcreateIntegrationConfigurationArgs = {
|
1367
1125
|
data?: Maybe<IIntegrationConfigurationInput>;
|
1368
1126
|
};
|
1369
|
-
export declare type IMutationcreateInvoiceArgs = {
|
1370
|
-
invoice: IInvoiceCreateRequest;
|
1371
|
-
};
|
1372
1127
|
export declare type IMutationcreateOrUpdateIntegrationConfigurationArgs = {
|
1373
1128
|
data?: Maybe<IIntegrationConfigurationCreateOrUpdateInput>;
|
1374
1129
|
};
|
1375
1130
|
export declare type IMutationcreateOrganizationArgs = {
|
1376
1131
|
organization: IOrganizationCreateRequest;
|
1377
1132
|
};
|
1378
|
-
export declare type IMutationcreateTaskArgs = {
|
1379
|
-
request?: Maybe<ITaskRequest>;
|
1380
|
-
};
|
1381
1133
|
export declare type IMutationcreateTeamArgs = {
|
1382
1134
|
request: ITeamCreationRequest;
|
1383
1135
|
};
|
@@ -1419,21 +1171,12 @@ export declare type IMutationregisterUserInAuth0Args = {
|
|
1419
1171
|
email: Scalars['String'];
|
1420
1172
|
password: Scalars['String'];
|
1421
1173
|
};
|
1422
|
-
export declare type IMutationremoveInvoiceArgs = {
|
1423
|
-
id?: Maybe<Scalars['String']>;
|
1424
|
-
};
|
1425
|
-
export declare type IMutationremoveOrgClientArgs = {
|
1426
|
-
clientId: Scalars['String'];
|
1427
|
-
};
|
1428
1174
|
export declare type IMutationremoveOrgMemberArgs = {
|
1429
1175
|
memberId: Scalars['String'];
|
1430
1176
|
};
|
1431
1177
|
export declare type IMutationremoveOrganizationArgs = {
|
1432
1178
|
organization: IOrganizationRemoveRequest;
|
1433
1179
|
};
|
1434
|
-
export declare type IMutationremoveTaskArgs = {
|
1435
|
-
id: Scalars['String'];
|
1436
|
-
};
|
1437
1180
|
export declare type IMutationremoveTeamArgs = {
|
1438
1181
|
teamId: Scalars['String'];
|
1439
1182
|
};
|
@@ -1454,9 +1197,6 @@ export declare type IMutationresendOrganizationInvitationArgs = {
|
|
1454
1197
|
export declare type IMutationresetUserPasswordArgs = {
|
1455
1198
|
input: IUserPasswordResetInput;
|
1456
1199
|
};
|
1457
|
-
export declare type IMutationsendInvoiceMailArgs = {
|
1458
|
-
request: IInvoiceMailRequest;
|
1459
|
-
};
|
1460
1200
|
export declare type IMutationsendOrganizationInvitationArgs = {
|
1461
1201
|
request?: Maybe<IOrganizationInvitationRequest>;
|
1462
1202
|
};
|
@@ -1519,23 +1259,12 @@ export declare type IMutationupdateContextArgs = {
|
|
1519
1259
|
key?: Maybe<Scalars['String']>;
|
1520
1260
|
value?: Maybe<Scalars['AnyObject']>;
|
1521
1261
|
};
|
1522
|
-
export declare type IMutationupdateInvoiceArgs = {
|
1523
|
-
id?: Maybe<Scalars['String']>;
|
1524
|
-
invoice?: Maybe<IInvoiceUpdateRequest>;
|
1525
|
-
};
|
1526
|
-
export declare type IMutationupdateOrgClientArgs = {
|
1527
|
-
updateRequest?: Maybe<IClientUpdateRequest>;
|
1528
|
-
};
|
1529
1262
|
export declare type IMutationupdateOrgMemberTeamsArgs = {
|
1530
1263
|
userId: Scalars['String'];
|
1531
1264
|
orgName: Scalars['String'];
|
1532
1265
|
addToTeams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1533
1266
|
removeFromTeams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1534
1267
|
};
|
1535
|
-
export declare type IMutationupdateOrgProjectArgs = {
|
1536
|
-
where: IProjectWhereInput;
|
1537
|
-
project?: Maybe<IUpdateProject_Input>;
|
1538
|
-
};
|
1539
1268
|
export declare type IMutationupdateOrganizationArgs = {
|
1540
1269
|
organization: IOrganizationUpdateRequest;
|
1541
1270
|
};
|
@@ -1552,10 +1281,6 @@ export declare type IMutationupdateOrganizationContextUpdateResourcesArgs = {
|
|
1552
1281
|
resourcesToRemove: Array<Maybe<Scalars['URI']>>;
|
1553
1282
|
index?: Maybe<Scalars['Int']>;
|
1554
1283
|
};
|
1555
|
-
export declare type IMutationupdateProjectStatusArgs = {
|
1556
|
-
id: Scalars['String'];
|
1557
|
-
status?: Maybe<Scalars['String']>;
|
1558
|
-
};
|
1559
1284
|
export declare type IMutationupdateRoleValueArgs = {
|
1560
1285
|
key: Scalars['String'];
|
1561
1286
|
value: Scalars['AnyObject'];
|
@@ -1566,31 +1291,12 @@ export declare type IMutationupdateRoleValueArgs = {
|
|
1566
1291
|
export declare type IMutationupdateSelectedOrgResourceArgs = {
|
1567
1292
|
resource: Scalars['URI'];
|
1568
1293
|
};
|
1569
|
-
export declare type IMutationupdateTaskArgs = {
|
1570
|
-
id: Scalars['String'];
|
1571
|
-
request?: Maybe<ITaskRequest>;
|
1572
|
-
};
|
1573
1294
|
export declare type IMutationupdateUserAccountArgs = {
|
1574
1295
|
userInfo?: Maybe<IUserAuth0UpdateFields>;
|
1575
1296
|
};
|
1576
|
-
export declare type IMutationupsertProjectThroughIntegrationArgs = {
|
1577
|
-
where: IProjectWhereInput;
|
1578
|
-
project?: Maybe<IUpdateProject_Input>;
|
1579
|
-
};
|
1580
1297
|
export declare type IMutationverifyUserEmailVerificationTokenArgs = {
|
1581
1298
|
token?: Maybe<Scalars['String']>;
|
1582
1299
|
};
|
1583
|
-
export declare type INameType = {
|
1584
|
-
__typename?: 'NameType';
|
1585
|
-
salutation?: Maybe<Scalars['String']>;
|
1586
|
-
firstName?: Maybe<Scalars['String']>;
|
1587
|
-
lastName?: Maybe<Scalars['String']>;
|
1588
|
-
};
|
1589
|
-
export declare type IName_Input = {
|
1590
|
-
salutation?: Maybe<Scalars['String']>;
|
1591
|
-
firstName?: Maybe<Scalars['String']>;
|
1592
|
-
lastName?: Maybe<Scalars['String']>;
|
1593
|
-
};
|
1594
1300
|
/** An object with an ID. */
|
1595
1301
|
export declare type INode = {
|
1596
1302
|
/** The ID of the node. */
|
@@ -2168,140 +1874,6 @@ export declare type IPreferencesType = {
|
|
2168
1874
|
type?: Maybe<Scalars['String']>;
|
2169
1875
|
data?: Maybe<Array<Maybe<IContributionSettings>>>;
|
2170
1876
|
};
|
2171
|
-
export declare type IProjectAddRequest = {
|
2172
|
-
name: Scalars['String'];
|
2173
|
-
clientId?: Maybe<Scalars['String']>;
|
2174
|
-
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2175
|
-
orgName?: Maybe<Scalars['String']>;
|
2176
|
-
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2177
|
-
};
|
2178
|
-
export declare type IProjectCreatedEvent = {
|
2179
|
-
__typename?: 'ProjectCreatedEvent';
|
2180
|
-
createdProject?: Maybe<IProjects>;
|
2181
|
-
};
|
2182
|
-
export declare type IProjectDeletedEvent = {
|
2183
|
-
__typename?: 'ProjectDeletedEvent';
|
2184
|
-
deletedProject?: Maybe<IProjects>;
|
2185
|
-
};
|
2186
|
-
export declare type IProjectInvoice = {
|
2187
|
-
__typename?: 'ProjectInvoice';
|
2188
|
-
id?: Maybe<Scalars['ID']>;
|
2189
|
-
hours?: Maybe<Scalars['Int']>;
|
2190
|
-
projectName?: Maybe<Scalars['String']>;
|
2191
|
-
rate?: Maybe<Scalars['Float']>;
|
2192
|
-
subTotal?: Maybe<Scalars['Float']>;
|
2193
|
-
};
|
2194
|
-
export declare type IProjectInvoice_Input = {
|
2195
|
-
hours?: Maybe<Scalars['Int']>;
|
2196
|
-
projectName?: Maybe<Scalars['String']>;
|
2197
|
-
rate?: Maybe<Scalars['Float']>;
|
2198
|
-
subTotal?: Maybe<Scalars['Float']>;
|
2199
|
-
};
|
2200
|
-
export declare type IProjectParameters = {
|
2201
|
-
__typename?: 'ProjectParameters';
|
2202
|
-
branch?: Maybe<Scalars['String']>;
|
2203
|
-
httpsUrl?: Maybe<Scalars['String']>;
|
2204
|
-
isPrivate?: Maybe<Scalars['Boolean']>;
|
2205
|
-
};
|
2206
|
-
export declare type IProjectParameters_Input = {
|
2207
|
-
branch?: Maybe<Scalars['String']>;
|
2208
|
-
httpsUrl?: Maybe<Scalars['String']>;
|
2209
|
-
isPrivate?: Maybe<Scalars['Boolean']>;
|
2210
|
-
};
|
2211
|
-
export declare type IProjectSource = {
|
2212
|
-
__typename?: 'ProjectSource';
|
2213
|
-
location?: Maybe<Scalars['String']>;
|
2214
|
-
type?: Maybe<IProjectSourceType>;
|
2215
|
-
parameters?: Maybe<IProjectParameters>;
|
2216
|
-
providers?: Maybe<IProjectSourceProviders>;
|
2217
|
-
language?: Maybe<Scalars['String']>;
|
2218
|
-
};
|
2219
|
-
/** Various Source Providers for Projects Source. */
|
2220
|
-
export declare const enum IProjectSourceProviders {
|
2221
|
-
Github = "Github",
|
2222
|
-
Bitbucket = "Bitbucket",
|
2223
|
-
Gitlab = "Gitlab",
|
2224
|
-
Vsts = "Vsts",
|
2225
|
-
None = "None"
|
2226
|
-
}
|
2227
|
-
/** Various types of sources. */
|
2228
|
-
export declare const enum IProjectSourceType {
|
2229
|
-
Blank = "Blank",
|
2230
|
-
Zip = "Zip",
|
2231
|
-
Git = "Git"
|
2232
|
-
}
|
2233
|
-
export declare type IProjectSource_Input = {
|
2234
|
-
location?: Maybe<Scalars['String']>;
|
2235
|
-
type?: Maybe<IProjectSourceType>;
|
2236
|
-
parameters?: Maybe<IProjectParameters_Input>;
|
2237
|
-
providers?: Maybe<IProjectSourceProviders>;
|
2238
|
-
language?: Maybe<Scalars['String']>;
|
2239
|
-
};
|
2240
|
-
export declare const enum IProjectType {
|
2241
|
-
internal = "internal",
|
2242
|
-
others = "others",
|
2243
|
-
asana = "asana"
|
2244
|
-
}
|
2245
|
-
export declare type IProjectWhereInput = {
|
2246
|
-
id?: Maybe<Scalars['String']>;
|
2247
|
-
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2248
|
-
name?: Maybe<Scalars['String']>;
|
2249
|
-
orgName?: Maybe<Scalars['String']>;
|
2250
|
-
};
|
2251
|
-
export declare type IProject_Input = {
|
2252
|
-
id?: Maybe<Scalars['String']>;
|
2253
|
-
_id?: Maybe<Scalars['String']>;
|
2254
|
-
name?: Maybe<Scalars['String']>;
|
2255
|
-
description?: Maybe<Scalars['String']>;
|
2256
|
-
path?: Maybe<Scalars['String']>;
|
2257
|
-
source?: Maybe<IProjectSource_Input>;
|
2258
|
-
problems?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2259
|
-
};
|
2260
|
-
export declare type IProject_Output = {
|
2261
|
-
__typename?: 'Project_Output';
|
2262
|
-
id?: Maybe<Scalars['String']>;
|
2263
|
-
name: Scalars['String'];
|
2264
|
-
clientId?: Maybe<Scalars['String']>;
|
2265
|
-
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2266
|
-
status?: Maybe<Scalars['String']>;
|
2267
|
-
orgName?: Maybe<Scalars['String']>;
|
2268
|
-
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2269
|
-
};
|
2270
|
-
/**
|
2271
|
-
* * Project can be any of the following:
|
2272
|
-
* * i. Git Repository
|
2273
|
-
* * ii. Blank, in case the source.location is empty
|
2274
|
-
* * iii. Others like upload files or zip files
|
2275
|
-
* *
|
2276
|
-
* * @property
|
2277
|
-
* * name: Project Name
|
2278
|
-
* * @property
|
2279
|
-
* * description: Project description
|
2280
|
-
* * @property
|
2281
|
-
* * path: Path of the project in workspace
|
2282
|
-
* * @property
|
2283
|
-
* * source: Source of the project, it could Git etc. If GIT we define the branch under parameters.
|
2284
|
-
* * @property
|
2285
|
-
* * problems: If the project failed with any issues, we save them to notify the user.
|
2286
|
-
*/
|
2287
|
-
export declare type IProjects = {
|
2288
|
-
__typename?: 'Projects';
|
2289
|
-
id?: Maybe<Scalars['ID']>;
|
2290
|
-
name: Scalars['String'];
|
2291
|
-
description?: Maybe<Scalars['String']>;
|
2292
|
-
clientId?: Maybe<Scalars['String']>;
|
2293
|
-
source?: Maybe<IProjectSource>;
|
2294
|
-
problems?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2295
|
-
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2296
|
-
status?: Maybe<Scalars['String']>;
|
2297
|
-
type?: Maybe<IProjectType>;
|
2298
|
-
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2299
|
-
/** Predefined Project template */
|
2300
|
-
templateId?: Maybe<Scalars['String']>;
|
2301
|
-
orgName?: Maybe<Scalars['String']>;
|
2302
|
-
updatedAt?: Maybe<Scalars['DateTime']>;
|
2303
|
-
createdAt?: Maybe<Scalars['DateTime']>;
|
2304
|
-
};
|
2305
1877
|
export declare type IQuery = {
|
2306
1878
|
__typename?: 'Query';
|
2307
1879
|
GetSshKey?: Maybe<ISshKey>;
|
@@ -2329,9 +1901,6 @@ export declare type IQuery = {
|
|
2329
1901
|
getAccounts?: Maybe<Array<Maybe<IUserAccount>>>;
|
2330
1902
|
getAllCountries?: Maybe<Array<Maybe<ICountry>>>;
|
2331
1903
|
getAllIntegrationConfigurations?: Maybe<Array<Maybe<IIntegrationConfiguration>>>;
|
2332
|
-
getAsanaConnectionState?: Maybe<IAsanaConnection>;
|
2333
|
-
getAsanaWorkspaceProjects?: Maybe<Array<Maybe<IAsanaProjects>>>;
|
2334
|
-
getAsanaWorkspaces?: Maybe<Array<Maybe<IAsanaWorkspaces>>>;
|
2335
1904
|
getConfiguration?: Maybe<Array<Maybe<IConfiguration>>>;
|
2336
1905
|
getConfigurationData?: Maybe<IConfigurationData>;
|
2337
1906
|
getConfigurationPolicies?: Maybe<Array<Maybe<IConfigurationPolicy>>>;
|
@@ -2339,18 +1908,14 @@ export declare type IQuery = {
|
|
2339
1908
|
getContextData?: Maybe<IContext>;
|
2340
1909
|
getContextProperty?: Maybe<Scalars['AnyObject']>;
|
2341
1910
|
getContributionRoles?: Maybe<Array<Maybe<IContributionRoles>>>;
|
2342
|
-
getDefaultInvoiceNumber?: Maybe<Scalars['String']>;
|
2343
1911
|
getEnvironment?: Maybe<IEnvironment>;
|
2344
|
-
getFilteredProjects?: Maybe<Array<Maybe<IProjects>>>;
|
2345
1912
|
getIntegrationConfiguration?: Maybe<IIntegrationConfiguration>;
|
2346
|
-
getInvoices?: Maybe<Array<Maybe<IInvoiceType>>>;
|
2347
1913
|
getManageableOrganizations?: Maybe<Array<Maybe<IOrganization>>>;
|
2348
1914
|
getOrgContext?: Maybe<IContext>;
|
2349
1915
|
getOrgInvitationMembers?: Maybe<Array<Maybe<IInviteMember>>>;
|
2350
1916
|
getOrgNameFromContext?: Maybe<IContext>;
|
2351
1917
|
getOrgTeamInvitations?: Maybe<Array<Maybe<IOrganizationInvitation>>>;
|
2352
1918
|
getOrgUser?: Maybe<IOrgUser>;
|
2353
|
-
getOrganizationClients?: Maybe<Array<Maybe<IClient>>>;
|
2354
1919
|
getOrganizationConfigValue?: Maybe<Scalars['AnyObject']>;
|
2355
1920
|
getOrganizationDetail?: Maybe<IOrganization>;
|
2356
1921
|
getOrganizationDetailUnsecured?: Maybe<IOrganization>;
|
@@ -2358,10 +1923,8 @@ export declare type IQuery = {
|
|
2358
1923
|
getOrganizationMembers?: Maybe<Array<Maybe<IOrgMember>>>;
|
2359
1924
|
getOrganizationResourceContext?: Maybe<IOrganizationData>;
|
2360
1925
|
getOrganizationTeams?: Maybe<Array<Maybe<IAccountTeam>>>;
|
2361
|
-
getProjects?: Maybe<Array<Maybe<IProject_Output>>>;
|
2362
1926
|
getRole?: Maybe<IAccessRole>;
|
2363
1927
|
getRoles?: Maybe<Array<Maybe<IAccessRole>>>;
|
2364
|
-
getTasks?: Maybe<Array<Maybe<ITask>>>;
|
2365
1928
|
getTeam?: Maybe<IAccountTeam>;
|
2366
1929
|
getTeamContext?: Maybe<IContext>;
|
2367
1930
|
getTeamNameFromContext?: Maybe<IContext>;
|
@@ -2431,9 +1994,6 @@ export declare type IQuerygetAccountsArgs = {
|
|
2431
1994
|
export declare type IQuerygetAllCountriesArgs = {
|
2432
1995
|
criteria?: Maybe<Scalars['JSON']>;
|
2433
1996
|
};
|
2434
|
-
export declare type IQuerygetAsanaWorkspaceProjectsArgs = {
|
2435
|
-
workspaceId: Scalars['String'];
|
2436
|
-
};
|
2437
1997
|
export declare type IQuerygetConfigurationArgs = {
|
2438
1998
|
input?: Maybe<Array<Maybe<IConfigurationInput>>>;
|
2439
1999
|
};
|
@@ -2446,9 +2006,6 @@ export declare type IQuerygetConfigurationTargetArgs = {
|
|
2446
2006
|
export declare type IQuerygetContextPropertyArgs = {
|
2447
2007
|
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2448
2008
|
};
|
2449
|
-
export declare type IQuerygetFilteredProjectsArgs = {
|
2450
|
-
filter: IProjectWhereInput;
|
2451
|
-
};
|
2452
2009
|
export declare type IQuerygetIntegrationConfigurationArgs = {
|
2453
2010
|
id: Scalars['String'];
|
2454
2011
|
};
|
@@ -2482,9 +2039,6 @@ export declare type IQuerygetRoleArgs = {
|
|
2482
2039
|
export declare type IQuerygetRolesArgs = {
|
2483
2040
|
input?: Maybe<Array<Maybe<IRoleInput>>>;
|
2484
2041
|
};
|
2485
|
-
export declare type IQuerygetTasksArgs = {
|
2486
|
-
projectId?: Maybe<Scalars['String']>;
|
2487
|
-
};
|
2488
2042
|
export declare type IQuerygetTeamArgs = {
|
2489
2043
|
orgName: Scalars['String'];
|
2490
2044
|
teamName: Scalars['String'];
|
@@ -2703,15 +2257,6 @@ export declare type ISettingsSection = {
|
|
2703
2257
|
settings?: Maybe<Array<Maybe<IContributionSettings>>>;
|
2704
2258
|
};
|
2705
2259
|
export declare type ISettingsSubject = IUserSettings | IApplicationSettings | IMachineSettings | IOrganizationResourceSettings | IGlobalSettings | IOrganizationSettings | IMemorySettings | IDefaultSettings;
|
2706
|
-
export declare type ISocialConnect = {
|
2707
|
-
__typename?: 'SocialConnect';
|
2708
|
-
facebook?: Maybe<Scalars['String']>;
|
2709
|
-
twitter?: Maybe<Scalars['String']>;
|
2710
|
-
};
|
2711
|
-
export declare type ISocialConnect_Input = {
|
2712
|
-
facebook?: Maybe<Scalars['String']>;
|
2713
|
-
twitter?: Maybe<Scalars['String']>;
|
2714
|
-
};
|
2715
2260
|
export declare type ISshKey = {
|
2716
2261
|
__typename?: 'SshKey';
|
2717
2262
|
id?: Maybe<Scalars['String']>;
|
@@ -2801,16 +2346,6 @@ export declare type ISubscriptionSubscribeToPermissionUpdateArgs = {
|
|
2801
2346
|
export declare type ISubscriptionSubscribeToPolicyUpdateArgs = {
|
2802
2347
|
orgName?: Maybe<Scalars['String']>;
|
2803
2348
|
};
|
2804
|
-
export declare type ITask = {
|
2805
|
-
__typename?: 'Task';
|
2806
|
-
id?: Maybe<Scalars['String']>;
|
2807
|
-
projectId?: Maybe<Scalars['String']>;
|
2808
|
-
taskName?: Maybe<Scalars['String']>;
|
2809
|
-
};
|
2810
|
-
export declare type ITaskRequest = {
|
2811
|
-
projectId?: Maybe<Scalars['String']>;
|
2812
|
-
taskName?: Maybe<Scalars['String']>;
|
2813
|
-
};
|
2814
2349
|
export declare type ITeamCreateRequest = {
|
2815
2350
|
name?: Maybe<Scalars['String']>;
|
2816
2351
|
title: Scalars['String'];
|
@@ -2922,16 +2457,6 @@ export declare type ITeamUpdateRequest = {
|
|
2922
2457
|
payload?: Maybe<IAccountTeam_Input>;
|
2923
2458
|
requestedUserId?: Maybe<Scalars['String']>;
|
2924
2459
|
};
|
2925
|
-
export declare type ITemplate = {
|
2926
|
-
templateId?: Maybe<Scalars['String']>;
|
2927
|
-
name?: Maybe<Scalars['String']>;
|
2928
|
-
text?: Maybe<Scalars['String']>;
|
2929
|
-
html?: Maybe<Scalars['String']>;
|
2930
|
-
engine?: Maybe<Scalars['String']>;
|
2931
|
-
topic?: Maybe<Scalars['String']>;
|
2932
|
-
description?: Maybe<Scalars['String']>;
|
2933
|
-
variables?: Maybe<Scalars['AnyObject']>;
|
2934
|
-
};
|
2935
2460
|
/** Address State Create Input */
|
2936
2461
|
export declare type ITerritorialStateInput = {
|
2937
2462
|
/** Name of the country to display */
|
@@ -2969,26 +2494,6 @@ export declare const enum ITokenTypesEnum {
|
|
2969
2494
|
EMAIL_VERIFICATION = "EMAIL_VERIFICATION",
|
2970
2495
|
PASSWORD_RESET = "PASSWORD_RESET"
|
2971
2496
|
}
|
2972
|
-
export declare type IUpdateProject_Input = {
|
2973
|
-
name: Scalars['String'];
|
2974
|
-
clientId?: Maybe<Scalars['String']>;
|
2975
|
-
teams?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2976
|
-
orgName?: Maybe<Scalars['String']>;
|
2977
|
-
integrationConfigurationId?: Maybe<Scalars['String']>;
|
2978
|
-
};
|
2979
|
-
export declare type IUpdatedClient_Input = {
|
2980
|
-
name?: Maybe<IName_Input>;
|
2981
|
-
companyName?: Maybe<Scalars['String']>;
|
2982
|
-
displayName?: Maybe<Scalars['String']>;
|
2983
|
-
email?: Maybe<Scalars['String']>;
|
2984
|
-
clientPhone?: Maybe<IClientPhone_Input>;
|
2985
|
-
website?: Maybe<Scalars['String']>;
|
2986
|
-
currency?: Maybe<Scalars['String']>;
|
2987
|
-
socialConnect?: Maybe<ISocialConnect_Input>;
|
2988
|
-
billingAddress?: Maybe<IAddressType_Input>;
|
2989
|
-
shippingAddress?: Maybe<IAddressType_Input>;
|
2990
|
-
orgName?: Maybe<Scalars['String']>;
|
2991
|
-
};
|
2992
2497
|
export declare type IUserAccount = INode & {
|
2993
2498
|
__typename?: 'UserAccount';
|
2994
2499
|
id: Scalars['ID'];
|
@@ -3356,18 +2861,6 @@ export declare type IAccountOnBoardingMutationVariables = Exact<{
|
|
3356
2861
|
export declare type IAccountOnBoardingMutation = ({
|
3357
2862
|
__typename?: 'Mutation';
|
3358
2863
|
} & Pick<IMutation, 'accountOnBoarding'>);
|
3359
|
-
export declare type IAddClientMutationVariables = Exact<{
|
3360
|
-
client: IClientAddRequest;
|
3361
|
-
}>;
|
3362
|
-
export declare type IAddClientMutation = ({
|
3363
|
-
__typename?: 'Mutation';
|
3364
|
-
} & Pick<IMutation, 'addClient'>);
|
3365
|
-
export declare type IAddOrgProjectMutationVariables = Exact<{
|
3366
|
-
project: IProjectAddRequest;
|
3367
|
-
}>;
|
3368
|
-
export declare type IAddOrgProjectMutation = ({
|
3369
|
-
__typename?: 'Mutation';
|
3370
|
-
} & Pick<IMutation, 'addOrgProject'>);
|
3371
2864
|
export declare type IAddTeamMembersMutationVariables = Exact<{
|
3372
2865
|
orgName: Scalars['String'];
|
3373
2866
|
teamName: Scalars['String'];
|
@@ -3392,12 +2885,6 @@ export declare type IchangeOrgMemberRoleMutationVariables = Exact<{
|
|
3392
2885
|
export declare type IchangeOrgMemberRoleMutation = ({
|
3393
2886
|
__typename?: 'Mutation';
|
3394
2887
|
} & Pick<IMutation, 'changeOrgMemberRole'>);
|
3395
|
-
export declare type ICreateInvoiceMutationVariables = Exact<{
|
3396
|
-
invoice: IInvoiceCreateRequest;
|
3397
|
-
}>;
|
3398
|
-
export declare type ICreateInvoiceMutation = ({
|
3399
|
-
__typename?: 'Mutation';
|
3400
|
-
} & Pick<IMutation, 'createInvoice'>);
|
3401
2888
|
export declare type IcreateOrganizationMutationVariables = Exact<{
|
3402
2889
|
organization: IOrganizationCreateRequest;
|
3403
2890
|
}>;
|
@@ -3408,12 +2895,6 @@ export declare type IcreateOrganizationMutation = ({
|
|
3408
2895
|
__typename?: 'Organization';
|
3409
2896
|
} & Pick<IOrganization, 'id' | 'name' | 'description' | 'picture' | 'namespace' | 'orgUserCount'>)>;
|
3410
2897
|
});
|
3411
|
-
export declare type ICreateTaskMutationVariables = Exact<{
|
3412
|
-
request?: Maybe<ITaskRequest>;
|
3413
|
-
}>;
|
3414
|
-
export declare type ICreateTaskMutation = ({
|
3415
|
-
__typename?: 'Mutation';
|
3416
|
-
} & Pick<IMutation, 'createTask'>);
|
3417
2898
|
export declare type IcreateTeamMutationVariables = Exact<{
|
3418
2899
|
request: ITeamCreationRequest;
|
3419
2900
|
}>;
|
@@ -3446,18 +2927,6 @@ export declare type IregisterAccountUserMutation = ({
|
|
3446
2927
|
__typename?: 'UserAccount';
|
3447
2928
|
} & Pick<IUserAccount, 'id' | 'email' | 'username'>)>;
|
3448
2929
|
});
|
3449
|
-
export declare type IRemoveInvoiceMutationVariables = Exact<{
|
3450
|
-
id?: Maybe<Scalars['String']>;
|
3451
|
-
}>;
|
3452
|
-
export declare type IRemoveInvoiceMutation = ({
|
3453
|
-
__typename?: 'Mutation';
|
3454
|
-
} & Pick<IMutation, 'removeInvoice'>);
|
3455
|
-
export declare type IRemoveOrgClientMutationVariables = Exact<{
|
3456
|
-
clientId: Scalars['String'];
|
3457
|
-
}>;
|
3458
|
-
export declare type IRemoveOrgClientMutation = ({
|
3459
|
-
__typename?: 'Mutation';
|
3460
|
-
} & Pick<IMutation, 'removeOrgClient'>);
|
3461
2930
|
export declare type IRemoveOrgMemberMutationVariables = Exact<{
|
3462
2931
|
memberId: Scalars['String'];
|
3463
2932
|
}>;
|
@@ -3470,12 +2939,6 @@ export declare type IremoveOrganizationMutationVariables = Exact<{
|
|
3470
2939
|
export declare type IremoveOrganizationMutation = ({
|
3471
2940
|
__typename?: 'Mutation';
|
3472
2941
|
} & Pick<IMutation, 'removeOrganization'>);
|
3473
|
-
export declare type IRemoveTaskMutationVariables = Exact<{
|
3474
|
-
id: Scalars['String'];
|
3475
|
-
}>;
|
3476
|
-
export declare type IRemoveTaskMutation = ({
|
3477
|
-
__typename?: 'Mutation';
|
3478
|
-
} & Pick<IMutation, 'removeTask'>);
|
3479
2942
|
export declare type IremoveTeamMutationVariables = Exact<{
|
3480
2943
|
teamId: Scalars['String'];
|
3481
2944
|
}>;
|
@@ -3514,51 +2977,12 @@ export declare type ISendUserPasswordResetEmailMutationVariables = Exact<{
|
|
3514
2977
|
export declare type ISendUserPasswordResetEmailMutation = ({
|
3515
2978
|
__typename?: 'Mutation';
|
3516
2979
|
} & Pick<IMutation, 'sendUserPasswordResetEmail'>);
|
3517
|
-
export declare type ISendInvoiceMailMutationVariables = Exact<{
|
3518
|
-
request: IInvoiceMailRequest;
|
3519
|
-
}>;
|
3520
|
-
export declare type ISendInvoiceMailMutation = ({
|
3521
|
-
__typename?: 'Mutation';
|
3522
|
-
} & Pick<IMutation, 'sendInvoiceMail'>);
|
3523
2980
|
export declare type IsendOrganizationInvitationMutationVariables = Exact<{
|
3524
2981
|
request: IOrganizationInvitationRequest;
|
3525
2982
|
}>;
|
3526
2983
|
export declare type IsendOrganizationInvitationMutation = ({
|
3527
2984
|
__typename?: 'Mutation';
|
3528
2985
|
} & Pick<IMutation, 'sendOrganizationInvitation'>);
|
3529
|
-
export declare type IUpdateInvoiceMutationVariables = Exact<{
|
3530
|
-
id?: Maybe<Scalars['String']>;
|
3531
|
-
invoice?: Maybe<IInvoiceUpdateRequest>;
|
3532
|
-
}>;
|
3533
|
-
export declare type IUpdateInvoiceMutation = ({
|
3534
|
-
__typename?: 'Mutation';
|
3535
|
-
} & Pick<IMutation, 'updateInvoice'>);
|
3536
|
-
export declare type IUpdateOrgClientMutationVariables = Exact<{
|
3537
|
-
updateRequest?: Maybe<IClientUpdateRequest>;
|
3538
|
-
}>;
|
3539
|
-
export declare type IUpdateOrgClientMutation = ({
|
3540
|
-
__typename?: 'Mutation';
|
3541
|
-
} & {
|
3542
|
-
updateOrgClient?: Maybe<({
|
3543
|
-
__typename?: 'Client';
|
3544
|
-
} & Pick<IClient, 'id' | 'companyName' | 'displayName' | 'email' | 'website' | 'currency' | 'orgName'> & {
|
3545
|
-
name: ({
|
3546
|
-
__typename?: 'NameType';
|
3547
|
-
} & Pick<INameType, 'salutation' | 'firstName' | 'lastName'>);
|
3548
|
-
clientPhone?: Maybe<({
|
3549
|
-
__typename?: 'ClientPhone';
|
3550
|
-
} & Pick<IClientPhone, 'workPhone' | 'mobile'>)>;
|
3551
|
-
socialConnect?: Maybe<({
|
3552
|
-
__typename?: 'SocialConnect';
|
3553
|
-
} & Pick<ISocialConnect, 'facebook' | 'twitter'>)>;
|
3554
|
-
billingAddress?: Maybe<({
|
3555
|
-
__typename?: 'AddressType';
|
3556
|
-
} & Pick<IAddressType, 'attention' | 'address' | 'city' | 'state' | 'country' | 'zip'>)>;
|
3557
|
-
shippingAddress?: Maybe<({
|
3558
|
-
__typename?: 'AddressType';
|
3559
|
-
} & Pick<IAddressType, 'attention' | 'address' | 'city' | 'state' | 'country' | 'zip'>)>;
|
3560
|
-
})>;
|
3561
|
-
});
|
3562
2986
|
export declare type IupdateOrgMemberTeamsMutationVariables = Exact<{
|
3563
2987
|
userId: Scalars['String'];
|
3564
2988
|
orgName: Scalars['String'];
|
@@ -3568,13 +2992,6 @@ export declare type IupdateOrgMemberTeamsMutationVariables = Exact<{
|
|
3568
2992
|
export declare type IupdateOrgMemberTeamsMutation = ({
|
3569
2993
|
__typename?: 'Mutation';
|
3570
2994
|
} & Pick<IMutation, 'updateOrgMemberTeams'>);
|
3571
|
-
export declare type IUpdateOrgProjectMutationVariables = Exact<{
|
3572
|
-
where: IProjectWhereInput;
|
3573
|
-
project?: Maybe<IUpdateProject_Input>;
|
3574
|
-
}>;
|
3575
|
-
export declare type IUpdateOrgProjectMutation = ({
|
3576
|
-
__typename?: 'Mutation';
|
3577
|
-
} & Pick<IMutation, 'updateOrgProject'>);
|
3578
2995
|
export declare type IupdateOrganizationMutationVariables = Exact<{
|
3579
2996
|
organization: IOrganizationUpdateRequest;
|
3580
2997
|
}>;
|
@@ -3585,20 +3002,6 @@ export declare type IupdateOrganizationMutation = ({
|
|
3585
3002
|
__typename?: 'Organization';
|
3586
3003
|
} & Pick<IOrganization, 'id' | 'name' | 'description' | 'picture' | 'namespace' | 'orgUserCount'>)>;
|
3587
3004
|
});
|
3588
|
-
export declare type IUpdateProjectStatusMutationVariables = Exact<{
|
3589
|
-
id: Scalars['String'];
|
3590
|
-
status?: Maybe<Scalars['String']>;
|
3591
|
-
}>;
|
3592
|
-
export declare type IUpdateProjectStatusMutation = ({
|
3593
|
-
__typename?: 'Mutation';
|
3594
|
-
} & Pick<IMutation, 'updateProjectStatus'>);
|
3595
|
-
export declare type IUpdateTaskMutationVariables = Exact<{
|
3596
|
-
id: Scalars['String'];
|
3597
|
-
request?: Maybe<ITaskRequest>;
|
3598
|
-
}>;
|
3599
|
-
export declare type IUpdateTaskMutation = ({
|
3600
|
-
__typename?: 'Mutation';
|
3601
|
-
} & Pick<IMutation, 'updateTask'>);
|
3602
3005
|
export declare type IupdateTeamConfigurationMutationVariables = Exact<{
|
3603
3006
|
key: Scalars['String'];
|
3604
3007
|
value: Scalars['AnyObject'];
|
@@ -3615,17 +3018,6 @@ export declare type IupdateUserAccountMutationVariables = Exact<{
|
|
3615
3018
|
export declare type IupdateUserAccountMutation = ({
|
3616
3019
|
__typename?: 'Mutation';
|
3617
3020
|
} & Pick<IMutation, 'updateUserAccount'>);
|
3618
|
-
export declare type IUpsertProjectThroughIntegrationMutationVariables = Exact<{
|
3619
|
-
where: IProjectWhereInput;
|
3620
|
-
project?: Maybe<IUpdateProject_Input>;
|
3621
|
-
}>;
|
3622
|
-
export declare type IUpsertProjectThroughIntegrationMutation = ({
|
3623
|
-
__typename?: 'Mutation';
|
3624
|
-
} & {
|
3625
|
-
upsertProjectThroughIntegration?: Maybe<({
|
3626
|
-
__typename?: 'Projects';
|
3627
|
-
} & Pick<IProjects, 'id' | 'name' | 'clientId' | 'teams' | 'status' | 'orgName' | 'integrationConfigurationId'>)>;
|
3628
|
-
});
|
3629
3021
|
export declare type IVerifyUserEmailVerificationTokenMutationVariables = Exact<{
|
3630
3022
|
token?: Maybe<Scalars['String']>;
|
3631
3023
|
}>;
|
@@ -3676,107 +3068,6 @@ export declare type IGetAllCountriesQuery = ({
|
|
3676
3068
|
__typename?: 'Country';
|
3677
3069
|
} & Pick<ICountry, 'id' | 'name' | 'phoneCode'>)>>>;
|
3678
3070
|
});
|
3679
|
-
export declare type IGetAsanaConnectionStateQueryVariables = Exact<{
|
3680
|
-
[key: string]: never;
|
3681
|
-
}>;
|
3682
|
-
export declare type IGetAsanaConnectionStateQuery = ({
|
3683
|
-
__typename?: 'Query';
|
3684
|
-
} & {
|
3685
|
-
getAsanaConnectionState?: Maybe<({
|
3686
|
-
__typename?: 'AsanaConnection';
|
3687
|
-
} & {
|
3688
|
-
asana?: Maybe<({
|
3689
|
-
__typename?: 'AsanaConnectionState';
|
3690
|
-
} & Pick<IAsanaConnectionState, 'status'> & {
|
3691
|
-
user?: Maybe<({
|
3692
|
-
__typename?: 'AsanaUser';
|
3693
|
-
} & Pick<IAsanaUser, 'user_id' | 'username'>)>;
|
3694
|
-
})>;
|
3695
|
-
})>;
|
3696
|
-
});
|
3697
|
-
export declare type IGetAsanaWorkspaceProjectsQueryVariables = Exact<{
|
3698
|
-
workspaceId: Scalars['String'];
|
3699
|
-
}>;
|
3700
|
-
export declare type IGetAsanaWorkspaceProjectsQuery = ({
|
3701
|
-
__typename?: 'Query';
|
3702
|
-
} & {
|
3703
|
-
getAsanaWorkspaceProjects?: Maybe<Array<Maybe<({
|
3704
|
-
__typename?: 'AsanaProjects';
|
3705
|
-
} & Pick<IAsanaProjects, 'name' | 'gid'>)>>>;
|
3706
|
-
});
|
3707
|
-
export declare type IGetAsanaWorkspacesQueryVariables = Exact<{
|
3708
|
-
[key: string]: never;
|
3709
|
-
}>;
|
3710
|
-
export declare type IGetAsanaWorkspacesQuery = ({
|
3711
|
-
__typename?: 'Query';
|
3712
|
-
} & {
|
3713
|
-
getAsanaWorkspaces?: Maybe<Array<Maybe<({
|
3714
|
-
__typename?: 'AsanaWorkspaces';
|
3715
|
-
} & Pick<IAsanaWorkspaces, 'name' | 'gid'>)>>>;
|
3716
|
-
});
|
3717
|
-
export declare type IGetDefaultInvoiceNumberQueryVariables = Exact<{
|
3718
|
-
[key: string]: never;
|
3719
|
-
}>;
|
3720
|
-
export declare type IGetDefaultInvoiceNumberQuery = ({
|
3721
|
-
__typename?: 'Query';
|
3722
|
-
} & Pick<IQuery, 'getDefaultInvoiceNumber'>);
|
3723
|
-
export declare type IGetFilteredProjectsQueryVariables = Exact<{
|
3724
|
-
filter: IProjectWhereInput;
|
3725
|
-
}>;
|
3726
|
-
export declare type IGetFilteredProjectsQuery = ({
|
3727
|
-
__typename?: 'Query';
|
3728
|
-
} & {
|
3729
|
-
getFilteredProjects?: Maybe<Array<Maybe<({
|
3730
|
-
__typename?: 'Projects';
|
3731
|
-
} & Pick<IProjects, 'id' | 'name' | 'clientId' | 'teams' | 'status' | 'orgName' | 'integrationConfigurationId'>)>>>;
|
3732
|
-
});
|
3733
|
-
export declare type IGetInvoicesQueryVariables = Exact<{
|
3734
|
-
[key: string]: never;
|
3735
|
-
}>;
|
3736
|
-
export declare type IGetInvoicesQuery = ({
|
3737
|
-
__typename?: 'Query';
|
3738
|
-
} & {
|
3739
|
-
getInvoices?: Maybe<Array<Maybe<({
|
3740
|
-
__typename?: 'InvoiceType';
|
3741
|
-
} & Pick<IInvoiceType, 'id' | 'comment' | 'currency' | 'discount' | 'invoiceDate' | 'terms' | 'dueDate' | 'invoiceNumber' | 'orderNumber' | 'logo' | 'overdue' | 'paymentStatus' | 'sendingStatus' | 'subTotal' | 'tax' | 'subject' | 'conditions' | 'status' | 'timezoneOffset' | 'total' | 'orgName'> & {
|
3742
|
-
from?: Maybe<({
|
3743
|
-
__typename?: 'MemberInvoice';
|
3744
|
-
} & Pick<IMemberInvoice, 'id' | 'name' | 'companyName' | 'email'> & {
|
3745
|
-
phone?: Maybe<({
|
3746
|
-
__typename?: 'ClientPhone';
|
3747
|
-
} & Pick<IClientPhone, 'workPhone' | 'mobile'>)>;
|
3748
|
-
address?: Maybe<({
|
3749
|
-
__typename?: 'AddressType';
|
3750
|
-
} & Pick<IAddressType, 'attention' | 'address' | 'city' | 'state' | 'country' | 'zip'>)>;
|
3751
|
-
})>;
|
3752
|
-
invoiceVendor?: Maybe<({
|
3753
|
-
__typename?: 'MemberInvoice';
|
3754
|
-
} & Pick<IMemberInvoice, 'id' | 'name' | 'companyName' | 'email'> & {
|
3755
|
-
phone?: Maybe<({
|
3756
|
-
__typename?: 'ClientPhone';
|
3757
|
-
} & Pick<IClientPhone, 'workPhone' | 'mobile'>)>;
|
3758
|
-
address?: Maybe<({
|
3759
|
-
__typename?: 'AddressType';
|
3760
|
-
} & Pick<IAddressType, 'attention' | 'address' | 'city' | 'state' | 'country' | 'zip'>)>;
|
3761
|
-
})>;
|
3762
|
-
projects?: Maybe<Array<Maybe<({
|
3763
|
-
__typename?: 'ProjectInvoice';
|
3764
|
-
} & Pick<IProjectInvoice, 'id' | 'hours' | 'projectName' | 'rate' | 'subTotal'>)>>>;
|
3765
|
-
to?: Maybe<({
|
3766
|
-
__typename?: 'CustomerInvoice';
|
3767
|
-
} & Pick<ICustomerInvoice, 'id' | 'username' | 'companyName' | 'email'> & {
|
3768
|
-
phone?: Maybe<({
|
3769
|
-
__typename?: 'ClientPhone';
|
3770
|
-
} & Pick<IClientPhone, 'workPhone' | 'mobile'>)>;
|
3771
|
-
billingAddress?: Maybe<({
|
3772
|
-
__typename?: 'AddressType';
|
3773
|
-
} & Pick<IAddressType, 'attention' | 'address' | 'city' | 'state' | 'country' | 'zip'>)>;
|
3774
|
-
shippingAddress?: Maybe<({
|
3775
|
-
__typename?: 'AddressType';
|
3776
|
-
} & Pick<IAddressType, 'attention' | 'address' | 'city' | 'state' | 'country' | 'zip'>)>;
|
3777
|
-
})>;
|
3778
|
-
})>>>;
|
3779
|
-
});
|
3780
3071
|
export declare type IGetManageableOrganizationsQueryVariables = Exact<{
|
3781
3072
|
[key: string]: never;
|
3782
3073
|
}>;
|
@@ -3831,32 +3122,6 @@ export declare type IGetOrgUserQuery = ({
|
|
3831
3122
|
__typename?: 'OrgUser';
|
3832
3123
|
} & IOrgUserFragment)>;
|
3833
3124
|
});
|
3834
|
-
export declare type IGetOrganizationClientsQueryVariables = Exact<{
|
3835
|
-
[key: string]: never;
|
3836
|
-
}>;
|
3837
|
-
export declare type IGetOrganizationClientsQuery = ({
|
3838
|
-
__typename?: 'Query';
|
3839
|
-
} & {
|
3840
|
-
getOrganizationClients?: Maybe<Array<Maybe<({
|
3841
|
-
__typename?: 'Client';
|
3842
|
-
} & Pick<IClient, 'id' | 'companyName' | 'displayName' | 'email' | 'website' | 'currency' | 'orgName'> & {
|
3843
|
-
name: ({
|
3844
|
-
__typename?: 'NameType';
|
3845
|
-
} & Pick<INameType, 'salutation' | 'firstName' | 'lastName'>);
|
3846
|
-
clientPhone?: Maybe<({
|
3847
|
-
__typename?: 'ClientPhone';
|
3848
|
-
} & Pick<IClientPhone, 'workPhone' | 'mobile'>)>;
|
3849
|
-
socialConnect?: Maybe<({
|
3850
|
-
__typename?: 'SocialConnect';
|
3851
|
-
} & Pick<ISocialConnect, 'facebook' | 'twitter'>)>;
|
3852
|
-
billingAddress?: Maybe<({
|
3853
|
-
__typename?: 'AddressType';
|
3854
|
-
} & Pick<IAddressType, 'attention' | 'address' | 'city' | 'state' | 'country' | 'zip'>)>;
|
3855
|
-
shippingAddress?: Maybe<({
|
3856
|
-
__typename?: 'AddressType';
|
3857
|
-
} & Pick<IAddressType, 'attention' | 'address' | 'city' | 'state' | 'country' | 'zip'>)>;
|
3858
|
-
})>>>;
|
3859
|
-
});
|
3860
3125
|
export declare type IGetOrganizationMembersWithNameQueryVariables = Exact<{
|
3861
3126
|
where: IOrgDetailWhere;
|
3862
3127
|
}>;
|
@@ -3889,26 +3154,6 @@ export declare type IgetOrganizationTeamsQuery = ({
|
|
3889
3154
|
} & Pick<ITeamMember, 'id' | 'name' | 'status'>)>>>;
|
3890
3155
|
})>>>;
|
3891
3156
|
});
|
3892
|
-
export declare type IGetProjectsQueryVariables = Exact<{
|
3893
|
-
[key: string]: never;
|
3894
|
-
}>;
|
3895
|
-
export declare type IGetProjectsQuery = ({
|
3896
|
-
__typename?: 'Query';
|
3897
|
-
} & {
|
3898
|
-
getProjects?: Maybe<Array<Maybe<({
|
3899
|
-
__typename?: 'Project_Output';
|
3900
|
-
} & Pick<IProject_Output, 'id' | 'name' | 'clientId' | 'teams' | 'status' | 'orgName'>)>>>;
|
3901
|
-
});
|
3902
|
-
export declare type IGetTasksQueryVariables = Exact<{
|
3903
|
-
[key: string]: never;
|
3904
|
-
}>;
|
3905
|
-
export declare type IGetTasksQuery = ({
|
3906
|
-
__typename?: 'Query';
|
3907
|
-
} & {
|
3908
|
-
getTasks?: Maybe<Array<Maybe<({
|
3909
|
-
__typename?: 'Task';
|
3910
|
-
} & Pick<ITask, 'id' | 'projectId' | 'taskName'>)>>>;
|
3911
|
-
});
|
3912
3157
|
export declare type IgetTeamQueryVariables = Exact<{
|
3913
3158
|
orgName: Scalars['String'];
|
3914
3159
|
teamName: Scalars['String'];
|
@@ -5242,54 +4487,6 @@ export declare function useAccountOnBoardingMutation(baseOptions?: Apollo.Mutati
|
|
5242
4487
|
export declare type AccountOnBoardingMutationHookResult = ReturnType<typeof useAccountOnBoardingMutation>;
|
5243
4488
|
export declare type AccountOnBoardingMutationResult = Apollo.MutationResult<IAccountOnBoardingMutation>;
|
5244
4489
|
export declare type AccountOnBoardingMutationOptions = Apollo.BaseMutationOptions<IAccountOnBoardingMutation, IAccountOnBoardingMutationVariables>;
|
5245
|
-
export declare const AddClientDocument: DocumentNode;
|
5246
|
-
/**
|
5247
|
-
* __useAddClientMutation__
|
5248
|
-
*
|
5249
|
-
* To run a mutation, you first call `useAddClientMutation` within a React component and pass it any options that fit your needs.
|
5250
|
-
* When your component renders, `useAddClientMutation` returns a tuple that includes:
|
5251
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5252
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5253
|
-
*
|
5254
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5255
|
-
*
|
5256
|
-
* @example
|
5257
|
-
* const [addClientMutation, { data, loading, error }] = useAddClientMutation({
|
5258
|
-
* variables: {
|
5259
|
-
* client: // value for 'client'
|
5260
|
-
* },
|
5261
|
-
* });
|
5262
|
-
*/
|
5263
|
-
export declare function useAddClientMutation(baseOptions?: Apollo.MutationHookOptions<IAddClientMutation, IAddClientMutationVariables>): Apollo.MutationTuple<IAddClientMutation, Exact<{
|
5264
|
-
client: IClientAddRequest;
|
5265
|
-
}>>;
|
5266
|
-
export declare type AddClientMutationHookResult = ReturnType<typeof useAddClientMutation>;
|
5267
|
-
export declare type AddClientMutationResult = Apollo.MutationResult<IAddClientMutation>;
|
5268
|
-
export declare type AddClientMutationOptions = Apollo.BaseMutationOptions<IAddClientMutation, IAddClientMutationVariables>;
|
5269
|
-
export declare const AddOrgProjectDocument: DocumentNode;
|
5270
|
-
/**
|
5271
|
-
* __useAddOrgProjectMutation__
|
5272
|
-
*
|
5273
|
-
* To run a mutation, you first call `useAddOrgProjectMutation` within a React component and pass it any options that fit your needs.
|
5274
|
-
* When your component renders, `useAddOrgProjectMutation` returns a tuple that includes:
|
5275
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5276
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5277
|
-
*
|
5278
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5279
|
-
*
|
5280
|
-
* @example
|
5281
|
-
* const [addOrgProjectMutation, { data, loading, error }] = useAddOrgProjectMutation({
|
5282
|
-
* variables: {
|
5283
|
-
* project: // value for 'project'
|
5284
|
-
* },
|
5285
|
-
* });
|
5286
|
-
*/
|
5287
|
-
export declare function useAddOrgProjectMutation(baseOptions?: Apollo.MutationHookOptions<IAddOrgProjectMutation, IAddOrgProjectMutationVariables>): Apollo.MutationTuple<IAddOrgProjectMutation, Exact<{
|
5288
|
-
project: IProjectAddRequest;
|
5289
|
-
}>>;
|
5290
|
-
export declare type AddOrgProjectMutationHookResult = ReturnType<typeof useAddOrgProjectMutation>;
|
5291
|
-
export declare type AddOrgProjectMutationResult = Apollo.MutationResult<IAddOrgProjectMutation>;
|
5292
|
-
export declare type AddOrgProjectMutationOptions = Apollo.BaseMutationOptions<IAddOrgProjectMutation, IAddOrgProjectMutationVariables>;
|
5293
4490
|
export declare const AddTeamMembersDocument: DocumentNode;
|
5294
4491
|
/**
|
5295
4492
|
* __useAddTeamMembersMutation__
|
@@ -5374,30 +4571,6 @@ export declare function usechangeOrgMemberRoleMutation(baseOptions?: Apollo.Muta
|
|
5374
4571
|
export declare type changeOrgMemberRoleMutationHookResult = ReturnType<typeof usechangeOrgMemberRoleMutation>;
|
5375
4572
|
export declare type changeOrgMemberRoleMutationResult = Apollo.MutationResult<IchangeOrgMemberRoleMutation>;
|
5376
4573
|
export declare type changeOrgMemberRoleMutationOptions = Apollo.BaseMutationOptions<IchangeOrgMemberRoleMutation, IchangeOrgMemberRoleMutationVariables>;
|
5377
|
-
export declare const CreateInvoiceDocument: DocumentNode;
|
5378
|
-
/**
|
5379
|
-
* __useCreateInvoiceMutation__
|
5380
|
-
*
|
5381
|
-
* To run a mutation, you first call `useCreateInvoiceMutation` within a React component and pass it any options that fit your needs.
|
5382
|
-
* When your component renders, `useCreateInvoiceMutation` returns a tuple that includes:
|
5383
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5384
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5385
|
-
*
|
5386
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5387
|
-
*
|
5388
|
-
* @example
|
5389
|
-
* const [createInvoiceMutation, { data, loading, error }] = useCreateInvoiceMutation({
|
5390
|
-
* variables: {
|
5391
|
-
* invoice: // value for 'invoice'
|
5392
|
-
* },
|
5393
|
-
* });
|
5394
|
-
*/
|
5395
|
-
export declare function useCreateInvoiceMutation(baseOptions?: Apollo.MutationHookOptions<ICreateInvoiceMutation, ICreateInvoiceMutationVariables>): Apollo.MutationTuple<ICreateInvoiceMutation, Exact<{
|
5396
|
-
invoice: IInvoiceCreateRequest;
|
5397
|
-
}>>;
|
5398
|
-
export declare type CreateInvoiceMutationHookResult = ReturnType<typeof useCreateInvoiceMutation>;
|
5399
|
-
export declare type CreateInvoiceMutationResult = Apollo.MutationResult<ICreateInvoiceMutation>;
|
5400
|
-
export declare type CreateInvoiceMutationOptions = Apollo.BaseMutationOptions<ICreateInvoiceMutation, ICreateInvoiceMutationVariables>;
|
5401
4574
|
export declare const createOrganizationDocument: DocumentNode;
|
5402
4575
|
/**
|
5403
4576
|
* __usecreateOrganizationMutation__
|
@@ -5422,30 +4595,6 @@ export declare function usecreateOrganizationMutation(baseOptions?: Apollo.Mutat
|
|
5422
4595
|
export declare type createOrganizationMutationHookResult = ReturnType<typeof usecreateOrganizationMutation>;
|
5423
4596
|
export declare type createOrganizationMutationResult = Apollo.MutationResult<IcreateOrganizationMutation>;
|
5424
4597
|
export declare type createOrganizationMutationOptions = Apollo.BaseMutationOptions<IcreateOrganizationMutation, IcreateOrganizationMutationVariables>;
|
5425
|
-
export declare const CreateTaskDocument: DocumentNode;
|
5426
|
-
/**
|
5427
|
-
* __useCreateTaskMutation__
|
5428
|
-
*
|
5429
|
-
* To run a mutation, you first call `useCreateTaskMutation` within a React component and pass it any options that fit your needs.
|
5430
|
-
* When your component renders, `useCreateTaskMutation` returns a tuple that includes:
|
5431
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5432
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5433
|
-
*
|
5434
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5435
|
-
*
|
5436
|
-
* @example
|
5437
|
-
* const [createTaskMutation, { data, loading, error }] = useCreateTaskMutation({
|
5438
|
-
* variables: {
|
5439
|
-
* request: // value for 'request'
|
5440
|
-
* },
|
5441
|
-
* });
|
5442
|
-
*/
|
5443
|
-
export declare function useCreateTaskMutation(baseOptions?: Apollo.MutationHookOptions<ICreateTaskMutation, ICreateTaskMutationVariables>): Apollo.MutationTuple<ICreateTaskMutation, Exact<{
|
5444
|
-
request?: ITaskRequest;
|
5445
|
-
}>>;
|
5446
|
-
export declare type CreateTaskMutationHookResult = ReturnType<typeof useCreateTaskMutation>;
|
5447
|
-
export declare type CreateTaskMutationResult = Apollo.MutationResult<ICreateTaskMutation>;
|
5448
|
-
export declare type CreateTaskMutationOptions = Apollo.BaseMutationOptions<ICreateTaskMutation, ICreateTaskMutationVariables>;
|
5449
4598
|
export declare const createTeamDocument: DocumentNode;
|
5450
4599
|
/**
|
5451
4600
|
* __usecreateTeamMutation__
|
@@ -5541,54 +4690,6 @@ export declare function useregisterAccountUserMutation(baseOptions?: Apollo.Muta
|
|
5541
4690
|
export declare type registerAccountUserMutationHookResult = ReturnType<typeof useregisterAccountUserMutation>;
|
5542
4691
|
export declare type registerAccountUserMutationResult = Apollo.MutationResult<IregisterAccountUserMutation>;
|
5543
4692
|
export declare type registerAccountUserMutationOptions = Apollo.BaseMutationOptions<IregisterAccountUserMutation, IregisterAccountUserMutationVariables>;
|
5544
|
-
export declare const RemoveInvoiceDocument: DocumentNode;
|
5545
|
-
/**
|
5546
|
-
* __useRemoveInvoiceMutation__
|
5547
|
-
*
|
5548
|
-
* To run a mutation, you first call `useRemoveInvoiceMutation` within a React component and pass it any options that fit your needs.
|
5549
|
-
* When your component renders, `useRemoveInvoiceMutation` returns a tuple that includes:
|
5550
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5551
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5552
|
-
*
|
5553
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5554
|
-
*
|
5555
|
-
* @example
|
5556
|
-
* const [removeInvoiceMutation, { data, loading, error }] = useRemoveInvoiceMutation({
|
5557
|
-
* variables: {
|
5558
|
-
* id: // value for 'id'
|
5559
|
-
* },
|
5560
|
-
* });
|
5561
|
-
*/
|
5562
|
-
export declare function useRemoveInvoiceMutation(baseOptions?: Apollo.MutationHookOptions<IRemoveInvoiceMutation, IRemoveInvoiceMutationVariables>): Apollo.MutationTuple<IRemoveInvoiceMutation, Exact<{
|
5563
|
-
id?: string;
|
5564
|
-
}>>;
|
5565
|
-
export declare type RemoveInvoiceMutationHookResult = ReturnType<typeof useRemoveInvoiceMutation>;
|
5566
|
-
export declare type RemoveInvoiceMutationResult = Apollo.MutationResult<IRemoveInvoiceMutation>;
|
5567
|
-
export declare type RemoveInvoiceMutationOptions = Apollo.BaseMutationOptions<IRemoveInvoiceMutation, IRemoveInvoiceMutationVariables>;
|
5568
|
-
export declare const RemoveOrgClientDocument: DocumentNode;
|
5569
|
-
/**
|
5570
|
-
* __useRemoveOrgClientMutation__
|
5571
|
-
*
|
5572
|
-
* To run a mutation, you first call `useRemoveOrgClientMutation` within a React component and pass it any options that fit your needs.
|
5573
|
-
* When your component renders, `useRemoveOrgClientMutation` returns a tuple that includes:
|
5574
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5575
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5576
|
-
*
|
5577
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5578
|
-
*
|
5579
|
-
* @example
|
5580
|
-
* const [removeOrgClientMutation, { data, loading, error }] = useRemoveOrgClientMutation({
|
5581
|
-
* variables: {
|
5582
|
-
* clientId: // value for 'clientId'
|
5583
|
-
* },
|
5584
|
-
* });
|
5585
|
-
*/
|
5586
|
-
export declare function useRemoveOrgClientMutation(baseOptions?: Apollo.MutationHookOptions<IRemoveOrgClientMutation, IRemoveOrgClientMutationVariables>): Apollo.MutationTuple<IRemoveOrgClientMutation, Exact<{
|
5587
|
-
clientId: string;
|
5588
|
-
}>>;
|
5589
|
-
export declare type RemoveOrgClientMutationHookResult = ReturnType<typeof useRemoveOrgClientMutation>;
|
5590
|
-
export declare type RemoveOrgClientMutationResult = Apollo.MutationResult<IRemoveOrgClientMutation>;
|
5591
|
-
export declare type RemoveOrgClientMutationOptions = Apollo.BaseMutationOptions<IRemoveOrgClientMutation, IRemoveOrgClientMutationVariables>;
|
5592
4693
|
export declare const RemoveOrgMemberDocument: DocumentNode;
|
5593
4694
|
/**
|
5594
4695
|
* __useRemoveOrgMemberMutation__
|
@@ -5637,30 +4738,6 @@ export declare function useremoveOrganizationMutation(baseOptions?: Apollo.Mutat
|
|
5637
4738
|
export declare type removeOrganizationMutationHookResult = ReturnType<typeof useremoveOrganizationMutation>;
|
5638
4739
|
export declare type removeOrganizationMutationResult = Apollo.MutationResult<IremoveOrganizationMutation>;
|
5639
4740
|
export declare type removeOrganizationMutationOptions = Apollo.BaseMutationOptions<IremoveOrganizationMutation, IremoveOrganizationMutationVariables>;
|
5640
|
-
export declare const RemoveTaskDocument: DocumentNode;
|
5641
|
-
/**
|
5642
|
-
* __useRemoveTaskMutation__
|
5643
|
-
*
|
5644
|
-
* To run a mutation, you first call `useRemoveTaskMutation` within a React component and pass it any options that fit your needs.
|
5645
|
-
* When your component renders, `useRemoveTaskMutation` returns a tuple that includes:
|
5646
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5647
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5648
|
-
*
|
5649
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5650
|
-
*
|
5651
|
-
* @example
|
5652
|
-
* const [removeTaskMutation, { data, loading, error }] = useRemoveTaskMutation({
|
5653
|
-
* variables: {
|
5654
|
-
* id: // value for 'id'
|
5655
|
-
* },
|
5656
|
-
* });
|
5657
|
-
*/
|
5658
|
-
export declare function useRemoveTaskMutation(baseOptions?: Apollo.MutationHookOptions<IRemoveTaskMutation, IRemoveTaskMutationVariables>): Apollo.MutationTuple<IRemoveTaskMutation, Exact<{
|
5659
|
-
id: string;
|
5660
|
-
}>>;
|
5661
|
-
export declare type RemoveTaskMutationHookResult = ReturnType<typeof useRemoveTaskMutation>;
|
5662
|
-
export declare type RemoveTaskMutationResult = Apollo.MutationResult<IRemoveTaskMutation>;
|
5663
|
-
export declare type RemoveTaskMutationOptions = Apollo.BaseMutationOptions<IRemoveTaskMutation, IRemoveTaskMutationVariables>;
|
5664
4741
|
export declare const removeTeamDocument: DocumentNode;
|
5665
4742
|
/**
|
5666
4743
|
* __useremoveTeamMutation__
|
@@ -5808,30 +4885,6 @@ export declare function useSendUserPasswordResetEmailMutation(baseOptions?: Apol
|
|
5808
4885
|
export declare type SendUserPasswordResetEmailMutationHookResult = ReturnType<typeof useSendUserPasswordResetEmailMutation>;
|
5809
4886
|
export declare type SendUserPasswordResetEmailMutationResult = Apollo.MutationResult<ISendUserPasswordResetEmailMutation>;
|
5810
4887
|
export declare type SendUserPasswordResetEmailMutationOptions = Apollo.BaseMutationOptions<ISendUserPasswordResetEmailMutation, ISendUserPasswordResetEmailMutationVariables>;
|
5811
|
-
export declare const SendInvoiceMailDocument: DocumentNode;
|
5812
|
-
/**
|
5813
|
-
* __useSendInvoiceMailMutation__
|
5814
|
-
*
|
5815
|
-
* To run a mutation, you first call `useSendInvoiceMailMutation` within a React component and pass it any options that fit your needs.
|
5816
|
-
* When your component renders, `useSendInvoiceMailMutation` returns a tuple that includes:
|
5817
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5818
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5819
|
-
*
|
5820
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5821
|
-
*
|
5822
|
-
* @example
|
5823
|
-
* const [sendInvoiceMailMutation, { data, loading, error }] = useSendInvoiceMailMutation({
|
5824
|
-
* variables: {
|
5825
|
-
* request: // value for 'request'
|
5826
|
-
* },
|
5827
|
-
* });
|
5828
|
-
*/
|
5829
|
-
export declare function useSendInvoiceMailMutation(baseOptions?: Apollo.MutationHookOptions<ISendInvoiceMailMutation, ISendInvoiceMailMutationVariables>): Apollo.MutationTuple<ISendInvoiceMailMutation, Exact<{
|
5830
|
-
request: IInvoiceMailRequest;
|
5831
|
-
}>>;
|
5832
|
-
export declare type SendInvoiceMailMutationHookResult = ReturnType<typeof useSendInvoiceMailMutation>;
|
5833
|
-
export declare type SendInvoiceMailMutationResult = Apollo.MutationResult<ISendInvoiceMailMutation>;
|
5834
|
-
export declare type SendInvoiceMailMutationOptions = Apollo.BaseMutationOptions<ISendInvoiceMailMutation, ISendInvoiceMailMutationVariables>;
|
5835
4888
|
export declare const sendOrganizationInvitationDocument: DocumentNode;
|
5836
4889
|
/**
|
5837
4890
|
* __usesendOrganizationInvitationMutation__
|
@@ -5856,56 +4909,6 @@ export declare function usesendOrganizationInvitationMutation(baseOptions?: Apol
|
|
5856
4909
|
export declare type sendOrganizationInvitationMutationHookResult = ReturnType<typeof usesendOrganizationInvitationMutation>;
|
5857
4910
|
export declare type sendOrganizationInvitationMutationResult = Apollo.MutationResult<IsendOrganizationInvitationMutation>;
|
5858
4911
|
export declare type sendOrganizationInvitationMutationOptions = Apollo.BaseMutationOptions<IsendOrganizationInvitationMutation, IsendOrganizationInvitationMutationVariables>;
|
5859
|
-
export declare const UpdateInvoiceDocument: DocumentNode;
|
5860
|
-
/**
|
5861
|
-
* __useUpdateInvoiceMutation__
|
5862
|
-
*
|
5863
|
-
* To run a mutation, you first call `useUpdateInvoiceMutation` within a React component and pass it any options that fit your needs.
|
5864
|
-
* When your component renders, `useUpdateInvoiceMutation` returns a tuple that includes:
|
5865
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5866
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5867
|
-
*
|
5868
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5869
|
-
*
|
5870
|
-
* @example
|
5871
|
-
* const [updateInvoiceMutation, { data, loading, error }] = useUpdateInvoiceMutation({
|
5872
|
-
* variables: {
|
5873
|
-
* id: // value for 'id'
|
5874
|
-
* invoice: // value for 'invoice'
|
5875
|
-
* },
|
5876
|
-
* });
|
5877
|
-
*/
|
5878
|
-
export declare function useUpdateInvoiceMutation(baseOptions?: Apollo.MutationHookOptions<IUpdateInvoiceMutation, IUpdateInvoiceMutationVariables>): Apollo.MutationTuple<IUpdateInvoiceMutation, Exact<{
|
5879
|
-
id?: string;
|
5880
|
-
invoice?: IInvoiceUpdateRequest;
|
5881
|
-
}>>;
|
5882
|
-
export declare type UpdateInvoiceMutationHookResult = ReturnType<typeof useUpdateInvoiceMutation>;
|
5883
|
-
export declare type UpdateInvoiceMutationResult = Apollo.MutationResult<IUpdateInvoiceMutation>;
|
5884
|
-
export declare type UpdateInvoiceMutationOptions = Apollo.BaseMutationOptions<IUpdateInvoiceMutation, IUpdateInvoiceMutationVariables>;
|
5885
|
-
export declare const UpdateOrgClientDocument: DocumentNode;
|
5886
|
-
/**
|
5887
|
-
* __useUpdateOrgClientMutation__
|
5888
|
-
*
|
5889
|
-
* To run a mutation, you first call `useUpdateOrgClientMutation` within a React component and pass it any options that fit your needs.
|
5890
|
-
* When your component renders, `useUpdateOrgClientMutation` returns a tuple that includes:
|
5891
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5892
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5893
|
-
*
|
5894
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5895
|
-
*
|
5896
|
-
* @example
|
5897
|
-
* const [updateOrgClientMutation, { data, loading, error }] = useUpdateOrgClientMutation({
|
5898
|
-
* variables: {
|
5899
|
-
* updateRequest: // value for 'updateRequest'
|
5900
|
-
* },
|
5901
|
-
* });
|
5902
|
-
*/
|
5903
|
-
export declare function useUpdateOrgClientMutation(baseOptions?: Apollo.MutationHookOptions<IUpdateOrgClientMutation, IUpdateOrgClientMutationVariables>): Apollo.MutationTuple<IUpdateOrgClientMutation, Exact<{
|
5904
|
-
updateRequest?: IClientUpdateRequest;
|
5905
|
-
}>>;
|
5906
|
-
export declare type UpdateOrgClientMutationHookResult = ReturnType<typeof useUpdateOrgClientMutation>;
|
5907
|
-
export declare type UpdateOrgClientMutationResult = Apollo.MutationResult<IUpdateOrgClientMutation>;
|
5908
|
-
export declare type UpdateOrgClientMutationOptions = Apollo.BaseMutationOptions<IUpdateOrgClientMutation, IUpdateOrgClientMutationVariables>;
|
5909
4912
|
export declare const updateOrgMemberTeamsDocument: DocumentNode;
|
5910
4913
|
/**
|
5911
4914
|
* __useupdateOrgMemberTeamsMutation__
|
@@ -5936,32 +4939,6 @@ export declare function useupdateOrgMemberTeamsMutation(baseOptions?: Apollo.Mut
|
|
5936
4939
|
export declare type updateOrgMemberTeamsMutationHookResult = ReturnType<typeof useupdateOrgMemberTeamsMutation>;
|
5937
4940
|
export declare type updateOrgMemberTeamsMutationResult = Apollo.MutationResult<IupdateOrgMemberTeamsMutation>;
|
5938
4941
|
export declare type updateOrgMemberTeamsMutationOptions = Apollo.BaseMutationOptions<IupdateOrgMemberTeamsMutation, IupdateOrgMemberTeamsMutationVariables>;
|
5939
|
-
export declare const UpdateOrgProjectDocument: DocumentNode;
|
5940
|
-
/**
|
5941
|
-
* __useUpdateOrgProjectMutation__
|
5942
|
-
*
|
5943
|
-
* To run a mutation, you first call `useUpdateOrgProjectMutation` within a React component and pass it any options that fit your needs.
|
5944
|
-
* When your component renders, `useUpdateOrgProjectMutation` returns a tuple that includes:
|
5945
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5946
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5947
|
-
*
|
5948
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5949
|
-
*
|
5950
|
-
* @example
|
5951
|
-
* const [updateOrgProjectMutation, { data, loading, error }] = useUpdateOrgProjectMutation({
|
5952
|
-
* variables: {
|
5953
|
-
* where: // value for 'where'
|
5954
|
-
* project: // value for 'project'
|
5955
|
-
* },
|
5956
|
-
* });
|
5957
|
-
*/
|
5958
|
-
export declare function useUpdateOrgProjectMutation(baseOptions?: Apollo.MutationHookOptions<IUpdateOrgProjectMutation, IUpdateOrgProjectMutationVariables>): Apollo.MutationTuple<IUpdateOrgProjectMutation, Exact<{
|
5959
|
-
where: IProjectWhereInput;
|
5960
|
-
project?: IUpdateProject_Input;
|
5961
|
-
}>>;
|
5962
|
-
export declare type UpdateOrgProjectMutationHookResult = ReturnType<typeof useUpdateOrgProjectMutation>;
|
5963
|
-
export declare type UpdateOrgProjectMutationResult = Apollo.MutationResult<IUpdateOrgProjectMutation>;
|
5964
|
-
export declare type UpdateOrgProjectMutationOptions = Apollo.BaseMutationOptions<IUpdateOrgProjectMutation, IUpdateOrgProjectMutationVariables>;
|
5965
4942
|
export declare const updateOrganizationDocument: DocumentNode;
|
5966
4943
|
/**
|
5967
4944
|
* __useupdateOrganizationMutation__
|
@@ -5986,58 +4963,6 @@ export declare function useupdateOrganizationMutation(baseOptions?: Apollo.Mutat
|
|
5986
4963
|
export declare type updateOrganizationMutationHookResult = ReturnType<typeof useupdateOrganizationMutation>;
|
5987
4964
|
export declare type updateOrganizationMutationResult = Apollo.MutationResult<IupdateOrganizationMutation>;
|
5988
4965
|
export declare type updateOrganizationMutationOptions = Apollo.BaseMutationOptions<IupdateOrganizationMutation, IupdateOrganizationMutationVariables>;
|
5989
|
-
export declare const UpdateProjectStatusDocument: DocumentNode;
|
5990
|
-
/**
|
5991
|
-
* __useUpdateProjectStatusMutation__
|
5992
|
-
*
|
5993
|
-
* To run a mutation, you first call `useUpdateProjectStatusMutation` within a React component and pass it any options that fit your needs.
|
5994
|
-
* When your component renders, `useUpdateProjectStatusMutation` returns a tuple that includes:
|
5995
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5996
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5997
|
-
*
|
5998
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5999
|
-
*
|
6000
|
-
* @example
|
6001
|
-
* const [updateProjectStatusMutation, { data, loading, error }] = useUpdateProjectStatusMutation({
|
6002
|
-
* variables: {
|
6003
|
-
* id: // value for 'id'
|
6004
|
-
* status: // value for 'status'
|
6005
|
-
* },
|
6006
|
-
* });
|
6007
|
-
*/
|
6008
|
-
export declare function useUpdateProjectStatusMutation(baseOptions?: Apollo.MutationHookOptions<IUpdateProjectStatusMutation, IUpdateProjectStatusMutationVariables>): Apollo.MutationTuple<IUpdateProjectStatusMutation, Exact<{
|
6009
|
-
id: string;
|
6010
|
-
status?: string;
|
6011
|
-
}>>;
|
6012
|
-
export declare type UpdateProjectStatusMutationHookResult = ReturnType<typeof useUpdateProjectStatusMutation>;
|
6013
|
-
export declare type UpdateProjectStatusMutationResult = Apollo.MutationResult<IUpdateProjectStatusMutation>;
|
6014
|
-
export declare type UpdateProjectStatusMutationOptions = Apollo.BaseMutationOptions<IUpdateProjectStatusMutation, IUpdateProjectStatusMutationVariables>;
|
6015
|
-
export declare const UpdateTaskDocument: DocumentNode;
|
6016
|
-
/**
|
6017
|
-
* __useUpdateTaskMutation__
|
6018
|
-
*
|
6019
|
-
* To run a mutation, you first call `useUpdateTaskMutation` within a React component and pass it any options that fit your needs.
|
6020
|
-
* When your component renders, `useUpdateTaskMutation` returns a tuple that includes:
|
6021
|
-
* - A mutate function that you can call at any time to execute the mutation
|
6022
|
-
* - An object with fields that represent the current status of the mutation's execution
|
6023
|
-
*
|
6024
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
6025
|
-
*
|
6026
|
-
* @example
|
6027
|
-
* const [updateTaskMutation, { data, loading, error }] = useUpdateTaskMutation({
|
6028
|
-
* variables: {
|
6029
|
-
* id: // value for 'id'
|
6030
|
-
* request: // value for 'request'
|
6031
|
-
* },
|
6032
|
-
* });
|
6033
|
-
*/
|
6034
|
-
export declare function useUpdateTaskMutation(baseOptions?: Apollo.MutationHookOptions<IUpdateTaskMutation, IUpdateTaskMutationVariables>): Apollo.MutationTuple<IUpdateTaskMutation, Exact<{
|
6035
|
-
id: string;
|
6036
|
-
request?: ITaskRequest;
|
6037
|
-
}>>;
|
6038
|
-
export declare type UpdateTaskMutationHookResult = ReturnType<typeof useUpdateTaskMutation>;
|
6039
|
-
export declare type UpdateTaskMutationResult = Apollo.MutationResult<IUpdateTaskMutation>;
|
6040
|
-
export declare type UpdateTaskMutationOptions = Apollo.BaseMutationOptions<IUpdateTaskMutation, IUpdateTaskMutationVariables>;
|
6041
4966
|
export declare const updateTeamConfigurationDocument: DocumentNode;
|
6042
4967
|
/**
|
6043
4968
|
* __useupdateTeamConfigurationMutation__
|
@@ -6094,32 +5019,6 @@ export declare function useupdateUserAccountMutation(baseOptions?: Apollo.Mutati
|
|
6094
5019
|
export declare type updateUserAccountMutationHookResult = ReturnType<typeof useupdateUserAccountMutation>;
|
6095
5020
|
export declare type updateUserAccountMutationResult = Apollo.MutationResult<IupdateUserAccountMutation>;
|
6096
5021
|
export declare type updateUserAccountMutationOptions = Apollo.BaseMutationOptions<IupdateUserAccountMutation, IupdateUserAccountMutationVariables>;
|
6097
|
-
export declare const UpsertProjectThroughIntegrationDocument: DocumentNode;
|
6098
|
-
/**
|
6099
|
-
* __useUpsertProjectThroughIntegrationMutation__
|
6100
|
-
*
|
6101
|
-
* To run a mutation, you first call `useUpsertProjectThroughIntegrationMutation` within a React component and pass it any options that fit your needs.
|
6102
|
-
* When your component renders, `useUpsertProjectThroughIntegrationMutation` returns a tuple that includes:
|
6103
|
-
* - A mutate function that you can call at any time to execute the mutation
|
6104
|
-
* - An object with fields that represent the current status of the mutation's execution
|
6105
|
-
*
|
6106
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
6107
|
-
*
|
6108
|
-
* @example
|
6109
|
-
* const [upsertProjectThroughIntegrationMutation, { data, loading, error }] = useUpsertProjectThroughIntegrationMutation({
|
6110
|
-
* variables: {
|
6111
|
-
* where: // value for 'where'
|
6112
|
-
* project: // value for 'project'
|
6113
|
-
* },
|
6114
|
-
* });
|
6115
|
-
*/
|
6116
|
-
export declare function useUpsertProjectThroughIntegrationMutation(baseOptions?: Apollo.MutationHookOptions<IUpsertProjectThroughIntegrationMutation, IUpsertProjectThroughIntegrationMutationVariables>): Apollo.MutationTuple<IUpsertProjectThroughIntegrationMutation, Exact<{
|
6117
|
-
where: IProjectWhereInput;
|
6118
|
-
project?: IUpdateProject_Input;
|
6119
|
-
}>>;
|
6120
|
-
export declare type UpsertProjectThroughIntegrationMutationHookResult = ReturnType<typeof useUpsertProjectThroughIntegrationMutation>;
|
6121
|
-
export declare type UpsertProjectThroughIntegrationMutationResult = Apollo.MutationResult<IUpsertProjectThroughIntegrationMutation>;
|
6122
|
-
export declare type UpsertProjectThroughIntegrationMutationOptions = Apollo.BaseMutationOptions<IUpsertProjectThroughIntegrationMutation, IUpsertProjectThroughIntegrationMutationVariables>;
|
6123
5022
|
export declare const VerifyUserEmailVerificationTokenDocument: DocumentNode;
|
6124
5023
|
/**
|
6125
5024
|
* __useVerifyUserEmailVerificationTokenMutation__
|
@@ -6247,158 +5146,6 @@ export declare function useGetAllCountriesLazyQuery(baseOptions?: Apollo.LazyQue
|
|
6247
5146
|
export declare type GetAllCountriesQueryHookResult = ReturnType<typeof useGetAllCountriesQuery>;
|
6248
5147
|
export declare type GetAllCountriesLazyQueryHookResult = ReturnType<typeof useGetAllCountriesLazyQuery>;
|
6249
5148
|
export declare type GetAllCountriesQueryResult = Apollo.QueryResult<IGetAllCountriesQuery, IGetAllCountriesQueryVariables>;
|
6250
|
-
export declare const GetAsanaConnectionStateDocument: DocumentNode;
|
6251
|
-
/**
|
6252
|
-
* __useGetAsanaConnectionStateQuery__
|
6253
|
-
*
|
6254
|
-
* To run a query within a React component, call `useGetAsanaConnectionStateQuery` and pass it any options that fit your needs.
|
6255
|
-
* When your component renders, `useGetAsanaConnectionStateQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
6256
|
-
* you can use to render your UI.
|
6257
|
-
*
|
6258
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
6259
|
-
*
|
6260
|
-
* @example
|
6261
|
-
* const { data, loading, error } = useGetAsanaConnectionStateQuery({
|
6262
|
-
* variables: {
|
6263
|
-
* },
|
6264
|
-
* });
|
6265
|
-
*/
|
6266
|
-
export declare function useGetAsanaConnectionStateQuery(baseOptions?: Apollo.QueryHookOptions<IGetAsanaConnectionStateQuery, IGetAsanaConnectionStateQueryVariables>): Apollo.QueryResult<IGetAsanaConnectionStateQuery, Exact<{
|
6267
|
-
[key: string]: never;
|
6268
|
-
}>>;
|
6269
|
-
export declare function useGetAsanaConnectionStateLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetAsanaConnectionStateQuery, IGetAsanaConnectionStateQueryVariables>): Apollo.QueryTuple<IGetAsanaConnectionStateQuery, Exact<{
|
6270
|
-
[key: string]: never;
|
6271
|
-
}>>;
|
6272
|
-
export declare type GetAsanaConnectionStateQueryHookResult = ReturnType<typeof useGetAsanaConnectionStateQuery>;
|
6273
|
-
export declare type GetAsanaConnectionStateLazyQueryHookResult = ReturnType<typeof useGetAsanaConnectionStateLazyQuery>;
|
6274
|
-
export declare type GetAsanaConnectionStateQueryResult = Apollo.QueryResult<IGetAsanaConnectionStateQuery, IGetAsanaConnectionStateQueryVariables>;
|
6275
|
-
export declare const GetAsanaWorkspaceProjectsDocument: DocumentNode;
|
6276
|
-
/**
|
6277
|
-
* __useGetAsanaWorkspaceProjectsQuery__
|
6278
|
-
*
|
6279
|
-
* To run a query within a React component, call `useGetAsanaWorkspaceProjectsQuery` and pass it any options that fit your needs.
|
6280
|
-
* When your component renders, `useGetAsanaWorkspaceProjectsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
6281
|
-
* you can use to render your UI.
|
6282
|
-
*
|
6283
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
6284
|
-
*
|
6285
|
-
* @example
|
6286
|
-
* const { data, loading, error } = useGetAsanaWorkspaceProjectsQuery({
|
6287
|
-
* variables: {
|
6288
|
-
* workspaceId: // value for 'workspaceId'
|
6289
|
-
* },
|
6290
|
-
* });
|
6291
|
-
*/
|
6292
|
-
export declare function useGetAsanaWorkspaceProjectsQuery(baseOptions: Apollo.QueryHookOptions<IGetAsanaWorkspaceProjectsQuery, IGetAsanaWorkspaceProjectsQueryVariables>): Apollo.QueryResult<IGetAsanaWorkspaceProjectsQuery, Exact<{
|
6293
|
-
workspaceId: string;
|
6294
|
-
}>>;
|
6295
|
-
export declare function useGetAsanaWorkspaceProjectsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetAsanaWorkspaceProjectsQuery, IGetAsanaWorkspaceProjectsQueryVariables>): Apollo.QueryTuple<IGetAsanaWorkspaceProjectsQuery, Exact<{
|
6296
|
-
workspaceId: string;
|
6297
|
-
}>>;
|
6298
|
-
export declare type GetAsanaWorkspaceProjectsQueryHookResult = ReturnType<typeof useGetAsanaWorkspaceProjectsQuery>;
|
6299
|
-
export declare type GetAsanaWorkspaceProjectsLazyQueryHookResult = ReturnType<typeof useGetAsanaWorkspaceProjectsLazyQuery>;
|
6300
|
-
export declare type GetAsanaWorkspaceProjectsQueryResult = Apollo.QueryResult<IGetAsanaWorkspaceProjectsQuery, IGetAsanaWorkspaceProjectsQueryVariables>;
|
6301
|
-
export declare const GetAsanaWorkspacesDocument: DocumentNode;
|
6302
|
-
/**
|
6303
|
-
* __useGetAsanaWorkspacesQuery__
|
6304
|
-
*
|
6305
|
-
* To run a query within a React component, call `useGetAsanaWorkspacesQuery` and pass it any options that fit your needs.
|
6306
|
-
* When your component renders, `useGetAsanaWorkspacesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
6307
|
-
* you can use to render your UI.
|
6308
|
-
*
|
6309
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
6310
|
-
*
|
6311
|
-
* @example
|
6312
|
-
* const { data, loading, error } = useGetAsanaWorkspacesQuery({
|
6313
|
-
* variables: {
|
6314
|
-
* },
|
6315
|
-
* });
|
6316
|
-
*/
|
6317
|
-
export declare function useGetAsanaWorkspacesQuery(baseOptions?: Apollo.QueryHookOptions<IGetAsanaWorkspacesQuery, IGetAsanaWorkspacesQueryVariables>): Apollo.QueryResult<IGetAsanaWorkspacesQuery, Exact<{
|
6318
|
-
[key: string]: never;
|
6319
|
-
}>>;
|
6320
|
-
export declare function useGetAsanaWorkspacesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetAsanaWorkspacesQuery, IGetAsanaWorkspacesQueryVariables>): Apollo.QueryTuple<IGetAsanaWorkspacesQuery, Exact<{
|
6321
|
-
[key: string]: never;
|
6322
|
-
}>>;
|
6323
|
-
export declare type GetAsanaWorkspacesQueryHookResult = ReturnType<typeof useGetAsanaWorkspacesQuery>;
|
6324
|
-
export declare type GetAsanaWorkspacesLazyQueryHookResult = ReturnType<typeof useGetAsanaWorkspacesLazyQuery>;
|
6325
|
-
export declare type GetAsanaWorkspacesQueryResult = Apollo.QueryResult<IGetAsanaWorkspacesQuery, IGetAsanaWorkspacesQueryVariables>;
|
6326
|
-
export declare const GetDefaultInvoiceNumberDocument: DocumentNode;
|
6327
|
-
/**
|
6328
|
-
* __useGetDefaultInvoiceNumberQuery__
|
6329
|
-
*
|
6330
|
-
* To run a query within a React component, call `useGetDefaultInvoiceNumberQuery` and pass it any options that fit your needs.
|
6331
|
-
* When your component renders, `useGetDefaultInvoiceNumberQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
6332
|
-
* you can use to render your UI.
|
6333
|
-
*
|
6334
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
6335
|
-
*
|
6336
|
-
* @example
|
6337
|
-
* const { data, loading, error } = useGetDefaultInvoiceNumberQuery({
|
6338
|
-
* variables: {
|
6339
|
-
* },
|
6340
|
-
* });
|
6341
|
-
*/
|
6342
|
-
export declare function useGetDefaultInvoiceNumberQuery(baseOptions?: Apollo.QueryHookOptions<IGetDefaultInvoiceNumberQuery, IGetDefaultInvoiceNumberQueryVariables>): Apollo.QueryResult<IGetDefaultInvoiceNumberQuery, Exact<{
|
6343
|
-
[key: string]: never;
|
6344
|
-
}>>;
|
6345
|
-
export declare function useGetDefaultInvoiceNumberLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetDefaultInvoiceNumberQuery, IGetDefaultInvoiceNumberQueryVariables>): Apollo.QueryTuple<IGetDefaultInvoiceNumberQuery, Exact<{
|
6346
|
-
[key: string]: never;
|
6347
|
-
}>>;
|
6348
|
-
export declare type GetDefaultInvoiceNumberQueryHookResult = ReturnType<typeof useGetDefaultInvoiceNumberQuery>;
|
6349
|
-
export declare type GetDefaultInvoiceNumberLazyQueryHookResult = ReturnType<typeof useGetDefaultInvoiceNumberLazyQuery>;
|
6350
|
-
export declare type GetDefaultInvoiceNumberQueryResult = Apollo.QueryResult<IGetDefaultInvoiceNumberQuery, IGetDefaultInvoiceNumberQueryVariables>;
|
6351
|
-
export declare const GetFilteredProjectsDocument: DocumentNode;
|
6352
|
-
/**
|
6353
|
-
* __useGetFilteredProjectsQuery__
|
6354
|
-
*
|
6355
|
-
* To run a query within a React component, call `useGetFilteredProjectsQuery` and pass it any options that fit your needs.
|
6356
|
-
* When your component renders, `useGetFilteredProjectsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
6357
|
-
* you can use to render your UI.
|
6358
|
-
*
|
6359
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
6360
|
-
*
|
6361
|
-
* @example
|
6362
|
-
* const { data, loading, error } = useGetFilteredProjectsQuery({
|
6363
|
-
* variables: {
|
6364
|
-
* filter: // value for 'filter'
|
6365
|
-
* },
|
6366
|
-
* });
|
6367
|
-
*/
|
6368
|
-
export declare function useGetFilteredProjectsQuery(baseOptions: Apollo.QueryHookOptions<IGetFilteredProjectsQuery, IGetFilteredProjectsQueryVariables>): Apollo.QueryResult<IGetFilteredProjectsQuery, Exact<{
|
6369
|
-
filter: IProjectWhereInput;
|
6370
|
-
}>>;
|
6371
|
-
export declare function useGetFilteredProjectsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetFilteredProjectsQuery, IGetFilteredProjectsQueryVariables>): Apollo.QueryTuple<IGetFilteredProjectsQuery, Exact<{
|
6372
|
-
filter: IProjectWhereInput;
|
6373
|
-
}>>;
|
6374
|
-
export declare type GetFilteredProjectsQueryHookResult = ReturnType<typeof useGetFilteredProjectsQuery>;
|
6375
|
-
export declare type GetFilteredProjectsLazyQueryHookResult = ReturnType<typeof useGetFilteredProjectsLazyQuery>;
|
6376
|
-
export declare type GetFilteredProjectsQueryResult = Apollo.QueryResult<IGetFilteredProjectsQuery, IGetFilteredProjectsQueryVariables>;
|
6377
|
-
export declare const GetInvoicesDocument: DocumentNode;
|
6378
|
-
/**
|
6379
|
-
* __useGetInvoicesQuery__
|
6380
|
-
*
|
6381
|
-
* To run a query within a React component, call `useGetInvoicesQuery` and pass it any options that fit your needs.
|
6382
|
-
* When your component renders, `useGetInvoicesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
6383
|
-
* you can use to render your UI.
|
6384
|
-
*
|
6385
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
6386
|
-
*
|
6387
|
-
* @example
|
6388
|
-
* const { data, loading, error } = useGetInvoicesQuery({
|
6389
|
-
* variables: {
|
6390
|
-
* },
|
6391
|
-
* });
|
6392
|
-
*/
|
6393
|
-
export declare function useGetInvoicesQuery(baseOptions?: Apollo.QueryHookOptions<IGetInvoicesQuery, IGetInvoicesQueryVariables>): Apollo.QueryResult<IGetInvoicesQuery, Exact<{
|
6394
|
-
[key: string]: never;
|
6395
|
-
}>>;
|
6396
|
-
export declare function useGetInvoicesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetInvoicesQuery, IGetInvoicesQueryVariables>): Apollo.QueryTuple<IGetInvoicesQuery, Exact<{
|
6397
|
-
[key: string]: never;
|
6398
|
-
}>>;
|
6399
|
-
export declare type GetInvoicesQueryHookResult = ReturnType<typeof useGetInvoicesQuery>;
|
6400
|
-
export declare type GetInvoicesLazyQueryHookResult = ReturnType<typeof useGetInvoicesLazyQuery>;
|
6401
|
-
export declare type GetInvoicesQueryResult = Apollo.QueryResult<IGetInvoicesQuery, IGetInvoicesQueryVariables>;
|
6402
5149
|
export declare const GetManageableOrganizationsDocument: DocumentNode;
|
6403
5150
|
/**
|
6404
5151
|
* __useGetManageableOrganizationsQuery__
|
@@ -6527,31 +5274,6 @@ export declare function useGetOrgUserLazyQuery(baseOptions?: Apollo.LazyQueryHoo
|
|
6527
5274
|
export declare type GetOrgUserQueryHookResult = ReturnType<typeof useGetOrgUserQuery>;
|
6528
5275
|
export declare type GetOrgUserLazyQueryHookResult = ReturnType<typeof useGetOrgUserLazyQuery>;
|
6529
5276
|
export declare type GetOrgUserQueryResult = Apollo.QueryResult<IGetOrgUserQuery, IGetOrgUserQueryVariables>;
|
6530
|
-
export declare const GetOrganizationClientsDocument: DocumentNode;
|
6531
|
-
/**
|
6532
|
-
* __useGetOrganizationClientsQuery__
|
6533
|
-
*
|
6534
|
-
* To run a query within a React component, call `useGetOrganizationClientsQuery` and pass it any options that fit your needs.
|
6535
|
-
* When your component renders, `useGetOrganizationClientsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
6536
|
-
* you can use to render your UI.
|
6537
|
-
*
|
6538
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
6539
|
-
*
|
6540
|
-
* @example
|
6541
|
-
* const { data, loading, error } = useGetOrganizationClientsQuery({
|
6542
|
-
* variables: {
|
6543
|
-
* },
|
6544
|
-
* });
|
6545
|
-
*/
|
6546
|
-
export declare function useGetOrganizationClientsQuery(baseOptions?: Apollo.QueryHookOptions<IGetOrganizationClientsQuery, IGetOrganizationClientsQueryVariables>): Apollo.QueryResult<IGetOrganizationClientsQuery, Exact<{
|
6547
|
-
[key: string]: never;
|
6548
|
-
}>>;
|
6549
|
-
export declare function useGetOrganizationClientsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrganizationClientsQuery, IGetOrganizationClientsQueryVariables>): Apollo.QueryTuple<IGetOrganizationClientsQuery, Exact<{
|
6550
|
-
[key: string]: never;
|
6551
|
-
}>>;
|
6552
|
-
export declare type GetOrganizationClientsQueryHookResult = ReturnType<typeof useGetOrganizationClientsQuery>;
|
6553
|
-
export declare type GetOrganizationClientsLazyQueryHookResult = ReturnType<typeof useGetOrganizationClientsLazyQuery>;
|
6554
|
-
export declare type GetOrganizationClientsQueryResult = Apollo.QueryResult<IGetOrganizationClientsQuery, IGetOrganizationClientsQueryVariables>;
|
6555
5277
|
export declare const GetOrganizationMembersWithNameDocument: DocumentNode;
|
6556
5278
|
/**
|
6557
5279
|
* __useGetOrganizationMembersWithNameQuery__
|
@@ -6604,56 +5326,6 @@ export declare function usegetOrganizationTeamsLazyQuery(baseOptions?: Apollo.La
|
|
6604
5326
|
export declare type getOrganizationTeamsQueryHookResult = ReturnType<typeof usegetOrganizationTeamsQuery>;
|
6605
5327
|
export declare type getOrganizationTeamsLazyQueryHookResult = ReturnType<typeof usegetOrganizationTeamsLazyQuery>;
|
6606
5328
|
export declare type getOrganizationTeamsQueryResult = Apollo.QueryResult<IgetOrganizationTeamsQuery, IgetOrganizationTeamsQueryVariables>;
|
6607
|
-
export declare const GetProjectsDocument: DocumentNode;
|
6608
|
-
/**
|
6609
|
-
* __useGetProjectsQuery__
|
6610
|
-
*
|
6611
|
-
* To run a query within a React component, call `useGetProjectsQuery` and pass it any options that fit your needs.
|
6612
|
-
* When your component renders, `useGetProjectsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
6613
|
-
* you can use to render your UI.
|
6614
|
-
*
|
6615
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
6616
|
-
*
|
6617
|
-
* @example
|
6618
|
-
* const { data, loading, error } = useGetProjectsQuery({
|
6619
|
-
* variables: {
|
6620
|
-
* },
|
6621
|
-
* });
|
6622
|
-
*/
|
6623
|
-
export declare function useGetProjectsQuery(baseOptions?: Apollo.QueryHookOptions<IGetProjectsQuery, IGetProjectsQueryVariables>): Apollo.QueryResult<IGetProjectsQuery, Exact<{
|
6624
|
-
[key: string]: never;
|
6625
|
-
}>>;
|
6626
|
-
export declare function useGetProjectsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetProjectsQuery, IGetProjectsQueryVariables>): Apollo.QueryTuple<IGetProjectsQuery, Exact<{
|
6627
|
-
[key: string]: never;
|
6628
|
-
}>>;
|
6629
|
-
export declare type GetProjectsQueryHookResult = ReturnType<typeof useGetProjectsQuery>;
|
6630
|
-
export declare type GetProjectsLazyQueryHookResult = ReturnType<typeof useGetProjectsLazyQuery>;
|
6631
|
-
export declare type GetProjectsQueryResult = Apollo.QueryResult<IGetProjectsQuery, IGetProjectsQueryVariables>;
|
6632
|
-
export declare const GetTasksDocument: DocumentNode;
|
6633
|
-
/**
|
6634
|
-
* __useGetTasksQuery__
|
6635
|
-
*
|
6636
|
-
* To run a query within a React component, call `useGetTasksQuery` and pass it any options that fit your needs.
|
6637
|
-
* When your component renders, `useGetTasksQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
6638
|
-
* you can use to render your UI.
|
6639
|
-
*
|
6640
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
6641
|
-
*
|
6642
|
-
* @example
|
6643
|
-
* const { data, loading, error } = useGetTasksQuery({
|
6644
|
-
* variables: {
|
6645
|
-
* },
|
6646
|
-
* });
|
6647
|
-
*/
|
6648
|
-
export declare function useGetTasksQuery(baseOptions?: Apollo.QueryHookOptions<IGetTasksQuery, IGetTasksQueryVariables>): Apollo.QueryResult<IGetTasksQuery, Exact<{
|
6649
|
-
[key: string]: never;
|
6650
|
-
}>>;
|
6651
|
-
export declare function useGetTasksLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetTasksQuery, IGetTasksQueryVariables>): Apollo.QueryTuple<IGetTasksQuery, Exact<{
|
6652
|
-
[key: string]: never;
|
6653
|
-
}>>;
|
6654
|
-
export declare type GetTasksQueryHookResult = ReturnType<typeof useGetTasksQuery>;
|
6655
|
-
export declare type GetTasksLazyQueryHookResult = ReturnType<typeof useGetTasksLazyQuery>;
|
6656
|
-
export declare type GetTasksQueryResult = Apollo.QueryResult<IGetTasksQuery, IGetTasksQueryVariables>;
|
6657
5329
|
export declare const getTeamDocument: DocumentNode;
|
6658
5330
|
/**
|
6659
5331
|
* __usegetTeamQuery__
|
@@ -8712,8 +7384,6 @@ export declare type IResolversTypes = {
|
|
8712
7384
|
ActivityRecord: ResolverTypeWrapper<IActivityRecord>;
|
8713
7385
|
ActivityRecordInput: IActivityRecordInput;
|
8714
7386
|
ActivityServiceCommands: IActivityServiceCommands;
|
8715
|
-
AddressType: ResolverTypeWrapper<IAddressType>;
|
8716
|
-
AddressType_Input: IAddressType_Input;
|
8717
7387
|
AdminIdeSettings: ResolverTypeWrapper<IAdminIdeSettings>;
|
8718
7388
|
AnyObject: ResolverTypeWrapper<Scalars['AnyObject']>;
|
8719
7389
|
ApplicationBillingPlanPolicy: IApplicationBillingPlanPolicy;
|
@@ -8721,11 +7391,6 @@ export declare type IResolversTypes = {
|
|
8721
7391
|
ApplicationRolePermission: ResolverTypeWrapper<IApplicationRolePermission>;
|
8722
7392
|
ApplicationRoles: IApplicationRoles;
|
8723
7393
|
ApplicationSettings: ResolverTypeWrapper<IApplicationSettings>;
|
8724
|
-
AsanaConnection: ResolverTypeWrapper<IAsanaConnection>;
|
8725
|
-
AsanaConnectionState: ResolverTypeWrapper<IAsanaConnectionState>;
|
8726
|
-
AsanaProjects: ResolverTypeWrapper<IAsanaProjects>;
|
8727
|
-
AsanaUser: ResolverTypeWrapper<IAsanaUser>;
|
8728
|
-
AsanaWorkspaces: ResolverTypeWrapper<IAsanaWorkspaces>;
|
8729
7394
|
Auth0Identity: ResolverTypeWrapper<IAuth0Identity>;
|
8730
7395
|
Auth0IdentityProfileData: ResolverTypeWrapper<IAuth0IdentityProfileData>;
|
8731
7396
|
AuthErrorCodes: IAuthErrorCodes;
|
@@ -8735,16 +7400,9 @@ export declare type IResolversTypes = {
|
|
8735
7400
|
CacheControlScope: ICacheControlScope;
|
8736
7401
|
CityInput: ICityInput;
|
8737
7402
|
CityUpdateInput: ICityUpdateInput;
|
8738
|
-
Client: ResolverTypeWrapper<IClient>;
|
8739
|
-
ClientAddRequest: IClientAddRequest;
|
8740
7403
|
ClientCacheTypeNames: IClientCacheTypeNames;
|
8741
7404
|
ClientContainerService: IClientContainerService;
|
8742
|
-
ClientCreatedEvent: ResolverTypeWrapper<IClientCreatedEvent>;
|
8743
|
-
ClientDeletedEvent: ResolverTypeWrapper<IClientDeletedEvent>;
|
8744
|
-
ClientPhone: ResolverTypeWrapper<IClientPhone>;
|
8745
|
-
ClientPhone_Input: IClientPhone_Input;
|
8746
7405
|
ClientTypes: IClientTypes;
|
8747
|
-
ClientUpdateRequest: IClientUpdateRequest;
|
8748
7406
|
ConfigCollectionName: IConfigCollectionName;
|
8749
7407
|
ConfigFragmentName: IConfigFragmentName;
|
8750
7408
|
Configuration: IResolversTypes['DefaultConfiguration'] | IResolversTypes['MachineConfiguration'] | IResolversTypes['UserConfiguration'] | IResolversTypes['OrganizationConfiguration'] | IResolversTypes['OrganizationResourceConfiguration'];
|
@@ -8768,8 +7426,6 @@ export declare type IResolversTypes = {
|
|
8768
7426
|
ContributionSettingsProperties: ResolverTypeWrapper<IContributionSettingsProperties>;
|
8769
7427
|
Country: ResolverTypeWrapper<ICountry>;
|
8770
7428
|
CountryInput: ICountryInput;
|
8771
|
-
CustomerInvoice: ResolverTypeWrapper<ICustomerInvoice>;
|
8772
|
-
CustomerInvoice_Input: ICustomerInvoice_Input;
|
8773
7429
|
Date: ResolverTypeWrapper<Scalars['Date']>;
|
8774
7430
|
DateTime: ResolverTypeWrapper<Scalars['DateTime']>;
|
8775
7431
|
DefaultConfiguration: ResolverTypeWrapper<IDefaultConfiguration>;
|
@@ -8821,12 +7477,6 @@ export declare type IResolversTypes = {
|
|
8821
7477
|
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
8822
7478
|
InviteMember: ResolverTypeWrapper<IInviteMember>;
|
8823
7479
|
InviteStatus: IInviteStatus;
|
8824
|
-
InvoiceCreateRequest: IInvoiceCreateRequest;
|
8825
|
-
InvoiceCreatedEvent: ResolverTypeWrapper<IInvoiceCreatedEvent>;
|
8826
|
-
InvoiceDeletedEvent: ResolverTypeWrapper<IInvoiceDeletedEvent>;
|
8827
|
-
InvoiceMailRequest: IInvoiceMailRequest;
|
8828
|
-
InvoiceType: ResolverTypeWrapper<IInvoiceType>;
|
8829
|
-
InvoiceUpdateRequest: IInvoiceUpdateRequest;
|
8830
7480
|
JSON: ResolverTypeWrapper<Scalars['JSON']>;
|
8831
7481
|
JSONObject: ResolverTypeWrapper<Scalars['JSONObject']>;
|
8832
7482
|
KeyPathSegment: IKeyPathSegment;
|
@@ -8834,15 +7484,11 @@ export declare type IResolversTypes = {
|
|
8834
7484
|
MachineConfiguration: ResolverTypeWrapper<IMachineConfiguration>;
|
8835
7485
|
MachineSettings: ResolverTypeWrapper<IMachineSettings>;
|
8836
7486
|
MailTemplateId: IMailTemplateId;
|
8837
|
-
MemberInvoice: ResolverTypeWrapper<IMemberInvoice>;
|
8838
|
-
MemberInvoice_Input: IMemberInvoice_Input;
|
8839
7487
|
MemorySettings: ResolverTypeWrapper<IMemorySettings>;
|
8840
7488
|
MenuItem: ResolverTypeWrapper<IMenuItem>;
|
8841
7489
|
MenuPosition: IMenuPosition;
|
8842
7490
|
MoleculerServiceName: IMoleculerServiceName;
|
8843
7491
|
Mutation: ResolverTypeWrapper<{}>;
|
8844
|
-
NameType: ResolverTypeWrapper<INameType>;
|
8845
|
-
Name_Input: IName_Input;
|
8846
7492
|
Node: IResolversTypes['OrgUserAccunt'] | IResolversTypes['UserAccount'];
|
8847
7493
|
Observable: ResolverTypeWrapper<Scalars['Observable']>;
|
8848
7494
|
OrgDetailWhere: IOrgDetailWhere;
|
@@ -8910,22 +7556,6 @@ export declare type IResolversTypes = {
|
|
8910
7556
|
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
8911
7557
|
PreferencesResponse: ResolverTypeWrapper<IPreferencesResponse>;
|
8912
7558
|
PreferencesType: ResolverTypeWrapper<IPreferencesType>;
|
8913
|
-
ProjectAddRequest: IProjectAddRequest;
|
8914
|
-
ProjectCreatedEvent: ResolverTypeWrapper<IProjectCreatedEvent>;
|
8915
|
-
ProjectDeletedEvent: ResolverTypeWrapper<IProjectDeletedEvent>;
|
8916
|
-
ProjectInvoice: ResolverTypeWrapper<IProjectInvoice>;
|
8917
|
-
ProjectInvoice_Input: IProjectInvoice_Input;
|
8918
|
-
ProjectParameters: ResolverTypeWrapper<IProjectParameters>;
|
8919
|
-
ProjectParameters_Input: IProjectParameters_Input;
|
8920
|
-
ProjectSource: ResolverTypeWrapper<IProjectSource>;
|
8921
|
-
ProjectSourceProviders: IProjectSourceProviders;
|
8922
|
-
ProjectSourceType: IProjectSourceType;
|
8923
|
-
ProjectSource_Input: IProjectSource_Input;
|
8924
|
-
ProjectType: IProjectType;
|
8925
|
-
ProjectWhereInput: IProjectWhereInput;
|
8926
|
-
Project_Input: IProject_Input;
|
8927
|
-
Project_Output: ResolverTypeWrapper<IProject_Output>;
|
8928
|
-
Projects: ResolverTypeWrapper<IProjects>;
|
8929
7559
|
Query: ResolverTypeWrapper<{}>;
|
8930
7560
|
Range: ResolverTypeWrapper<IRange>;
|
8931
7561
|
RegistryExtensions: IRegistryExtensions;
|
@@ -8952,8 +7582,6 @@ export declare type IResolversTypes = {
|
|
8952
7582
|
SettingsGroup: ResolverTypeWrapper<ISettingsGroup>;
|
8953
7583
|
SettingsSection: ResolverTypeWrapper<ISettingsSection>;
|
8954
7584
|
SettingsSubject: IResolversTypes['UserSettings'] | IResolversTypes['ApplicationSettings'] | IResolversTypes['MachineSettings'] | IResolversTypes['OrganizationResourceSettings'] | IResolversTypes['GlobalSettings'] | IResolversTypes['OrganizationSettings'] | IResolversTypes['MemorySettings'] | IResolversTypes['DefaultSettings'];
|
8955
|
-
SocialConnect: ResolverTypeWrapper<ISocialConnect>;
|
8956
|
-
SocialConnect_Input: ISocialConnect_Input;
|
8957
7585
|
SshKey: ResolverTypeWrapper<ISshKey>;
|
8958
7586
|
SshKeyInput: ISshKeyInput;
|
8959
7587
|
SshKeyModel: ResolverTypeWrapper<ISshKeyModel>;
|
@@ -8965,8 +7593,6 @@ export declare type IResolversTypes = {
|
|
8965
7593
|
resources?: Maybe<Array<Maybe<IResolversTypes['ResourceData']>>>;
|
8966
7594
|
}>;
|
8967
7595
|
Subscription: ResolverTypeWrapper<{}>;
|
8968
|
-
Task: ResolverTypeWrapper<ITask>;
|
8969
|
-
TaskRequest: ITaskRequest;
|
8970
7596
|
TeamCreateRequest: ITeamCreateRequest;
|
8971
7597
|
TeamCreationRequest: ITeamCreationRequest;
|
8972
7598
|
TeamInvitationEmailVariables: ResolverTypeWrapper<ITeamInvitationEmailVariables>;
|
@@ -8977,15 +7603,12 @@ export declare type IResolversTypes = {
|
|
8977
7603
|
TeamServiceAction: ITeamServiceAction;
|
8978
7604
|
TeamType: ITeamType;
|
8979
7605
|
TeamUpdateRequest: ITeamUpdateRequest;
|
8980
|
-
Template: ITemplate;
|
8981
7606
|
TerritorialStateInput: ITerritorialStateInput;
|
8982
7607
|
TerritorialStateUpdateInput: ITerritorialStateUpdateInput;
|
8983
7608
|
Time: ResolverTypeWrapper<Scalars['Time']>;
|
8984
7609
|
TokenTypesEnum: ITokenTypesEnum;
|
8985
7610
|
URI: ResolverTypeWrapper<Scalars['URI']>;
|
8986
7611
|
URIInput: ResolverTypeWrapper<Scalars['URIInput']>;
|
8987
|
-
UpdateProject_Input: IUpdateProject_Input;
|
8988
|
-
UpdatedClient_Input: IUpdatedClient_Input;
|
8989
7612
|
UserAccount: ResolverTypeWrapper<IUserAccount>;
|
8990
7613
|
UserAccountCreateRequest: IUserAccountCreateRequest;
|
8991
7614
|
UserAccountCreatedDetailedEvent: ResolverTypeWrapper<IUserAccountCreatedDetailedEvent>;
|
@@ -9034,18 +7657,11 @@ export declare type IResolversParentTypes = {
|
|
9034
7657
|
Int: Scalars['Int'];
|
9035
7658
|
ActivityRecord: IActivityRecord;
|
9036
7659
|
ActivityRecordInput: IActivityRecordInput;
|
9037
|
-
AddressType: IAddressType;
|
9038
|
-
AddressType_Input: IAddressType_Input;
|
9039
7660
|
AdminIdeSettings: IAdminIdeSettings;
|
9040
7661
|
AnyObject: Scalars['AnyObject'];
|
9041
7662
|
ApplicationPolicy: IApplicationPolicy;
|
9042
7663
|
ApplicationRolePermission: IApplicationRolePermission;
|
9043
7664
|
ApplicationSettings: IApplicationSettings;
|
9044
|
-
AsanaConnection: IAsanaConnection;
|
9045
|
-
AsanaConnectionState: IAsanaConnectionState;
|
9046
|
-
AsanaProjects: IAsanaProjects;
|
9047
|
-
AsanaUser: IAsanaUser;
|
9048
|
-
AsanaWorkspaces: IAsanaWorkspaces;
|
9049
7665
|
Auth0Identity: IAuth0Identity;
|
9050
7666
|
Auth0IdentityProfileData: IAuth0IdentityProfileData;
|
9051
7667
|
AuthTokens: IAuthTokens;
|
@@ -9053,13 +7669,6 @@ export declare type IResolversParentTypes = {
|
|
9053
7669
|
AuthUser_Input: IAuthUser_Input;
|
9054
7670
|
CityInput: ICityInput;
|
9055
7671
|
CityUpdateInput: ICityUpdateInput;
|
9056
|
-
Client: IClient;
|
9057
|
-
ClientAddRequest: IClientAddRequest;
|
9058
|
-
ClientCreatedEvent: IClientCreatedEvent;
|
9059
|
-
ClientDeletedEvent: IClientDeletedEvent;
|
9060
|
-
ClientPhone: IClientPhone;
|
9061
|
-
ClientPhone_Input: IClientPhone_Input;
|
9062
|
-
ClientUpdateRequest: IClientUpdateRequest;
|
9063
7672
|
Configuration: IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['UserConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationResourceConfiguration'];
|
9064
7673
|
ConfigurationData: IConfigurationData;
|
9065
7674
|
ConfigurationExtensionInfo: IConfigurationExtensionInfo;
|
@@ -9077,8 +7686,6 @@ export declare type IResolversParentTypes = {
|
|
9077
7686
|
ContributionSettingsProperties: IContributionSettingsProperties;
|
9078
7687
|
Country: ICountry;
|
9079
7688
|
CountryInput: ICountryInput;
|
9080
|
-
CustomerInvoice: ICustomerInvoice;
|
9081
|
-
CustomerInvoice_Input: ICustomerInvoice_Input;
|
9082
7689
|
Date: Scalars['Date'];
|
9083
7690
|
DateTime: Scalars['DateTime'];
|
9084
7691
|
DefaultConfiguration: IDefaultConfiguration;
|
@@ -9124,25 +7731,15 @@ export declare type IResolversParentTypes = {
|
|
9124
7731
|
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
9125
7732
|
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
9126
7733
|
InviteMember: IInviteMember;
|
9127
|
-
InvoiceCreateRequest: IInvoiceCreateRequest;
|
9128
|
-
InvoiceCreatedEvent: IInvoiceCreatedEvent;
|
9129
|
-
InvoiceDeletedEvent: IInvoiceDeletedEvent;
|
9130
|
-
InvoiceMailRequest: IInvoiceMailRequest;
|
9131
|
-
InvoiceType: IInvoiceType;
|
9132
|
-
InvoiceUpdateRequest: IInvoiceUpdateRequest;
|
9133
7734
|
JSON: Scalars['JSON'];
|
9134
7735
|
JSONObject: Scalars['JSONObject'];
|
9135
7736
|
KeyPathSegment: IKeyPathSegment;
|
9136
7737
|
LoginError: ILoginError;
|
9137
7738
|
MachineConfiguration: IMachineConfiguration;
|
9138
7739
|
MachineSettings: IMachineSettings;
|
9139
|
-
MemberInvoice: IMemberInvoice;
|
9140
|
-
MemberInvoice_Input: IMemberInvoice_Input;
|
9141
7740
|
MemorySettings: IMemorySettings;
|
9142
7741
|
MenuItem: IMenuItem;
|
9143
7742
|
Mutation: {};
|
9144
|
-
NameType: INameType;
|
9145
|
-
Name_Input: IName_Input;
|
9146
7743
|
Node: IResolversParentTypes['OrgUserAccunt'] | IResolversParentTypes['UserAccount'];
|
9147
7744
|
Observable: Scalars['Observable'];
|
9148
7745
|
OrgDetailWhere: IOrgDetailWhere;
|
@@ -9201,19 +7798,6 @@ export declare type IResolversParentTypes = {
|
|
9201
7798
|
PreferencesOpenOptions_Input: IPreferencesOpenOptions_Input;
|
9202
7799
|
PreferencesResponse: IPreferencesResponse;
|
9203
7800
|
PreferencesType: IPreferencesType;
|
9204
|
-
ProjectAddRequest: IProjectAddRequest;
|
9205
|
-
ProjectCreatedEvent: IProjectCreatedEvent;
|
9206
|
-
ProjectDeletedEvent: IProjectDeletedEvent;
|
9207
|
-
ProjectInvoice: IProjectInvoice;
|
9208
|
-
ProjectInvoice_Input: IProjectInvoice_Input;
|
9209
|
-
ProjectParameters: IProjectParameters;
|
9210
|
-
ProjectParameters_Input: IProjectParameters_Input;
|
9211
|
-
ProjectSource: IProjectSource;
|
9212
|
-
ProjectSource_Input: IProjectSource_Input;
|
9213
|
-
ProjectWhereInput: IProjectWhereInput;
|
9214
|
-
Project_Input: IProject_Input;
|
9215
|
-
Project_Output: IProject_Output;
|
9216
|
-
Projects: IProjects;
|
9217
7801
|
Query: {};
|
9218
7802
|
Range: IRange;
|
9219
7803
|
ResourceAccessRole: Omit<IResourceAccessRole, 'accessRoles'> & {
|
@@ -9235,8 +7819,6 @@ export declare type IResolversParentTypes = {
|
|
9235
7819
|
SettingsGroup: ISettingsGroup;
|
9236
7820
|
SettingsSection: ISettingsSection;
|
9237
7821
|
SettingsSubject: IResolversParentTypes['UserSettings'] | IResolversParentTypes['ApplicationSettings'] | IResolversParentTypes['MachineSettings'] | IResolversParentTypes['OrganizationResourceSettings'] | IResolversParentTypes['GlobalSettings'] | IResolversParentTypes['OrganizationSettings'] | IResolversParentTypes['MemorySettings'] | IResolversParentTypes['DefaultSettings'];
|
9238
|
-
SocialConnect: ISocialConnect;
|
9239
|
-
SocialConnect_Input: ISocialConnect_Input;
|
9240
7822
|
SshKey: ISshKey;
|
9241
7823
|
SshKeyInput: ISshKeyInput;
|
9242
7824
|
SshKeyModel: ISshKeyModel;
|
@@ -9246,8 +7828,6 @@ export declare type IResolversParentTypes = {
|
|
9246
7828
|
resources?: Maybe<Array<Maybe<IResolversParentTypes['ResourceData']>>>;
|
9247
7829
|
};
|
9248
7830
|
Subscription: {};
|
9249
|
-
Task: ITask;
|
9250
|
-
TaskRequest: ITaskRequest;
|
9251
7831
|
TeamCreateRequest: ITeamCreateRequest;
|
9252
7832
|
TeamCreationRequest: ITeamCreationRequest;
|
9253
7833
|
TeamInvitationEmailVariables: ITeamInvitationEmailVariables;
|
@@ -9257,14 +7837,11 @@ export declare type IResolversParentTypes = {
|
|
9257
7837
|
TeamService: ITeamService;
|
9258
7838
|
TeamType: ITeamType;
|
9259
7839
|
TeamUpdateRequest: ITeamUpdateRequest;
|
9260
|
-
Template: ITemplate;
|
9261
7840
|
TerritorialStateInput: ITerritorialStateInput;
|
9262
7841
|
TerritorialStateUpdateInput: ITerritorialStateUpdateInput;
|
9263
7842
|
Time: Scalars['Time'];
|
9264
7843
|
URI: Scalars['URI'];
|
9265
7844
|
URIInput: Scalars['URIInput'];
|
9266
|
-
UpdateProject_Input: IUpdateProject_Input;
|
9267
|
-
UpdatedClient_Input: IUpdatedClient_Input;
|
9268
7845
|
UserAccount: IUserAccount;
|
9269
7846
|
UserAccountCreateRequest: IUserAccountCreateRequest;
|
9270
7847
|
UserAccountCreatedDetailedEvent: IUserAccountCreatedDetailedEvent;
|
@@ -9352,15 +7929,6 @@ export declare type IActivityRecordResolvers<ContextType = MyContext, ParentType
|
|
9352
7929
|
timestamp?: Resolver<IResolversTypes['Int'], ParentType, ContextType>;
|
9353
7930
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9354
7931
|
};
|
9355
|
-
export declare type IAddressTypeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AddressType'] = IResolversParentTypes['AddressType']> = {
|
9356
|
-
attention?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9357
|
-
address?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9358
|
-
city?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9359
|
-
state?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9360
|
-
country?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9361
|
-
zip?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9362
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9363
|
-
};
|
9364
7932
|
export declare type IAdminIdeSettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AdminIdeSettings'] = IResolversParentTypes['AdminIdeSettings']> = {
|
9365
7933
|
activityNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9366
7934
|
activityVersion?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -9394,30 +7962,6 @@ export declare type IApplicationSettingsResolvers<ContextType = MyContext, Paren
|
|
9394
7962
|
settingsCascade?: Resolver<IResolversTypes['SettingsCascade'], ParentType, ContextType>;
|
9395
7963
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9396
7964
|
};
|
9397
|
-
export declare type IAsanaConnectionResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AsanaConnection'] = IResolversParentTypes['AsanaConnection']> = {
|
9398
|
-
asana?: Resolver<Maybe<IResolversTypes['AsanaConnectionState']>, ParentType, ContextType>;
|
9399
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9400
|
-
};
|
9401
|
-
export declare type IAsanaConnectionStateResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AsanaConnectionState'] = IResolversParentTypes['AsanaConnectionState']> = {
|
9402
|
-
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9403
|
-
user?: Resolver<Maybe<IResolversTypes['AsanaUser']>, ParentType, ContextType>;
|
9404
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9405
|
-
};
|
9406
|
-
export declare type IAsanaProjectsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AsanaProjects'] = IResolversParentTypes['AsanaProjects']> = {
|
9407
|
-
gid?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9408
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9409
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9410
|
-
};
|
9411
|
-
export declare type IAsanaUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AsanaUser'] = IResolversParentTypes['AsanaUser']> = {
|
9412
|
-
user_id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9413
|
-
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9414
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9415
|
-
};
|
9416
|
-
export declare type IAsanaWorkspacesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AsanaWorkspaces'] = IResolversParentTypes['AsanaWorkspaces']> = {
|
9417
|
-
gid?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9418
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9419
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9420
|
-
};
|
9421
7965
|
export declare type IAuth0IdentityResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Auth0Identity'] = IResolversParentTypes['Auth0Identity']> = {
|
9422
7966
|
connection?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9423
7967
|
isSocial?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
@@ -9449,36 +7993,6 @@ export declare type IAuthUserResolvers<ContextType = MyContext, ParentType exten
|
|
9449
7993
|
phoneNo?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9450
7994
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9451
7995
|
};
|
9452
|
-
export declare type IClientResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Client'] = IResolversParentTypes['Client']> = {
|
9453
|
-
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
9454
|
-
name?: Resolver<IResolversTypes['NameType'], ParentType, ContextType>;
|
9455
|
-
companyName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9456
|
-
displayName?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9457
|
-
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9458
|
-
clientPhone?: Resolver<Maybe<IResolversTypes['ClientPhone']>, ParentType, ContextType>;
|
9459
|
-
website?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9460
|
-
currency?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9461
|
-
socialConnect?: Resolver<Maybe<IResolversTypes['SocialConnect']>, ParentType, ContextType>;
|
9462
|
-
billingAddress?: Resolver<Maybe<IResolversTypes['AddressType']>, ParentType, ContextType>;
|
9463
|
-
shippingAddress?: Resolver<Maybe<IResolversTypes['AddressType']>, ParentType, ContextType>;
|
9464
|
-
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9465
|
-
createdAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
9466
|
-
updatedAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
9467
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9468
|
-
};
|
9469
|
-
export declare type IClientCreatedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ClientCreatedEvent'] = IResolversParentTypes['ClientCreatedEvent']> = {
|
9470
|
-
createdClient?: Resolver<Maybe<IResolversTypes['Client']>, ParentType, ContextType>;
|
9471
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9472
|
-
};
|
9473
|
-
export declare type IClientDeletedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ClientDeletedEvent'] = IResolversParentTypes['ClientDeletedEvent']> = {
|
9474
|
-
deletedClient?: Resolver<Maybe<IResolversTypes['Client']>, ParentType, ContextType>;
|
9475
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9476
|
-
};
|
9477
|
-
export declare type IClientPhoneResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ClientPhone'] = IResolversParentTypes['ClientPhone']> = {
|
9478
|
-
workPhone?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9479
|
-
mobile?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9480
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9481
|
-
};
|
9482
7996
|
export declare type IConfigurationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Configuration'] = IResolversParentTypes['Configuration']> = {
|
9483
7997
|
__resolveType: TypeResolveFn<'DefaultConfiguration' | 'MachineConfiguration' | 'UserConfiguration' | 'OrganizationConfiguration' | 'OrganizationResourceConfiguration', ParentType, ContextType>;
|
9484
7998
|
};
|
@@ -9617,16 +8131,6 @@ export declare type ICountryResolvers<ContextType = MyContext, ParentType extend
|
|
9617
8131
|
phoneCode?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9618
8132
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9619
8133
|
};
|
9620
|
-
export declare type ICustomerInvoiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['CustomerInvoice'] = IResolversParentTypes['CustomerInvoice']> = {
|
9621
|
-
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9622
|
-
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9623
|
-
companyName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9624
|
-
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9625
|
-
phone?: Resolver<Maybe<IResolversTypes['ClientPhone']>, ParentType, ContextType>;
|
9626
|
-
billingAddress?: Resolver<Maybe<IResolversTypes['AddressType']>, ParentType, ContextType>;
|
9627
|
-
shippingAddress?: Resolver<Maybe<IResolversTypes['AddressType']>, ParentType, ContextType>;
|
9628
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9629
|
-
};
|
9630
8134
|
export interface IDateScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['Date'], any> {
|
9631
8135
|
name: 'Date';
|
9632
8136
|
}
|
@@ -9877,44 +8381,6 @@ export declare type IInviteMemberResolvers<ContextType = MyContext, ParentType e
|
|
9877
8381
|
status?: Resolver<Maybe<IResolversTypes['InviteStatus']>, ParentType, ContextType>;
|
9878
8382
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9879
8383
|
};
|
9880
|
-
export declare type IInvoiceCreatedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['InvoiceCreatedEvent'] = IResolversParentTypes['InvoiceCreatedEvent']> = {
|
9881
|
-
createdInvoice?: Resolver<Maybe<IResolversTypes['InvoiceType']>, ParentType, ContextType>;
|
9882
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9883
|
-
};
|
9884
|
-
export declare type IInvoiceDeletedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['InvoiceDeletedEvent'] = IResolversParentTypes['InvoiceDeletedEvent']> = {
|
9885
|
-
deletedInvoice?: Resolver<Maybe<IResolversTypes['InvoiceType']>, ParentType, ContextType>;
|
9886
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9887
|
-
};
|
9888
|
-
export declare type IInvoiceTypeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['InvoiceType'] = IResolversParentTypes['InvoiceType']> = {
|
9889
|
-
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
9890
|
-
comment?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9891
|
-
currency?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9892
|
-
discount?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
|
9893
|
-
from?: Resolver<Maybe<IResolversTypes['MemberInvoice']>, ParentType, ContextType>;
|
9894
|
-
invoiceDate?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
9895
|
-
terms?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9896
|
-
dueDate?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
9897
|
-
invoiceNumber?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9898
|
-
orderNumber?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9899
|
-
invoiceVendor?: Resolver<Maybe<IResolversTypes['MemberInvoice']>, ParentType, ContextType>;
|
9900
|
-
logo?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9901
|
-
overdue?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9902
|
-
paymentStatus?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9903
|
-
projects?: Resolver<Maybe<Array<Maybe<IResolversTypes['ProjectInvoice']>>>, ParentType, ContextType>;
|
9904
|
-
sendingStatus?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9905
|
-
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9906
|
-
subTotal?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
|
9907
|
-
tax?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
|
9908
|
-
subject?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9909
|
-
conditions?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9910
|
-
timezoneOffset?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9911
|
-
to?: Resolver<Maybe<IResolversTypes['CustomerInvoice']>, ParentType, ContextType>;
|
9912
|
-
total?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
|
9913
|
-
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9914
|
-
createdAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
9915
|
-
updatedAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
9916
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9917
|
-
};
|
9918
8384
|
export interface IJSONScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['JSON'], any> {
|
9919
8385
|
name: 'JSON';
|
9920
8386
|
}
|
@@ -9943,15 +8409,6 @@ export declare type IMachineSettingsResolvers<ContextType = MyContext, ParentTyp
|
|
9943
8409
|
settingsCascade?: Resolver<IResolversTypes['SettingsCascade'], ParentType, ContextType>;
|
9944
8410
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9945
8411
|
};
|
9946
|
-
export declare type IMemberInvoiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['MemberInvoice'] = IResolversParentTypes['MemberInvoice']> = {
|
9947
|
-
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9948
|
-
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9949
|
-
companyName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9950
|
-
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9951
|
-
phone?: Resolver<Maybe<IResolversTypes['ClientPhone']>, ParentType, ContextType>;
|
9952
|
-
address?: Resolver<Maybe<IResolversTypes['AddressType']>, ParentType, ContextType>;
|
9953
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9954
|
-
};
|
9955
8412
|
export declare type IMemorySettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['MemorySettings'] = IResolversParentTypes['MemorySettings']> = {
|
9956
8413
|
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
9957
8414
|
latestSettings?: Resolver<Maybe<IResolversTypes['Settings']>, ParentType, ContextType>;
|
@@ -9978,9 +8435,7 @@ export declare type IMutationResolvers<ContextType = MyContext, ParentType exten
|
|
9978
8435
|
UpdateSshKey?: Resolver<Maybe<IResolversTypes['SshKey']>, ParentType, ContextType, RequireFields<IMutationUpdateSshKeyArgs, 'id' | 'key'>>;
|
9979
8436
|
acceptOrganizationInvitation?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationacceptOrganizationInvitationArgs, 'id'>>;
|
9980
8437
|
accountOnBoarding?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationaccountOnBoardingArgs, never>>;
|
9981
|
-
addClient?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationaddClientArgs, 'client'>>;
|
9982
8438
|
addContributionRole?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationaddContributionRoleArgs, 'name'>>;
|
9983
|
-
addOrgProject?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationaddOrgProjectArgs, 'project'>>;
|
9984
8439
|
addResourceToContext?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationaddResourceToContextArgs, 'resourcesToAdd'>>;
|
9985
8440
|
addTeamMembers?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationaddTeamMembersArgs, 'orgName' | 'teamName' | 'memberIds'>>;
|
9986
8441
|
changeMemberRole?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationchangeMemberRoleArgs, 'orgName' | 'teamName' | 'memberId' | 'role'>>;
|
@@ -9988,10 +8443,8 @@ export declare type IMutationResolvers<ContextType = MyContext, ParentType exten
|
|
9988
8443
|
changeOrganization?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType, RequireFields<IMutationchangeOrganizationArgs, never>>;
|
9989
8444
|
collect?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationcollectArgs, 'request'>>;
|
9990
8445
|
createIntegrationConfiguration?: Resolver<Maybe<IResolversTypes['IntegraitonConfigurationId']>, ParentType, ContextType, RequireFields<IMutationcreateIntegrationConfigurationArgs, never>>;
|
9991
|
-
createInvoice?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationcreateInvoiceArgs, 'invoice'>>;
|
9992
8446
|
createOrUpdateIntegrationConfiguration?: Resolver<Maybe<IResolversTypes['IntegraitonConfigurationId']>, ParentType, ContextType, RequireFields<IMutationcreateOrUpdateIntegrationConfigurationArgs, never>>;
|
9993
8447
|
createOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IMutationcreateOrganizationArgs, 'organization'>>;
|
9994
|
-
createTask?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationcreateTaskArgs, never>>;
|
9995
8448
|
createTeam?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<IMutationcreateTeamArgs, 'request'>>;
|
9996
8449
|
declineOrganizationInvitation?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationdeclineOrganizationInvitationArgs, 'id'>>;
|
9997
8450
|
deleteIntegrationConfiguration?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationdeleteIntegrationConfigurationArgs, 'id'>>;
|
@@ -10007,11 +8460,8 @@ export declare type IMutationResolvers<ContextType = MyContext, ParentType exten
|
|
10007
8460
|
reassignRole?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10008
8461
|
registerAccountUser?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IMutationregisterAccountUserArgs, never>>;
|
10009
8462
|
registerUserInAuth0?: Resolver<Maybe<IResolversTypes['UserProfile']>, ParentType, ContextType, RequireFields<IMutationregisterUserInAuth0Args, 'email' | 'password'>>;
|
10010
|
-
removeInvoice?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationremoveInvoiceArgs, never>>;
|
10011
|
-
removeOrgClient?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationremoveOrgClientArgs, 'clientId'>>;
|
10012
8463
|
removeOrgMember?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationremoveOrgMemberArgs, 'memberId'>>;
|
10013
8464
|
removeOrganization?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationremoveOrganizationArgs, 'organization'>>;
|
10014
|
-
removeTask?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationremoveTaskArgs, 'id'>>;
|
10015
8465
|
removeTeam?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationremoveTeamArgs, 'teamId'>>;
|
10016
8466
|
removeTeamMember?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationremoveTeamMemberArgs, 'orgName' | 'teamName' | 'memberId'>>;
|
10017
8467
|
removeUserAuthSession?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationremoveUserAuthSessionArgs, never>>;
|
@@ -10019,7 +8469,6 @@ export declare type IMutationResolvers<ContextType = MyContext, ParentType exten
|
|
10019
8469
|
resendOrganizationInvitation?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationresendOrganizationInvitationArgs, 'id'>>;
|
10020
8470
|
resendUserEmailVerificationEmail?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10021
8471
|
resetUserPassword?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationresetUserPasswordArgs, 'input'>>;
|
10022
|
-
sendInvoiceMail?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationsendInvoiceMailArgs, 'request'>>;
|
10023
8472
|
sendOrganizationInvitation?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationsendOrganizationInvitationArgs, never>>;
|
10024
8473
|
sendUserPasswordResetEmail?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationsendUserPasswordResetEmailArgs, 'email'>>;
|
10025
8474
|
setSettingsValueByResource?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationsetSettingsValueByResourceArgs, never>>;
|
@@ -10031,28 +8480,16 @@ export declare type IMutationResolvers<ContextType = MyContext, ParentType exten
|
|
10031
8480
|
updateConfigurationValue?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationupdateConfigurationValueArgs, 'key' | 'value'>>;
|
10032
8481
|
updateConfigurationValueByUri?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationupdateConfigurationValueByUriArgs, 'key' | 'value'>>;
|
10033
8482
|
updateContext?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationupdateContextArgs, never>>;
|
10034
|
-
updateInvoice?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationupdateInvoiceArgs, never>>;
|
10035
|
-
updateOrgClient?: Resolver<Maybe<IResolversTypes['Client']>, ParentType, ContextType, RequireFields<IMutationupdateOrgClientArgs, never>>;
|
10036
8483
|
updateOrgMemberTeams?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationupdateOrgMemberTeamsArgs, 'userId' | 'orgName'>>;
|
10037
|
-
updateOrgProject?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationupdateOrgProjectArgs, 'where'>>;
|
10038
8484
|
updateOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IMutationupdateOrganizationArgs, 'organization'>>;
|
10039
8485
|
updateOrganizationContextAddResources?: Resolver<Maybe<Array<Maybe<IResolversTypes['ResourceData']>>>, ParentType, ContextType, RequireFields<IMutationupdateOrganizationContextAddResourcesArgs, 'resourcesToAdd'>>;
|
10040
8486
|
updateOrganizationContextRemoveResources?: Resolver<Maybe<Array<Maybe<IResolversTypes['ResourceData']>>>, ParentType, ContextType, RequireFields<IMutationupdateOrganizationContextRemoveResourcesArgs, 'resourcesToRemove'>>;
|
10041
8487
|
updateOrganizationContextUpdateResources?: Resolver<Maybe<Array<Maybe<IResolversTypes['ResourceData']>>>, ParentType, ContextType, RequireFields<IMutationupdateOrganizationContextUpdateResourcesArgs, 'resourcesToAdd' | 'resourcesToRemove'>>;
|
10042
|
-
updateProjectStatus?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationupdateProjectStatusArgs, 'id'>>;
|
10043
8488
|
updateRoleValue?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationupdateRoleValueArgs, 'key' | 'value'>>;
|
10044
8489
|
updateSelectedOrgResource?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationupdateSelectedOrgResourceArgs, 'resource'>>;
|
10045
|
-
updateTask?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationupdateTaskArgs, 'id'>>;
|
10046
8490
|
updateUserAccount?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationupdateUserAccountArgs, never>>;
|
10047
|
-
upsertProjectThroughIntegration?: Resolver<Maybe<IResolversTypes['Projects']>, ParentType, ContextType, RequireFields<IMutationupsertProjectThroughIntegrationArgs, 'where'>>;
|
10048
8491
|
verifyUserEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationverifyUserEmailVerificationTokenArgs, never>>;
|
10049
8492
|
};
|
10050
|
-
export declare type INameTypeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['NameType'] = IResolversParentTypes['NameType']> = {
|
10051
|
-
salutation?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10052
|
-
firstName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10053
|
-
lastName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10054
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10055
|
-
};
|
10056
8493
|
export declare type INodeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Node'] = IResolversParentTypes['Node']> = {
|
10057
8494
|
__resolveType: TypeResolveFn<'OrgUserAccunt' | 'UserAccount', ParentType, ContextType>;
|
10058
8495
|
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
@@ -10343,63 +8780,6 @@ export declare type IPreferencesTypeResolvers<ContextType = MyContext, ParentTyp
|
|
10343
8780
|
data?: Resolver<Maybe<Array<Maybe<IResolversTypes['ContributionSettings']>>>, ParentType, ContextType>;
|
10344
8781
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10345
8782
|
};
|
10346
|
-
export declare type IProjectCreatedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProjectCreatedEvent'] = IResolversParentTypes['ProjectCreatedEvent']> = {
|
10347
|
-
createdProject?: Resolver<Maybe<IResolversTypes['Projects']>, ParentType, ContextType>;
|
10348
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10349
|
-
};
|
10350
|
-
export declare type IProjectDeletedEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProjectDeletedEvent'] = IResolversParentTypes['ProjectDeletedEvent']> = {
|
10351
|
-
deletedProject?: Resolver<Maybe<IResolversTypes['Projects']>, ParentType, ContextType>;
|
10352
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10353
|
-
};
|
10354
|
-
export declare type IProjectInvoiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProjectInvoice'] = IResolversParentTypes['ProjectInvoice']> = {
|
10355
|
-
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
10356
|
-
hours?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
10357
|
-
projectName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10358
|
-
rate?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
|
10359
|
-
subTotal?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
|
10360
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10361
|
-
};
|
10362
|
-
export declare type IProjectParametersResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProjectParameters'] = IResolversParentTypes['ProjectParameters']> = {
|
10363
|
-
branch?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10364
|
-
httpsUrl?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10365
|
-
isPrivate?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
10366
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10367
|
-
};
|
10368
|
-
export declare type IProjectSourceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ProjectSource'] = IResolversParentTypes['ProjectSource']> = {
|
10369
|
-
location?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10370
|
-
type?: Resolver<Maybe<IResolversTypes['ProjectSourceType']>, ParentType, ContextType>;
|
10371
|
-
parameters?: Resolver<Maybe<IResolversTypes['ProjectParameters']>, ParentType, ContextType>;
|
10372
|
-
providers?: Resolver<Maybe<IResolversTypes['ProjectSourceProviders']>, ParentType, ContextType>;
|
10373
|
-
language?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10374
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10375
|
-
};
|
10376
|
-
export declare type IProject_OutputResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Project_Output'] = IResolversParentTypes['Project_Output']> = {
|
10377
|
-
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10378
|
-
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10379
|
-
clientId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10380
|
-
teams?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10381
|
-
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10382
|
-
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10383
|
-
integrationConfigurationId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10384
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10385
|
-
};
|
10386
|
-
export declare type IProjectsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Projects'] = IResolversParentTypes['Projects']> = {
|
10387
|
-
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
10388
|
-
name?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
10389
|
-
description?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10390
|
-
clientId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10391
|
-
source?: Resolver<Maybe<IResolversTypes['ProjectSource']>, ParentType, ContextType>;
|
10392
|
-
problems?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10393
|
-
teams?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
10394
|
-
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10395
|
-
type?: Resolver<Maybe<IResolversTypes['ProjectType']>, ParentType, ContextType>;
|
10396
|
-
integrationConfigurationId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10397
|
-
templateId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10398
|
-
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10399
|
-
updatedAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
10400
|
-
createdAt?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
10401
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10402
|
-
};
|
10403
8783
|
export declare type IQueryResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Query'] = IResolversParentTypes['Query']> = {
|
10404
8784
|
GetSshKey?: Resolver<Maybe<IResolversTypes['SshKey']>, ParentType, ContextType, RequireFields<IQueryGetSshKeyArgs, 'id'>>;
|
10405
8785
|
decodeOrganizationInvitation?: Resolver<Maybe<IResolversTypes['OrganizationInvitationDecode']>, ParentType, ContextType, RequireFields<IQuerydecodeOrganizationInvitationArgs, 'token'>>;
|
@@ -10414,9 +8794,6 @@ export declare type IQueryResolvers<ContextType = MyContext, ParentType extends
|
|
10414
8794
|
getAccounts?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserAccount']>>>, ParentType, ContextType, RequireFields<IQuerygetAccountsArgs, never>>;
|
10415
8795
|
getAllCountries?: Resolver<Maybe<Array<Maybe<IResolversTypes['Country']>>>, ParentType, ContextType, RequireFields<IQuerygetAllCountriesArgs, never>>;
|
10416
8796
|
getAllIntegrationConfigurations?: Resolver<Maybe<Array<Maybe<IResolversTypes['IntegrationConfiguration']>>>, ParentType, ContextType>;
|
10417
|
-
getAsanaConnectionState?: Resolver<Maybe<IResolversTypes['AsanaConnection']>, ParentType, ContextType>;
|
10418
|
-
getAsanaWorkspaceProjects?: Resolver<Maybe<Array<Maybe<IResolversTypes['AsanaProjects']>>>, ParentType, ContextType, RequireFields<IQuerygetAsanaWorkspaceProjectsArgs, 'workspaceId'>>;
|
10419
|
-
getAsanaWorkspaces?: Resolver<Maybe<Array<Maybe<IResolversTypes['AsanaWorkspaces']>>>, ParentType, ContextType>;
|
10420
8797
|
getConfiguration?: Resolver<Maybe<Array<Maybe<IResolversTypes['Configuration']>>>, ParentType, ContextType, RequireFields<IQuerygetConfigurationArgs, never>>;
|
10421
8798
|
getConfigurationData?: Resolver<Maybe<IResolversTypes['ConfigurationData']>, ParentType, ContextType>;
|
10422
8799
|
getConfigurationPolicies?: Resolver<Maybe<Array<Maybe<IResolversTypes['ConfigurationPolicy']>>>, ParentType, ContextType, RequireFields<IQuerygetConfigurationPoliciesArgs, never>>;
|
@@ -10424,18 +8801,14 @@ export declare type IQueryResolvers<ContextType = MyContext, ParentType extends
|
|
10424
8801
|
getContextData?: Resolver<Maybe<IResolversTypes['Context']>, ParentType, ContextType>;
|
10425
8802
|
getContextProperty?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType, RequireFields<IQuerygetContextPropertyArgs, never>>;
|
10426
8803
|
getContributionRoles?: Resolver<Maybe<Array<Maybe<IResolversTypes['ContributionRoles']>>>, ParentType, ContextType>;
|
10427
|
-
getDefaultInvoiceNumber?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10428
8804
|
getEnvironment?: Resolver<Maybe<IResolversTypes['Environment']>, ParentType, ContextType>;
|
10429
|
-
getFilteredProjects?: Resolver<Maybe<Array<Maybe<IResolversTypes['Projects']>>>, ParentType, ContextType, RequireFields<IQuerygetFilteredProjectsArgs, 'filter'>>;
|
10430
8805
|
getIntegrationConfiguration?: Resolver<Maybe<IResolversTypes['IntegrationConfiguration']>, ParentType, ContextType, RequireFields<IQuerygetIntegrationConfigurationArgs, 'id'>>;
|
10431
|
-
getInvoices?: Resolver<Maybe<Array<Maybe<IResolversTypes['InvoiceType']>>>, ParentType, ContextType>;
|
10432
8806
|
getManageableOrganizations?: Resolver<Maybe<Array<Maybe<IResolversTypes['Organization']>>>, ParentType, ContextType>;
|
10433
8807
|
getOrgContext?: Resolver<Maybe<IResolversTypes['Context']>, ParentType, ContextType>;
|
10434
8808
|
getOrgInvitationMembers?: Resolver<Maybe<Array<Maybe<IResolversTypes['InviteMember']>>>, ParentType, ContextType>;
|
10435
8809
|
getOrgNameFromContext?: Resolver<Maybe<IResolversTypes['Context']>, ParentType, ContextType>;
|
10436
8810
|
getOrgTeamInvitations?: Resolver<Maybe<Array<Maybe<IResolversTypes['OrganizationInvitation']>>>, ParentType, ContextType, RequireFields<IQuerygetOrgTeamInvitationsArgs, never>>;
|
10437
8811
|
getOrgUser?: Resolver<Maybe<IResolversTypes['OrgUser']>, ParentType, ContextType, RequireFields<IQuerygetOrgUserArgs, never>>;
|
10438
|
-
getOrganizationClients?: Resolver<Maybe<Array<Maybe<IResolversTypes['Client']>>>, ParentType, ContextType>;
|
10439
8812
|
getOrganizationConfigValue?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType, RequireFields<IQuerygetOrganizationConfigValueArgs, never>>;
|
10440
8813
|
getOrganizationDetail?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IQuerygetOrganizationDetailArgs, 'where'>>;
|
10441
8814
|
getOrganizationDetailUnsecured?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IQuerygetOrganizationDetailUnsecuredArgs, 'where'>>;
|
@@ -10443,10 +8816,8 @@ export declare type IQueryResolvers<ContextType = MyContext, ParentType extends
|
|
10443
8816
|
getOrganizationMembers?: Resolver<Maybe<Array<Maybe<IResolversTypes['OrgMember']>>>, ParentType, ContextType>;
|
10444
8817
|
getOrganizationResourceContext?: Resolver<Maybe<IResolversTypes['OrganizationData']>, ParentType, ContextType, RequireFields<IQuerygetOrganizationResourceContextArgs, never>>;
|
10445
8818
|
getOrganizationTeams?: Resolver<Maybe<Array<Maybe<IResolversTypes['AccountTeam']>>>, ParentType, ContextType, RequireFields<IQuerygetOrganizationTeamsArgs, never>>;
|
10446
|
-
getProjects?: Resolver<Maybe<Array<Maybe<IResolversTypes['Project_Output']>>>, ParentType, ContextType>;
|
10447
8819
|
getRole?: Resolver<Maybe<IResolversTypes['AccessRole']>, ParentType, ContextType, RequireFields<IQuerygetRoleArgs, never>>;
|
10448
8820
|
getRoles?: Resolver<Maybe<Array<Maybe<IResolversTypes['AccessRole']>>>, ParentType, ContextType, RequireFields<IQuerygetRolesArgs, never>>;
|
10449
|
-
getTasks?: Resolver<Maybe<Array<Maybe<IResolversTypes['Task']>>>, ParentType, ContextType, RequireFields<IQuerygetTasksArgs, never>>;
|
10450
8821
|
getTeam?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<IQuerygetTeamArgs, 'orgName' | 'teamName'>>;
|
10451
8822
|
getTeamContext?: Resolver<Maybe<IResolversTypes['Context']>, ParentType, ContextType>;
|
10452
8823
|
getTeamNameFromContext?: Resolver<Maybe<IResolversTypes['Context']>, ParentType, ContextType>;
|
@@ -10564,11 +8935,6 @@ export declare type ISettingsSectionResolvers<ContextType = MyContext, ParentTyp
|
|
10564
8935
|
export declare type ISettingsSubjectResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['SettingsSubject'] = IResolversParentTypes['SettingsSubject']> = {
|
10565
8936
|
__resolveType: TypeResolveFn<'UserSettings' | 'ApplicationSettings' | 'MachineSettings' | 'OrganizationResourceSettings' | 'GlobalSettings' | 'OrganizationSettings' | 'MemorySettings' | 'DefaultSettings', ParentType, ContextType>;
|
10566
8937
|
};
|
10567
|
-
export declare type ISocialConnectResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['SocialConnect'] = IResolversParentTypes['SocialConnect']> = {
|
10568
|
-
facebook?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10569
|
-
twitter?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10570
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10571
|
-
};
|
10572
8938
|
export declare type ISshKeyResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['SshKey'] = IResolversParentTypes['SshKey']> = {
|
10573
8939
|
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10574
8940
|
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -10610,12 +8976,6 @@ export declare type ISubscriptionResolvers<ContextType = MyContext, ParentType e
|
|
10610
8976
|
SubscribeToPolicyUpdate?: SubscriptionResolver<Maybe<IResolversTypes['ConfigurationUpdateEvent']>, "SubscribeToPolicyUpdate", ParentType, ContextType, RequireFields<ISubscriptionSubscribeToPolicyUpdateArgs, never>>;
|
10611
8977
|
dummy?: SubscriptionResolver<Maybe<IResolversTypes['Int']>, "dummy", ParentType, ContextType>;
|
10612
8978
|
};
|
10613
|
-
export declare type ITaskResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Task'] = IResolversParentTypes['Task']> = {
|
10614
|
-
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10615
|
-
projectId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10616
|
-
taskName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10617
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10618
|
-
};
|
10619
8979
|
export declare type ITeamInvitationEmailVariablesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['TeamInvitationEmailVariables'] = IResolversParentTypes['TeamInvitationEmailVariables']> = {
|
10620
8980
|
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10621
8981
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
@@ -10848,25 +9208,15 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10848
9208
|
AccountService?: IAccountServiceResolvers<ContextType>;
|
10849
9209
|
AccountTeam?: IAccountTeamResolvers<ContextType>;
|
10850
9210
|
ActivityRecord?: IActivityRecordResolvers<ContextType>;
|
10851
|
-
AddressType?: IAddressTypeResolvers<ContextType>;
|
10852
9211
|
AdminIdeSettings?: IAdminIdeSettingsResolvers<ContextType>;
|
10853
9212
|
AnyObject?: GraphQLScalarType;
|
10854
9213
|
ApplicationPolicy?: IApplicationPolicyResolvers<ContextType>;
|
10855
9214
|
ApplicationRolePermission?: IApplicationRolePermissionResolvers<ContextType>;
|
10856
9215
|
ApplicationSettings?: IApplicationSettingsResolvers<ContextType>;
|
10857
|
-
AsanaConnection?: IAsanaConnectionResolvers<ContextType>;
|
10858
|
-
AsanaConnectionState?: IAsanaConnectionStateResolvers<ContextType>;
|
10859
|
-
AsanaProjects?: IAsanaProjectsResolvers<ContextType>;
|
10860
|
-
AsanaUser?: IAsanaUserResolvers<ContextType>;
|
10861
|
-
AsanaWorkspaces?: IAsanaWorkspacesResolvers<ContextType>;
|
10862
9216
|
Auth0Identity?: IAuth0IdentityResolvers<ContextType>;
|
10863
9217
|
Auth0IdentityProfileData?: IAuth0IdentityProfileDataResolvers<ContextType>;
|
10864
9218
|
AuthTokens?: IAuthTokensResolvers<ContextType>;
|
10865
9219
|
AuthUser?: IAuthUserResolvers<ContextType>;
|
10866
|
-
Client?: IClientResolvers<ContextType>;
|
10867
|
-
ClientCreatedEvent?: IClientCreatedEventResolvers<ContextType>;
|
10868
|
-
ClientDeletedEvent?: IClientDeletedEventResolvers<ContextType>;
|
10869
|
-
ClientPhone?: IClientPhoneResolvers<ContextType>;
|
10870
9220
|
Configuration?: IConfigurationResolvers<ContextType>;
|
10871
9221
|
ConfigurationData?: IConfigurationDataResolvers<ContextType>;
|
10872
9222
|
ConfigurationExtensionInfo?: IConfigurationExtensionInfoResolvers<ContextType>;
|
@@ -10881,7 +9231,6 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10881
9231
|
ContributionSettings?: IContributionSettingsResolvers<ContextType>;
|
10882
9232
|
ContributionSettingsProperties?: IContributionSettingsPropertiesResolvers<ContextType>;
|
10883
9233
|
Country?: ICountryResolvers<ContextType>;
|
10884
|
-
CustomerInvoice?: ICustomerInvoiceResolvers<ContextType>;
|
10885
9234
|
Date?: GraphQLScalarType;
|
10886
9235
|
DateTime?: GraphQLScalarType;
|
10887
9236
|
DefaultConfiguration?: IDefaultConfigurationResolvers<ContextType>;
|
@@ -10917,19 +9266,14 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10917
9266
|
IntegraitonConfigurationId?: IIntegraitonConfigurationIdResolvers<ContextType>;
|
10918
9267
|
IntegrationConfiguration?: IIntegrationConfigurationResolvers<ContextType>;
|
10919
9268
|
InviteMember?: IInviteMemberResolvers<ContextType>;
|
10920
|
-
InvoiceCreatedEvent?: IInvoiceCreatedEventResolvers<ContextType>;
|
10921
|
-
InvoiceDeletedEvent?: IInvoiceDeletedEventResolvers<ContextType>;
|
10922
|
-
InvoiceType?: IInvoiceTypeResolvers<ContextType>;
|
10923
9269
|
JSON?: GraphQLScalarType;
|
10924
9270
|
JSONObject?: GraphQLScalarType;
|
10925
9271
|
LoginError?: ILoginErrorResolvers<ContextType>;
|
10926
9272
|
MachineConfiguration?: IMachineConfigurationResolvers<ContextType>;
|
10927
9273
|
MachineSettings?: IMachineSettingsResolvers<ContextType>;
|
10928
|
-
MemberInvoice?: IMemberInvoiceResolvers<ContextType>;
|
10929
9274
|
MemorySettings?: IMemorySettingsResolvers<ContextType>;
|
10930
9275
|
MenuItem?: IMenuItemResolvers<ContextType>;
|
10931
9276
|
Mutation?: IMutationResolvers<ContextType>;
|
10932
|
-
NameType?: INameTypeResolvers<ContextType>;
|
10933
9277
|
Node?: INodeResolvers<ContextType>;
|
10934
9278
|
Observable?: GraphQLScalarType;
|
10935
9279
|
OrgMember?: IOrgMemberResolvers<ContextType>;
|
@@ -10972,13 +9316,6 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10972
9316
|
PreferencesInput?: IPreferencesInputResolvers<ContextType>;
|
10973
9317
|
PreferencesResponse?: IPreferencesResponseResolvers<ContextType>;
|
10974
9318
|
PreferencesType?: IPreferencesTypeResolvers<ContextType>;
|
10975
|
-
ProjectCreatedEvent?: IProjectCreatedEventResolvers<ContextType>;
|
10976
|
-
ProjectDeletedEvent?: IProjectDeletedEventResolvers<ContextType>;
|
10977
|
-
ProjectInvoice?: IProjectInvoiceResolvers<ContextType>;
|
10978
|
-
ProjectParameters?: IProjectParametersResolvers<ContextType>;
|
10979
|
-
ProjectSource?: IProjectSourceResolvers<ContextType>;
|
10980
|
-
Project_Output?: IProject_OutputResolvers<ContextType>;
|
10981
|
-
Projects?: IProjectsResolvers<ContextType>;
|
10982
9319
|
Query?: IQueryResolvers<ContextType>;
|
10983
9320
|
Range?: IRangeResolvers<ContextType>;
|
10984
9321
|
ResourceAccessRole?: IResourceAccessRoleResolvers<ContextType>;
|
@@ -10994,14 +9331,12 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
10994
9331
|
SettingsGroup?: ISettingsGroupResolvers<ContextType>;
|
10995
9332
|
SettingsSection?: ISettingsSectionResolvers<ContextType>;
|
10996
9333
|
SettingsSubject?: ISettingsSubjectResolvers<ContextType>;
|
10997
|
-
SocialConnect?: ISocialConnectResolvers<ContextType>;
|
10998
9334
|
SshKey?: ISshKeyResolvers<ContextType>;
|
10999
9335
|
SshKeyModel?: ISshKeyModelResolvers<ContextType>;
|
11000
9336
|
SshKeyService?: ISshKeyServiceResolvers<ContextType>;
|
11001
9337
|
SshKeySettings?: ISshKeySettingsResolvers<ContextType>;
|
11002
9338
|
SubscribedOrganizationData?: ISubscribedOrganizationDataResolvers<ContextType>;
|
11003
9339
|
Subscription?: ISubscriptionResolvers<ContextType>;
|
11004
|
-
Task?: ITaskResolvers<ContextType>;
|
11005
9340
|
TeamInvitationEmailVariables?: ITeamInvitationEmailVariablesResolvers<ContextType>;
|
11006
9341
|
TeamMember?: ITeamMemberResolvers<ContextType>;
|
11007
9342
|
TeamService?: ITeamServiceResolvers<ContextType>;
|