@adminide-stack/core 1.0.204-alpha.0 → 1.0.204-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/enums/integrations-configuration-steps.d.ts +1 -1
- package/lib/enums/integrations-configuration-steps.js +1 -1
- package/lib/enums/integrations-configuration-steps.js.map +1 -1
- package/lib/interfaces/generated/generated-models.d.ts +47 -172
- package/lib/interfaces/generated/generated-models.js +7 -108
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/utils/generate-uri.js +6 -5
- package/lib/utils/generate-uri.js.map +1 -1
- package/lib/utils/generated-settings-id.js +3 -2
- package/lib/utils/generated-settings-id.js.map +1 -1
- package/package.json +2 -2
@@ -6,7 +6,7 @@ var IntegrationsConfigSteps;
|
|
6
6
|
IntegrationsConfigSteps[IntegrationsConfigSteps["Initialize"] = 0] = "Initialize";
|
7
7
|
IntegrationsConfigSteps[IntegrationsConfigSteps["Workspaces"] = 1] = "Workspaces";
|
8
8
|
IntegrationsConfigSteps[IntegrationsConfigSteps["SelectIntegration"] = 2] = "SelectIntegration";
|
9
|
-
IntegrationsConfigSteps[IntegrationsConfigSteps["
|
9
|
+
IntegrationsConfigSteps[IntegrationsConfigSteps["Projects"] = 3] = "Projects";
|
10
10
|
IntegrationsConfigSteps[IntegrationsConfigSteps["Teams"] = 4] = "Teams";
|
11
11
|
IntegrationsConfigSteps[IntegrationsConfigSteps["ConfigureProject"] = 5] = "ConfigureProject";
|
12
12
|
})(IntegrationsConfigSteps = exports.IntegrationsConfigSteps || (exports.IntegrationsConfigSteps = {}));
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"integrations-configuration-steps.js","sourceRoot":"","sources":["../../src/enums/integrations-configuration-steps.ts"],"names":[],"mappings":";;;AAAA,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,iFAAU,CAAA;IACV,iFAAU,CAAA;IACV,+FAAiB,CAAA;IACjB,
|
1
|
+
{"version":3,"file":"integrations-configuration-steps.js","sourceRoot":"","sources":["../../src/enums/integrations-configuration-steps.ts"],"names":[],"mappings":";;;AAAA,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,iFAAU,CAAA;IACV,iFAAU,CAAA;IACV,+FAAiB,CAAA;IACjB,6EAAQ,CAAA;IACR,uEAAK,CAAA;IACL,6FAAgB,CAAA;AAClB,CAAC,EAPW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOlC"}
|
@@ -44,7 +44,7 @@ export declare type Scalars = {
|
|
44
44
|
URIInput: URI | UriComponents;
|
45
45
|
};
|
46
46
|
export declare type IAccessRole = IDefaultRole | IOrganizationRole | IResourceRole | IApplicationRolePermission;
|
47
|
-
export declare
|
47
|
+
export declare enum IAccountBroadcasterActions {
|
48
48
|
onAccountCreated = "onAccountCreated",
|
49
49
|
onAccountUpdated = "onAccountUpdated",
|
50
50
|
onEmailVerified = "onEmailVerified",
|
@@ -89,7 +89,7 @@ export declare type IAccountServiceverifyUserEmailVerificationTokenArgs = {
|
|
89
89
|
userId?: Maybe<Scalars['String']>;
|
90
90
|
token?: Maybe<Scalars['String']>;
|
91
91
|
};
|
92
|
-
export declare
|
92
|
+
export declare enum IAccountServiceAction {
|
93
93
|
createDefaultAccount = "createDefaultAccount",
|
94
94
|
createAccount = "createAccount",
|
95
95
|
findAccountById = "findAccountById",
|
@@ -145,51 +145,11 @@ export declare type IAccountTeam_Input = {
|
|
145
145
|
parentTeam?: Maybe<IAccountTeam_Input>;
|
146
146
|
teamMembers?: Maybe<Array<Maybe<ITeamMember_Input>>>;
|
147
147
|
};
|
148
|
-
export declare type
|
149
|
-
key?: Maybe<Scalars['String']>;
|
150
|
-
span?: Maybe<Scalars['String']>;
|
151
|
-
user?: Maybe<Scalars['String']>;
|
152
|
-
duration?: Maybe<Scalars['Int']>;
|
153
|
-
target?: Maybe<Scalars['String']>;
|
154
|
-
status?: Maybe<IEActivityScopes>;
|
155
|
-
payload?: Maybe<Scalars['AnyObject']>;
|
156
|
-
timestamp?: Maybe<Scalars['Int']>;
|
157
|
-
annotations?: Maybe<Scalars['String']>;
|
158
|
-
scope?: Maybe<IEActivityScopes>;
|
159
|
-
};
|
160
|
-
export declare type IActivityRecord = {
|
161
|
-
__typename?: 'ActivityRecord';
|
162
|
-
value?: Maybe<Scalars['String']>;
|
163
|
-
_id?: Maybe<Scalars['String']>;
|
164
|
-
scope?: Maybe<Scalars['String']>;
|
165
|
-
target: Scalars['String'];
|
166
|
-
status: Scalars['Boolean'];
|
167
|
-
payload?: Maybe<Scalars['AnyObject']>;
|
168
|
-
timestamp: Scalars['Int'];
|
169
|
-
};
|
170
|
-
export declare type IActivityRecordInput = {
|
171
|
-
key?: Maybe<Scalars['String']>;
|
172
|
-
timestamp?: Maybe<Scalars['Int']>;
|
173
|
-
payload?: Maybe<Scalars['AnyObject']>;
|
174
|
-
};
|
175
|
-
export declare const enum IActivityServiceCommands {
|
176
|
-
user = "user",
|
177
|
-
team = "team",
|
178
|
-
organization = "organization",
|
179
|
-
workspace = "workspace",
|
180
|
-
cluster = "cluster",
|
181
|
-
active = "active",
|
182
|
-
inactive = "inactive",
|
183
|
-
notify = "notify",
|
184
|
-
collect = "collect"
|
185
|
-
}
|
186
|
-
export declare type IAdminIdeSettings = IIActivitySettings & {
|
148
|
+
export declare type IAdminIdeSettings = {
|
187
149
|
__typename?: 'AdminIdeSettings';
|
188
|
-
activityNamespace?: Maybe<Scalars['String']>;
|
189
|
-
activityVersion?: Maybe<Scalars['String']>;
|
190
150
|
dummy?: Maybe<Scalars['Int']>;
|
191
151
|
};
|
192
|
-
export declare
|
152
|
+
export declare enum IApplicationBillingPlanPolicy {
|
193
153
|
Invoicing = "Invoicing",
|
194
154
|
ManagerRole = "ManagerRole",
|
195
155
|
ProjectTemplates = "ProjectTemplates",
|
@@ -213,7 +173,7 @@ export declare type IApplicationRolePermission = IIConfigurationModel & {
|
|
213
173
|
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
214
174
|
overrides?: Maybe<Array<Maybe<IOverrides>>>;
|
215
175
|
};
|
216
|
-
export declare
|
176
|
+
export declare enum IApplicationRoles {
|
217
177
|
/** Admin of an Organization */
|
218
178
|
ADMIN = "ADMIN",
|
219
179
|
/** Project Contributors */
|
@@ -264,7 +224,7 @@ export declare type IAuth0IdentityProfileData = {
|
|
264
224
|
email?: Maybe<Scalars['String']>;
|
265
225
|
connection?: Maybe<Scalars['String']>;
|
266
226
|
};
|
267
|
-
export declare
|
227
|
+
export declare enum IAuthErrorCodes {
|
268
228
|
UNAUTHENTICATED = "UNAUTHENTICATED",
|
269
229
|
INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR"
|
270
230
|
}
|
@@ -297,7 +257,7 @@ export declare type IAuthUser_Input = {
|
|
297
257
|
picture?: Maybe<Scalars['String']>;
|
298
258
|
phoneNo?: Maybe<Scalars['Int']>;
|
299
259
|
};
|
300
|
-
export declare
|
260
|
+
export declare enum ICacheControlScope {
|
301
261
|
PUBLIC = "PUBLIC",
|
302
262
|
PRIVATE = "PRIVATE"
|
303
263
|
}
|
@@ -313,7 +273,7 @@ export declare type ICityUpdateInput = {
|
|
313
273
|
name?: Maybe<Scalars['String']>;
|
314
274
|
state: ITerritorialStateUpdateInput;
|
315
275
|
};
|
316
|
-
export declare
|
276
|
+
export declare enum IClientCacheTypeNames {
|
317
277
|
ApplicationPolicy = "ApplicationPolicy",
|
318
278
|
ApplicationRolePermission = "ApplicationRolePermission",
|
319
279
|
Configuration = "Configuration",
|
@@ -343,7 +303,7 @@ export declare const enum IClientCacheTypeNames {
|
|
343
303
|
SettingsSection = "SettingsSection",
|
344
304
|
UserConfiguration = "UserConfiguration"
|
345
305
|
}
|
346
|
-
export declare
|
306
|
+
export declare enum IClientContainerService {
|
347
307
|
ApolloErrorHandler = "ApolloErrorHandler",
|
348
308
|
Auth0Authentication = "Auth0Authentication",
|
349
309
|
IConfigurationFileService = "IConfigurationFileService",
|
@@ -359,11 +319,11 @@ export declare const enum IClientContainerService {
|
|
359
319
|
IPreferenceService = "IPreferenceService",
|
360
320
|
ITeamKeyContextService = "ITeamKeyContextService"
|
361
321
|
}
|
362
|
-
export declare
|
322
|
+
export declare enum IClientTypes {
|
363
323
|
Business = "Business",
|
364
324
|
Individuals = "Individuals"
|
365
325
|
}
|
366
|
-
export declare
|
326
|
+
export declare enum IConfigCollectionName {
|
367
327
|
application = "application",
|
368
328
|
accounts = "accounts",
|
369
329
|
organizations = "organizations",
|
@@ -373,7 +333,7 @@ export declare const enum IConfigCollectionName {
|
|
373
333
|
projects = "projects",
|
374
334
|
clients = "clients"
|
375
335
|
}
|
376
|
-
export declare
|
336
|
+
export declare enum IConfigFragmentName {
|
377
337
|
resources = "resources",
|
378
338
|
settings = "settings",
|
379
339
|
policies = "policies",
|
@@ -388,7 +348,7 @@ export declare const enum IConfigFragmentName {
|
|
388
348
|
billingPlanPolicies = "billingPlanPolicies"
|
389
349
|
}
|
390
350
|
export declare type IConfiguration = IDefaultConfiguration | IMachineConfiguration | IUserConfiguration | IOrganizationConfiguration | IOrganizationResourceConfiguration;
|
391
|
-
export declare
|
351
|
+
export declare enum IConfigurationContributionNames {
|
392
352
|
defaultPermissions = "defaultPermissions",
|
393
353
|
defaultSettings = "defaultSettings",
|
394
354
|
defaultPolicies = "defaultPolicies"
|
@@ -458,7 +418,7 @@ export declare type IContext = {
|
|
458
418
|
teamResource?: Maybe<Scalars['URI']>;
|
459
419
|
teamUri?: Maybe<Scalars['URI']>;
|
460
420
|
};
|
461
|
-
export declare
|
421
|
+
export declare enum IContextServiceAction {
|
462
422
|
onResourceCreated = "onResourceCreated",
|
463
423
|
onResourceUpdated = "onResourceUpdated",
|
464
424
|
onResourceDeleted = "onResourceDeleted",
|
@@ -599,15 +559,7 @@ export declare type IDeviceInfoInput = {
|
|
599
559
|
browserName?: Maybe<Scalars['String']>;
|
600
560
|
isMobile: Scalars['Boolean'];
|
601
561
|
};
|
602
|
-
export declare
|
603
|
-
User = "User",
|
604
|
-
Team = "Team",
|
605
|
-
Cluster = "Cluster",
|
606
|
-
Default = "Default",
|
607
|
-
Workspace = "Workspace",
|
608
|
-
Organization = "Organization"
|
609
|
-
}
|
610
|
-
export declare const enum IEditPresentationTypes {
|
562
|
+
export declare enum IEditPresentationTypes {
|
611
563
|
Multiline = "Multiline",
|
612
564
|
Singleline = "Singleline"
|
613
565
|
}
|
@@ -650,12 +602,12 @@ export declare type IGeoLocation = {
|
|
650
602
|
__typename?: 'GeoLocation';
|
651
603
|
coordinates?: Maybe<Array<Maybe<Scalars['Float']>>>;
|
652
604
|
};
|
653
|
-
export declare
|
605
|
+
export declare enum IGlobalCurrencies {
|
654
606
|
USD = "USD",
|
655
607
|
EURO = "EURO",
|
656
608
|
AUD = "AUD"
|
657
609
|
}
|
658
|
-
export declare
|
610
|
+
export declare enum IGlobalLanguages {
|
659
611
|
English = "English",
|
660
612
|
Spanish = "Spanish",
|
661
613
|
French = "French",
|
@@ -677,10 +629,6 @@ export declare type IGlobalSettings = IISettingsSubject & {
|
|
677
629
|
*/
|
678
630
|
settingsCascade: ISettingsCascade;
|
679
631
|
};
|
680
|
-
export declare type IIActivitySettings = {
|
681
|
-
activityNamespace?: Maybe<Scalars['String']>;
|
682
|
-
activityVersion?: Maybe<Scalars['String']>;
|
683
|
-
};
|
684
632
|
export declare type IIAuth0Identity = {
|
685
633
|
connection?: Maybe<Scalars['String']>;
|
686
634
|
isSocial?: Maybe<Scalars['Boolean']>;
|
@@ -851,7 +799,7 @@ export declare type IIntegraitonConfigurationId = {
|
|
851
799
|
__typename?: 'IntegraitonConfigurationId';
|
852
800
|
id?: Maybe<Scalars['String']>;
|
853
801
|
};
|
854
|
-
export declare
|
802
|
+
export declare enum IIntegrationConfigServiceAction {
|
855
803
|
onIntegrationConfigurationDeleted = "onIntegrationConfigurationDeleted"
|
856
804
|
}
|
857
805
|
export declare type IIntegrationConfiguration = {
|
@@ -895,7 +843,7 @@ export declare type IInviteMember = {
|
|
895
843
|
role?: Maybe<IApplicationRoles>;
|
896
844
|
status?: Maybe<IInviteStatus>;
|
897
845
|
};
|
898
|
-
export declare
|
846
|
+
export declare enum IInviteStatus {
|
899
847
|
PENDING = "PENDING",
|
900
848
|
ACCEPTED = "ACCEPTED",
|
901
849
|
DECLINED = "DECLINED"
|
@@ -944,7 +892,7 @@ export declare type IMachineSettings = IISettingsSubject & {
|
|
944
892
|
*/
|
945
893
|
settingsCascade: ISettingsCascade;
|
946
894
|
};
|
947
|
-
export declare
|
895
|
+
export declare enum IMailTemplateId {
|
948
896
|
BillingNotificationId = "BillingNotificationId",
|
949
897
|
/** Prefix with Db to make sure it look into the database */
|
950
898
|
DbTeamInivitationId = "DbTeamInivitationId",
|
@@ -985,7 +933,7 @@ export declare type IMenuItem = {
|
|
985
933
|
strict?: Maybe<Scalars['Boolean']>;
|
986
934
|
children?: Maybe<Array<Maybe<IMenuItem>>>;
|
987
935
|
};
|
988
|
-
export declare
|
936
|
+
export declare enum IMenuPosition {
|
989
937
|
LOGO = "LOGO",
|
990
938
|
UPPER = "UPPER",
|
991
939
|
MIDDLE = "MIDDLE",
|
@@ -993,13 +941,11 @@ export declare const enum IMenuPosition {
|
|
993
941
|
BOTTOM = "BOTTOM"
|
994
942
|
}
|
995
943
|
/** All Moleculer Topic names are extended from this. */
|
996
|
-
export declare
|
944
|
+
export declare enum IMoleculerServiceName {
|
997
945
|
AccountOrganization = "AccountOrganization",
|
998
946
|
AccountTeam = "AccountTeam",
|
999
947
|
AccountUser = "AccountUser",
|
1000
948
|
AccountsPostEventsService = "AccountsPostEventsService",
|
1001
|
-
ActivityCollector = "ActivityCollector",
|
1002
|
-
ActivityStorage = "ActivityStorage",
|
1003
949
|
AuthUserService = "AuthUserService",
|
1004
950
|
OrganizationContextService = "OrganizationContextService",
|
1005
951
|
PaymentEventListener = "PaymentEventListener",
|
@@ -1025,7 +971,6 @@ export declare type IMutation = {
|
|
1025
971
|
changeMemberRole?: Maybe<Scalars['Boolean']>;
|
1026
972
|
changeOrgMemberRole?: Maybe<Scalars['Boolean']>;
|
1027
973
|
changeOrganization?: Maybe<Scalars['String']>;
|
1028
|
-
collect?: Maybe<Scalars['Boolean']>;
|
1029
974
|
createIntegrationConfiguration?: Maybe<IIntegraitonConfigurationId>;
|
1030
975
|
createOrUpdateIntegrationConfiguration?: Maybe<IIntegraitonConfigurationId>;
|
1031
976
|
createOrganization?: Maybe<IOrganization>;
|
@@ -1120,9 +1065,6 @@ export declare type IMutationchangeOrganizationArgs = {
|
|
1120
1065
|
orgName?: Maybe<Scalars['String']>;
|
1121
1066
|
machineName?: Maybe<Scalars['String']>;
|
1122
1067
|
};
|
1123
|
-
export declare type IMutationcollectArgs = {
|
1124
|
-
request: IActivityCollectRequest;
|
1125
|
-
};
|
1126
1068
|
export declare type IMutationcreateIntegrationConfigurationArgs = {
|
1127
1069
|
data?: Maybe<IIntegrationConfigurationInput>;
|
1128
1070
|
};
|
@@ -1192,12 +1134,14 @@ export declare type IMutationremoveTeamMemberArgs = {
|
|
1192
1134
|
};
|
1193
1135
|
export declare type IMutationremoveUserAuthSessionArgs = {
|
1194
1136
|
sessionId?: Maybe<Scalars['String']>;
|
1137
|
+
isMobile?: Maybe<Scalars['Boolean']>;
|
1195
1138
|
};
|
1196
1139
|
export declare type IMutationremovedUserAuthIntegrationArgs = {
|
1197
1140
|
provider?: Maybe<Scalars['String']>;
|
1198
1141
|
};
|
1199
1142
|
export declare type IMutationrenewAuthTokenArgs = {
|
1200
1143
|
sessionId?: Maybe<Scalars['String']>;
|
1144
|
+
isMobile?: Maybe<Scalars['Boolean']>;
|
1201
1145
|
};
|
1202
1146
|
export declare type IMutationresendOrganizationInvitationArgs = {
|
1203
1147
|
id: Scalars['ID'];
|
@@ -1347,7 +1291,7 @@ export declare type IOrgUserAccunt = INode & {
|
|
1347
1291
|
username?: Maybe<Scalars['String']>;
|
1348
1292
|
emailVerified?: Maybe<Scalars['Boolean']>;
|
1349
1293
|
};
|
1350
|
-
export declare
|
1294
|
+
export declare enum IOrgUserRole {
|
1351
1295
|
BILLING_LEADER = "BILLING_LEADER",
|
1352
1296
|
MEMBER = "MEMBER",
|
1353
1297
|
ADMIN = "ADMIN",
|
@@ -1368,7 +1312,7 @@ export declare type IOrgUser_Input = {
|
|
1368
1312
|
* DIRECT_MEMBER: The user is invited to be a direct member of the organization.
|
1369
1313
|
* REINSTATE: The user's previous role will be reinstated.
|
1370
1314
|
*/
|
1371
|
-
export declare
|
1315
|
+
export declare enum IOrgainizationInvitationRole {
|
1372
1316
|
ADMIN = "ADMIN",
|
1373
1317
|
REINSTATE = "REINSTATE",
|
1374
1318
|
DIRECT_MEMBER = "DIRECT_MEMBER",
|
@@ -1437,7 +1381,7 @@ export declare type IOrganizationConfiguration = IIConfigurationModel & {
|
|
1437
1381
|
overrides?: Maybe<Array<Maybe<IOverrides>>>;
|
1438
1382
|
};
|
1439
1383
|
/** Subscription event for context */
|
1440
|
-
export declare
|
1384
|
+
export declare enum IOrganizationContextPubSubEvents {
|
1441
1385
|
OrganizationContextUpdated = "OrganizationContextUpdated",
|
1442
1386
|
OrganizationPolicyUpdated = "OrganizationPolicyUpdated",
|
1443
1387
|
OrganizationConfigurationUpdated = "OrganizationConfigurationUpdated",
|
@@ -1633,7 +1577,7 @@ export declare type IOrganizationServicesendInvitationArgs = {
|
|
1633
1577
|
export declare type IOrganizationServicedeclineInvitationArgs = {
|
1634
1578
|
id: Scalars['String'];
|
1635
1579
|
};
|
1636
|
-
export declare
|
1580
|
+
export declare enum IOrganizationServiceAction {
|
1637
1581
|
getOrganization = "getOrganization",
|
1638
1582
|
createDefaultOrganization = "createDefaultOrganization",
|
1639
1583
|
getUserOrganizations = "getUserOrganizations",
|
@@ -1713,7 +1657,7 @@ export declare type IPageInfo = {
|
|
1713
1657
|
__typename?: 'PageInfo';
|
1714
1658
|
hasNextPage: Scalars['Boolean'];
|
1715
1659
|
};
|
1716
|
-
export declare
|
1660
|
+
export declare enum IPermissionAction {
|
1717
1661
|
Create = "Create",
|
1718
1662
|
Delete = "Delete",
|
1719
1663
|
Edit = "Edit",
|
@@ -1721,7 +1665,7 @@ export declare const enum IPermissionAction {
|
|
1721
1665
|
Manage = "Manage",
|
1722
1666
|
View = "View"
|
1723
1667
|
}
|
1724
|
-
export declare
|
1668
|
+
export declare enum IPermissionResource {
|
1725
1669
|
Members = "Members",
|
1726
1670
|
Organization = "Organization",
|
1727
1671
|
Permissions = "Permissions",
|
@@ -1738,7 +1682,7 @@ export declare type IPermissionSubject = {
|
|
1738
1682
|
/** The stringified JSON contents of the permissions. */
|
1739
1683
|
permissions: Scalars['AnyObject'];
|
1740
1684
|
};
|
1741
|
-
export declare
|
1685
|
+
export declare enum IPermissionType {
|
1742
1686
|
Allow = "Allow",
|
1743
1687
|
Deny = "Deny",
|
1744
1688
|
NotSet = "NotSet"
|
@@ -1770,7 +1714,7 @@ export declare type IPopupIntegrationAuthorization = {
|
|
1770
1714
|
__typename?: 'PopupIntegrationAuthorization';
|
1771
1715
|
idToken?: Maybe<Scalars['String']>;
|
1772
1716
|
};
|
1773
|
-
export declare
|
1717
|
+
export declare enum IPortalLanguage {
|
1774
1718
|
English = "English",
|
1775
1719
|
Hindi = "Hindi",
|
1776
1720
|
Gujarati = "Gujarati",
|
@@ -1782,7 +1726,7 @@ export declare type IPosition = {
|
|
1782
1726
|
line?: Maybe<Scalars['Int']>;
|
1783
1727
|
character?: Maybe<Scalars['Int']>;
|
1784
1728
|
};
|
1785
|
-
export declare
|
1729
|
+
export declare enum IPreDefinedRole {
|
1786
1730
|
OWNER = "OWNER",
|
1787
1731
|
ADMIN = "ADMIN",
|
1788
1732
|
MAINTAINER = "MAINTAINER",
|
@@ -2134,7 +2078,7 @@ export declare type IRange = {
|
|
2134
2078
|
endColumn?: Maybe<Scalars['Int']>;
|
2135
2079
|
};
|
2136
2080
|
/** Registry Extensions */
|
2137
|
-
export declare
|
2081
|
+
export declare enum IRegistryExtensions {
|
2138
2082
|
UserRole = "UserRole",
|
2139
2083
|
Permissions = "Permissions",
|
2140
2084
|
Policies = "Policies",
|
@@ -2146,7 +2090,7 @@ export declare type IResourceAccessRole = {
|
|
2146
2090
|
accessRoles?: Maybe<Array<Maybe<IAccessRole>>>;
|
2147
2091
|
resourceUserRoles?: Maybe<Array<Maybe<IResourceUser>>>;
|
2148
2092
|
};
|
2149
|
-
export declare
|
2093
|
+
export declare enum IResourceAuthority {
|
2150
2094
|
defaultsettings = "defaultsettings",
|
2151
2095
|
defaultpermissions = "defaultpermissions",
|
2152
2096
|
defaultpolicies = "defaultpolicies"
|
@@ -2190,7 +2134,7 @@ export declare type IResourceUser = IIResourceUserRole & {
|
|
2190
2134
|
isSelf?: Maybe<Scalars['Boolean']>;
|
2191
2135
|
orgName?: Maybe<Scalars['String']>;
|
2192
2136
|
};
|
2193
|
-
export declare
|
2137
|
+
export declare enum IRole {
|
2194
2138
|
ADMIN = "ADMIN",
|
2195
2139
|
REVIEWER = "REVIEWER",
|
2196
2140
|
USER = "USER",
|
@@ -2209,11 +2153,11 @@ export declare type IRouteData = {
|
|
2209
2153
|
key?: Maybe<Scalars['String']>;
|
2210
2154
|
tab?: Maybe<Scalars['String']>;
|
2211
2155
|
};
|
2212
|
-
export declare
|
2156
|
+
export declare enum IRouteParams {
|
2213
2157
|
orgName = "orgName",
|
2214
2158
|
teamName = "teamName"
|
2215
2159
|
}
|
2216
|
-
export declare
|
2160
|
+
export declare enum ISettingValueType {
|
2217
2161
|
Null = "Null",
|
2218
2162
|
Enum = "Enum",
|
2219
2163
|
String = "String",
|
@@ -2316,7 +2260,7 @@ export declare type ISshKeyServiceupdateSshKeyArgs = {
|
|
2316
2260
|
id: Scalars['String'];
|
2317
2261
|
input: ISshKeyInput;
|
2318
2262
|
};
|
2319
|
-
export declare
|
2263
|
+
export declare enum ISshKeyServiceAction {
|
2320
2264
|
getSshKey = "getSshKey",
|
2321
2265
|
deleteSshKey = "deleteSshKey",
|
2322
2266
|
addSshKey = "addSshKey",
|
@@ -2328,7 +2272,7 @@ export declare type ISshKeySettings = IISshKeySettings & {
|
|
2328
2272
|
subTopic?: Maybe<Scalars['String']>;
|
2329
2273
|
sshNamespace?: Maybe<Scalars['String']>;
|
2330
2274
|
};
|
2331
|
-
export declare
|
2275
|
+
export declare enum ISshKeyType {
|
2332
2276
|
RSA = "RSA",
|
2333
2277
|
ED25519 = "ED25519"
|
2334
2278
|
}
|
@@ -2444,7 +2388,7 @@ export declare type ITeamServicesendProjectNotificationArgs = {
|
|
2444
2388
|
teamId?: Maybe<Scalars['String']>;
|
2445
2389
|
projectName?: Maybe<Scalars['String']>;
|
2446
2390
|
};
|
2447
|
-
export declare
|
2391
|
+
export declare enum ITeamServiceAction {
|
2448
2392
|
getTeam = "getTeam",
|
2449
2393
|
getUserTeams = "getUserTeams",
|
2450
2394
|
createTeam = "createTeam",
|
@@ -2502,7 +2446,7 @@ export declare type ITerritorialStateUpdateInput = {
|
|
2502
2446
|
* @property
|
2503
2447
|
* userOgs: the orgs and roles for this user on each.
|
2504
2448
|
*/
|
2505
|
-
export declare
|
2449
|
+
export declare enum ITokenTypesEnum {
|
2506
2450
|
EMAIL_VERIFICATION = "EMAIL_VERIFICATION",
|
2507
2451
|
PASSWORD_RESET = "PASSWORD_RESET"
|
2508
2452
|
}
|
@@ -2616,7 +2560,7 @@ export declare type IUserAuth0UpdateFields = {
|
|
2616
2560
|
zip_code?: Maybe<Scalars['Int']>;
|
2617
2561
|
email_verified?: Maybe<Scalars['Boolean']>;
|
2618
2562
|
};
|
2619
|
-
export declare
|
2563
|
+
export declare enum IUserBroadcasterAction {
|
2620
2564
|
onUserLoggedIn = "onUserLoggedIn",
|
2621
2565
|
onUserCreated = "onUserCreated",
|
2622
2566
|
onUserUpdated = "onUserUpdated",
|
@@ -2673,7 +2617,7 @@ export declare type IUserMetadata = IIUserMetadata & {
|
|
2673
2617
|
dob?: Maybe<Scalars['Date']>;
|
2674
2618
|
zip_code?: Maybe<Scalars['Int']>;
|
2675
2619
|
};
|
2676
|
-
export declare
|
2620
|
+
export declare enum IUserOrderBy {
|
2677
2621
|
auth0UserId_ASC = "auth0UserId_ASC",
|
2678
2622
|
auth0UserId_DESC = "auth0UserId_DESC",
|
2679
2623
|
createdAt_ASC = "createdAt_ASC",
|
@@ -2848,18 +2792,10 @@ export declare type IViewerSettingsSubject = {
|
|
2848
2792
|
/** Graphql typed settings */
|
2849
2793
|
settings?: Maybe<IPreferences>;
|
2850
2794
|
};
|
2851
|
-
export declare
|
2795
|
+
export declare enum IVisibility {
|
2852
2796
|
private = "private",
|
2853
2797
|
public = "public"
|
2854
2798
|
}
|
2855
|
-
export declare const enum IZipkinRoutes {
|
2856
|
-
tags = "tags",
|
2857
|
-
service = "service",
|
2858
|
-
trace = "trace",
|
2859
|
-
traces = "traces",
|
2860
|
-
spans = "spans",
|
2861
|
-
search = "search"
|
2862
|
-
}
|
2863
2799
|
export declare type IAllContextFragment = ({
|
2864
2800
|
__typename?: 'Context';
|
2865
2801
|
} & Pick<IContext, 'teamResource' | 'orgResource' | 'orgResourceId' | 'orgResourceName'>);
|
@@ -3408,12 +3344,6 @@ export declare type IGetUsersQuery = ({
|
|
3408
3344
|
__typename?: 'UserAccount';
|
3409
3345
|
} & Pick<IUserAccount, 'username' | 'email'>)>>>;
|
3410
3346
|
});
|
3411
|
-
export declare type ICollectMutationVariables = Exact<{
|
3412
|
-
request: IActivityCollectRequest;
|
3413
|
-
}>;
|
3414
|
-
export declare type ICollectMutation = ({
|
3415
|
-
__typename?: 'Mutation';
|
3416
|
-
} & Pick<IMutation, 'collect'>);
|
3417
3347
|
export declare type IUserCreationEventFragment = ({
|
3418
3348
|
__typename?: 'UserProfile';
|
3419
3349
|
} & Pick<IUserProfile, 'name' | 'nickname' | 'picture' | 'user_id' | 'username' | 'given_name' | 'family_name' | 'email' | 'email_verified'> & {
|
@@ -5792,30 +5722,6 @@ export declare function useGetUsersLazyQuery(baseOptions?: Apollo.LazyQueryHookO
|
|
5792
5722
|
export declare type GetUsersQueryHookResult = ReturnType<typeof useGetUsersQuery>;
|
5793
5723
|
export declare type GetUsersLazyQueryHookResult = ReturnType<typeof useGetUsersLazyQuery>;
|
5794
5724
|
export declare type GetUsersQueryResult = Apollo.QueryResult<IGetUsersQuery, IGetUsersQueryVariables>;
|
5795
|
-
export declare const CollectDocument: DocumentNode;
|
5796
|
-
/**
|
5797
|
-
* __useCollectMutation__
|
5798
|
-
*
|
5799
|
-
* To run a mutation, you first call `useCollectMutation` within a React component and pass it any options that fit your needs.
|
5800
|
-
* When your component renders, `useCollectMutation` returns a tuple that includes:
|
5801
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5802
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5803
|
-
*
|
5804
|
-
* @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;
|
5805
|
-
*
|
5806
|
-
* @example
|
5807
|
-
* const [collectMutation, { data, loading, error }] = useCollectMutation({
|
5808
|
-
* variables: {
|
5809
|
-
* request: // value for 'request'
|
5810
|
-
* },
|
5811
|
-
* });
|
5812
|
-
*/
|
5813
|
-
export declare function useCollectMutation(baseOptions?: Apollo.MutationHookOptions<ICollectMutation, ICollectMutationVariables>): Apollo.MutationTuple<ICollectMutation, Exact<{
|
5814
|
-
request: IActivityCollectRequest;
|
5815
|
-
}>>;
|
5816
|
-
export declare type CollectMutationHookResult = ReturnType<typeof useCollectMutation>;
|
5817
|
-
export declare type CollectMutationResult = Apollo.MutationResult<ICollectMutation>;
|
5818
|
-
export declare type CollectMutationOptions = Apollo.BaseMutationOptions<ICollectMutation, ICollectMutationVariables>;
|
5819
5725
|
export declare const toggleSidebarDocument: DocumentNode;
|
5820
5726
|
/**
|
5821
5727
|
* __usetoggleSidebarMutation__
|
@@ -7397,12 +7303,8 @@ export declare type IResolversTypes = {
|
|
7397
7303
|
AccountTeam: ResolverTypeWrapper<IAccountTeam>;
|
7398
7304
|
ID: ResolverTypeWrapper<Scalars['ID']>;
|
7399
7305
|
AccountTeam_Input: IAccountTeam_Input;
|
7400
|
-
ActivityCollectRequest: IActivityCollectRequest;
|
7401
|
-
Int: ResolverTypeWrapper<Scalars['Int']>;
|
7402
|
-
ActivityRecord: ResolverTypeWrapper<IActivityRecord>;
|
7403
|
-
ActivityRecordInput: IActivityRecordInput;
|
7404
|
-
ActivityServiceCommands: IActivityServiceCommands;
|
7405
7306
|
AdminIdeSettings: ResolverTypeWrapper<IAdminIdeSettings>;
|
7307
|
+
Int: ResolverTypeWrapper<Scalars['Int']>;
|
7406
7308
|
AnyObject: ResolverTypeWrapper<Scalars['AnyObject']>;
|
7407
7309
|
ApplicationBillingPlanPolicy: IApplicationBillingPlanPolicy;
|
7408
7310
|
ApplicationPolicy: ResolverTypeWrapper<IApplicationPolicy>;
|
@@ -7451,7 +7353,6 @@ export declare type IResolversTypes = {
|
|
7451
7353
|
DefaultRole: ResolverTypeWrapper<IDefaultRole>;
|
7452
7354
|
DefaultSettings: ResolverTypeWrapper<IDefaultSettings>;
|
7453
7355
|
DeviceInfoInput: IDeviceInfoInput;
|
7454
|
-
EActivityScopes: IEActivityScopes;
|
7455
7356
|
EditPresentationTypes: IEditPresentationTypes;
|
7456
7357
|
EmptyResponse: ResolverTypeWrapper<IEmptyResponse>;
|
7457
7358
|
Environment: ResolverTypeWrapper<IEnvironment>;
|
@@ -7464,7 +7365,6 @@ export declare type IResolversTypes = {
|
|
7464
7365
|
GlobalCurrencies: IGlobalCurrencies;
|
7465
7366
|
GlobalLanguages: IGlobalLanguages;
|
7466
7367
|
GlobalSettings: ResolverTypeWrapper<IGlobalSettings>;
|
7467
|
-
IActivitySettings: IResolversTypes['AdminIdeSettings'];
|
7468
7368
|
IAuth0Identity: never;
|
7469
7369
|
IAuth0Token: IResolversTypes['UserProfile'];
|
7470
7370
|
IAuth0User: IResolversTypes['UserProfile'];
|
@@ -7662,7 +7562,6 @@ export declare type IResolversTypes = {
|
|
7662
7562
|
ViewerSettingsInput: IViewerSettingsInput;
|
7663
7563
|
ViewerSettingsSubject: ResolverTypeWrapper<IViewerSettingsSubject>;
|
7664
7564
|
Visibility: IVisibility;
|
7665
|
-
ZipkinRoutes: IZipkinRoutes;
|
7666
7565
|
};
|
7667
7566
|
/** Mapping between all available schema types and the resolvers parents */
|
7668
7567
|
export declare type IResolversParentTypes = {
|
@@ -7673,11 +7572,8 @@ export declare type IResolversParentTypes = {
|
|
7673
7572
|
AccountTeam: IAccountTeam;
|
7674
7573
|
ID: Scalars['ID'];
|
7675
7574
|
AccountTeam_Input: IAccountTeam_Input;
|
7676
|
-
ActivityCollectRequest: IActivityCollectRequest;
|
7677
|
-
Int: Scalars['Int'];
|
7678
|
-
ActivityRecord: IActivityRecord;
|
7679
|
-
ActivityRecordInput: IActivityRecordInput;
|
7680
7575
|
AdminIdeSettings: IAdminIdeSettings;
|
7576
|
+
Int: Scalars['Int'];
|
7681
7577
|
AnyObject: Scalars['AnyObject'];
|
7682
7578
|
ApplicationPolicy: IApplicationPolicy;
|
7683
7579
|
ApplicationRolePermission: IApplicationRolePermission;
|
@@ -7722,7 +7618,6 @@ export declare type IResolversParentTypes = {
|
|
7722
7618
|
GeoLocation: IGeoLocation;
|
7723
7619
|
Float: Scalars['Float'];
|
7724
7620
|
GlobalSettings: IGlobalSettings;
|
7725
|
-
IActivitySettings: IResolversParentTypes['AdminIdeSettings'];
|
7726
7621
|
IAuth0Identity: never;
|
7727
7622
|
IAuth0Token: IResolversParentTypes['UserProfile'];
|
7728
7623
|
IAuth0User: IResolversParentTypes['UserProfile'];
|
@@ -7941,19 +7836,7 @@ export declare type IAccountTeamResolvers<ContextType = MyContext, ParentType ex
|
|
7941
7836
|
teamMembers?: Resolver<Maybe<Array<Maybe<IResolversTypes['TeamMember']>>>, ParentType, ContextType>;
|
7942
7837
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
7943
7838
|
};
|
7944
|
-
export declare type IActivityRecordResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ActivityRecord'] = IResolversParentTypes['ActivityRecord']> = {
|
7945
|
-
value?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
7946
|
-
_id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
7947
|
-
scope?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
7948
|
-
target?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
7949
|
-
status?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
7950
|
-
payload?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
7951
|
-
timestamp?: Resolver<IResolversTypes['Int'], ParentType, ContextType>;
|
7952
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
7953
|
-
};
|
7954
7839
|
export declare type IAdminIdeSettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AdminIdeSettings'] = IResolversParentTypes['AdminIdeSettings']> = {
|
7955
|
-
activityNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
7956
|
-
activityVersion?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
7957
7840
|
dummy?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
7958
7841
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
7959
7842
|
};
|
@@ -8223,11 +8106,6 @@ export declare type IGlobalSettingsResolvers<ContextType = MyContext, ParentType
|
|
8223
8106
|
settingsCascade?: Resolver<IResolversTypes['SettingsCascade'], ParentType, ContextType>;
|
8224
8107
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8225
8108
|
};
|
8226
|
-
export declare type IIActivitySettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IActivitySettings'] = IResolversParentTypes['IActivitySettings']> = {
|
8227
|
-
__resolveType: TypeResolveFn<'AdminIdeSettings', ParentType, ContextType>;
|
8228
|
-
activityNamespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8229
|
-
activityVersion?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8230
|
-
};
|
8231
8109
|
export declare type IIAuth0IdentityResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IAuth0Identity'] = IResolversParentTypes['IAuth0Identity']> = {
|
8232
8110
|
__resolveType: TypeResolveFn<null, ParentType, ContextType>;
|
8233
8111
|
connection?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -8463,7 +8341,6 @@ export declare type IMutationResolvers<ContextType = MyContext, ParentType exten
|
|
8463
8341
|
changeMemberRole?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationchangeMemberRoleArgs, 'orgName' | 'teamName' | 'memberId' | 'role'>>;
|
8464
8342
|
changeOrgMemberRole?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationchangeOrgMemberRoleArgs, 'userId' | 'role'>>;
|
8465
8343
|
changeOrganization?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType, RequireFields<IMutationchangeOrganizationArgs, never>>;
|
8466
|
-
collect?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationcollectArgs, 'request'>>;
|
8467
8344
|
createIntegrationConfiguration?: Resolver<Maybe<IResolversTypes['IntegraitonConfigurationId']>, ParentType, ContextType, RequireFields<IMutationcreateIntegrationConfigurationArgs, never>>;
|
8468
8345
|
createOrUpdateIntegrationConfiguration?: Resolver<Maybe<IResolversTypes['IntegraitonConfigurationId']>, ParentType, ContextType, RequireFields<IMutationcreateOrUpdateIntegrationConfigurationArgs, never>>;
|
8469
8346
|
createOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IMutationcreateOrganizationArgs, 'organization'>>;
|
@@ -9241,7 +9118,6 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
9241
9118
|
AccessRole?: IAccessRoleResolvers<ContextType>;
|
9242
9119
|
AccountService?: IAccountServiceResolvers<ContextType>;
|
9243
9120
|
AccountTeam?: IAccountTeamResolvers<ContextType>;
|
9244
|
-
ActivityRecord?: IActivityRecordResolvers<ContextType>;
|
9245
9121
|
AdminIdeSettings?: IAdminIdeSettingsResolvers<ContextType>;
|
9246
9122
|
AnyObject?: GraphQLScalarType;
|
9247
9123
|
ApplicationPolicy?: IApplicationPolicyResolvers<ContextType>;
|
@@ -9277,7 +9153,6 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
9277
9153
|
FieldError?: IFieldErrorResolvers<ContextType>;
|
9278
9154
|
GeoLocation?: IGeoLocationResolvers<ContextType>;
|
9279
9155
|
GlobalSettings?: IGlobalSettingsResolvers<ContextType>;
|
9280
|
-
IActivitySettings?: IIActivitySettingsResolvers<ContextType>;
|
9281
9156
|
IAuth0Identity?: IIAuth0IdentityResolvers<ContextType>;
|
9282
9157
|
IAuth0Token?: IIAuth0TokenResolvers<ContextType>;
|
9283
9158
|
IAuth0User?: IIAuth0UserResolvers<ContextType>;
|