@constructive-io/sdk 0.2.3 → 0.3.0
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/admin/orm/index.d.ts +19 -6
- package/admin/orm/index.js +14 -6
- package/admin/orm/input-types.d.ts +879 -363
- package/admin/orm/models/index.d.ts +7 -3
- package/admin/orm/models/index.js +15 -7
- package/admin/orm/models/orgChartEdge.d.ts +56 -0
- package/{public/orm/models/limitFunction.js → admin/orm/models/orgChartEdge.js} +25 -25
- package/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/admin/orm/models/orgChartEdgeGrant.js +98 -0
- package/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/admin/orm/models/orgGetManagersRecord.js +55 -0
- package/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/admin/orm/models/orgGetSubordinatesRecord.js +55 -0
- package/admin/orm/query/index.d.ts +11 -0
- package/admin/orm/query/index.js +24 -0
- package/auth/orm/index.d.ts +2 -2
- package/auth/orm/index.js +2 -2
- package/auth/orm/input-types.d.ts +163 -128
- package/auth/orm/models/index.d.ts +1 -1
- package/auth/orm/models/index.js +3 -3
- package/esm/admin/orm/index.d.ts +19 -6
- package/esm/admin/orm/index.js +14 -6
- package/esm/admin/orm/input-types.d.ts +879 -363
- package/esm/admin/orm/models/index.d.ts +7 -3
- package/esm/admin/orm/models/index.js +7 -3
- package/esm/admin/orm/models/orgChartEdge.d.ts +56 -0
- package/esm/{public/orm/models/procedure.js → admin/orm/models/orgChartEdge.js} +23 -23
- package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/esm/admin/orm/models/orgChartEdgeGrant.js +94 -0
- package/esm/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/esm/admin/orm/models/orgGetManagersRecord.js +51 -0
- package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/esm/admin/orm/models/orgGetSubordinatesRecord.js +51 -0
- package/esm/admin/orm/query/index.d.ts +11 -0
- package/esm/admin/orm/query/index.js +24 -0
- package/esm/auth/orm/index.d.ts +2 -2
- package/esm/auth/orm/index.js +2 -2
- package/esm/auth/orm/input-types.d.ts +163 -128
- package/esm/auth/orm/models/index.d.ts +1 -1
- package/esm/auth/orm/models/index.js +1 -1
- package/esm/public/orm/index.d.ts +31 -16
- package/esm/public/orm/index.js +26 -16
- package/esm/public/orm/input-types.d.ts +2255 -1110
- package/esm/public/orm/input-types.js +14 -3
- package/esm/public/orm/models/defaultPrivilege.d.ts +56 -0
- package/esm/public/orm/models/defaultPrivilege.js +94 -0
- package/esm/public/orm/models/index.d.ts +13 -8
- package/esm/public/orm/models/index.js +13 -8
- package/esm/public/orm/models/orgChartEdge.d.ts +56 -0
- package/esm/public/orm/models/{limitFunction.js → orgChartEdge.js} +23 -23
- package/esm/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/esm/public/orm/models/orgChartEdgeGrant.js +94 -0
- package/esm/public/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/esm/public/orm/models/orgGetManagersRecord.js +51 -0
- package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/esm/public/orm/models/orgGetSubordinatesRecord.js +51 -0
- package/esm/public/orm/models/relationProvision.d.ts +56 -0
- package/esm/public/orm/models/relationProvision.js +94 -0
- package/esm/public/orm/models/secureTableProvision.d.ts +56 -0
- package/esm/public/orm/models/secureTableProvision.js +94 -0
- package/esm/public/orm/query/index.d.ts +11 -0
- package/esm/public/orm/query/index.js +24 -0
- package/package.json +6 -6
- package/public/orm/index.d.ts +31 -16
- package/public/orm/index.js +26 -16
- package/public/orm/input-types.d.ts +2255 -1110
- package/public/orm/input-types.js +14 -3
- package/public/orm/models/defaultPrivilege.d.ts +56 -0
- package/public/orm/models/defaultPrivilege.js +98 -0
- package/public/orm/models/index.d.ts +13 -8
- package/public/orm/models/index.js +29 -18
- package/public/orm/models/orgChartEdge.d.ts +56 -0
- package/public/orm/models/{procedure.js → orgChartEdge.js} +25 -25
- package/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
- package/public/orm/models/orgChartEdgeGrant.js +98 -0
- package/public/orm/models/orgGetManagersRecord.d.ts +32 -0
- package/public/orm/models/orgGetManagersRecord.js +55 -0
- package/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
- package/public/orm/models/orgGetSubordinatesRecord.js +55 -0
- package/public/orm/models/relationProvision.d.ts +56 -0
- package/public/orm/models/relationProvision.js +98 -0
- package/public/orm/models/secureTableProvision.d.ts +56 -0
- package/public/orm/models/secureTableProvision.js +98 -0
- package/public/orm/query/index.d.ts +11 -0
- package/public/orm/query/index.js +24 -0
- package/esm/public/orm/models/limitFunction.d.ts +0 -56
- package/esm/public/orm/models/procedure.d.ts +0 -56
- package/public/orm/models/limitFunction.d.ts +0 -56
- package/public/orm/models/procedure.d.ts +0 -56
|
@@ -224,254 +224,435 @@ export interface UUIDListFilter {
|
|
|
224
224
|
}
|
|
225
225
|
export type ConstructiveInternalTypeEmail = unknown;
|
|
226
226
|
export type ConstructiveInternalTypeImage = unknown;
|
|
227
|
+
export interface OrgGetManagersRecord {
|
|
228
|
+
userId?: string | null;
|
|
229
|
+
depth?: number | null;
|
|
230
|
+
}
|
|
231
|
+
export interface OrgGetSubordinatesRecord {
|
|
232
|
+
userId?: string | null;
|
|
233
|
+
depth?: number | null;
|
|
234
|
+
}
|
|
235
|
+
/** Defines available permissions as named bits within a bitmask, used by the RBAC system for access control */
|
|
227
236
|
export interface AppPermission {
|
|
228
237
|
id: string;
|
|
238
|
+
/** Human-readable permission name (e.g. read, write, manage) */
|
|
229
239
|
name?: string | null;
|
|
240
|
+
/** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
|
|
230
241
|
bitnum?: number | null;
|
|
242
|
+
/** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
|
|
231
243
|
bitstr?: string | null;
|
|
244
|
+
/** Human-readable description of what this permission allows */
|
|
232
245
|
description?: string | null;
|
|
233
246
|
}
|
|
247
|
+
/** Defines available permissions as named bits within a bitmask, used by the RBAC system for access control */
|
|
234
248
|
export interface OrgPermission {
|
|
235
249
|
id: string;
|
|
250
|
+
/** Human-readable permission name (e.g. read, write, manage) */
|
|
236
251
|
name?: string | null;
|
|
252
|
+
/** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
|
|
237
253
|
bitnum?: number | null;
|
|
254
|
+
/** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
|
|
238
255
|
bitstr?: string | null;
|
|
256
|
+
/** Human-readable description of what this permission allows */
|
|
239
257
|
description?: string | null;
|
|
240
258
|
}
|
|
241
|
-
/**
|
|
259
|
+
/** Defines the specific requirements that must be met to achieve a level */
|
|
242
260
|
export interface AppLevelRequirement {
|
|
243
261
|
id: string;
|
|
262
|
+
/** Name identifier of the requirement (matches step names) */
|
|
244
263
|
name?: string | null;
|
|
264
|
+
/** Name of the level this requirement belongs to */
|
|
245
265
|
level?: string | null;
|
|
266
|
+
/** Human-readable description of what this requirement entails */
|
|
246
267
|
description?: string | null;
|
|
268
|
+
/** Number of steps needed to satisfy this requirement */
|
|
247
269
|
requiredCount?: number | null;
|
|
270
|
+
/** Display ordering priority; lower values appear first */
|
|
248
271
|
priority?: number | null;
|
|
249
272
|
createdAt?: string | null;
|
|
250
273
|
updatedAt?: string | null;
|
|
251
274
|
}
|
|
275
|
+
/** Simplified view of active members in an entity, used for listing who belongs to an org or group */
|
|
252
276
|
export interface OrgMember {
|
|
253
277
|
id: string;
|
|
278
|
+
/** Whether this member has admin privileges */
|
|
254
279
|
isAdmin?: boolean | null;
|
|
280
|
+
/** References the user who is a member */
|
|
255
281
|
actorId?: string | null;
|
|
282
|
+
/** References the entity (org or group) this member belongs to */
|
|
256
283
|
entityId?: string | null;
|
|
257
284
|
}
|
|
285
|
+
/** Stores the default permission bitmask assigned to new members upon joining */
|
|
258
286
|
export interface AppPermissionDefault {
|
|
259
287
|
id: string;
|
|
288
|
+
/** Default permission bitmask applied to new members */
|
|
260
289
|
permissions?: string | null;
|
|
261
290
|
}
|
|
291
|
+
/** Stores the default permission bitmask assigned to new members upon joining */
|
|
262
292
|
export interface OrgPermissionDefault {
|
|
263
293
|
id: string;
|
|
294
|
+
/** Default permission bitmask applied to new members */
|
|
264
295
|
permissions?: string | null;
|
|
296
|
+
/** References the entity these default permissions apply to */
|
|
265
297
|
entityId?: string | null;
|
|
266
298
|
}
|
|
299
|
+
/** Records of admin role grants and revocations between members */
|
|
267
300
|
export interface AppAdminGrant {
|
|
268
301
|
id: string;
|
|
302
|
+
/** True to grant admin, false to revoke admin */
|
|
269
303
|
isGrant?: boolean | null;
|
|
304
|
+
/** The member receiving or losing the admin grant */
|
|
270
305
|
actorId?: string | null;
|
|
271
306
|
grantorId?: string | null;
|
|
272
307
|
createdAt?: string | null;
|
|
273
308
|
updatedAt?: string | null;
|
|
274
309
|
}
|
|
310
|
+
/** Records of ownership transfers and grants between members */
|
|
275
311
|
export interface AppOwnerGrant {
|
|
276
312
|
id: string;
|
|
313
|
+
/** True to grant ownership, false to revoke ownership */
|
|
277
314
|
isGrant?: boolean | null;
|
|
315
|
+
/** The member receiving or losing the ownership grant */
|
|
278
316
|
actorId?: string | null;
|
|
279
317
|
grantorId?: string | null;
|
|
280
318
|
createdAt?: string | null;
|
|
281
319
|
updatedAt?: string | null;
|
|
282
320
|
}
|
|
283
|
-
|
|
284
|
-
id: string;
|
|
285
|
-
name?: string | null;
|
|
286
|
-
max?: number | null;
|
|
287
|
-
}
|
|
288
|
-
export interface OrgLimitDefault {
|
|
289
|
-
id: string;
|
|
290
|
-
name?: string | null;
|
|
291
|
-
max?: number | null;
|
|
292
|
-
}
|
|
321
|
+
/** Records of admin role grants and revocations between members */
|
|
293
322
|
export interface OrgAdminGrant {
|
|
294
323
|
id: string;
|
|
324
|
+
/** True to grant admin, false to revoke admin */
|
|
295
325
|
isGrant?: boolean | null;
|
|
326
|
+
/** The member receiving or losing the admin grant */
|
|
296
327
|
actorId?: string | null;
|
|
328
|
+
/** The entity (org or group) this admin grant applies to */
|
|
297
329
|
entityId?: string | null;
|
|
298
330
|
grantorId?: string | null;
|
|
299
331
|
createdAt?: string | null;
|
|
300
332
|
updatedAt?: string | null;
|
|
301
333
|
}
|
|
334
|
+
/** Records of ownership transfers and grants between members */
|
|
302
335
|
export interface OrgOwnerGrant {
|
|
303
336
|
id: string;
|
|
337
|
+
/** True to grant ownership, false to revoke ownership */
|
|
304
338
|
isGrant?: boolean | null;
|
|
339
|
+
/** The member receiving or losing the ownership grant */
|
|
305
340
|
actorId?: string | null;
|
|
341
|
+
/** The entity (org or group) this ownership grant applies to */
|
|
306
342
|
entityId?: string | null;
|
|
307
343
|
grantorId?: string | null;
|
|
308
344
|
createdAt?: string | null;
|
|
309
345
|
updatedAt?: string | null;
|
|
310
346
|
}
|
|
347
|
+
/** Default maximum values for each named limit, applied when no per-actor override exists */
|
|
348
|
+
export interface AppLimitDefault {
|
|
349
|
+
id: string;
|
|
350
|
+
/** Name identifier of the limit this default applies to */
|
|
351
|
+
name?: string | null;
|
|
352
|
+
/** Default maximum usage allowed for this limit */
|
|
353
|
+
max?: number | null;
|
|
354
|
+
}
|
|
355
|
+
/** Default maximum values for each named limit, applied when no per-actor override exists */
|
|
356
|
+
export interface OrgLimitDefault {
|
|
357
|
+
id: string;
|
|
358
|
+
/** Name identifier of the limit this default applies to */
|
|
359
|
+
name?: string | null;
|
|
360
|
+
/** Default maximum usage allowed for this limit */
|
|
361
|
+
max?: number | null;
|
|
362
|
+
}
|
|
363
|
+
/** Defines the different scopes of membership (e.g. App Member, Organization Member, Group Member) */
|
|
311
364
|
export interface MembershipType {
|
|
365
|
+
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
312
366
|
id: number;
|
|
367
|
+
/** Human-readable name of the membership type */
|
|
313
368
|
name?: string | null;
|
|
369
|
+
/** Description of what this membership type represents */
|
|
314
370
|
description?: string | null;
|
|
371
|
+
/** Short prefix used to namespace tables and functions for this membership scope */
|
|
315
372
|
prefix?: string | null;
|
|
316
373
|
}
|
|
374
|
+
/** Append-only log of hierarchy edge grants and revocations; triggers apply changes to the edges table */
|
|
375
|
+
export interface OrgChartEdgeGrant {
|
|
376
|
+
id: string;
|
|
377
|
+
/** Organization this grant applies to */
|
|
378
|
+
entityId?: string | null;
|
|
379
|
+
/** User ID of the subordinate being placed in the hierarchy */
|
|
380
|
+
childId?: string | null;
|
|
381
|
+
/** User ID of the manager being assigned; NULL for top-level positions */
|
|
382
|
+
parentId?: string | null;
|
|
383
|
+
/** User ID of the admin who performed this grant or revocation */
|
|
384
|
+
grantorId?: string | null;
|
|
385
|
+
/** TRUE to add/update the edge, FALSE to remove it */
|
|
386
|
+
isGrant?: boolean | null;
|
|
387
|
+
/** Job title or role name being assigned in this grant */
|
|
388
|
+
positionTitle?: string | null;
|
|
389
|
+
/** Numeric seniority level being assigned in this grant */
|
|
390
|
+
positionLevel?: number | null;
|
|
391
|
+
/** Timestamp when this grant or revocation was recorded */
|
|
392
|
+
createdAt?: string | null;
|
|
393
|
+
}
|
|
394
|
+
/** Tracks per-actor usage counts against configurable maximum limits */
|
|
317
395
|
export interface AppLimit {
|
|
318
396
|
id: string;
|
|
397
|
+
/** Name identifier of the limit being tracked */
|
|
319
398
|
name?: string | null;
|
|
399
|
+
/** User whose usage is being tracked against this limit */
|
|
320
400
|
actorId?: string | null;
|
|
401
|
+
/** Current usage count for this actor and limit */
|
|
321
402
|
num?: number | null;
|
|
403
|
+
/** Maximum allowed usage; NULL means use the default limit value */
|
|
322
404
|
max?: number | null;
|
|
323
405
|
}
|
|
324
|
-
/**
|
|
406
|
+
/** Aggregated user progress for level requirements, tallying the total count; updated via triggers and should not be modified manually */
|
|
325
407
|
export interface AppAchievement {
|
|
326
408
|
id: string;
|
|
327
409
|
actorId?: string | null;
|
|
410
|
+
/** Name identifier of the level requirement being tracked */
|
|
328
411
|
name?: string | null;
|
|
412
|
+
/** Cumulative count of completed steps toward this requirement */
|
|
329
413
|
count?: number | null;
|
|
330
414
|
createdAt?: string | null;
|
|
331
415
|
updatedAt?: string | null;
|
|
332
416
|
}
|
|
333
|
-
/**
|
|
417
|
+
/** Log of individual user actions toward level requirements; every single step ever taken is recorded here */
|
|
334
418
|
export interface AppStep {
|
|
335
419
|
id: string;
|
|
336
420
|
actorId?: string | null;
|
|
421
|
+
/** Name identifier of the level requirement this step fulfills */
|
|
337
422
|
name?: string | null;
|
|
423
|
+
/** Number of units completed in this step action */
|
|
338
424
|
count?: number | null;
|
|
339
425
|
createdAt?: string | null;
|
|
340
426
|
updatedAt?: string | null;
|
|
341
427
|
}
|
|
428
|
+
/** Records of successfully claimed invitations, linking senders to receivers */
|
|
342
429
|
export interface ClaimedInvite {
|
|
343
430
|
id: string;
|
|
431
|
+
/** Optional JSON payload captured at the time the invite was claimed */
|
|
344
432
|
data?: Record<string, unknown> | null;
|
|
433
|
+
/** User ID of the original invitation sender */
|
|
345
434
|
senderId?: string | null;
|
|
435
|
+
/** User ID of the person who claimed and redeemed the invitation */
|
|
346
436
|
receiverId?: string | null;
|
|
347
437
|
createdAt?: string | null;
|
|
348
438
|
updatedAt?: string | null;
|
|
349
439
|
}
|
|
440
|
+
/** Records of individual permission grants and revocations for members via bitmask */
|
|
350
441
|
export interface AppGrant {
|
|
351
442
|
id: string;
|
|
443
|
+
/** Bitmask of permissions being granted or revoked */
|
|
352
444
|
permissions?: string | null;
|
|
445
|
+
/** True to grant the permissions, false to revoke them */
|
|
353
446
|
isGrant?: boolean | null;
|
|
447
|
+
/** The member receiving or losing the permission grant */
|
|
354
448
|
actorId?: string | null;
|
|
355
449
|
grantorId?: string | null;
|
|
356
450
|
createdAt?: string | null;
|
|
357
451
|
updatedAt?: string | null;
|
|
358
452
|
}
|
|
453
|
+
/** Default membership settings per entity, controlling initial approval and verification state for new members */
|
|
359
454
|
export interface AppMembershipDefault {
|
|
360
455
|
id: string;
|
|
361
456
|
createdAt?: string | null;
|
|
362
457
|
updatedAt?: string | null;
|
|
363
458
|
createdBy?: string | null;
|
|
364
459
|
updatedBy?: string | null;
|
|
460
|
+
/** Whether new members are automatically approved upon joining */
|
|
365
461
|
isApproved?: boolean | null;
|
|
462
|
+
/** Whether new members are automatically verified upon joining */
|
|
366
463
|
isVerified?: boolean | null;
|
|
367
464
|
}
|
|
465
|
+
/** Tracks per-actor usage counts against configurable maximum limits */
|
|
368
466
|
export interface OrgLimit {
|
|
369
467
|
id: string;
|
|
468
|
+
/** Name identifier of the limit being tracked */
|
|
370
469
|
name?: string | null;
|
|
470
|
+
/** User whose usage is being tracked against this limit */
|
|
371
471
|
actorId?: string | null;
|
|
472
|
+
/** Current usage count for this actor and limit */
|
|
372
473
|
num?: number | null;
|
|
474
|
+
/** Maximum allowed usage; NULL means use the default limit value */
|
|
373
475
|
max?: number | null;
|
|
374
476
|
entityId?: string | null;
|
|
375
477
|
}
|
|
478
|
+
/** Records of successfully claimed invitations, linking senders to receivers */
|
|
376
479
|
export interface OrgClaimedInvite {
|
|
377
480
|
id: string;
|
|
481
|
+
/** Optional JSON payload captured at the time the invite was claimed */
|
|
378
482
|
data?: Record<string, unknown> | null;
|
|
483
|
+
/** User ID of the original invitation sender */
|
|
379
484
|
senderId?: string | null;
|
|
485
|
+
/** User ID of the person who claimed and redeemed the invitation */
|
|
380
486
|
receiverId?: string | null;
|
|
381
487
|
createdAt?: string | null;
|
|
382
488
|
updatedAt?: string | null;
|
|
383
489
|
entityId?: string | null;
|
|
384
490
|
}
|
|
491
|
+
/** Records of individual permission grants and revocations for members via bitmask */
|
|
385
492
|
export interface OrgGrant {
|
|
386
493
|
id: string;
|
|
494
|
+
/** Bitmask of permissions being granted or revoked */
|
|
387
495
|
permissions?: string | null;
|
|
496
|
+
/** True to grant the permissions, false to revoke them */
|
|
388
497
|
isGrant?: boolean | null;
|
|
498
|
+
/** The member receiving or losing the permission grant */
|
|
389
499
|
actorId?: string | null;
|
|
500
|
+
/** The entity (org or group) this permission grant applies to */
|
|
390
501
|
entityId?: string | null;
|
|
391
502
|
grantorId?: string | null;
|
|
392
503
|
createdAt?: string | null;
|
|
393
504
|
updatedAt?: string | null;
|
|
394
505
|
}
|
|
506
|
+
/** Organizational chart edges defining parent-child reporting relationships between members within an entity */
|
|
507
|
+
export interface OrgChartEdge {
|
|
508
|
+
id: string;
|
|
509
|
+
createdAt?: string | null;
|
|
510
|
+
updatedAt?: string | null;
|
|
511
|
+
/** Organization this hierarchy edge belongs to */
|
|
512
|
+
entityId?: string | null;
|
|
513
|
+
/** User ID of the subordinate (employee) in this reporting relationship */
|
|
514
|
+
childId?: string | null;
|
|
515
|
+
/** User ID of the manager; NULL indicates a top-level position with no direct report */
|
|
516
|
+
parentId?: string | null;
|
|
517
|
+
/** Job title or role name for this position in the org chart */
|
|
518
|
+
positionTitle?: string | null;
|
|
519
|
+
/** Numeric seniority level for this position (higher = more senior) */
|
|
520
|
+
positionLevel?: number | null;
|
|
521
|
+
}
|
|
522
|
+
/** Default membership settings per entity, controlling initial approval and verification state for new members */
|
|
395
523
|
export interface OrgMembershipDefault {
|
|
396
524
|
id: string;
|
|
397
525
|
createdAt?: string | null;
|
|
398
526
|
updatedAt?: string | null;
|
|
399
527
|
createdBy?: string | null;
|
|
400
528
|
updatedBy?: string | null;
|
|
529
|
+
/** Whether new members are automatically approved upon joining */
|
|
401
530
|
isApproved?: boolean | null;
|
|
531
|
+
/** References the entity these membership defaults apply to */
|
|
402
532
|
entityId?: string | null;
|
|
533
|
+
/** When an org member is deleted, whether to cascade-remove their group memberships */
|
|
403
534
|
deleteMemberCascadeGroups?: boolean | null;
|
|
535
|
+
/** When a group is created, whether to auto-add existing org members as group members */
|
|
404
536
|
createGroupsCascadeMembers?: boolean | null;
|
|
405
537
|
}
|
|
406
|
-
/**
|
|
407
|
-
export interface AppLevel {
|
|
408
|
-
id: string;
|
|
409
|
-
name?: string | null;
|
|
410
|
-
description?: string | null;
|
|
411
|
-
image?: ConstructiveInternalTypeImage | null;
|
|
412
|
-
ownerId?: string | null;
|
|
413
|
-
createdAt?: string | null;
|
|
414
|
-
updatedAt?: string | null;
|
|
415
|
-
}
|
|
538
|
+
/** Invitation records sent to prospective members via email, with token-based redemption and expiration */
|
|
416
539
|
export interface Invite {
|
|
417
540
|
id: string;
|
|
541
|
+
/** Email address of the invited recipient */
|
|
418
542
|
email?: ConstructiveInternalTypeEmail | null;
|
|
543
|
+
/** User ID of the member who sent this invitation */
|
|
419
544
|
senderId?: string | null;
|
|
545
|
+
/** Unique random hex token used to redeem this invitation */
|
|
420
546
|
inviteToken?: string | null;
|
|
547
|
+
/** Whether this invitation is still valid and can be redeemed */
|
|
421
548
|
inviteValid?: boolean | null;
|
|
549
|
+
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
422
550
|
inviteLimit?: number | null;
|
|
551
|
+
/** Running count of how many times this invite has been claimed */
|
|
423
552
|
inviteCount?: number | null;
|
|
553
|
+
/** Whether this invite can be claimed by multiple recipients */
|
|
424
554
|
multiple?: boolean | null;
|
|
555
|
+
/** Optional JSON payload of additional invite metadata */
|
|
425
556
|
data?: Record<string, unknown> | null;
|
|
557
|
+
/** Timestamp after which this invitation can no longer be redeemed */
|
|
426
558
|
expiresAt?: string | null;
|
|
427
559
|
createdAt?: string | null;
|
|
428
560
|
updatedAt?: string | null;
|
|
429
561
|
}
|
|
562
|
+
/** Defines available levels that users can achieve by completing requirements */
|
|
563
|
+
export interface AppLevel {
|
|
564
|
+
id: string;
|
|
565
|
+
/** Unique name of the level */
|
|
566
|
+
name?: string | null;
|
|
567
|
+
/** Human-readable description of what this level represents */
|
|
568
|
+
description?: string | null;
|
|
569
|
+
/** Badge or icon image associated with this level */
|
|
570
|
+
image?: ConstructiveInternalTypeImage | null;
|
|
571
|
+
/** Optional owner (actor) who created or manages this level */
|
|
572
|
+
ownerId?: string | null;
|
|
573
|
+
createdAt?: string | null;
|
|
574
|
+
updatedAt?: string | null;
|
|
575
|
+
}
|
|
576
|
+
/** Tracks membership records linking actors to entities with permission bitmasks, ownership, and admin status */
|
|
430
577
|
export interface AppMembership {
|
|
431
578
|
id: string;
|
|
432
579
|
createdAt?: string | null;
|
|
433
580
|
updatedAt?: string | null;
|
|
434
581
|
createdBy?: string | null;
|
|
435
582
|
updatedBy?: string | null;
|
|
583
|
+
/** Whether this membership has been approved by an admin */
|
|
436
584
|
isApproved?: boolean | null;
|
|
585
|
+
/** Whether this member has been banned from the entity */
|
|
437
586
|
isBanned?: boolean | null;
|
|
587
|
+
/** Whether this membership is temporarily disabled */
|
|
438
588
|
isDisabled?: boolean | null;
|
|
589
|
+
/** Whether this member has been verified (e.g. email confirmation) */
|
|
439
590
|
isVerified?: boolean | null;
|
|
591
|
+
/** Computed field indicating the membership is approved, verified, not banned, and not disabled */
|
|
440
592
|
isActive?: boolean | null;
|
|
593
|
+
/** Whether the actor is the owner of this entity */
|
|
441
594
|
isOwner?: boolean | null;
|
|
595
|
+
/** Whether the actor has admin privileges on this entity */
|
|
442
596
|
isAdmin?: boolean | null;
|
|
597
|
+
/** Aggregated permission bitmask combining profile-based and directly granted permissions */
|
|
443
598
|
permissions?: string | null;
|
|
599
|
+
/** Bitmask of permissions directly granted to this member (not from profiles) */
|
|
444
600
|
granted?: string | null;
|
|
601
|
+
/** References the user who holds this membership */
|
|
445
602
|
actorId?: string | null;
|
|
603
|
+
profileId?: string | null;
|
|
446
604
|
}
|
|
605
|
+
/** Tracks membership records linking actors to entities with permission bitmasks, ownership, and admin status */
|
|
447
606
|
export interface OrgMembership {
|
|
448
607
|
id: string;
|
|
449
608
|
createdAt?: string | null;
|
|
450
609
|
updatedAt?: string | null;
|
|
451
610
|
createdBy?: string | null;
|
|
452
611
|
updatedBy?: string | null;
|
|
612
|
+
/** Whether this membership has been approved by an admin */
|
|
453
613
|
isApproved?: boolean | null;
|
|
614
|
+
/** Whether this member has been banned from the entity */
|
|
454
615
|
isBanned?: boolean | null;
|
|
616
|
+
/** Whether this membership is temporarily disabled */
|
|
455
617
|
isDisabled?: boolean | null;
|
|
618
|
+
/** Computed field indicating the membership is approved, verified, not banned, and not disabled */
|
|
456
619
|
isActive?: boolean | null;
|
|
620
|
+
/** Whether the actor is the owner of this entity */
|
|
457
621
|
isOwner?: boolean | null;
|
|
622
|
+
/** Whether the actor has admin privileges on this entity */
|
|
458
623
|
isAdmin?: boolean | null;
|
|
624
|
+
/** Aggregated permission bitmask combining profile-based and directly granted permissions */
|
|
459
625
|
permissions?: string | null;
|
|
626
|
+
/** Bitmask of permissions directly granted to this member (not from profiles) */
|
|
460
627
|
granted?: string | null;
|
|
628
|
+
/** References the user who holds this membership */
|
|
461
629
|
actorId?: string | null;
|
|
630
|
+
/** References the entity (org or group) this membership belongs to */
|
|
462
631
|
entityId?: string | null;
|
|
632
|
+
profileId?: string | null;
|
|
463
633
|
}
|
|
634
|
+
/** Invitation records sent to prospective members via email, with token-based redemption and expiration */
|
|
464
635
|
export interface OrgInvite {
|
|
465
636
|
id: string;
|
|
637
|
+
/** Email address of the invited recipient */
|
|
466
638
|
email?: ConstructiveInternalTypeEmail | null;
|
|
639
|
+
/** User ID of the member who sent this invitation */
|
|
467
640
|
senderId?: string | null;
|
|
641
|
+
/** User ID of the intended recipient, if targeting a specific user */
|
|
468
642
|
receiverId?: string | null;
|
|
643
|
+
/** Unique random hex token used to redeem this invitation */
|
|
469
644
|
inviteToken?: string | null;
|
|
645
|
+
/** Whether this invitation is still valid and can be redeemed */
|
|
470
646
|
inviteValid?: boolean | null;
|
|
647
|
+
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
471
648
|
inviteLimit?: number | null;
|
|
649
|
+
/** Running count of how many times this invite has been claimed */
|
|
472
650
|
inviteCount?: number | null;
|
|
651
|
+
/** Whether this invite can be claimed by multiple recipients */
|
|
473
652
|
multiple?: boolean | null;
|
|
653
|
+
/** Optional JSON payload of additional invite metadata */
|
|
474
654
|
data?: Record<string, unknown> | null;
|
|
655
|
+
/** Timestamp after which this invitation can no longer be redeemed */
|
|
475
656
|
expiresAt?: string | null;
|
|
476
657
|
createdAt?: string | null;
|
|
477
658
|
updatedAt?: string | null;
|
|
@@ -488,6 +669,10 @@ export interface PageInfo {
|
|
|
488
669
|
startCursor?: string | null;
|
|
489
670
|
endCursor?: string | null;
|
|
490
671
|
}
|
|
672
|
+
export interface OrgGetManagersRecordRelations {
|
|
673
|
+
}
|
|
674
|
+
export interface OrgGetSubordinatesRecordRelations {
|
|
675
|
+
}
|
|
491
676
|
export interface AppPermissionRelations {
|
|
492
677
|
}
|
|
493
678
|
export interface OrgPermissionRelations {
|
|
@@ -504,16 +689,18 @@ export interface AppAdminGrantRelations {
|
|
|
504
689
|
}
|
|
505
690
|
export interface AppOwnerGrantRelations {
|
|
506
691
|
}
|
|
507
|
-
export interface AppLimitDefaultRelations {
|
|
508
|
-
}
|
|
509
|
-
export interface OrgLimitDefaultRelations {
|
|
510
|
-
}
|
|
511
692
|
export interface OrgAdminGrantRelations {
|
|
512
693
|
}
|
|
513
694
|
export interface OrgOwnerGrantRelations {
|
|
514
695
|
}
|
|
696
|
+
export interface AppLimitDefaultRelations {
|
|
697
|
+
}
|
|
698
|
+
export interface OrgLimitDefaultRelations {
|
|
699
|
+
}
|
|
515
700
|
export interface MembershipTypeRelations {
|
|
516
701
|
}
|
|
702
|
+
export interface OrgChartEdgeGrantRelations {
|
|
703
|
+
}
|
|
517
704
|
export interface AppLimitRelations {
|
|
518
705
|
}
|
|
519
706
|
export interface AppAchievementRelations {
|
|
@@ -532,18 +719,22 @@ export interface OrgClaimedInviteRelations {
|
|
|
532
719
|
}
|
|
533
720
|
export interface OrgGrantRelations {
|
|
534
721
|
}
|
|
535
|
-
export interface
|
|
722
|
+
export interface OrgChartEdgeRelations {
|
|
536
723
|
}
|
|
537
|
-
export interface
|
|
724
|
+
export interface OrgMembershipDefaultRelations {
|
|
538
725
|
}
|
|
539
726
|
export interface InviteRelations {
|
|
540
727
|
}
|
|
728
|
+
export interface AppLevelRelations {
|
|
729
|
+
}
|
|
541
730
|
export interface AppMembershipRelations {
|
|
542
731
|
}
|
|
543
732
|
export interface OrgMembershipRelations {
|
|
544
733
|
}
|
|
545
734
|
export interface OrgInviteRelations {
|
|
546
735
|
}
|
|
736
|
+
export type OrgGetManagersRecordWithRelations = OrgGetManagersRecord & OrgGetManagersRecordRelations;
|
|
737
|
+
export type OrgGetSubordinatesRecordWithRelations = OrgGetSubordinatesRecord & OrgGetSubordinatesRecordRelations;
|
|
547
738
|
export type AppPermissionWithRelations = AppPermission & AppPermissionRelations;
|
|
548
739
|
export type OrgPermissionWithRelations = OrgPermission & OrgPermissionRelations;
|
|
549
740
|
export type AppLevelRequirementWithRelations = AppLevelRequirement & AppLevelRequirementRelations;
|
|
@@ -552,11 +743,12 @@ export type AppPermissionDefaultWithRelations = AppPermissionDefault & AppPermis
|
|
|
552
743
|
export type OrgPermissionDefaultWithRelations = OrgPermissionDefault & OrgPermissionDefaultRelations;
|
|
553
744
|
export type AppAdminGrantWithRelations = AppAdminGrant & AppAdminGrantRelations;
|
|
554
745
|
export type AppOwnerGrantWithRelations = AppOwnerGrant & AppOwnerGrantRelations;
|
|
555
|
-
export type AppLimitDefaultWithRelations = AppLimitDefault & AppLimitDefaultRelations;
|
|
556
|
-
export type OrgLimitDefaultWithRelations = OrgLimitDefault & OrgLimitDefaultRelations;
|
|
557
746
|
export type OrgAdminGrantWithRelations = OrgAdminGrant & OrgAdminGrantRelations;
|
|
558
747
|
export type OrgOwnerGrantWithRelations = OrgOwnerGrant & OrgOwnerGrantRelations;
|
|
748
|
+
export type AppLimitDefaultWithRelations = AppLimitDefault & AppLimitDefaultRelations;
|
|
749
|
+
export type OrgLimitDefaultWithRelations = OrgLimitDefault & OrgLimitDefaultRelations;
|
|
559
750
|
export type MembershipTypeWithRelations = MembershipType & MembershipTypeRelations;
|
|
751
|
+
export type OrgChartEdgeGrantWithRelations = OrgChartEdgeGrant & OrgChartEdgeGrantRelations;
|
|
560
752
|
export type AppLimitWithRelations = AppLimit & AppLimitRelations;
|
|
561
753
|
export type AppAchievementWithRelations = AppAchievement & AppAchievementRelations;
|
|
562
754
|
export type AppStepWithRelations = AppStep & AppStepRelations;
|
|
@@ -566,12 +758,21 @@ export type AppMembershipDefaultWithRelations = AppMembershipDefault & AppMember
|
|
|
566
758
|
export type OrgLimitWithRelations = OrgLimit & OrgLimitRelations;
|
|
567
759
|
export type OrgClaimedInviteWithRelations = OrgClaimedInvite & OrgClaimedInviteRelations;
|
|
568
760
|
export type OrgGrantWithRelations = OrgGrant & OrgGrantRelations;
|
|
761
|
+
export type OrgChartEdgeWithRelations = OrgChartEdge & OrgChartEdgeRelations;
|
|
569
762
|
export type OrgMembershipDefaultWithRelations = OrgMembershipDefault & OrgMembershipDefaultRelations;
|
|
570
|
-
export type AppLevelWithRelations = AppLevel & AppLevelRelations;
|
|
571
763
|
export type InviteWithRelations = Invite & InviteRelations;
|
|
764
|
+
export type AppLevelWithRelations = AppLevel & AppLevelRelations;
|
|
572
765
|
export type AppMembershipWithRelations = AppMembership & AppMembershipRelations;
|
|
573
766
|
export type OrgMembershipWithRelations = OrgMembership & OrgMembershipRelations;
|
|
574
767
|
export type OrgInviteWithRelations = OrgInvite & OrgInviteRelations;
|
|
768
|
+
export type OrgGetManagersRecordSelect = {
|
|
769
|
+
userId?: boolean;
|
|
770
|
+
depth?: boolean;
|
|
771
|
+
};
|
|
772
|
+
export type OrgGetSubordinatesRecordSelect = {
|
|
773
|
+
userId?: boolean;
|
|
774
|
+
depth?: boolean;
|
|
775
|
+
};
|
|
575
776
|
export type AppPermissionSelect = {
|
|
576
777
|
id?: boolean;
|
|
577
778
|
name?: boolean;
|
|
@@ -627,16 +828,6 @@ export type AppOwnerGrantSelect = {
|
|
|
627
828
|
createdAt?: boolean;
|
|
628
829
|
updatedAt?: boolean;
|
|
629
830
|
};
|
|
630
|
-
export type AppLimitDefaultSelect = {
|
|
631
|
-
id?: boolean;
|
|
632
|
-
name?: boolean;
|
|
633
|
-
max?: boolean;
|
|
634
|
-
};
|
|
635
|
-
export type OrgLimitDefaultSelect = {
|
|
636
|
-
id?: boolean;
|
|
637
|
-
name?: boolean;
|
|
638
|
-
max?: boolean;
|
|
639
|
-
};
|
|
640
831
|
export type OrgAdminGrantSelect = {
|
|
641
832
|
id?: boolean;
|
|
642
833
|
isGrant?: boolean;
|
|
@@ -655,12 +846,33 @@ export type OrgOwnerGrantSelect = {
|
|
|
655
846
|
createdAt?: boolean;
|
|
656
847
|
updatedAt?: boolean;
|
|
657
848
|
};
|
|
849
|
+
export type AppLimitDefaultSelect = {
|
|
850
|
+
id?: boolean;
|
|
851
|
+
name?: boolean;
|
|
852
|
+
max?: boolean;
|
|
853
|
+
};
|
|
854
|
+
export type OrgLimitDefaultSelect = {
|
|
855
|
+
id?: boolean;
|
|
856
|
+
name?: boolean;
|
|
857
|
+
max?: boolean;
|
|
858
|
+
};
|
|
658
859
|
export type MembershipTypeSelect = {
|
|
659
860
|
id?: boolean;
|
|
660
861
|
name?: boolean;
|
|
661
862
|
description?: boolean;
|
|
662
863
|
prefix?: boolean;
|
|
663
864
|
};
|
|
865
|
+
export type OrgChartEdgeGrantSelect = {
|
|
866
|
+
id?: boolean;
|
|
867
|
+
entityId?: boolean;
|
|
868
|
+
childId?: boolean;
|
|
869
|
+
parentId?: boolean;
|
|
870
|
+
grantorId?: boolean;
|
|
871
|
+
isGrant?: boolean;
|
|
872
|
+
positionTitle?: boolean;
|
|
873
|
+
positionLevel?: boolean;
|
|
874
|
+
createdAt?: boolean;
|
|
875
|
+
};
|
|
664
876
|
export type AppLimitSelect = {
|
|
665
877
|
id?: boolean;
|
|
666
878
|
name?: boolean;
|
|
@@ -737,6 +949,16 @@ export type OrgGrantSelect = {
|
|
|
737
949
|
createdAt?: boolean;
|
|
738
950
|
updatedAt?: boolean;
|
|
739
951
|
};
|
|
952
|
+
export type OrgChartEdgeSelect = {
|
|
953
|
+
id?: boolean;
|
|
954
|
+
createdAt?: boolean;
|
|
955
|
+
updatedAt?: boolean;
|
|
956
|
+
entityId?: boolean;
|
|
957
|
+
childId?: boolean;
|
|
958
|
+
parentId?: boolean;
|
|
959
|
+
positionTitle?: boolean;
|
|
960
|
+
positionLevel?: boolean;
|
|
961
|
+
};
|
|
740
962
|
export type OrgMembershipDefaultSelect = {
|
|
741
963
|
id?: boolean;
|
|
742
964
|
createdAt?: boolean;
|
|
@@ -748,15 +970,6 @@ export type OrgMembershipDefaultSelect = {
|
|
|
748
970
|
deleteMemberCascadeGroups?: boolean;
|
|
749
971
|
createGroupsCascadeMembers?: boolean;
|
|
750
972
|
};
|
|
751
|
-
export type AppLevelSelect = {
|
|
752
|
-
id?: boolean;
|
|
753
|
-
name?: boolean;
|
|
754
|
-
description?: boolean;
|
|
755
|
-
image?: boolean;
|
|
756
|
-
ownerId?: boolean;
|
|
757
|
-
createdAt?: boolean;
|
|
758
|
-
updatedAt?: boolean;
|
|
759
|
-
};
|
|
760
973
|
export type InviteSelect = {
|
|
761
974
|
id?: boolean;
|
|
762
975
|
email?: boolean;
|
|
@@ -771,6 +984,15 @@ export type InviteSelect = {
|
|
|
771
984
|
createdAt?: boolean;
|
|
772
985
|
updatedAt?: boolean;
|
|
773
986
|
};
|
|
987
|
+
export type AppLevelSelect = {
|
|
988
|
+
id?: boolean;
|
|
989
|
+
name?: boolean;
|
|
990
|
+
description?: boolean;
|
|
991
|
+
image?: boolean;
|
|
992
|
+
ownerId?: boolean;
|
|
993
|
+
createdAt?: boolean;
|
|
994
|
+
updatedAt?: boolean;
|
|
995
|
+
};
|
|
774
996
|
export type AppMembershipSelect = {
|
|
775
997
|
id?: boolean;
|
|
776
998
|
createdAt?: boolean;
|
|
@@ -787,6 +1009,7 @@ export type AppMembershipSelect = {
|
|
|
787
1009
|
permissions?: boolean;
|
|
788
1010
|
granted?: boolean;
|
|
789
1011
|
actorId?: boolean;
|
|
1012
|
+
profileId?: boolean;
|
|
790
1013
|
};
|
|
791
1014
|
export type OrgMembershipSelect = {
|
|
792
1015
|
id?: boolean;
|
|
@@ -804,6 +1027,7 @@ export type OrgMembershipSelect = {
|
|
|
804
1027
|
granted?: boolean;
|
|
805
1028
|
actorId?: boolean;
|
|
806
1029
|
entityId?: boolean;
|
|
1030
|
+
profileId?: boolean;
|
|
807
1031
|
};
|
|
808
1032
|
export type OrgInviteSelect = {
|
|
809
1033
|
id?: boolean;
|
|
@@ -821,6 +1045,20 @@ export type OrgInviteSelect = {
|
|
|
821
1045
|
updatedAt?: boolean;
|
|
822
1046
|
entityId?: boolean;
|
|
823
1047
|
};
|
|
1048
|
+
export interface OrgGetManagersRecordFilter {
|
|
1049
|
+
userId?: UUIDFilter;
|
|
1050
|
+
depth?: IntFilter;
|
|
1051
|
+
and?: OrgGetManagersRecordFilter[];
|
|
1052
|
+
or?: OrgGetManagersRecordFilter[];
|
|
1053
|
+
not?: OrgGetManagersRecordFilter;
|
|
1054
|
+
}
|
|
1055
|
+
export interface OrgGetSubordinatesRecordFilter {
|
|
1056
|
+
userId?: UUIDFilter;
|
|
1057
|
+
depth?: IntFilter;
|
|
1058
|
+
and?: OrgGetSubordinatesRecordFilter[];
|
|
1059
|
+
or?: OrgGetSubordinatesRecordFilter[];
|
|
1060
|
+
not?: OrgGetSubordinatesRecordFilter;
|
|
1061
|
+
}
|
|
824
1062
|
export interface AppPermissionFilter {
|
|
825
1063
|
id?: UUIDFilter;
|
|
826
1064
|
name?: StringFilter;
|
|
@@ -900,22 +1138,6 @@ export interface AppOwnerGrantFilter {
|
|
|
900
1138
|
or?: AppOwnerGrantFilter[];
|
|
901
1139
|
not?: AppOwnerGrantFilter;
|
|
902
1140
|
}
|
|
903
|
-
export interface AppLimitDefaultFilter {
|
|
904
|
-
id?: UUIDFilter;
|
|
905
|
-
name?: StringFilter;
|
|
906
|
-
max?: IntFilter;
|
|
907
|
-
and?: AppLimitDefaultFilter[];
|
|
908
|
-
or?: AppLimitDefaultFilter[];
|
|
909
|
-
not?: AppLimitDefaultFilter;
|
|
910
|
-
}
|
|
911
|
-
export interface OrgLimitDefaultFilter {
|
|
912
|
-
id?: UUIDFilter;
|
|
913
|
-
name?: StringFilter;
|
|
914
|
-
max?: IntFilter;
|
|
915
|
-
and?: OrgLimitDefaultFilter[];
|
|
916
|
-
or?: OrgLimitDefaultFilter[];
|
|
917
|
-
not?: OrgLimitDefaultFilter;
|
|
918
|
-
}
|
|
919
1141
|
export interface OrgAdminGrantFilter {
|
|
920
1142
|
id?: UUIDFilter;
|
|
921
1143
|
isGrant?: BooleanFilter;
|
|
@@ -940,6 +1162,22 @@ export interface OrgOwnerGrantFilter {
|
|
|
940
1162
|
or?: OrgOwnerGrantFilter[];
|
|
941
1163
|
not?: OrgOwnerGrantFilter;
|
|
942
1164
|
}
|
|
1165
|
+
export interface AppLimitDefaultFilter {
|
|
1166
|
+
id?: UUIDFilter;
|
|
1167
|
+
name?: StringFilter;
|
|
1168
|
+
max?: IntFilter;
|
|
1169
|
+
and?: AppLimitDefaultFilter[];
|
|
1170
|
+
or?: AppLimitDefaultFilter[];
|
|
1171
|
+
not?: AppLimitDefaultFilter;
|
|
1172
|
+
}
|
|
1173
|
+
export interface OrgLimitDefaultFilter {
|
|
1174
|
+
id?: UUIDFilter;
|
|
1175
|
+
name?: StringFilter;
|
|
1176
|
+
max?: IntFilter;
|
|
1177
|
+
and?: OrgLimitDefaultFilter[];
|
|
1178
|
+
or?: OrgLimitDefaultFilter[];
|
|
1179
|
+
not?: OrgLimitDefaultFilter;
|
|
1180
|
+
}
|
|
943
1181
|
export interface MembershipTypeFilter {
|
|
944
1182
|
id?: IntFilter;
|
|
945
1183
|
name?: StringFilter;
|
|
@@ -949,6 +1187,20 @@ export interface MembershipTypeFilter {
|
|
|
949
1187
|
or?: MembershipTypeFilter[];
|
|
950
1188
|
not?: MembershipTypeFilter;
|
|
951
1189
|
}
|
|
1190
|
+
export interface OrgChartEdgeGrantFilter {
|
|
1191
|
+
id?: UUIDFilter;
|
|
1192
|
+
entityId?: UUIDFilter;
|
|
1193
|
+
childId?: UUIDFilter;
|
|
1194
|
+
parentId?: UUIDFilter;
|
|
1195
|
+
grantorId?: UUIDFilter;
|
|
1196
|
+
isGrant?: BooleanFilter;
|
|
1197
|
+
positionTitle?: StringFilter;
|
|
1198
|
+
positionLevel?: IntFilter;
|
|
1199
|
+
createdAt?: DatetimeFilter;
|
|
1200
|
+
and?: OrgChartEdgeGrantFilter[];
|
|
1201
|
+
or?: OrgChartEdgeGrantFilter[];
|
|
1202
|
+
not?: OrgChartEdgeGrantFilter;
|
|
1203
|
+
}
|
|
952
1204
|
export interface AppLimitFilter {
|
|
953
1205
|
id?: UUIDFilter;
|
|
954
1206
|
name?: StringFilter;
|
|
@@ -1052,6 +1304,19 @@ export interface OrgGrantFilter {
|
|
|
1052
1304
|
or?: OrgGrantFilter[];
|
|
1053
1305
|
not?: OrgGrantFilter;
|
|
1054
1306
|
}
|
|
1307
|
+
export interface OrgChartEdgeFilter {
|
|
1308
|
+
id?: UUIDFilter;
|
|
1309
|
+
createdAt?: DatetimeFilter;
|
|
1310
|
+
updatedAt?: DatetimeFilter;
|
|
1311
|
+
entityId?: UUIDFilter;
|
|
1312
|
+
childId?: UUIDFilter;
|
|
1313
|
+
parentId?: UUIDFilter;
|
|
1314
|
+
positionTitle?: StringFilter;
|
|
1315
|
+
positionLevel?: IntFilter;
|
|
1316
|
+
and?: OrgChartEdgeFilter[];
|
|
1317
|
+
or?: OrgChartEdgeFilter[];
|
|
1318
|
+
not?: OrgChartEdgeFilter;
|
|
1319
|
+
}
|
|
1055
1320
|
export interface OrgMembershipDefaultFilter {
|
|
1056
1321
|
id?: UUIDFilter;
|
|
1057
1322
|
createdAt?: DatetimeFilter;
|
|
@@ -1066,18 +1331,6 @@ export interface OrgMembershipDefaultFilter {
|
|
|
1066
1331
|
or?: OrgMembershipDefaultFilter[];
|
|
1067
1332
|
not?: OrgMembershipDefaultFilter;
|
|
1068
1333
|
}
|
|
1069
|
-
export interface AppLevelFilter {
|
|
1070
|
-
id?: UUIDFilter;
|
|
1071
|
-
name?: StringFilter;
|
|
1072
|
-
description?: StringFilter;
|
|
1073
|
-
image?: StringFilter;
|
|
1074
|
-
ownerId?: UUIDFilter;
|
|
1075
|
-
createdAt?: DatetimeFilter;
|
|
1076
|
-
updatedAt?: DatetimeFilter;
|
|
1077
|
-
and?: AppLevelFilter[];
|
|
1078
|
-
or?: AppLevelFilter[];
|
|
1079
|
-
not?: AppLevelFilter;
|
|
1080
|
-
}
|
|
1081
1334
|
export interface InviteFilter {
|
|
1082
1335
|
id?: UUIDFilter;
|
|
1083
1336
|
email?: StringFilter;
|
|
@@ -1095,6 +1348,18 @@ export interface InviteFilter {
|
|
|
1095
1348
|
or?: InviteFilter[];
|
|
1096
1349
|
not?: InviteFilter;
|
|
1097
1350
|
}
|
|
1351
|
+
export interface AppLevelFilter {
|
|
1352
|
+
id?: UUIDFilter;
|
|
1353
|
+
name?: StringFilter;
|
|
1354
|
+
description?: StringFilter;
|
|
1355
|
+
image?: StringFilter;
|
|
1356
|
+
ownerId?: UUIDFilter;
|
|
1357
|
+
createdAt?: DatetimeFilter;
|
|
1358
|
+
updatedAt?: DatetimeFilter;
|
|
1359
|
+
and?: AppLevelFilter[];
|
|
1360
|
+
or?: AppLevelFilter[];
|
|
1361
|
+
not?: AppLevelFilter;
|
|
1362
|
+
}
|
|
1098
1363
|
export interface AppMembershipFilter {
|
|
1099
1364
|
id?: UUIDFilter;
|
|
1100
1365
|
createdAt?: DatetimeFilter;
|
|
@@ -1111,6 +1376,7 @@ export interface AppMembershipFilter {
|
|
|
1111
1376
|
permissions?: BitStringFilter;
|
|
1112
1377
|
granted?: BitStringFilter;
|
|
1113
1378
|
actorId?: UUIDFilter;
|
|
1379
|
+
profileId?: UUIDFilter;
|
|
1114
1380
|
and?: AppMembershipFilter[];
|
|
1115
1381
|
or?: AppMembershipFilter[];
|
|
1116
1382
|
not?: AppMembershipFilter;
|
|
@@ -1131,6 +1397,7 @@ export interface OrgMembershipFilter {
|
|
|
1131
1397
|
granted?: BitStringFilter;
|
|
1132
1398
|
actorId?: UUIDFilter;
|
|
1133
1399
|
entityId?: UUIDFilter;
|
|
1400
|
+
profileId?: UUIDFilter;
|
|
1134
1401
|
and?: OrgMembershipFilter[];
|
|
1135
1402
|
or?: OrgMembershipFilter[];
|
|
1136
1403
|
not?: OrgMembershipFilter;
|
|
@@ -1154,6 +1421,14 @@ export interface OrgInviteFilter {
|
|
|
1154
1421
|
or?: OrgInviteFilter[];
|
|
1155
1422
|
not?: OrgInviteFilter;
|
|
1156
1423
|
}
|
|
1424
|
+
export interface OrgGetManagersRecordCondition {
|
|
1425
|
+
userId?: string | null;
|
|
1426
|
+
depth?: number | null;
|
|
1427
|
+
}
|
|
1428
|
+
export interface OrgGetSubordinatesRecordCondition {
|
|
1429
|
+
userId?: string | null;
|
|
1430
|
+
depth?: number | null;
|
|
1431
|
+
}
|
|
1157
1432
|
export interface AppPermissionCondition {
|
|
1158
1433
|
id?: string | null;
|
|
1159
1434
|
name?: string | null;
|
|
@@ -1209,16 +1484,6 @@ export interface AppOwnerGrantCondition {
|
|
|
1209
1484
|
createdAt?: string | null;
|
|
1210
1485
|
updatedAt?: string | null;
|
|
1211
1486
|
}
|
|
1212
|
-
export interface AppLimitDefaultCondition {
|
|
1213
|
-
id?: string | null;
|
|
1214
|
-
name?: string | null;
|
|
1215
|
-
max?: number | null;
|
|
1216
|
-
}
|
|
1217
|
-
export interface OrgLimitDefaultCondition {
|
|
1218
|
-
id?: string | null;
|
|
1219
|
-
name?: string | null;
|
|
1220
|
-
max?: number | null;
|
|
1221
|
-
}
|
|
1222
1487
|
export interface OrgAdminGrantCondition {
|
|
1223
1488
|
id?: string | null;
|
|
1224
1489
|
isGrant?: boolean | null;
|
|
@@ -1237,12 +1502,33 @@ export interface OrgOwnerGrantCondition {
|
|
|
1237
1502
|
createdAt?: string | null;
|
|
1238
1503
|
updatedAt?: string | null;
|
|
1239
1504
|
}
|
|
1505
|
+
export interface AppLimitDefaultCondition {
|
|
1506
|
+
id?: string | null;
|
|
1507
|
+
name?: string | null;
|
|
1508
|
+
max?: number | null;
|
|
1509
|
+
}
|
|
1510
|
+
export interface OrgLimitDefaultCondition {
|
|
1511
|
+
id?: string | null;
|
|
1512
|
+
name?: string | null;
|
|
1513
|
+
max?: number | null;
|
|
1514
|
+
}
|
|
1240
1515
|
export interface MembershipTypeCondition {
|
|
1241
1516
|
id?: number | null;
|
|
1242
1517
|
name?: string | null;
|
|
1243
1518
|
description?: string | null;
|
|
1244
1519
|
prefix?: string | null;
|
|
1245
1520
|
}
|
|
1521
|
+
export interface OrgChartEdgeGrantCondition {
|
|
1522
|
+
id?: string | null;
|
|
1523
|
+
entityId?: string | null;
|
|
1524
|
+
childId?: string | null;
|
|
1525
|
+
parentId?: string | null;
|
|
1526
|
+
grantorId?: string | null;
|
|
1527
|
+
isGrant?: boolean | null;
|
|
1528
|
+
positionTitle?: string | null;
|
|
1529
|
+
positionLevel?: number | null;
|
|
1530
|
+
createdAt?: string | null;
|
|
1531
|
+
}
|
|
1246
1532
|
export interface AppLimitCondition {
|
|
1247
1533
|
id?: string | null;
|
|
1248
1534
|
name?: string | null;
|
|
@@ -1319,6 +1605,16 @@ export interface OrgGrantCondition {
|
|
|
1319
1605
|
createdAt?: string | null;
|
|
1320
1606
|
updatedAt?: string | null;
|
|
1321
1607
|
}
|
|
1608
|
+
export interface OrgChartEdgeCondition {
|
|
1609
|
+
id?: string | null;
|
|
1610
|
+
createdAt?: string | null;
|
|
1611
|
+
updatedAt?: string | null;
|
|
1612
|
+
entityId?: string | null;
|
|
1613
|
+
childId?: string | null;
|
|
1614
|
+
parentId?: string | null;
|
|
1615
|
+
positionTitle?: string | null;
|
|
1616
|
+
positionLevel?: number | null;
|
|
1617
|
+
}
|
|
1322
1618
|
export interface OrgMembershipDefaultCondition {
|
|
1323
1619
|
id?: string | null;
|
|
1324
1620
|
createdAt?: string | null;
|
|
@@ -1330,15 +1626,6 @@ export interface OrgMembershipDefaultCondition {
|
|
|
1330
1626
|
deleteMemberCascadeGroups?: boolean | null;
|
|
1331
1627
|
createGroupsCascadeMembers?: boolean | null;
|
|
1332
1628
|
}
|
|
1333
|
-
export interface AppLevelCondition {
|
|
1334
|
-
id?: string | null;
|
|
1335
|
-
name?: string | null;
|
|
1336
|
-
description?: string | null;
|
|
1337
|
-
image?: unknown | null;
|
|
1338
|
-
ownerId?: string | null;
|
|
1339
|
-
createdAt?: string | null;
|
|
1340
|
-
updatedAt?: string | null;
|
|
1341
|
-
}
|
|
1342
1629
|
export interface InviteCondition {
|
|
1343
1630
|
id?: string | null;
|
|
1344
1631
|
email?: unknown | null;
|
|
@@ -1353,6 +1640,15 @@ export interface InviteCondition {
|
|
|
1353
1640
|
createdAt?: string | null;
|
|
1354
1641
|
updatedAt?: string | null;
|
|
1355
1642
|
}
|
|
1643
|
+
export interface AppLevelCondition {
|
|
1644
|
+
id?: string | null;
|
|
1645
|
+
name?: string | null;
|
|
1646
|
+
description?: string | null;
|
|
1647
|
+
image?: unknown | null;
|
|
1648
|
+
ownerId?: string | null;
|
|
1649
|
+
createdAt?: string | null;
|
|
1650
|
+
updatedAt?: string | null;
|
|
1651
|
+
}
|
|
1356
1652
|
export interface AppMembershipCondition {
|
|
1357
1653
|
id?: string | null;
|
|
1358
1654
|
createdAt?: string | null;
|
|
@@ -1369,6 +1665,7 @@ export interface AppMembershipCondition {
|
|
|
1369
1665
|
permissions?: string | null;
|
|
1370
1666
|
granted?: string | null;
|
|
1371
1667
|
actorId?: string | null;
|
|
1668
|
+
profileId?: string | null;
|
|
1372
1669
|
}
|
|
1373
1670
|
export interface OrgMembershipCondition {
|
|
1374
1671
|
id?: string | null;
|
|
@@ -1386,6 +1683,7 @@ export interface OrgMembershipCondition {
|
|
|
1386
1683
|
granted?: string | null;
|
|
1387
1684
|
actorId?: string | null;
|
|
1388
1685
|
entityId?: string | null;
|
|
1686
|
+
profileId?: string | null;
|
|
1389
1687
|
}
|
|
1390
1688
|
export interface OrgInviteCondition {
|
|
1391
1689
|
id?: string | null;
|
|
@@ -1403,6 +1701,8 @@ export interface OrgInviteCondition {
|
|
|
1403
1701
|
updatedAt?: string | null;
|
|
1404
1702
|
entityId?: string | null;
|
|
1405
1703
|
}
|
|
1704
|
+
export type OrgGetManagersRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'USER_ID_ASC' | 'USER_ID_DESC' | 'DEPTH_ASC' | 'DEPTH_DESC';
|
|
1705
|
+
export type OrgGetSubordinatesRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'USER_ID_ASC' | 'USER_ID_DESC' | 'DEPTH_ASC' | 'DEPTH_DESC';
|
|
1406
1706
|
export type AppPermissionOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC';
|
|
1407
1707
|
export type OrgPermissionOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC';
|
|
1408
1708
|
export type AppLevelRequirementOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LEVEL_ASC' | 'LEVEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'REQUIRED_COUNT_ASC' | 'REQUIRED_COUNT_DESC' | 'PRIORITY_ASC' | 'PRIORITY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
@@ -1411,11 +1711,12 @@ export type AppPermissionDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC'
|
|
|
1411
1711
|
export type OrgPermissionDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
1412
1712
|
export type AppAdminGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
1413
1713
|
export type AppOwnerGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
1414
|
-
export type AppLimitDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC';
|
|
1415
|
-
export type OrgLimitDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC';
|
|
1416
1714
|
export type OrgAdminGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
1417
1715
|
export type OrgOwnerGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
1716
|
+
export type AppLimitDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC';
|
|
1717
|
+
export type OrgLimitDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC';
|
|
1418
1718
|
export type MembershipTypeOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC';
|
|
1719
|
+
export type OrgChartEdgeGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'POSITION_TITLE_ASC' | 'POSITION_TITLE_DESC' | 'POSITION_LEVEL_ASC' | 'POSITION_LEVEL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
|
|
1419
1720
|
export type AppLimitOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NUM_ASC' | 'NUM_DESC' | 'MAX_ASC' | 'MAX_DESC';
|
|
1420
1721
|
export type AppAchievementOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'COUNT_ASC' | 'COUNT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
1421
1722
|
export type AppStepOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'COUNT_ASC' | 'COUNT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
@@ -1425,22 +1726,63 @@ export type AppMembershipDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC'
|
|
|
1425
1726
|
export type OrgLimitOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NUM_ASC' | 'NUM_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
1426
1727
|
export type OrgClaimedInviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
1427
1728
|
export type OrgGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
1729
|
+
export type OrgChartEdgeOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'POSITION_TITLE_ASC' | 'POSITION_TITLE_DESC' | 'POSITION_LEVEL_ASC' | 'POSITION_LEVEL_DESC';
|
|
1428
1730
|
export type OrgMembershipDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'DELETE_MEMBER_CASCADE_GROUPS_ASC' | 'DELETE_MEMBER_CASCADE_GROUPS_DESC' | 'CREATE_GROUPS_CASCADE_MEMBERS_ASC' | 'CREATE_GROUPS_CASCADE_MEMBERS_DESC';
|
|
1429
|
-
export type AppLevelOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IMAGE_ASC' | 'IMAGE_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
1430
1731
|
export type InviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
1431
|
-
export type
|
|
1432
|
-
export type
|
|
1732
|
+
export type AppLevelOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IMAGE_ASC' | 'IMAGE_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
1733
|
+
export type AppMembershipOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
|
|
1734
|
+
export type OrgMembershipOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
|
|
1433
1735
|
export type OrgInviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
1434
|
-
export interface
|
|
1736
|
+
export interface CreateOrgGetManagersRecordInput {
|
|
1435
1737
|
clientMutationId?: string;
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
bitstr?: string;
|
|
1440
|
-
description?: string;
|
|
1738
|
+
orgGetManagersRecord: {
|
|
1739
|
+
userId: string;
|
|
1740
|
+
depth?: number;
|
|
1441
1741
|
};
|
|
1442
1742
|
}
|
|
1443
|
-
export interface
|
|
1743
|
+
export interface OrgGetManagersRecordPatch {
|
|
1744
|
+
userId?: string | null;
|
|
1745
|
+
depth?: number | null;
|
|
1746
|
+
}
|
|
1747
|
+
export interface UpdateOrgGetManagersRecordInput {
|
|
1748
|
+
clientMutationId?: string;
|
|
1749
|
+
id: string;
|
|
1750
|
+
orgGetManagersRecordPatch: OrgGetManagersRecordPatch;
|
|
1751
|
+
}
|
|
1752
|
+
export interface DeleteOrgGetManagersRecordInput {
|
|
1753
|
+
clientMutationId?: string;
|
|
1754
|
+
id: string;
|
|
1755
|
+
}
|
|
1756
|
+
export interface CreateOrgGetSubordinatesRecordInput {
|
|
1757
|
+
clientMutationId?: string;
|
|
1758
|
+
orgGetSubordinatesRecord: {
|
|
1759
|
+
userId: string;
|
|
1760
|
+
depth?: number;
|
|
1761
|
+
};
|
|
1762
|
+
}
|
|
1763
|
+
export interface OrgGetSubordinatesRecordPatch {
|
|
1764
|
+
userId?: string | null;
|
|
1765
|
+
depth?: number | null;
|
|
1766
|
+
}
|
|
1767
|
+
export interface UpdateOrgGetSubordinatesRecordInput {
|
|
1768
|
+
clientMutationId?: string;
|
|
1769
|
+
id: string;
|
|
1770
|
+
orgGetSubordinatesRecordPatch: OrgGetSubordinatesRecordPatch;
|
|
1771
|
+
}
|
|
1772
|
+
export interface DeleteOrgGetSubordinatesRecordInput {
|
|
1773
|
+
clientMutationId?: string;
|
|
1774
|
+
id: string;
|
|
1775
|
+
}
|
|
1776
|
+
export interface CreateAppPermissionInput {
|
|
1777
|
+
clientMutationId?: string;
|
|
1778
|
+
appPermission: {
|
|
1779
|
+
name?: string;
|
|
1780
|
+
bitnum?: number;
|
|
1781
|
+
bitstr?: string;
|
|
1782
|
+
description?: string;
|
|
1783
|
+
};
|
|
1784
|
+
}
|
|
1785
|
+
export interface AppPermissionPatch {
|
|
1444
1786
|
name?: string | null;
|
|
1445
1787
|
bitnum?: number | null;
|
|
1446
1788
|
bitstr?: string | null;
|
|
@@ -1609,46 +1951,6 @@ export interface DeleteAppOwnerGrantInput {
|
|
|
1609
1951
|
clientMutationId?: string;
|
|
1610
1952
|
id: string;
|
|
1611
1953
|
}
|
|
1612
|
-
export interface CreateAppLimitDefaultInput {
|
|
1613
|
-
clientMutationId?: string;
|
|
1614
|
-
appLimitDefault: {
|
|
1615
|
-
name: string;
|
|
1616
|
-
max?: number;
|
|
1617
|
-
};
|
|
1618
|
-
}
|
|
1619
|
-
export interface AppLimitDefaultPatch {
|
|
1620
|
-
name?: string | null;
|
|
1621
|
-
max?: number | null;
|
|
1622
|
-
}
|
|
1623
|
-
export interface UpdateAppLimitDefaultInput {
|
|
1624
|
-
clientMutationId?: string;
|
|
1625
|
-
id: string;
|
|
1626
|
-
appLimitDefaultPatch: AppLimitDefaultPatch;
|
|
1627
|
-
}
|
|
1628
|
-
export interface DeleteAppLimitDefaultInput {
|
|
1629
|
-
clientMutationId?: string;
|
|
1630
|
-
id: string;
|
|
1631
|
-
}
|
|
1632
|
-
export interface CreateOrgLimitDefaultInput {
|
|
1633
|
-
clientMutationId?: string;
|
|
1634
|
-
orgLimitDefault: {
|
|
1635
|
-
name: string;
|
|
1636
|
-
max?: number;
|
|
1637
|
-
};
|
|
1638
|
-
}
|
|
1639
|
-
export interface OrgLimitDefaultPatch {
|
|
1640
|
-
name?: string | null;
|
|
1641
|
-
max?: number | null;
|
|
1642
|
-
}
|
|
1643
|
-
export interface UpdateOrgLimitDefaultInput {
|
|
1644
|
-
clientMutationId?: string;
|
|
1645
|
-
id: string;
|
|
1646
|
-
orgLimitDefaultPatch: OrgLimitDefaultPatch;
|
|
1647
|
-
}
|
|
1648
|
-
export interface DeleteOrgLimitDefaultInput {
|
|
1649
|
-
clientMutationId?: string;
|
|
1650
|
-
id: string;
|
|
1651
|
-
}
|
|
1652
1954
|
export interface CreateOrgAdminGrantInput {
|
|
1653
1955
|
clientMutationId?: string;
|
|
1654
1956
|
orgAdminGrant: {
|
|
@@ -1697,6 +1999,46 @@ export interface DeleteOrgOwnerGrantInput {
|
|
|
1697
1999
|
clientMutationId?: string;
|
|
1698
2000
|
id: string;
|
|
1699
2001
|
}
|
|
2002
|
+
export interface CreateAppLimitDefaultInput {
|
|
2003
|
+
clientMutationId?: string;
|
|
2004
|
+
appLimitDefault: {
|
|
2005
|
+
name: string;
|
|
2006
|
+
max?: number;
|
|
2007
|
+
};
|
|
2008
|
+
}
|
|
2009
|
+
export interface AppLimitDefaultPatch {
|
|
2010
|
+
name?: string | null;
|
|
2011
|
+
max?: number | null;
|
|
2012
|
+
}
|
|
2013
|
+
export interface UpdateAppLimitDefaultInput {
|
|
2014
|
+
clientMutationId?: string;
|
|
2015
|
+
id: string;
|
|
2016
|
+
appLimitDefaultPatch: AppLimitDefaultPatch;
|
|
2017
|
+
}
|
|
2018
|
+
export interface DeleteAppLimitDefaultInput {
|
|
2019
|
+
clientMutationId?: string;
|
|
2020
|
+
id: string;
|
|
2021
|
+
}
|
|
2022
|
+
export interface CreateOrgLimitDefaultInput {
|
|
2023
|
+
clientMutationId?: string;
|
|
2024
|
+
orgLimitDefault: {
|
|
2025
|
+
name: string;
|
|
2026
|
+
max?: number;
|
|
2027
|
+
};
|
|
2028
|
+
}
|
|
2029
|
+
export interface OrgLimitDefaultPatch {
|
|
2030
|
+
name?: string | null;
|
|
2031
|
+
max?: number | null;
|
|
2032
|
+
}
|
|
2033
|
+
export interface UpdateOrgLimitDefaultInput {
|
|
2034
|
+
clientMutationId?: string;
|
|
2035
|
+
id: string;
|
|
2036
|
+
orgLimitDefaultPatch: OrgLimitDefaultPatch;
|
|
2037
|
+
}
|
|
2038
|
+
export interface DeleteOrgLimitDefaultInput {
|
|
2039
|
+
clientMutationId?: string;
|
|
2040
|
+
id: string;
|
|
2041
|
+
}
|
|
1700
2042
|
export interface CreateMembershipTypeInput {
|
|
1701
2043
|
clientMutationId?: string;
|
|
1702
2044
|
membershipType: {
|
|
@@ -1719,6 +2061,36 @@ export interface DeleteMembershipTypeInput {
|
|
|
1719
2061
|
clientMutationId?: string;
|
|
1720
2062
|
id: number;
|
|
1721
2063
|
}
|
|
2064
|
+
export interface CreateOrgChartEdgeGrantInput {
|
|
2065
|
+
clientMutationId?: string;
|
|
2066
|
+
orgChartEdgeGrant: {
|
|
2067
|
+
entityId: string;
|
|
2068
|
+
childId: string;
|
|
2069
|
+
parentId?: string;
|
|
2070
|
+
grantorId: string;
|
|
2071
|
+
isGrant?: boolean;
|
|
2072
|
+
positionTitle?: string;
|
|
2073
|
+
positionLevel?: number;
|
|
2074
|
+
};
|
|
2075
|
+
}
|
|
2076
|
+
export interface OrgChartEdgeGrantPatch {
|
|
2077
|
+
entityId?: string | null;
|
|
2078
|
+
childId?: string | null;
|
|
2079
|
+
parentId?: string | null;
|
|
2080
|
+
grantorId?: string | null;
|
|
2081
|
+
isGrant?: boolean | null;
|
|
2082
|
+
positionTitle?: string | null;
|
|
2083
|
+
positionLevel?: number | null;
|
|
2084
|
+
}
|
|
2085
|
+
export interface UpdateOrgChartEdgeGrantInput {
|
|
2086
|
+
clientMutationId?: string;
|
|
2087
|
+
id: string;
|
|
2088
|
+
orgChartEdgeGrantPatch: OrgChartEdgeGrantPatch;
|
|
2089
|
+
}
|
|
2090
|
+
export interface DeleteOrgChartEdgeGrantInput {
|
|
2091
|
+
clientMutationId?: string;
|
|
2092
|
+
id: string;
|
|
2093
|
+
}
|
|
1722
2094
|
export interface CreateAppLimitInput {
|
|
1723
2095
|
clientMutationId?: string;
|
|
1724
2096
|
appLimit: {
|
|
@@ -1933,6 +2305,32 @@ export interface DeleteOrgGrantInput {
|
|
|
1933
2305
|
clientMutationId?: string;
|
|
1934
2306
|
id: string;
|
|
1935
2307
|
}
|
|
2308
|
+
export interface CreateOrgChartEdgeInput {
|
|
2309
|
+
clientMutationId?: string;
|
|
2310
|
+
orgChartEdge: {
|
|
2311
|
+
entityId: string;
|
|
2312
|
+
childId: string;
|
|
2313
|
+
parentId?: string;
|
|
2314
|
+
positionTitle?: string;
|
|
2315
|
+
positionLevel?: number;
|
|
2316
|
+
};
|
|
2317
|
+
}
|
|
2318
|
+
export interface OrgChartEdgePatch {
|
|
2319
|
+
entityId?: string | null;
|
|
2320
|
+
childId?: string | null;
|
|
2321
|
+
parentId?: string | null;
|
|
2322
|
+
positionTitle?: string | null;
|
|
2323
|
+
positionLevel?: number | null;
|
|
2324
|
+
}
|
|
2325
|
+
export interface UpdateOrgChartEdgeInput {
|
|
2326
|
+
clientMutationId?: string;
|
|
2327
|
+
id: string;
|
|
2328
|
+
orgChartEdgePatch: OrgChartEdgePatch;
|
|
2329
|
+
}
|
|
2330
|
+
export interface DeleteOrgChartEdgeInput {
|
|
2331
|
+
clientMutationId?: string;
|
|
2332
|
+
id: string;
|
|
2333
|
+
}
|
|
1936
2334
|
export interface CreateOrgMembershipDefaultInput {
|
|
1937
2335
|
clientMutationId?: string;
|
|
1938
2336
|
orgMembershipDefault: {
|
|
@@ -1961,30 +2359,6 @@ export interface DeleteOrgMembershipDefaultInput {
|
|
|
1961
2359
|
clientMutationId?: string;
|
|
1962
2360
|
id: string;
|
|
1963
2361
|
}
|
|
1964
|
-
export interface CreateAppLevelInput {
|
|
1965
|
-
clientMutationId?: string;
|
|
1966
|
-
appLevel: {
|
|
1967
|
-
name: string;
|
|
1968
|
-
description?: string;
|
|
1969
|
-
image?: ConstructiveInternalTypeImage;
|
|
1970
|
-
ownerId?: string;
|
|
1971
|
-
};
|
|
1972
|
-
}
|
|
1973
|
-
export interface AppLevelPatch {
|
|
1974
|
-
name?: string | null;
|
|
1975
|
-
description?: string | null;
|
|
1976
|
-
image?: ConstructiveInternalTypeImage | null;
|
|
1977
|
-
ownerId?: string | null;
|
|
1978
|
-
}
|
|
1979
|
-
export interface UpdateAppLevelInput {
|
|
1980
|
-
clientMutationId?: string;
|
|
1981
|
-
id: string;
|
|
1982
|
-
appLevelPatch: AppLevelPatch;
|
|
1983
|
-
}
|
|
1984
|
-
export interface DeleteAppLevelInput {
|
|
1985
|
-
clientMutationId?: string;
|
|
1986
|
-
id: string;
|
|
1987
|
-
}
|
|
1988
2362
|
export interface CreateInviteInput {
|
|
1989
2363
|
clientMutationId?: string;
|
|
1990
2364
|
invite: {
|
|
@@ -2019,6 +2393,30 @@ export interface DeleteInviteInput {
|
|
|
2019
2393
|
clientMutationId?: string;
|
|
2020
2394
|
id: string;
|
|
2021
2395
|
}
|
|
2396
|
+
export interface CreateAppLevelInput {
|
|
2397
|
+
clientMutationId?: string;
|
|
2398
|
+
appLevel: {
|
|
2399
|
+
name: string;
|
|
2400
|
+
description?: string;
|
|
2401
|
+
image?: ConstructiveInternalTypeImage;
|
|
2402
|
+
ownerId?: string;
|
|
2403
|
+
};
|
|
2404
|
+
}
|
|
2405
|
+
export interface AppLevelPatch {
|
|
2406
|
+
name?: string | null;
|
|
2407
|
+
description?: string | null;
|
|
2408
|
+
image?: ConstructiveInternalTypeImage | null;
|
|
2409
|
+
ownerId?: string | null;
|
|
2410
|
+
}
|
|
2411
|
+
export interface UpdateAppLevelInput {
|
|
2412
|
+
clientMutationId?: string;
|
|
2413
|
+
id: string;
|
|
2414
|
+
appLevelPatch: AppLevelPatch;
|
|
2415
|
+
}
|
|
2416
|
+
export interface DeleteAppLevelInput {
|
|
2417
|
+
clientMutationId?: string;
|
|
2418
|
+
id: string;
|
|
2419
|
+
}
|
|
2022
2420
|
export interface CreateAppMembershipInput {
|
|
2023
2421
|
clientMutationId?: string;
|
|
2024
2422
|
appMembership: {
|
|
@@ -2034,6 +2432,7 @@ export interface CreateAppMembershipInput {
|
|
|
2034
2432
|
permissions?: string;
|
|
2035
2433
|
granted?: string;
|
|
2036
2434
|
actorId: string;
|
|
2435
|
+
profileId?: string;
|
|
2037
2436
|
};
|
|
2038
2437
|
}
|
|
2039
2438
|
export interface AppMembershipPatch {
|
|
@@ -2049,6 +2448,7 @@ export interface AppMembershipPatch {
|
|
|
2049
2448
|
permissions?: string | null;
|
|
2050
2449
|
granted?: string | null;
|
|
2051
2450
|
actorId?: string | null;
|
|
2451
|
+
profileId?: string | null;
|
|
2052
2452
|
}
|
|
2053
2453
|
export interface UpdateAppMembershipInput {
|
|
2054
2454
|
clientMutationId?: string;
|
|
@@ -2074,6 +2474,7 @@ export interface CreateOrgMembershipInput {
|
|
|
2074
2474
|
granted?: string;
|
|
2075
2475
|
actorId: string;
|
|
2076
2476
|
entityId: string;
|
|
2477
|
+
profileId?: string;
|
|
2077
2478
|
};
|
|
2078
2479
|
}
|
|
2079
2480
|
export interface OrgMembershipPatch {
|
|
@@ -2089,6 +2490,7 @@ export interface OrgMembershipPatch {
|
|
|
2089
2490
|
granted?: string | null;
|
|
2090
2491
|
actorId?: string | null;
|
|
2091
2492
|
entityId?: string | null;
|
|
2493
|
+
profileId?: string | null;
|
|
2092
2494
|
}
|
|
2093
2495
|
export interface UpdateOrgMembershipInput {
|
|
2094
2496
|
clientMutationId?: string;
|
|
@@ -2579,184 +2981,184 @@ export type DeleteAppOwnerGrantPayloadSelect = {
|
|
|
2579
2981
|
select: AppOwnerGrantEdgeSelect;
|
|
2580
2982
|
};
|
|
2581
2983
|
};
|
|
2582
|
-
export interface
|
|
2984
|
+
export interface CreateOrgAdminGrantPayload {
|
|
2583
2985
|
clientMutationId?: string | null;
|
|
2584
|
-
/** The `
|
|
2585
|
-
|
|
2586
|
-
|
|
2986
|
+
/** The `OrgAdminGrant` that was created by this mutation. */
|
|
2987
|
+
orgAdminGrant?: OrgAdminGrant | null;
|
|
2988
|
+
orgAdminGrantEdge?: OrgAdminGrantEdge | null;
|
|
2587
2989
|
}
|
|
2588
|
-
export type
|
|
2990
|
+
export type CreateOrgAdminGrantPayloadSelect = {
|
|
2589
2991
|
clientMutationId?: boolean;
|
|
2590
|
-
|
|
2591
|
-
select:
|
|
2992
|
+
orgAdminGrant?: {
|
|
2993
|
+
select: OrgAdminGrantSelect;
|
|
2592
2994
|
};
|
|
2593
|
-
|
|
2594
|
-
select:
|
|
2995
|
+
orgAdminGrantEdge?: {
|
|
2996
|
+
select: OrgAdminGrantEdgeSelect;
|
|
2595
2997
|
};
|
|
2596
2998
|
};
|
|
2597
|
-
export interface
|
|
2999
|
+
export interface UpdateOrgAdminGrantPayload {
|
|
2598
3000
|
clientMutationId?: string | null;
|
|
2599
|
-
/** The `
|
|
2600
|
-
|
|
2601
|
-
|
|
3001
|
+
/** The `OrgAdminGrant` that was updated by this mutation. */
|
|
3002
|
+
orgAdminGrant?: OrgAdminGrant | null;
|
|
3003
|
+
orgAdminGrantEdge?: OrgAdminGrantEdge | null;
|
|
2602
3004
|
}
|
|
2603
|
-
export type
|
|
3005
|
+
export type UpdateOrgAdminGrantPayloadSelect = {
|
|
2604
3006
|
clientMutationId?: boolean;
|
|
2605
|
-
|
|
2606
|
-
select:
|
|
3007
|
+
orgAdminGrant?: {
|
|
3008
|
+
select: OrgAdminGrantSelect;
|
|
2607
3009
|
};
|
|
2608
|
-
|
|
2609
|
-
select:
|
|
3010
|
+
orgAdminGrantEdge?: {
|
|
3011
|
+
select: OrgAdminGrantEdgeSelect;
|
|
2610
3012
|
};
|
|
2611
3013
|
};
|
|
2612
|
-
export interface
|
|
3014
|
+
export interface DeleteOrgAdminGrantPayload {
|
|
2613
3015
|
clientMutationId?: string | null;
|
|
2614
|
-
/** The `
|
|
2615
|
-
|
|
2616
|
-
|
|
3016
|
+
/** The `OrgAdminGrant` that was deleted by this mutation. */
|
|
3017
|
+
orgAdminGrant?: OrgAdminGrant | null;
|
|
3018
|
+
orgAdminGrantEdge?: OrgAdminGrantEdge | null;
|
|
2617
3019
|
}
|
|
2618
|
-
export type
|
|
3020
|
+
export type DeleteOrgAdminGrantPayloadSelect = {
|
|
2619
3021
|
clientMutationId?: boolean;
|
|
2620
|
-
|
|
2621
|
-
select:
|
|
3022
|
+
orgAdminGrant?: {
|
|
3023
|
+
select: OrgAdminGrantSelect;
|
|
2622
3024
|
};
|
|
2623
|
-
|
|
2624
|
-
select:
|
|
3025
|
+
orgAdminGrantEdge?: {
|
|
3026
|
+
select: OrgAdminGrantEdgeSelect;
|
|
2625
3027
|
};
|
|
2626
3028
|
};
|
|
2627
|
-
export interface
|
|
3029
|
+
export interface CreateOrgOwnerGrantPayload {
|
|
2628
3030
|
clientMutationId?: string | null;
|
|
2629
|
-
/** The `
|
|
2630
|
-
|
|
2631
|
-
|
|
3031
|
+
/** The `OrgOwnerGrant` that was created by this mutation. */
|
|
3032
|
+
orgOwnerGrant?: OrgOwnerGrant | null;
|
|
3033
|
+
orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
|
|
2632
3034
|
}
|
|
2633
|
-
export type
|
|
3035
|
+
export type CreateOrgOwnerGrantPayloadSelect = {
|
|
2634
3036
|
clientMutationId?: boolean;
|
|
2635
|
-
|
|
2636
|
-
select:
|
|
3037
|
+
orgOwnerGrant?: {
|
|
3038
|
+
select: OrgOwnerGrantSelect;
|
|
2637
3039
|
};
|
|
2638
|
-
|
|
2639
|
-
select:
|
|
3040
|
+
orgOwnerGrantEdge?: {
|
|
3041
|
+
select: OrgOwnerGrantEdgeSelect;
|
|
2640
3042
|
};
|
|
2641
3043
|
};
|
|
2642
|
-
export interface
|
|
3044
|
+
export interface UpdateOrgOwnerGrantPayload {
|
|
2643
3045
|
clientMutationId?: string | null;
|
|
2644
|
-
/** The `
|
|
2645
|
-
|
|
2646
|
-
|
|
3046
|
+
/** The `OrgOwnerGrant` that was updated by this mutation. */
|
|
3047
|
+
orgOwnerGrant?: OrgOwnerGrant | null;
|
|
3048
|
+
orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
|
|
2647
3049
|
}
|
|
2648
|
-
export type
|
|
3050
|
+
export type UpdateOrgOwnerGrantPayloadSelect = {
|
|
2649
3051
|
clientMutationId?: boolean;
|
|
2650
|
-
|
|
2651
|
-
select:
|
|
3052
|
+
orgOwnerGrant?: {
|
|
3053
|
+
select: OrgOwnerGrantSelect;
|
|
2652
3054
|
};
|
|
2653
|
-
|
|
2654
|
-
select:
|
|
3055
|
+
orgOwnerGrantEdge?: {
|
|
3056
|
+
select: OrgOwnerGrantEdgeSelect;
|
|
2655
3057
|
};
|
|
2656
3058
|
};
|
|
2657
|
-
export interface
|
|
3059
|
+
export interface DeleteOrgOwnerGrantPayload {
|
|
2658
3060
|
clientMutationId?: string | null;
|
|
2659
|
-
/** The `
|
|
2660
|
-
|
|
2661
|
-
|
|
3061
|
+
/** The `OrgOwnerGrant` that was deleted by this mutation. */
|
|
3062
|
+
orgOwnerGrant?: OrgOwnerGrant | null;
|
|
3063
|
+
orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
|
|
2662
3064
|
}
|
|
2663
|
-
export type
|
|
3065
|
+
export type DeleteOrgOwnerGrantPayloadSelect = {
|
|
2664
3066
|
clientMutationId?: boolean;
|
|
2665
|
-
|
|
2666
|
-
select:
|
|
3067
|
+
orgOwnerGrant?: {
|
|
3068
|
+
select: OrgOwnerGrantSelect;
|
|
2667
3069
|
};
|
|
2668
|
-
|
|
2669
|
-
select:
|
|
3070
|
+
orgOwnerGrantEdge?: {
|
|
3071
|
+
select: OrgOwnerGrantEdgeSelect;
|
|
2670
3072
|
};
|
|
2671
3073
|
};
|
|
2672
|
-
export interface
|
|
3074
|
+
export interface CreateAppLimitDefaultPayload {
|
|
2673
3075
|
clientMutationId?: string | null;
|
|
2674
|
-
/** The `
|
|
2675
|
-
|
|
2676
|
-
|
|
3076
|
+
/** The `AppLimitDefault` that was created by this mutation. */
|
|
3077
|
+
appLimitDefault?: AppLimitDefault | null;
|
|
3078
|
+
appLimitDefaultEdge?: AppLimitDefaultEdge | null;
|
|
2677
3079
|
}
|
|
2678
|
-
export type
|
|
3080
|
+
export type CreateAppLimitDefaultPayloadSelect = {
|
|
2679
3081
|
clientMutationId?: boolean;
|
|
2680
|
-
|
|
2681
|
-
select:
|
|
3082
|
+
appLimitDefault?: {
|
|
3083
|
+
select: AppLimitDefaultSelect;
|
|
2682
3084
|
};
|
|
2683
|
-
|
|
2684
|
-
select:
|
|
3085
|
+
appLimitDefaultEdge?: {
|
|
3086
|
+
select: AppLimitDefaultEdgeSelect;
|
|
2685
3087
|
};
|
|
2686
3088
|
};
|
|
2687
|
-
export interface
|
|
3089
|
+
export interface UpdateAppLimitDefaultPayload {
|
|
2688
3090
|
clientMutationId?: string | null;
|
|
2689
|
-
/** The `
|
|
2690
|
-
|
|
2691
|
-
|
|
3091
|
+
/** The `AppLimitDefault` that was updated by this mutation. */
|
|
3092
|
+
appLimitDefault?: AppLimitDefault | null;
|
|
3093
|
+
appLimitDefaultEdge?: AppLimitDefaultEdge | null;
|
|
2692
3094
|
}
|
|
2693
|
-
export type
|
|
3095
|
+
export type UpdateAppLimitDefaultPayloadSelect = {
|
|
2694
3096
|
clientMutationId?: boolean;
|
|
2695
|
-
|
|
2696
|
-
select:
|
|
3097
|
+
appLimitDefault?: {
|
|
3098
|
+
select: AppLimitDefaultSelect;
|
|
2697
3099
|
};
|
|
2698
|
-
|
|
2699
|
-
select:
|
|
3100
|
+
appLimitDefaultEdge?: {
|
|
3101
|
+
select: AppLimitDefaultEdgeSelect;
|
|
2700
3102
|
};
|
|
2701
3103
|
};
|
|
2702
|
-
export interface
|
|
3104
|
+
export interface DeleteAppLimitDefaultPayload {
|
|
2703
3105
|
clientMutationId?: string | null;
|
|
2704
|
-
/** The `
|
|
2705
|
-
|
|
2706
|
-
|
|
3106
|
+
/** The `AppLimitDefault` that was deleted by this mutation. */
|
|
3107
|
+
appLimitDefault?: AppLimitDefault | null;
|
|
3108
|
+
appLimitDefaultEdge?: AppLimitDefaultEdge | null;
|
|
2707
3109
|
}
|
|
2708
|
-
export type
|
|
3110
|
+
export type DeleteAppLimitDefaultPayloadSelect = {
|
|
2709
3111
|
clientMutationId?: boolean;
|
|
2710
|
-
|
|
2711
|
-
select:
|
|
3112
|
+
appLimitDefault?: {
|
|
3113
|
+
select: AppLimitDefaultSelect;
|
|
2712
3114
|
};
|
|
2713
|
-
|
|
2714
|
-
select:
|
|
3115
|
+
appLimitDefaultEdge?: {
|
|
3116
|
+
select: AppLimitDefaultEdgeSelect;
|
|
2715
3117
|
};
|
|
2716
3118
|
};
|
|
2717
|
-
export interface
|
|
3119
|
+
export interface CreateOrgLimitDefaultPayload {
|
|
2718
3120
|
clientMutationId?: string | null;
|
|
2719
|
-
/** The `
|
|
2720
|
-
|
|
2721
|
-
|
|
3121
|
+
/** The `OrgLimitDefault` that was created by this mutation. */
|
|
3122
|
+
orgLimitDefault?: OrgLimitDefault | null;
|
|
3123
|
+
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
2722
3124
|
}
|
|
2723
|
-
export type
|
|
3125
|
+
export type CreateOrgLimitDefaultPayloadSelect = {
|
|
2724
3126
|
clientMutationId?: boolean;
|
|
2725
|
-
|
|
2726
|
-
select:
|
|
3127
|
+
orgLimitDefault?: {
|
|
3128
|
+
select: OrgLimitDefaultSelect;
|
|
2727
3129
|
};
|
|
2728
|
-
|
|
2729
|
-
select:
|
|
3130
|
+
orgLimitDefaultEdge?: {
|
|
3131
|
+
select: OrgLimitDefaultEdgeSelect;
|
|
2730
3132
|
};
|
|
2731
3133
|
};
|
|
2732
|
-
export interface
|
|
3134
|
+
export interface UpdateOrgLimitDefaultPayload {
|
|
2733
3135
|
clientMutationId?: string | null;
|
|
2734
|
-
/** The `
|
|
2735
|
-
|
|
2736
|
-
|
|
3136
|
+
/** The `OrgLimitDefault` that was updated by this mutation. */
|
|
3137
|
+
orgLimitDefault?: OrgLimitDefault | null;
|
|
3138
|
+
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
2737
3139
|
}
|
|
2738
|
-
export type
|
|
3140
|
+
export type UpdateOrgLimitDefaultPayloadSelect = {
|
|
2739
3141
|
clientMutationId?: boolean;
|
|
2740
|
-
|
|
2741
|
-
select:
|
|
3142
|
+
orgLimitDefault?: {
|
|
3143
|
+
select: OrgLimitDefaultSelect;
|
|
2742
3144
|
};
|
|
2743
|
-
|
|
2744
|
-
select:
|
|
3145
|
+
orgLimitDefaultEdge?: {
|
|
3146
|
+
select: OrgLimitDefaultEdgeSelect;
|
|
2745
3147
|
};
|
|
2746
3148
|
};
|
|
2747
|
-
export interface
|
|
3149
|
+
export interface DeleteOrgLimitDefaultPayload {
|
|
2748
3150
|
clientMutationId?: string | null;
|
|
2749
|
-
/** The `
|
|
2750
|
-
|
|
2751
|
-
|
|
3151
|
+
/** The `OrgLimitDefault` that was deleted by this mutation. */
|
|
3152
|
+
orgLimitDefault?: OrgLimitDefault | null;
|
|
3153
|
+
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
2752
3154
|
}
|
|
2753
|
-
export type
|
|
3155
|
+
export type DeleteOrgLimitDefaultPayloadSelect = {
|
|
2754
3156
|
clientMutationId?: boolean;
|
|
2755
|
-
|
|
2756
|
-
select:
|
|
3157
|
+
orgLimitDefault?: {
|
|
3158
|
+
select: OrgLimitDefaultSelect;
|
|
2757
3159
|
};
|
|
2758
|
-
|
|
2759
|
-
select:
|
|
3160
|
+
orgLimitDefaultEdge?: {
|
|
3161
|
+
select: OrgLimitDefaultEdgeSelect;
|
|
2760
3162
|
};
|
|
2761
3163
|
};
|
|
2762
3164
|
export interface CreateMembershipTypePayload {
|
|
@@ -2804,6 +3206,51 @@ export type DeleteMembershipTypePayloadSelect = {
|
|
|
2804
3206
|
select: MembershipTypeEdgeSelect;
|
|
2805
3207
|
};
|
|
2806
3208
|
};
|
|
3209
|
+
export interface CreateOrgChartEdgeGrantPayload {
|
|
3210
|
+
clientMutationId?: string | null;
|
|
3211
|
+
/** The `OrgChartEdgeGrant` that was created by this mutation. */
|
|
3212
|
+
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
3213
|
+
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
3214
|
+
}
|
|
3215
|
+
export type CreateOrgChartEdgeGrantPayloadSelect = {
|
|
3216
|
+
clientMutationId?: boolean;
|
|
3217
|
+
orgChartEdgeGrant?: {
|
|
3218
|
+
select: OrgChartEdgeGrantSelect;
|
|
3219
|
+
};
|
|
3220
|
+
orgChartEdgeGrantEdge?: {
|
|
3221
|
+
select: OrgChartEdgeGrantEdgeSelect;
|
|
3222
|
+
};
|
|
3223
|
+
};
|
|
3224
|
+
export interface UpdateOrgChartEdgeGrantPayload {
|
|
3225
|
+
clientMutationId?: string | null;
|
|
3226
|
+
/** The `OrgChartEdgeGrant` that was updated by this mutation. */
|
|
3227
|
+
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
3228
|
+
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
3229
|
+
}
|
|
3230
|
+
export type UpdateOrgChartEdgeGrantPayloadSelect = {
|
|
3231
|
+
clientMutationId?: boolean;
|
|
3232
|
+
orgChartEdgeGrant?: {
|
|
3233
|
+
select: OrgChartEdgeGrantSelect;
|
|
3234
|
+
};
|
|
3235
|
+
orgChartEdgeGrantEdge?: {
|
|
3236
|
+
select: OrgChartEdgeGrantEdgeSelect;
|
|
3237
|
+
};
|
|
3238
|
+
};
|
|
3239
|
+
export interface DeleteOrgChartEdgeGrantPayload {
|
|
3240
|
+
clientMutationId?: string | null;
|
|
3241
|
+
/** The `OrgChartEdgeGrant` that was deleted by this mutation. */
|
|
3242
|
+
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
3243
|
+
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
3244
|
+
}
|
|
3245
|
+
export type DeleteOrgChartEdgeGrantPayloadSelect = {
|
|
3246
|
+
clientMutationId?: boolean;
|
|
3247
|
+
orgChartEdgeGrant?: {
|
|
3248
|
+
select: OrgChartEdgeGrantSelect;
|
|
3249
|
+
};
|
|
3250
|
+
orgChartEdgeGrantEdge?: {
|
|
3251
|
+
select: OrgChartEdgeGrantEdgeSelect;
|
|
3252
|
+
};
|
|
3253
|
+
};
|
|
2807
3254
|
export interface CreateAppLimitPayload {
|
|
2808
3255
|
clientMutationId?: string | null;
|
|
2809
3256
|
/** The `AppLimit` that was created by this mutation. */
|
|
@@ -3209,6 +3656,51 @@ export type DeleteOrgGrantPayloadSelect = {
|
|
|
3209
3656
|
select: OrgGrantEdgeSelect;
|
|
3210
3657
|
};
|
|
3211
3658
|
};
|
|
3659
|
+
export interface CreateOrgChartEdgePayload {
|
|
3660
|
+
clientMutationId?: string | null;
|
|
3661
|
+
/** The `OrgChartEdge` that was created by this mutation. */
|
|
3662
|
+
orgChartEdge?: OrgChartEdge | null;
|
|
3663
|
+
orgChartEdgeEdge?: OrgChartEdgeEdge | null;
|
|
3664
|
+
}
|
|
3665
|
+
export type CreateOrgChartEdgePayloadSelect = {
|
|
3666
|
+
clientMutationId?: boolean;
|
|
3667
|
+
orgChartEdge?: {
|
|
3668
|
+
select: OrgChartEdgeSelect;
|
|
3669
|
+
};
|
|
3670
|
+
orgChartEdgeEdge?: {
|
|
3671
|
+
select: OrgChartEdgeEdgeSelect;
|
|
3672
|
+
};
|
|
3673
|
+
};
|
|
3674
|
+
export interface UpdateOrgChartEdgePayload {
|
|
3675
|
+
clientMutationId?: string | null;
|
|
3676
|
+
/** The `OrgChartEdge` that was updated by this mutation. */
|
|
3677
|
+
orgChartEdge?: OrgChartEdge | null;
|
|
3678
|
+
orgChartEdgeEdge?: OrgChartEdgeEdge | null;
|
|
3679
|
+
}
|
|
3680
|
+
export type UpdateOrgChartEdgePayloadSelect = {
|
|
3681
|
+
clientMutationId?: boolean;
|
|
3682
|
+
orgChartEdge?: {
|
|
3683
|
+
select: OrgChartEdgeSelect;
|
|
3684
|
+
};
|
|
3685
|
+
orgChartEdgeEdge?: {
|
|
3686
|
+
select: OrgChartEdgeEdgeSelect;
|
|
3687
|
+
};
|
|
3688
|
+
};
|
|
3689
|
+
export interface DeleteOrgChartEdgePayload {
|
|
3690
|
+
clientMutationId?: string | null;
|
|
3691
|
+
/** The `OrgChartEdge` that was deleted by this mutation. */
|
|
3692
|
+
orgChartEdge?: OrgChartEdge | null;
|
|
3693
|
+
orgChartEdgeEdge?: OrgChartEdgeEdge | null;
|
|
3694
|
+
}
|
|
3695
|
+
export type DeleteOrgChartEdgePayloadSelect = {
|
|
3696
|
+
clientMutationId?: boolean;
|
|
3697
|
+
orgChartEdge?: {
|
|
3698
|
+
select: OrgChartEdgeSelect;
|
|
3699
|
+
};
|
|
3700
|
+
orgChartEdgeEdge?: {
|
|
3701
|
+
select: OrgChartEdgeEdgeSelect;
|
|
3702
|
+
};
|
|
3703
|
+
};
|
|
3212
3704
|
export interface CreateOrgMembershipDefaultPayload {
|
|
3213
3705
|
clientMutationId?: string | null;
|
|
3214
3706
|
/** The `OrgMembershipDefault` that was created by this mutation. */
|
|
@@ -3254,51 +3746,6 @@ export type DeleteOrgMembershipDefaultPayloadSelect = {
|
|
|
3254
3746
|
select: OrgMembershipDefaultEdgeSelect;
|
|
3255
3747
|
};
|
|
3256
3748
|
};
|
|
3257
|
-
export interface CreateAppLevelPayload {
|
|
3258
|
-
clientMutationId?: string | null;
|
|
3259
|
-
/** The `AppLevel` that was created by this mutation. */
|
|
3260
|
-
appLevel?: AppLevel | null;
|
|
3261
|
-
appLevelEdge?: AppLevelEdge | null;
|
|
3262
|
-
}
|
|
3263
|
-
export type CreateAppLevelPayloadSelect = {
|
|
3264
|
-
clientMutationId?: boolean;
|
|
3265
|
-
appLevel?: {
|
|
3266
|
-
select: AppLevelSelect;
|
|
3267
|
-
};
|
|
3268
|
-
appLevelEdge?: {
|
|
3269
|
-
select: AppLevelEdgeSelect;
|
|
3270
|
-
};
|
|
3271
|
-
};
|
|
3272
|
-
export interface UpdateAppLevelPayload {
|
|
3273
|
-
clientMutationId?: string | null;
|
|
3274
|
-
/** The `AppLevel` that was updated by this mutation. */
|
|
3275
|
-
appLevel?: AppLevel | null;
|
|
3276
|
-
appLevelEdge?: AppLevelEdge | null;
|
|
3277
|
-
}
|
|
3278
|
-
export type UpdateAppLevelPayloadSelect = {
|
|
3279
|
-
clientMutationId?: boolean;
|
|
3280
|
-
appLevel?: {
|
|
3281
|
-
select: AppLevelSelect;
|
|
3282
|
-
};
|
|
3283
|
-
appLevelEdge?: {
|
|
3284
|
-
select: AppLevelEdgeSelect;
|
|
3285
|
-
};
|
|
3286
|
-
};
|
|
3287
|
-
export interface DeleteAppLevelPayload {
|
|
3288
|
-
clientMutationId?: string | null;
|
|
3289
|
-
/** The `AppLevel` that was deleted by this mutation. */
|
|
3290
|
-
appLevel?: AppLevel | null;
|
|
3291
|
-
appLevelEdge?: AppLevelEdge | null;
|
|
3292
|
-
}
|
|
3293
|
-
export type DeleteAppLevelPayloadSelect = {
|
|
3294
|
-
clientMutationId?: boolean;
|
|
3295
|
-
appLevel?: {
|
|
3296
|
-
select: AppLevelSelect;
|
|
3297
|
-
};
|
|
3298
|
-
appLevelEdge?: {
|
|
3299
|
-
select: AppLevelEdgeSelect;
|
|
3300
|
-
};
|
|
3301
|
-
};
|
|
3302
3749
|
export interface CreateInvitePayload {
|
|
3303
3750
|
clientMutationId?: string | null;
|
|
3304
3751
|
/** The `Invite` that was created by this mutation. */
|
|
@@ -3344,6 +3791,51 @@ export type DeleteInvitePayloadSelect = {
|
|
|
3344
3791
|
select: InviteEdgeSelect;
|
|
3345
3792
|
};
|
|
3346
3793
|
};
|
|
3794
|
+
export interface CreateAppLevelPayload {
|
|
3795
|
+
clientMutationId?: string | null;
|
|
3796
|
+
/** The `AppLevel` that was created by this mutation. */
|
|
3797
|
+
appLevel?: AppLevel | null;
|
|
3798
|
+
appLevelEdge?: AppLevelEdge | null;
|
|
3799
|
+
}
|
|
3800
|
+
export type CreateAppLevelPayloadSelect = {
|
|
3801
|
+
clientMutationId?: boolean;
|
|
3802
|
+
appLevel?: {
|
|
3803
|
+
select: AppLevelSelect;
|
|
3804
|
+
};
|
|
3805
|
+
appLevelEdge?: {
|
|
3806
|
+
select: AppLevelEdgeSelect;
|
|
3807
|
+
};
|
|
3808
|
+
};
|
|
3809
|
+
export interface UpdateAppLevelPayload {
|
|
3810
|
+
clientMutationId?: string | null;
|
|
3811
|
+
/** The `AppLevel` that was updated by this mutation. */
|
|
3812
|
+
appLevel?: AppLevel | null;
|
|
3813
|
+
appLevelEdge?: AppLevelEdge | null;
|
|
3814
|
+
}
|
|
3815
|
+
export type UpdateAppLevelPayloadSelect = {
|
|
3816
|
+
clientMutationId?: boolean;
|
|
3817
|
+
appLevel?: {
|
|
3818
|
+
select: AppLevelSelect;
|
|
3819
|
+
};
|
|
3820
|
+
appLevelEdge?: {
|
|
3821
|
+
select: AppLevelEdgeSelect;
|
|
3822
|
+
};
|
|
3823
|
+
};
|
|
3824
|
+
export interface DeleteAppLevelPayload {
|
|
3825
|
+
clientMutationId?: string | null;
|
|
3826
|
+
/** The `AppLevel` that was deleted by this mutation. */
|
|
3827
|
+
appLevel?: AppLevel | null;
|
|
3828
|
+
appLevelEdge?: AppLevelEdge | null;
|
|
3829
|
+
}
|
|
3830
|
+
export type DeleteAppLevelPayloadSelect = {
|
|
3831
|
+
clientMutationId?: boolean;
|
|
3832
|
+
appLevel?: {
|
|
3833
|
+
select: AppLevelSelect;
|
|
3834
|
+
};
|
|
3835
|
+
appLevelEdge?: {
|
|
3836
|
+
select: AppLevelEdgeSelect;
|
|
3837
|
+
};
|
|
3838
|
+
};
|
|
3347
3839
|
export interface CreateAppMembershipPayload {
|
|
3348
3840
|
clientMutationId?: string | null;
|
|
3349
3841
|
/** The `AppMembership` that was created by this mutation. */
|
|
@@ -3592,30 +4084,6 @@ export type AppOwnerGrantEdgeSelect = {
|
|
|
3592
4084
|
select: AppOwnerGrantSelect;
|
|
3593
4085
|
};
|
|
3594
4086
|
};
|
|
3595
|
-
/** A `AppLimitDefault` edge in the connection. */
|
|
3596
|
-
export interface AppLimitDefaultEdge {
|
|
3597
|
-
cursor?: string | null;
|
|
3598
|
-
/** The `AppLimitDefault` at the end of the edge. */
|
|
3599
|
-
node?: AppLimitDefault | null;
|
|
3600
|
-
}
|
|
3601
|
-
export type AppLimitDefaultEdgeSelect = {
|
|
3602
|
-
cursor?: boolean;
|
|
3603
|
-
node?: {
|
|
3604
|
-
select: AppLimitDefaultSelect;
|
|
3605
|
-
};
|
|
3606
|
-
};
|
|
3607
|
-
/** A `OrgLimitDefault` edge in the connection. */
|
|
3608
|
-
export interface OrgLimitDefaultEdge {
|
|
3609
|
-
cursor?: string | null;
|
|
3610
|
-
/** The `OrgLimitDefault` at the end of the edge. */
|
|
3611
|
-
node?: OrgLimitDefault | null;
|
|
3612
|
-
}
|
|
3613
|
-
export type OrgLimitDefaultEdgeSelect = {
|
|
3614
|
-
cursor?: boolean;
|
|
3615
|
-
node?: {
|
|
3616
|
-
select: OrgLimitDefaultSelect;
|
|
3617
|
-
};
|
|
3618
|
-
};
|
|
3619
4087
|
/** A `OrgAdminGrant` edge in the connection. */
|
|
3620
4088
|
export interface OrgAdminGrantEdge {
|
|
3621
4089
|
cursor?: string | null;
|
|
@@ -3640,6 +4108,30 @@ export type OrgOwnerGrantEdgeSelect = {
|
|
|
3640
4108
|
select: OrgOwnerGrantSelect;
|
|
3641
4109
|
};
|
|
3642
4110
|
};
|
|
4111
|
+
/** A `AppLimitDefault` edge in the connection. */
|
|
4112
|
+
export interface AppLimitDefaultEdge {
|
|
4113
|
+
cursor?: string | null;
|
|
4114
|
+
/** The `AppLimitDefault` at the end of the edge. */
|
|
4115
|
+
node?: AppLimitDefault | null;
|
|
4116
|
+
}
|
|
4117
|
+
export type AppLimitDefaultEdgeSelect = {
|
|
4118
|
+
cursor?: boolean;
|
|
4119
|
+
node?: {
|
|
4120
|
+
select: AppLimitDefaultSelect;
|
|
4121
|
+
};
|
|
4122
|
+
};
|
|
4123
|
+
/** A `OrgLimitDefault` edge in the connection. */
|
|
4124
|
+
export interface OrgLimitDefaultEdge {
|
|
4125
|
+
cursor?: string | null;
|
|
4126
|
+
/** The `OrgLimitDefault` at the end of the edge. */
|
|
4127
|
+
node?: OrgLimitDefault | null;
|
|
4128
|
+
}
|
|
4129
|
+
export type OrgLimitDefaultEdgeSelect = {
|
|
4130
|
+
cursor?: boolean;
|
|
4131
|
+
node?: {
|
|
4132
|
+
select: OrgLimitDefaultSelect;
|
|
4133
|
+
};
|
|
4134
|
+
};
|
|
3643
4135
|
/** A `MembershipType` edge in the connection. */
|
|
3644
4136
|
export interface MembershipTypeEdge {
|
|
3645
4137
|
cursor?: string | null;
|
|
@@ -3652,6 +4144,18 @@ export type MembershipTypeEdgeSelect = {
|
|
|
3652
4144
|
select: MembershipTypeSelect;
|
|
3653
4145
|
};
|
|
3654
4146
|
};
|
|
4147
|
+
/** A `OrgChartEdgeGrant` edge in the connection. */
|
|
4148
|
+
export interface OrgChartEdgeGrantEdge {
|
|
4149
|
+
cursor?: string | null;
|
|
4150
|
+
/** The `OrgChartEdgeGrant` at the end of the edge. */
|
|
4151
|
+
node?: OrgChartEdgeGrant | null;
|
|
4152
|
+
}
|
|
4153
|
+
export type OrgChartEdgeGrantEdgeSelect = {
|
|
4154
|
+
cursor?: boolean;
|
|
4155
|
+
node?: {
|
|
4156
|
+
select: OrgChartEdgeGrantSelect;
|
|
4157
|
+
};
|
|
4158
|
+
};
|
|
3655
4159
|
/** A `AppLimit` edge in the connection. */
|
|
3656
4160
|
export interface AppLimitEdge {
|
|
3657
4161
|
cursor?: string | null;
|
|
@@ -3760,28 +4264,28 @@ export type OrgGrantEdgeSelect = {
|
|
|
3760
4264
|
select: OrgGrantSelect;
|
|
3761
4265
|
};
|
|
3762
4266
|
};
|
|
3763
|
-
/** A `
|
|
3764
|
-
export interface
|
|
4267
|
+
/** A `OrgChartEdge` edge in the connection. */
|
|
4268
|
+
export interface OrgChartEdgeEdge {
|
|
3765
4269
|
cursor?: string | null;
|
|
3766
|
-
/** The `
|
|
3767
|
-
node?:
|
|
4270
|
+
/** The `OrgChartEdge` at the end of the edge. */
|
|
4271
|
+
node?: OrgChartEdge | null;
|
|
3768
4272
|
}
|
|
3769
|
-
export type
|
|
4273
|
+
export type OrgChartEdgeEdgeSelect = {
|
|
3770
4274
|
cursor?: boolean;
|
|
3771
4275
|
node?: {
|
|
3772
|
-
select:
|
|
4276
|
+
select: OrgChartEdgeSelect;
|
|
3773
4277
|
};
|
|
3774
4278
|
};
|
|
3775
|
-
/** A `
|
|
3776
|
-
export interface
|
|
4279
|
+
/** A `OrgMembershipDefault` edge in the connection. */
|
|
4280
|
+
export interface OrgMembershipDefaultEdge {
|
|
3777
4281
|
cursor?: string | null;
|
|
3778
|
-
/** The `
|
|
3779
|
-
node?:
|
|
4282
|
+
/** The `OrgMembershipDefault` at the end of the edge. */
|
|
4283
|
+
node?: OrgMembershipDefault | null;
|
|
3780
4284
|
}
|
|
3781
|
-
export type
|
|
4285
|
+
export type OrgMembershipDefaultEdgeSelect = {
|
|
3782
4286
|
cursor?: boolean;
|
|
3783
4287
|
node?: {
|
|
3784
|
-
select:
|
|
4288
|
+
select: OrgMembershipDefaultSelect;
|
|
3785
4289
|
};
|
|
3786
4290
|
};
|
|
3787
4291
|
/** A `Invite` edge in the connection. */
|
|
@@ -3796,6 +4300,18 @@ export type InviteEdgeSelect = {
|
|
|
3796
4300
|
select: InviteSelect;
|
|
3797
4301
|
};
|
|
3798
4302
|
};
|
|
4303
|
+
/** A `AppLevel` edge in the connection. */
|
|
4304
|
+
export interface AppLevelEdge {
|
|
4305
|
+
cursor?: string | null;
|
|
4306
|
+
/** The `AppLevel` at the end of the edge. */
|
|
4307
|
+
node?: AppLevel | null;
|
|
4308
|
+
}
|
|
4309
|
+
export type AppLevelEdgeSelect = {
|
|
4310
|
+
cursor?: boolean;
|
|
4311
|
+
node?: {
|
|
4312
|
+
select: AppLevelSelect;
|
|
4313
|
+
};
|
|
4314
|
+
};
|
|
3799
4315
|
/** A `AppMembership` edge in the connection. */
|
|
3800
4316
|
export interface AppMembershipEdge {
|
|
3801
4317
|
cursor?: string | null;
|