@adminide-stack/core 1.1.3-alpha.108 → 1.1.3-alpha.111
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/interfaces/generated/generated-models.d.ts +47 -45
- package/lib/interfaces/generated/generated-models.js +0 -45
- 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
@@ -23,7 +23,6 @@ var IAccountBroadcasterActions;
|
|
23
23
|
IAccountBroadcasterActions["onPasswordReset"] = "onPasswordReset";
|
24
24
|
IAccountBroadcasterActions["onPictureChanged"] = "onPictureChanged";
|
25
25
|
})(IAccountBroadcasterActions = exports.IAccountBroadcasterActions || (exports.IAccountBroadcasterActions = {}));
|
26
|
-
;
|
27
26
|
var IAccountServiceAction;
|
28
27
|
(function (IAccountServiceAction) {
|
29
28
|
IAccountServiceAction["createDefaultAccount"] = "createDefaultAccount";
|
@@ -37,7 +36,6 @@ var IAccountServiceAction;
|
|
37
36
|
IAccountServiceAction["onAccountDeleted"] = "onAccountDeleted";
|
38
37
|
IAccountServiceAction["accountOnBoarding"] = "accountOnBoarding";
|
39
38
|
})(IAccountServiceAction = exports.IAccountServiceAction || (exports.IAccountServiceAction = {}));
|
40
|
-
;
|
41
39
|
var IActivityServiceCommands;
|
42
40
|
(function (IActivityServiceCommands) {
|
43
41
|
IActivityServiceCommands["user"] = "user";
|
@@ -50,7 +48,6 @@ var IActivityServiceCommands;
|
|
50
48
|
IActivityServiceCommands["notify"] = "notify";
|
51
49
|
IActivityServiceCommands["collect"] = "collect";
|
52
50
|
})(IActivityServiceCommands = exports.IActivityServiceCommands || (exports.IActivityServiceCommands = {}));
|
53
|
-
;
|
54
51
|
var IApplicationBillingPlanPolicy;
|
55
52
|
(function (IApplicationBillingPlanPolicy) {
|
56
53
|
IApplicationBillingPlanPolicy["Invoicing"] = "Invoicing";
|
@@ -60,7 +57,6 @@ var IApplicationBillingPlanPolicy;
|
|
60
57
|
IApplicationBillingPlanPolicy["Alerts"] = "Alerts";
|
61
58
|
IApplicationBillingPlanPolicy["CustomFields"] = "CustomFields";
|
62
59
|
})(IApplicationBillingPlanPolicy = exports.IApplicationBillingPlanPolicy || (exports.IApplicationBillingPlanPolicy = {}));
|
63
|
-
;
|
64
60
|
var IApplicationRoles;
|
65
61
|
(function (IApplicationRoles) {
|
66
62
|
/** Admin of an Organization */
|
@@ -83,19 +79,16 @@ var IApplicationRoles;
|
|
83
79
|
/** User who is logged in */
|
84
80
|
IApplicationRoles["USER"] = "USER";
|
85
81
|
})(IApplicationRoles = exports.IApplicationRoles || (exports.IApplicationRoles = {}));
|
86
|
-
;
|
87
82
|
var IAuthErrorCodes;
|
88
83
|
(function (IAuthErrorCodes) {
|
89
84
|
IAuthErrorCodes["UNAUTHENTICATED"] = "UNAUTHENTICATED";
|
90
85
|
IAuthErrorCodes["INTERNAL_SERVER_ERROR"] = "INTERNAL_SERVER_ERROR";
|
91
86
|
})(IAuthErrorCodes = exports.IAuthErrorCodes || (exports.IAuthErrorCodes = {}));
|
92
|
-
;
|
93
87
|
var ICacheControlScope;
|
94
88
|
(function (ICacheControlScope) {
|
95
89
|
ICacheControlScope["PUBLIC"] = "PUBLIC";
|
96
90
|
ICacheControlScope["PRIVATE"] = "PRIVATE";
|
97
91
|
})(ICacheControlScope = exports.ICacheControlScope || (exports.ICacheControlScope = {}));
|
98
|
-
;
|
99
92
|
var IClientCacheTypeNames;
|
100
93
|
(function (IClientCacheTypeNames) {
|
101
94
|
IClientCacheTypeNames["ApplicationPolicy"] = "ApplicationPolicy";
|
@@ -127,7 +120,6 @@ var IClientCacheTypeNames;
|
|
127
120
|
IClientCacheTypeNames["SettingsSection"] = "SettingsSection";
|
128
121
|
IClientCacheTypeNames["UserConfiguration"] = "UserConfiguration";
|
129
122
|
})(IClientCacheTypeNames = exports.IClientCacheTypeNames || (exports.IClientCacheTypeNames = {}));
|
130
|
-
;
|
131
123
|
var IClientContainerService;
|
132
124
|
(function (IClientContainerService) {
|
133
125
|
IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
|
@@ -145,13 +137,11 @@ var IClientContainerService;
|
|
145
137
|
IClientContainerService["IPreferenceService"] = "IPreferenceService";
|
146
138
|
IClientContainerService["ITeamKeyContextService"] = "ITeamKeyContextService";
|
147
139
|
})(IClientContainerService = exports.IClientContainerService || (exports.IClientContainerService = {}));
|
148
|
-
;
|
149
140
|
var IClientTypes;
|
150
141
|
(function (IClientTypes) {
|
151
142
|
IClientTypes["Business"] = "Business";
|
152
143
|
IClientTypes["Individuals"] = "Individuals";
|
153
144
|
})(IClientTypes = exports.IClientTypes || (exports.IClientTypes = {}));
|
154
|
-
;
|
155
145
|
var IConfigCollectionName;
|
156
146
|
(function (IConfigCollectionName) {
|
157
147
|
IConfigCollectionName["application"] = "application";
|
@@ -163,7 +153,6 @@ var IConfigCollectionName;
|
|
163
153
|
IConfigCollectionName["projects"] = "projects";
|
164
154
|
IConfigCollectionName["clients"] = "clients";
|
165
155
|
})(IConfigCollectionName = exports.IConfigCollectionName || (exports.IConfigCollectionName = {}));
|
166
|
-
;
|
167
156
|
var IConfigFragmentName;
|
168
157
|
(function (IConfigFragmentName) {
|
169
158
|
IConfigFragmentName["resources"] = "resources";
|
@@ -179,14 +168,12 @@ var IConfigFragmentName;
|
|
179
168
|
/** Billing */
|
180
169
|
IConfigFragmentName["billingPlanPolicies"] = "billingPlanPolicies";
|
181
170
|
})(IConfigFragmentName = exports.IConfigFragmentName || (exports.IConfigFragmentName = {}));
|
182
|
-
;
|
183
171
|
var IConfigurationContributionNames;
|
184
172
|
(function (IConfigurationContributionNames) {
|
185
173
|
IConfigurationContributionNames["defaultPermissions"] = "defaultPermissions";
|
186
174
|
IConfigurationContributionNames["defaultSettings"] = "defaultSettings";
|
187
175
|
IConfigurationContributionNames["defaultPolicies"] = "defaultPolicies";
|
188
176
|
})(IConfigurationContributionNames = exports.IConfigurationContributionNames || (exports.IConfigurationContributionNames = {}));
|
189
|
-
;
|
190
177
|
var IContextServiceAction;
|
191
178
|
(function (IContextServiceAction) {
|
192
179
|
IContextServiceAction["onResourceCreated"] = "onResourceCreated";
|
@@ -194,7 +181,6 @@ var IContextServiceAction;
|
|
194
181
|
IContextServiceAction["onResourceDeleted"] = "onResourceDeleted";
|
195
182
|
IContextServiceAction["onResourceDeactivated"] = "onResourceDeactivated";
|
196
183
|
})(IContextServiceAction = exports.IContextServiceAction || (exports.IContextServiceAction = {}));
|
197
|
-
;
|
198
184
|
var IEActivityScopes;
|
199
185
|
(function (IEActivityScopes) {
|
200
186
|
IEActivityScopes["User"] = "User";
|
@@ -204,20 +190,17 @@ var IEActivityScopes;
|
|
204
190
|
IEActivityScopes["Workspace"] = "Workspace";
|
205
191
|
IEActivityScopes["Organization"] = "Organization";
|
206
192
|
})(IEActivityScopes = exports.IEActivityScopes || (exports.IEActivityScopes = {}));
|
207
|
-
;
|
208
193
|
var IEditPresentationTypes;
|
209
194
|
(function (IEditPresentationTypes) {
|
210
195
|
IEditPresentationTypes["Multiline"] = "Multiline";
|
211
196
|
IEditPresentationTypes["Singleline"] = "Singleline";
|
212
197
|
})(IEditPresentationTypes = exports.IEditPresentationTypes || (exports.IEditPresentationTypes = {}));
|
213
|
-
;
|
214
198
|
var IGlobalCurrencies;
|
215
199
|
(function (IGlobalCurrencies) {
|
216
200
|
IGlobalCurrencies["USD"] = "USD";
|
217
201
|
IGlobalCurrencies["EURO"] = "EURO";
|
218
202
|
IGlobalCurrencies["AUD"] = "AUD";
|
219
203
|
})(IGlobalCurrencies = exports.IGlobalCurrencies || (exports.IGlobalCurrencies = {}));
|
220
|
-
;
|
221
204
|
var IGlobalLanguages;
|
222
205
|
(function (IGlobalLanguages) {
|
223
206
|
IGlobalLanguages["English"] = "English";
|
@@ -225,19 +208,16 @@ var IGlobalLanguages;
|
|
225
208
|
IGlobalLanguages["French"] = "French";
|
226
209
|
IGlobalLanguages["Russian"] = "Russian";
|
227
210
|
})(IGlobalLanguages = exports.IGlobalLanguages || (exports.IGlobalLanguages = {}));
|
228
|
-
;
|
229
211
|
var IIntegrationConfigServiceAction;
|
230
212
|
(function (IIntegrationConfigServiceAction) {
|
231
213
|
IIntegrationConfigServiceAction["onIntegrationConfigurationDeleted"] = "onIntegrationConfigurationDeleted";
|
232
214
|
})(IIntegrationConfigServiceAction = exports.IIntegrationConfigServiceAction || (exports.IIntegrationConfigServiceAction = {}));
|
233
|
-
;
|
234
215
|
var IInviteStatus;
|
235
216
|
(function (IInviteStatus) {
|
236
217
|
IInviteStatus["PENDING"] = "PENDING";
|
237
218
|
IInviteStatus["ACCEPTED"] = "ACCEPTED";
|
238
219
|
IInviteStatus["DECLINED"] = "DECLINED";
|
239
220
|
})(IInviteStatus = exports.IInviteStatus || (exports.IInviteStatus = {}));
|
240
|
-
;
|
241
221
|
var IMailTemplateId;
|
242
222
|
(function (IMailTemplateId) {
|
243
223
|
IMailTemplateId["BillingNotificationId"] = "BillingNotificationId";
|
@@ -252,7 +232,6 @@ var IMailTemplateId;
|
|
252
232
|
IMailTemplateId["USER_PASSWORD_RESET"] = "USER_PASSWORD_RESET";
|
253
233
|
IMailTemplateId["dummy"] = "dummy";
|
254
234
|
})(IMailTemplateId = exports.IMailTemplateId || (exports.IMailTemplateId = {}));
|
255
|
-
;
|
256
235
|
var IMenuPosition;
|
257
236
|
(function (IMenuPosition) {
|
258
237
|
IMenuPosition["LOGO"] = "LOGO";
|
@@ -261,7 +240,6 @@ var IMenuPosition;
|
|
261
240
|
IMenuPosition["LOWER"] = "LOWER";
|
262
241
|
IMenuPosition["BOTTOM"] = "BOTTOM";
|
263
242
|
})(IMenuPosition = exports.IMenuPosition || (exports.IMenuPosition = {}));
|
264
|
-
;
|
265
243
|
/** All Moleculer Topic names are extended from this. */
|
266
244
|
var IMoleculerServiceName;
|
267
245
|
(function (IMoleculerServiceName) {
|
@@ -283,7 +261,6 @@ var IMoleculerServiceName;
|
|
283
261
|
/** Actions */
|
284
262
|
IMoleculerServiceName["onConfigurationUpdated"] = "onConfigurationUpdated";
|
285
263
|
})(IMoleculerServiceName = exports.IMoleculerServiceName || (exports.IMoleculerServiceName = {}));
|
286
|
-
;
|
287
264
|
var IOrgUserRole;
|
288
265
|
(function (IOrgUserRole) {
|
289
266
|
IOrgUserRole["BILLING_LEADER"] = "BILLING_LEADER";
|
@@ -291,7 +268,6 @@ var IOrgUserRole;
|
|
291
268
|
IOrgUserRole["ADMIN"] = "ADMIN";
|
292
269
|
IOrgUserRole["OWNER"] = "OWNER";
|
293
270
|
})(IOrgUserRole = exports.IOrgUserRole || (exports.IOrgUserRole = {}));
|
294
|
-
;
|
295
271
|
/**
|
296
272
|
* OrganizationInvitationRole: The possible organization invitation roles.
|
297
273
|
*
|
@@ -308,7 +284,6 @@ var IOrgainizationInvitationRole;
|
|
308
284
|
IOrgainizationInvitationRole["DIRECT_MEMBER"] = "DIRECT_MEMBER";
|
309
285
|
IOrgainizationInvitationRole["BILLING_MANAGER"] = "BILLING_MANAGER";
|
310
286
|
})(IOrgainizationInvitationRole = exports.IOrgainizationInvitationRole || (exports.IOrgainizationInvitationRole = {}));
|
311
|
-
;
|
312
287
|
/** Subscription event for context */
|
313
288
|
var IOrganizationContextPubSubEvents;
|
314
289
|
(function (IOrganizationContextPubSubEvents) {
|
@@ -317,7 +292,6 @@ var IOrganizationContextPubSubEvents;
|
|
317
292
|
IOrganizationContextPubSubEvents["OrganizationConfigurationUpdated"] = "OrganizationConfigurationUpdated";
|
318
293
|
IOrganizationContextPubSubEvents["OrganizationPermissionUpdated"] = "OrganizationPermissionUpdated";
|
319
294
|
})(IOrganizationContextPubSubEvents = exports.IOrganizationContextPubSubEvents || (exports.IOrganizationContextPubSubEvents = {}));
|
320
|
-
;
|
321
295
|
var IOrganizationServiceAction;
|
322
296
|
(function (IOrganizationServiceAction) {
|
323
297
|
IOrganizationServiceAction["getOrganization"] = "getOrganization";
|
@@ -339,7 +313,6 @@ var IOrganizationServiceAction;
|
|
339
313
|
IOrganizationServiceAction["onCreateTeam"] = "onCreateTeam";
|
340
314
|
IOrganizationServiceAction["onSendInvitation"] = "onSendInvitation";
|
341
315
|
})(IOrganizationServiceAction = exports.IOrganizationServiceAction || (exports.IOrganizationServiceAction = {}));
|
342
|
-
;
|
343
316
|
var IPermissionAction;
|
344
317
|
(function (IPermissionAction) {
|
345
318
|
IPermissionAction["Create"] = "Create";
|
@@ -349,7 +322,6 @@ var IPermissionAction;
|
|
349
322
|
IPermissionAction["Manage"] = "Manage";
|
350
323
|
IPermissionAction["View"] = "View";
|
351
324
|
})(IPermissionAction = exports.IPermissionAction || (exports.IPermissionAction = {}));
|
352
|
-
;
|
353
325
|
var IPermissionResource;
|
354
326
|
(function (IPermissionResource) {
|
355
327
|
IPermissionResource["Members"] = "Members";
|
@@ -359,14 +331,12 @@ var IPermissionResource;
|
|
359
331
|
IPermissionResource["Settings"] = "Settings";
|
360
332
|
IPermissionResource["Teams"] = "Teams";
|
361
333
|
})(IPermissionResource = exports.IPermissionResource || (exports.IPermissionResource = {}));
|
362
|
-
;
|
363
334
|
var IPermissionType;
|
364
335
|
(function (IPermissionType) {
|
365
336
|
IPermissionType["Allow"] = "Allow";
|
366
337
|
IPermissionType["Deny"] = "Deny";
|
367
338
|
IPermissionType["NotSet"] = "NotSet";
|
368
339
|
})(IPermissionType = exports.IPermissionType || (exports.IPermissionType = {}));
|
369
|
-
;
|
370
340
|
var IPortalLanguage;
|
371
341
|
(function (IPortalLanguage) {
|
372
342
|
IPortalLanguage["English"] = "English";
|
@@ -375,7 +345,6 @@ var IPortalLanguage;
|
|
375
345
|
IPortalLanguage["Spanish"] = "Spanish";
|
376
346
|
IPortalLanguage["Russian"] = "Russian";
|
377
347
|
})(IPortalLanguage = exports.IPortalLanguage || (exports.IPortalLanguage = {}));
|
378
|
-
;
|
379
348
|
var IPreDefinedRole;
|
380
349
|
(function (IPreDefinedRole) {
|
381
350
|
IPreDefinedRole["OWNER"] = "OWNER";
|
@@ -389,7 +358,6 @@ var IPreDefinedRole;
|
|
389
358
|
IPreDefinedRole["GUEST"] = "GUEST";
|
390
359
|
IPreDefinedRole["CONTRIBUTORS"] = "CONTRIBUTORS";
|
391
360
|
})(IPreDefinedRole = exports.IPreDefinedRole || (exports.IPreDefinedRole = {}));
|
392
|
-
;
|
393
361
|
/** Registry Extensions */
|
394
362
|
var IRegistryExtensions;
|
395
363
|
(function (IRegistryExtensions) {
|
@@ -399,14 +367,12 @@ var IRegistryExtensions;
|
|
399
367
|
IRegistryExtensions["Configuration"] = "Configuration";
|
400
368
|
IRegistryExtensions["JSONContribution"] = "JSONContribution";
|
401
369
|
})(IRegistryExtensions = exports.IRegistryExtensions || (exports.IRegistryExtensions = {}));
|
402
|
-
;
|
403
370
|
var IResourceAuthority;
|
404
371
|
(function (IResourceAuthority) {
|
405
372
|
IResourceAuthority["defaultsettings"] = "defaultsettings";
|
406
373
|
IResourceAuthority["defaultpermissions"] = "defaultpermissions";
|
407
374
|
IResourceAuthority["defaultpolicies"] = "defaultpolicies";
|
408
375
|
})(IResourceAuthority = exports.IResourceAuthority || (exports.IResourceAuthority = {}));
|
409
|
-
;
|
410
376
|
var IRole;
|
411
377
|
(function (IRole) {
|
412
378
|
IRole["ADMIN"] = "ADMIN";
|
@@ -414,13 +380,11 @@ var IRole;
|
|
414
380
|
IRole["USER"] = "USER";
|
415
381
|
IRole["UNKNOWN"] = "UNKNOWN";
|
416
382
|
})(IRole = exports.IRole || (exports.IRole = {}));
|
417
|
-
;
|
418
383
|
var IRouteParams;
|
419
384
|
(function (IRouteParams) {
|
420
385
|
IRouteParams["orgName"] = "orgName";
|
421
386
|
IRouteParams["teamName"] = "teamName";
|
422
387
|
})(IRouteParams = exports.IRouteParams || (exports.IRouteParams = {}));
|
423
|
-
;
|
424
388
|
var ISettingValueType;
|
425
389
|
(function (ISettingValueType) {
|
426
390
|
ISettingValueType["Null"] = "Null";
|
@@ -434,7 +398,6 @@ var ISettingValueType;
|
|
434
398
|
ISettingValueType["NullableInteger"] = "NullableInteger";
|
435
399
|
ISettingValueType["NullableNumber"] = "NullableNumber";
|
436
400
|
})(ISettingValueType = exports.ISettingValueType || (exports.ISettingValueType = {}));
|
437
|
-
;
|
438
401
|
var ISshKeyServiceAction;
|
439
402
|
(function (ISshKeyServiceAction) {
|
440
403
|
ISshKeyServiceAction["getSshKey"] = "getSshKey";
|
@@ -443,13 +406,11 @@ var ISshKeyServiceAction;
|
|
443
406
|
ISshKeyServiceAction["generateKeys"] = "generateKeys";
|
444
407
|
ISshKeyServiceAction["updateSshKey"] = "updateSshKey";
|
445
408
|
})(ISshKeyServiceAction = exports.ISshKeyServiceAction || (exports.ISshKeyServiceAction = {}));
|
446
|
-
;
|
447
409
|
var ISshKeyType;
|
448
410
|
(function (ISshKeyType) {
|
449
411
|
ISshKeyType["RSA"] = "RSA";
|
450
412
|
ISshKeyType["ED25519"] = "ED25519";
|
451
413
|
})(ISshKeyType = exports.ISshKeyType || (exports.ISshKeyType = {}));
|
452
|
-
;
|
453
414
|
var ITeamServiceAction;
|
454
415
|
(function (ITeamServiceAction) {
|
455
416
|
ITeamServiceAction["getTeam"] = "getTeam";
|
@@ -466,7 +427,6 @@ var ITeamServiceAction;
|
|
466
427
|
ITeamServiceAction["declineInvitation"] = "declineInvitation";
|
467
428
|
ITeamServiceAction["sendProjectNotificaiton"] = "sendProjectNotificaiton";
|
468
429
|
})(ITeamServiceAction = exports.ITeamServiceAction || (exports.ITeamServiceAction = {}));
|
469
|
-
;
|
470
430
|
/**
|
471
431
|
* The User Account.
|
472
432
|
*
|
@@ -493,7 +453,6 @@ var ITokenTypesEnum;
|
|
493
453
|
ITokenTypesEnum["EMAIL_VERIFICATION"] = "EMAIL_VERIFICATION";
|
494
454
|
ITokenTypesEnum["PASSWORD_RESET"] = "PASSWORD_RESET";
|
495
455
|
})(ITokenTypesEnum = exports.ITokenTypesEnum || (exports.ITokenTypesEnum = {}));
|
496
|
-
;
|
497
456
|
var IUserBroadcasterAction;
|
498
457
|
(function (IUserBroadcasterAction) {
|
499
458
|
IUserBroadcasterAction["onUserLoggedIn"] = "onUserLoggedIn";
|
@@ -501,7 +460,6 @@ var IUserBroadcasterAction;
|
|
501
460
|
IUserBroadcasterAction["onUserUpdated"] = "onUserUpdated";
|
502
461
|
IUserBroadcasterAction["onUserDeleted"] = "onUserDeleted";
|
503
462
|
})(IUserBroadcasterAction = exports.IUserBroadcasterAction || (exports.IUserBroadcasterAction = {}));
|
504
|
-
;
|
505
463
|
var IUserOrderBy;
|
506
464
|
(function (IUserOrderBy) {
|
507
465
|
IUserOrderBy["auth0UserId_ASC"] = "auth0UserId_ASC";
|
@@ -515,13 +473,11 @@ var IUserOrderBy;
|
|
515
473
|
IUserOrderBy["updatedAt_ASC"] = "updatedAt_ASC";
|
516
474
|
IUserOrderBy["updatedAt_DESC"] = "updatedAt_DESC";
|
517
475
|
})(IUserOrderBy = exports.IUserOrderBy || (exports.IUserOrderBy = {}));
|
518
|
-
;
|
519
476
|
var IVisibility;
|
520
477
|
(function (IVisibility) {
|
521
478
|
IVisibility["private"] = "private";
|
522
479
|
IVisibility["public"] = "public";
|
523
480
|
})(IVisibility = exports.IVisibility || (exports.IVisibility = {}));
|
524
|
-
;
|
525
481
|
var IZipkinRoutes;
|
526
482
|
(function (IZipkinRoutes) {
|
527
483
|
IZipkinRoutes["tags"] = "tags";
|
@@ -531,7 +487,6 @@ var IZipkinRoutes;
|
|
531
487
|
IZipkinRoutes["spans"] = "spans";
|
532
488
|
IZipkinRoutes["search"] = "search";
|
533
489
|
})(IZipkinRoutes = exports.IZipkinRoutes || (exports.IZipkinRoutes = {}));
|
534
|
-
;
|
535
490
|
exports.AllContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AllContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceName" } }] } }] };
|
536
491
|
exports.OrgUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
537
492
|
exports.UserCreationEventFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "UserCreationEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserProfile" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "nickname" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "given_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "family_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email_verified" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_metadata" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "last_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "first_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone_number" } }, { "kind": "Field", "name": { "kind": "Name", "value": "work_email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "company_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "dob" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip_code" } }] } }] } }] };
|