@constructive-io/sdk 0.22.3 → 0.22.4

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.
Files changed (89) hide show
  1. package/admin/orm/index.d.ts +6 -20
  2. package/admin/orm/index.js +6 -10
  3. package/admin/orm/input-types.d.ts +488 -768
  4. package/admin/orm/models/appLimitWarning.d.ts +54 -0
  5. package/{public/orm/models/secretsModule.js → admin/orm/models/appLimitWarning.js} +27 -27
  6. package/admin/orm/models/index.d.ts +3 -5
  7. package/admin/orm/models/index.js +7 -11
  8. package/admin/orm/models/orgLimitWarning.d.ts +54 -0
  9. package/admin/orm/models/{appAchievement.js → orgLimitWarning.js} +27 -27
  10. package/admin/orm/query/index.d.ts +1 -28
  11. package/admin/orm/query/index.js +0 -44
  12. package/esm/admin/orm/index.d.ts +6 -20
  13. package/esm/admin/orm/index.js +6 -10
  14. package/esm/admin/orm/input-types.d.ts +488 -768
  15. package/esm/admin/orm/models/appLimitWarning.d.ts +54 -0
  16. package/esm/{public/orm/models/appAchievement.js → admin/orm/models/appLimitWarning.js} +25 -25
  17. package/esm/admin/orm/models/index.d.ts +3 -5
  18. package/esm/admin/orm/models/index.js +3 -5
  19. package/esm/admin/orm/models/orgLimitWarning.d.ts +54 -0
  20. package/esm/admin/orm/models/{appAchievement.js → orgLimitWarning.js} +25 -25
  21. package/esm/admin/orm/query/index.d.ts +1 -28
  22. package/esm/admin/orm/query/index.js +0 -44
  23. package/esm/public/orm/index.d.ts +10 -22
  24. package/esm/public/orm/index.js +10 -12
  25. package/esm/public/orm/input-types.d.ts +1024 -919
  26. package/esm/public/orm/input-types.js +3 -5
  27. package/esm/public/orm/models/appLimitWarning.d.ts +54 -0
  28. package/esm/{admin/orm/models/appLevel.js → public/orm/models/appLimitWarning.js} +25 -25
  29. package/esm/public/orm/models/eventsModule.d.ts +54 -0
  30. package/esm/public/orm/models/{levelsModule.js → eventsModule.js} +25 -25
  31. package/esm/public/orm/models/index.d.ts +5 -6
  32. package/esm/public/orm/models/index.js +5 -6
  33. package/esm/public/orm/models/orgLimitWarning.d.ts +54 -0
  34. package/esm/{admin/orm/models/appStep.js → public/orm/models/orgLimitWarning.js} +25 -25
  35. package/esm/public/orm/models/rateLimitMetersModule.d.ts +54 -0
  36. package/esm/{admin/orm/models/appLevelRequirement.js → public/orm/models/rateLimitMetersModule.js} +25 -25
  37. package/esm/public/orm/models/userStateModule.d.ts +54 -0
  38. package/esm/public/orm/models/userStateModule.js +100 -0
  39. package/esm/public/orm/mutation/index.d.ts +2 -2
  40. package/esm/public/orm/query/index.d.ts +1 -28
  41. package/esm/public/orm/query/index.js +0 -44
  42. package/package.json +4 -4
  43. package/public/orm/index.d.ts +10 -22
  44. package/public/orm/index.js +10 -12
  45. package/public/orm/input-types.d.ts +1024 -919
  46. package/public/orm/input-types.js +3 -5
  47. package/public/orm/models/appLimitWarning.d.ts +54 -0
  48. package/{admin/orm/models/appStep.js → public/orm/models/appLimitWarning.js} +27 -27
  49. package/public/orm/models/eventsModule.d.ts +54 -0
  50. package/public/orm/models/{levelsModule.js → eventsModule.js} +27 -27
  51. package/public/orm/models/index.d.ts +5 -6
  52. package/public/orm/models/index.js +13 -15
  53. package/public/orm/models/orgLimitWarning.d.ts +54 -0
  54. package/{admin/orm/models/appLevel.js → public/orm/models/orgLimitWarning.js} +27 -27
  55. package/public/orm/models/rateLimitMetersModule.d.ts +54 -0
  56. package/public/orm/models/{appAchievement.js → rateLimitMetersModule.js} +27 -27
  57. package/public/orm/models/userStateModule.d.ts +54 -0
  58. package/public/orm/models/userStateModule.js +104 -0
  59. package/public/orm/mutation/index.d.ts +2 -2
  60. package/public/orm/query/index.d.ts +1 -28
  61. package/public/orm/query/index.js +0 -44
  62. package/admin/orm/models/appAchievement.d.ts +0 -54
  63. package/admin/orm/models/appLevel.d.ts +0 -54
  64. package/admin/orm/models/appLevelRequirement.d.ts +0 -54
  65. package/admin/orm/models/appLevelRequirement.js +0 -104
  66. package/admin/orm/models/appStep.d.ts +0 -54
  67. package/esm/admin/orm/models/appAchievement.d.ts +0 -54
  68. package/esm/admin/orm/models/appLevel.d.ts +0 -54
  69. package/esm/admin/orm/models/appLevelRequirement.d.ts +0 -54
  70. package/esm/admin/orm/models/appStep.d.ts +0 -54
  71. package/esm/public/orm/models/appAchievement.d.ts +0 -54
  72. package/esm/public/orm/models/appLevel.d.ts +0 -54
  73. package/esm/public/orm/models/appLevel.js +0 -100
  74. package/esm/public/orm/models/appLevelRequirement.d.ts +0 -54
  75. package/esm/public/orm/models/appLevelRequirement.js +0 -100
  76. package/esm/public/orm/models/appStep.d.ts +0 -54
  77. package/esm/public/orm/models/appStep.js +0 -100
  78. package/esm/public/orm/models/levelsModule.d.ts +0 -54
  79. package/esm/public/orm/models/secretsModule.d.ts +0 -54
  80. package/esm/public/orm/models/secretsModule.js +0 -100
  81. package/public/orm/models/appAchievement.d.ts +0 -54
  82. package/public/orm/models/appLevel.d.ts +0 -54
  83. package/public/orm/models/appLevel.js +0 -104
  84. package/public/orm/models/appLevelRequirement.d.ts +0 -54
  85. package/public/orm/models/appLevelRequirement.js +0 -104
  86. package/public/orm/models/appStep.d.ts +0 -54
  87. package/public/orm/models/appStep.js +0 -104
  88. package/public/orm/models/levelsModule.d.ts +0 -54
  89. package/public/orm/models/secretsModule.d.ts +0 -54
@@ -263,22 +263,6 @@ export interface OrgPermission {
263
263
  /** Human-readable description of what this permission allows */
264
264
  description?: string | null;
265
265
  }
266
- /** Defines the specific requirements that must be met to achieve a level */
267
- export interface AppLevelRequirement {
268
- id: string;
269
- /** Name identifier of the requirement (matches step names) */
270
- name?: string | null;
271
- /** Name of the level this requirement belongs to */
272
- level?: string | null;
273
- /** Human-readable description of what this requirement entails */
274
- description?: string | null;
275
- /** Number of steps needed to satisfy this requirement */
276
- requiredCount?: number | null;
277
- /** Display ordering priority; lower values appear first */
278
- priority?: number | null;
279
- createdAt?: string | null;
280
- updatedAt?: string | null;
281
- }
282
266
  /** Append-only ledger of code redemptions; AFTER INSERT trigger validates and cascades to limit_credits */
283
267
  export interface AppLimitCreditRedemption {
284
268
  id: string;
@@ -371,28 +355,6 @@ export interface AppOwnerGrant {
371
355
  createdAt?: string | null;
372
356
  updatedAt?: string | null;
373
357
  }
374
- /** Aggregated user progress for level requirements, tallying the total count; updated via triggers and should not be modified manually */
375
- export interface AppAchievement {
376
- id: string;
377
- actorId?: string | null;
378
- /** Name identifier of the level requirement being tracked */
379
- name?: string | null;
380
- /** Cumulative count of completed steps toward this requirement */
381
- count?: number | null;
382
- createdAt?: string | null;
383
- updatedAt?: string | null;
384
- }
385
- /** Log of individual user actions toward level requirements; every single step ever taken is recorded here */
386
- export interface AppStep {
387
- id: string;
388
- actorId?: string | null;
389
- /** Name identifier of the level requirement this step fulfills */
390
- name?: string | null;
391
- /** Number of units completed in this step action */
392
- count?: number | null;
393
- createdAt?: string | null;
394
- updatedAt?: string | null;
395
- }
396
358
  /** Default cap values for static configuration limits (max file size, feature flags, etc.). Not metered — just read by consumers. */
397
359
  export interface AppLimitCapsDefault {
398
360
  id: string;
@@ -506,6 +468,32 @@ export interface OrgLimitCredit {
506
468
  /** Optional reason for the credit grant (promo code, admin grant, etc.) */
507
469
  reason?: string | null;
508
470
  }
471
+ /** Warning configuration for soft limits. Each row defines a warning threshold and the job task to enqueue when usage approaches it. */
472
+ export interface AppLimitWarning {
473
+ id: string;
474
+ /** Limit name this warning applies to (must match a default_limits entry) */
475
+ name?: string | null;
476
+ /** Threshold type: absolute (fixed count) or percentage (of max) */
477
+ warningType?: string | null;
478
+ /** Threshold value — either an absolute count or a percentage (1-100) depending on warning_type */
479
+ thresholdValue?: string | null;
480
+ /** Job task name to enqueue when warning fires (e.g. email:limit_warning, notification:approaching_limit) */
481
+ taskIdentifier?: string | null;
482
+ }
483
+ /** Warning configuration for soft limits. Each row defines a warning threshold and the job task to enqueue when usage approaches it. */
484
+ export interface OrgLimitWarning {
485
+ id: string;
486
+ /** Limit name this warning applies to (must match a default_limits entry) */
487
+ name?: string | null;
488
+ /** Threshold type: absolute (fixed count) or percentage (of max) */
489
+ warningType?: string | null;
490
+ /** Threshold value — either an absolute count or a percentage (1-100) depending on warning_type */
491
+ thresholdValue?: string | null;
492
+ /** Job task name to enqueue when warning fires (e.g. email:limit_warning, notification:approaching_limit) */
493
+ taskIdentifier?: string | null;
494
+ /** Per-entity override (NULL = scope default for all entities) */
495
+ entityId?: string | null;
496
+ }
509
497
  /** Append-only log of hierarchy edge grants and revocations; triggers apply changes to the edges table */
510
498
  export interface OrgChartEdgeGrant {
511
499
  id: string;
@@ -675,42 +663,6 @@ export interface UsageSnapshot {
675
663
  capturedAt?: string | null;
676
664
  id: string;
677
665
  }
678
- /** Per-membership profile information visible to other entity members (display name, email, title, bio, avatar) */
679
- export interface OrgMemberProfile {
680
- id: string;
681
- createdAt?: string | null;
682
- updatedAt?: string | null;
683
- /** References the membership this profile belongs to (1:1) */
684
- membershipId?: string | null;
685
- /** References the entity this profile belongs to (used for RLS lookups) */
686
- entityId?: string | null;
687
- /** References the user who owns this profile (for self-edit RLS) */
688
- actorId?: string | null;
689
- /** Display name shown to other entity members */
690
- displayName?: string | null;
691
- /** Email address visible to other entity members (auto-populated from verified primary email) */
692
- email?: string | null;
693
- /** Job title or role description visible to other entity members */
694
- title?: string | null;
695
- /** Short biography visible to other entity members */
696
- bio?: string | null;
697
- /** Profile picture visible to other entity members */
698
- profilePicture?: ConstructiveInternalTypeImage | null;
699
- }
700
- /** Defines available levels that users can achieve by completing requirements */
701
- export interface AppLevel {
702
- id: string;
703
- /** Unique name of the level */
704
- name?: string | null;
705
- /** Human-readable description of what this level represents */
706
- description?: string | null;
707
- /** Badge or icon image associated with this level */
708
- image?: ConstructiveInternalTypeImage | null;
709
- /** Optional owner (actor) who created or manages this level */
710
- ownerId?: string | null;
711
- createdAt?: string | null;
712
- updatedAt?: string | null;
713
- }
714
666
  /** Tracks per-actor usage counts against configurable maximum limits */
715
667
  export interface AppLimit {
716
668
  id: string;
@@ -838,6 +790,28 @@ export interface OrgLimit {
838
790
  periodCredits?: string | null;
839
791
  entityId?: string | null;
840
792
  }
793
+ /** Per-membership profile information visible to other entity members (display name, email, title, bio, avatar) */
794
+ export interface OrgMemberProfile {
795
+ id: string;
796
+ createdAt?: string | null;
797
+ updatedAt?: string | null;
798
+ /** References the membership this profile belongs to (1:1) */
799
+ membershipId?: string | null;
800
+ /** References the entity this profile belongs to (used for RLS lookups) */
801
+ entityId?: string | null;
802
+ /** References the user who owns this profile (for self-edit RLS) */
803
+ actorId?: string | null;
804
+ /** Display name shown to other entity members */
805
+ displayName?: string | null;
806
+ /** Email address visible to other entity members (auto-populated from verified primary email) */
807
+ email?: string | null;
808
+ /** Job title or role description visible to other entity members */
809
+ title?: string | null;
810
+ /** Short biography visible to other entity members */
811
+ bio?: string | null;
812
+ /** Profile picture visible to other entity members */
813
+ profilePicture?: ConstructiveInternalTypeImage | null;
814
+ }
841
815
  /** Tracks membership records linking actors to entities with permission bitmasks, ownership, and admin status */
842
816
  export interface AppMembership {
843
817
  id: string;
@@ -950,8 +924,6 @@ export interface AppPermissionRelations {
950
924
  }
951
925
  export interface OrgPermissionRelations {
952
926
  }
953
- export interface AppLevelRequirementRelations {
954
- }
955
927
  export interface AppLimitCreditRedemptionRelations {
956
928
  creditCode?: AppLimitCreditCode | null;
957
929
  }
@@ -976,10 +948,6 @@ export interface AppAdminGrantRelations {
976
948
  }
977
949
  export interface AppOwnerGrantRelations {
978
950
  }
979
- export interface AppAchievementRelations {
980
- }
981
- export interface AppStepRelations {
982
- }
983
951
  export interface AppLimitCapsDefaultRelations {
984
952
  }
985
953
  export interface OrgLimitCapsDefaultRelations {
@@ -1004,6 +972,10 @@ export interface OrgLimitDefaultRelations {
1004
972
  export interface OrgLimitCreditRelations {
1005
973
  defaultLimit?: OrgLimitDefault | null;
1006
974
  }
975
+ export interface AppLimitWarningRelations {
976
+ }
977
+ export interface OrgLimitWarningRelations {
978
+ }
1007
979
  export interface OrgChartEdgeGrantRelations {
1008
980
  }
1009
981
  export interface AppClaimedInviteRelations {
@@ -1026,11 +998,6 @@ export interface OrgChartEdgeRelations {
1026
998
  }
1027
999
  export interface UsageSnapshotRelations {
1028
1000
  }
1029
- export interface OrgMemberProfileRelations {
1030
- membership?: OrgMembership | null;
1031
- }
1032
- export interface AppLevelRelations {
1033
- }
1034
1001
  export interface AppLimitRelations {
1035
1002
  }
1036
1003
  export interface AppInviteRelations {
@@ -1041,6 +1008,9 @@ export interface OrgLimitAggregateRelations {
1041
1008
  }
1042
1009
  export interface OrgLimitRelations {
1043
1010
  }
1011
+ export interface OrgMemberProfileRelations {
1012
+ membership?: OrgMembership | null;
1013
+ }
1044
1014
  export interface AppMembershipRelations {
1045
1015
  }
1046
1016
  export interface OrgInviteRelations {
@@ -1052,7 +1022,6 @@ export type OrgGetManagersRecordWithRelations = OrgGetManagersRecord & OrgGetMan
1052
1022
  export type OrgGetSubordinatesRecordWithRelations = OrgGetSubordinatesRecord & OrgGetSubordinatesRecordRelations;
1053
1023
  export type AppPermissionWithRelations = AppPermission & AppPermissionRelations;
1054
1024
  export type OrgPermissionWithRelations = OrgPermission & OrgPermissionRelations;
1055
- export type AppLevelRequirementWithRelations = AppLevelRequirement & AppLevelRequirementRelations;
1056
1025
  export type AppLimitCreditRedemptionWithRelations = AppLimitCreditRedemption & AppLimitCreditRedemptionRelations;
1057
1026
  export type AppLimitCreditCodeItemWithRelations = AppLimitCreditCodeItem & AppLimitCreditCodeItemRelations;
1058
1027
  export type AppLimitCreditWithRelations = AppLimitCredit & AppLimitCreditRelations;
@@ -1062,8 +1031,6 @@ export type AppLimitCreditCodeWithRelations = AppLimitCreditCode & AppLimitCredi
1062
1031
  export type OrgPermissionDefaultWithRelations = OrgPermissionDefault & OrgPermissionDefaultRelations;
1063
1032
  export type AppAdminGrantWithRelations = AppAdminGrant & AppAdminGrantRelations;
1064
1033
  export type AppOwnerGrantWithRelations = AppOwnerGrant & AppOwnerGrantRelations;
1065
- export type AppAchievementWithRelations = AppAchievement & AppAchievementRelations;
1066
- export type AppStepWithRelations = AppStep & AppStepRelations;
1067
1034
  export type AppLimitCapsDefaultWithRelations = AppLimitCapsDefault & AppLimitCapsDefaultRelations;
1068
1035
  export type OrgLimitCapsDefaultWithRelations = OrgLimitCapsDefault & OrgLimitCapsDefaultRelations;
1069
1036
  export type AppLimitCapWithRelations = AppLimitCap & AppLimitCapRelations;
@@ -1074,6 +1041,8 @@ export type MembershipTypeWithRelations = MembershipType & MembershipTypeRelatio
1074
1041
  export type AppLimitDefaultWithRelations = AppLimitDefault & AppLimitDefaultRelations;
1075
1042
  export type OrgLimitDefaultWithRelations = OrgLimitDefault & OrgLimitDefaultRelations;
1076
1043
  export type OrgLimitCreditWithRelations = OrgLimitCredit & OrgLimitCreditRelations;
1044
+ export type AppLimitWarningWithRelations = AppLimitWarning & AppLimitWarningRelations;
1045
+ export type OrgLimitWarningWithRelations = OrgLimitWarning & OrgLimitWarningRelations;
1077
1046
  export type OrgChartEdgeGrantWithRelations = OrgChartEdgeGrant & OrgChartEdgeGrantRelations;
1078
1047
  export type AppClaimedInviteWithRelations = AppClaimedInvite & AppClaimedInviteRelations;
1079
1048
  export type AppGrantWithRelations = AppGrant & AppGrantRelations;
@@ -1085,13 +1054,12 @@ export type OrgLimitEventWithRelations = OrgLimitEvent & OrgLimitEventRelations;
1085
1054
  export type OrgGrantWithRelations = OrgGrant & OrgGrantRelations;
1086
1055
  export type OrgChartEdgeWithRelations = OrgChartEdge & OrgChartEdgeRelations;
1087
1056
  export type UsageSnapshotWithRelations = UsageSnapshot & UsageSnapshotRelations;
1088
- export type OrgMemberProfileWithRelations = OrgMemberProfile & OrgMemberProfileRelations;
1089
- export type AppLevelWithRelations = AppLevel & AppLevelRelations;
1090
1057
  export type AppLimitWithRelations = AppLimit & AppLimitRelations;
1091
1058
  export type AppInviteWithRelations = AppInvite & AppInviteRelations;
1092
1059
  export type OrgMembershipSettingWithRelations = OrgMembershipSetting & OrgMembershipSettingRelations;
1093
1060
  export type OrgLimitAggregateWithRelations = OrgLimitAggregate & OrgLimitAggregateRelations;
1094
1061
  export type OrgLimitWithRelations = OrgLimit & OrgLimitRelations;
1062
+ export type OrgMemberProfileWithRelations = OrgMemberProfile & OrgMemberProfileRelations;
1095
1063
  export type AppMembershipWithRelations = AppMembership & AppMembershipRelations;
1096
1064
  export type OrgInviteWithRelations = OrgInvite & OrgInviteRelations;
1097
1065
  export type OrgMembershipWithRelations = OrgMembership & OrgMembershipRelations;
@@ -1117,16 +1085,6 @@ export type OrgPermissionSelect = {
1117
1085
  bitstr?: boolean;
1118
1086
  description?: boolean;
1119
1087
  };
1120
- export type AppLevelRequirementSelect = {
1121
- id?: boolean;
1122
- name?: boolean;
1123
- level?: boolean;
1124
- description?: boolean;
1125
- requiredCount?: boolean;
1126
- priority?: boolean;
1127
- createdAt?: boolean;
1128
- updatedAt?: boolean;
1129
- };
1130
1088
  export type AppLimitCreditRedemptionSelect = {
1131
1089
  id?: boolean;
1132
1090
  creditCodeId?: boolean;
@@ -1209,22 +1167,6 @@ export type AppOwnerGrantSelect = {
1209
1167
  createdAt?: boolean;
1210
1168
  updatedAt?: boolean;
1211
1169
  };
1212
- export type AppAchievementSelect = {
1213
- id?: boolean;
1214
- actorId?: boolean;
1215
- name?: boolean;
1216
- count?: boolean;
1217
- createdAt?: boolean;
1218
- updatedAt?: boolean;
1219
- };
1220
- export type AppStepSelect = {
1221
- id?: boolean;
1222
- actorId?: boolean;
1223
- name?: boolean;
1224
- count?: boolean;
1225
- createdAt?: boolean;
1226
- updatedAt?: boolean;
1227
- };
1228
1170
  export type AppLimitCapsDefaultSelect = {
1229
1171
  id?: boolean;
1230
1172
  name?: boolean;
@@ -1315,6 +1257,21 @@ export type OrgLimitCreditSelect = {
1315
1257
  select: OrgLimitDefaultSelect;
1316
1258
  };
1317
1259
  };
1260
+ export type AppLimitWarningSelect = {
1261
+ id?: boolean;
1262
+ name?: boolean;
1263
+ warningType?: boolean;
1264
+ thresholdValue?: boolean;
1265
+ taskIdentifier?: boolean;
1266
+ };
1267
+ export type OrgLimitWarningSelect = {
1268
+ id?: boolean;
1269
+ name?: boolean;
1270
+ warningType?: boolean;
1271
+ thresholdValue?: boolean;
1272
+ taskIdentifier?: boolean;
1273
+ entityId?: boolean;
1274
+ };
1318
1275
  export type OrgChartEdgeGrantSelect = {
1319
1276
  id?: boolean;
1320
1277
  entityId?: boolean;
@@ -1420,31 +1377,6 @@ export type UsageSnapshotSelect = {
1420
1377
  capturedAt?: boolean;
1421
1378
  id?: boolean;
1422
1379
  };
1423
- export type OrgMemberProfileSelect = {
1424
- id?: boolean;
1425
- createdAt?: boolean;
1426
- updatedAt?: boolean;
1427
- membershipId?: boolean;
1428
- entityId?: boolean;
1429
- actorId?: boolean;
1430
- displayName?: boolean;
1431
- email?: boolean;
1432
- title?: boolean;
1433
- bio?: boolean;
1434
- profilePicture?: boolean;
1435
- membership?: {
1436
- select: OrgMembershipSelect;
1437
- };
1438
- };
1439
- export type AppLevelSelect = {
1440
- id?: boolean;
1441
- name?: boolean;
1442
- description?: boolean;
1443
- image?: boolean;
1444
- ownerId?: boolean;
1445
- createdAt?: boolean;
1446
- updatedAt?: boolean;
1447
- };
1448
1380
  export type AppLimitSelect = {
1449
1381
  id?: boolean;
1450
1382
  name?: boolean;
@@ -1517,6 +1449,22 @@ export type OrgLimitSelect = {
1517
1449
  periodCredits?: boolean;
1518
1450
  entityId?: boolean;
1519
1451
  };
1452
+ export type OrgMemberProfileSelect = {
1453
+ id?: boolean;
1454
+ createdAt?: boolean;
1455
+ updatedAt?: boolean;
1456
+ membershipId?: boolean;
1457
+ entityId?: boolean;
1458
+ actorId?: boolean;
1459
+ displayName?: boolean;
1460
+ email?: boolean;
1461
+ title?: boolean;
1462
+ bio?: boolean;
1463
+ profilePicture?: boolean;
1464
+ membership?: {
1465
+ select: OrgMembershipSelect;
1466
+ };
1467
+ };
1520
1468
  export type AppMembershipSelect = {
1521
1469
  id?: boolean;
1522
1470
  createdAt?: boolean;
@@ -1626,30 +1574,6 @@ export interface OrgPermissionFilter {
1626
1574
  /** Negates the expression. */
1627
1575
  not?: OrgPermissionFilter;
1628
1576
  }
1629
- export interface AppLevelRequirementFilter {
1630
- /** Filter by the object’s `id` field. */
1631
- id?: UUIDFilter;
1632
- /** Filter by the object’s `name` field. */
1633
- name?: StringFilter;
1634
- /** Filter by the object’s `level` field. */
1635
- level?: StringFilter;
1636
- /** Filter by the object’s `description` field. */
1637
- description?: StringFilter;
1638
- /** Filter by the object’s `requiredCount` field. */
1639
- requiredCount?: IntFilter;
1640
- /** Filter by the object’s `priority` field. */
1641
- priority?: IntFilter;
1642
- /** Filter by the object’s `createdAt` field. */
1643
- createdAt?: DatetimeFilter;
1644
- /** Filter by the object’s `updatedAt` field. */
1645
- updatedAt?: DatetimeFilter;
1646
- /** Checks for all expressions in this list. */
1647
- and?: AppLevelRequirementFilter[];
1648
- /** Checks for any expressions in this list. */
1649
- or?: AppLevelRequirementFilter[];
1650
- /** Negates the expression. */
1651
- not?: AppLevelRequirementFilter;
1652
- }
1653
1577
  export interface AppLimitCreditRedemptionFilter {
1654
1578
  /** Filter by the object’s `id` field. */
1655
1579
  id?: UUIDFilter;
@@ -1818,46 +1742,6 @@ export interface AppOwnerGrantFilter {
1818
1742
  /** Negates the expression. */
1819
1743
  not?: AppOwnerGrantFilter;
1820
1744
  }
1821
- export interface AppAchievementFilter {
1822
- /** Filter by the object’s `id` field. */
1823
- id?: UUIDFilter;
1824
- /** Filter by the object’s `actorId` field. */
1825
- actorId?: UUIDFilter;
1826
- /** Filter by the object’s `name` field. */
1827
- name?: StringFilter;
1828
- /** Filter by the object’s `count` field. */
1829
- count?: IntFilter;
1830
- /** Filter by the object’s `createdAt` field. */
1831
- createdAt?: DatetimeFilter;
1832
- /** Filter by the object’s `updatedAt` field. */
1833
- updatedAt?: DatetimeFilter;
1834
- /** Checks for all expressions in this list. */
1835
- and?: AppAchievementFilter[];
1836
- /** Checks for any expressions in this list. */
1837
- or?: AppAchievementFilter[];
1838
- /** Negates the expression. */
1839
- not?: AppAchievementFilter;
1840
- }
1841
- export interface AppStepFilter {
1842
- /** Filter by the object’s `id` field. */
1843
- id?: UUIDFilter;
1844
- /** Filter by the object’s `actorId` field. */
1845
- actorId?: UUIDFilter;
1846
- /** Filter by the object’s `name` field. */
1847
- name?: StringFilter;
1848
- /** Filter by the object’s `count` field. */
1849
- count?: IntFilter;
1850
- /** Filter by the object’s `createdAt` field. */
1851
- createdAt?: DatetimeFilter;
1852
- /** Filter by the object’s `updatedAt` field. */
1853
- updatedAt?: DatetimeFilter;
1854
- /** Checks for all expressions in this list. */
1855
- and?: AppStepFilter[];
1856
- /** Checks for any expressions in this list. */
1857
- or?: AppStepFilter[];
1858
- /** Negates the expression. */
1859
- not?: AppStepFilter;
1860
- }
1861
1745
  export interface AppLimitCapsDefaultFilter {
1862
1746
  /** Filter by the object’s `id` field. */
1863
1747
  id?: UUIDFilter;
@@ -2050,6 +1934,44 @@ export interface OrgLimitCreditFilter {
2050
1934
  /** Filter by the object’s `defaultLimit` relation. */
2051
1935
  defaultLimit?: OrgLimitDefaultFilter;
2052
1936
  }
1937
+ export interface AppLimitWarningFilter {
1938
+ /** Filter by the object’s `id` field. */
1939
+ id?: UUIDFilter;
1940
+ /** Filter by the object’s `name` field. */
1941
+ name?: StringFilter;
1942
+ /** Filter by the object’s `warningType` field. */
1943
+ warningType?: StringFilter;
1944
+ /** Filter by the object’s `thresholdValue` field. */
1945
+ thresholdValue?: BigIntFilter;
1946
+ /** Filter by the object’s `taskIdentifier` field. */
1947
+ taskIdentifier?: StringFilter;
1948
+ /** Checks for all expressions in this list. */
1949
+ and?: AppLimitWarningFilter[];
1950
+ /** Checks for any expressions in this list. */
1951
+ or?: AppLimitWarningFilter[];
1952
+ /** Negates the expression. */
1953
+ not?: AppLimitWarningFilter;
1954
+ }
1955
+ export interface OrgLimitWarningFilter {
1956
+ /** Filter by the object’s `id` field. */
1957
+ id?: UUIDFilter;
1958
+ /** Filter by the object’s `name` field. */
1959
+ name?: StringFilter;
1960
+ /** Filter by the object’s `warningType` field. */
1961
+ warningType?: StringFilter;
1962
+ /** Filter by the object’s `thresholdValue` field. */
1963
+ thresholdValue?: BigIntFilter;
1964
+ /** Filter by the object’s `taskIdentifier` field. */
1965
+ taskIdentifier?: StringFilter;
1966
+ /** Filter by the object’s `entityId` field. */
1967
+ entityId?: UUIDFilter;
1968
+ /** Checks for all expressions in this list. */
1969
+ and?: OrgLimitWarningFilter[];
1970
+ /** Checks for any expressions in this list. */
1971
+ or?: OrgLimitWarningFilter[];
1972
+ /** Negates the expression. */
1973
+ not?: OrgLimitWarningFilter;
1974
+ }
2053
1975
  export interface OrgChartEdgeGrantFilter {
2054
1976
  /** Filter by the object’s `id` field. */
2055
1977
  id?: UUIDFilter;
@@ -2300,87 +2222,33 @@ export interface UsageSnapshotFilter {
2300
2222
  /** Negates the expression. */
2301
2223
  not?: UsageSnapshotFilter;
2302
2224
  }
2303
- export interface OrgMemberProfileFilter {
2225
+ export interface AppLimitFilter {
2304
2226
  /** Filter by the object’s `id` field. */
2305
2227
  id?: UUIDFilter;
2306
- /** Filter by the object’s `createdAt` field. */
2307
- createdAt?: DatetimeFilter;
2308
- /** Filter by the object’s `updatedAt` field. */
2309
- updatedAt?: DatetimeFilter;
2310
- /** Filter by the object’s `membershipId` field. */
2311
- membershipId?: UUIDFilter;
2312
- /** Filter by the object’s `entityId` field. */
2313
- entityId?: UUIDFilter;
2228
+ /** Filter by the object’s `name` field. */
2229
+ name?: StringFilter;
2314
2230
  /** Filter by the object’s `actorId` field. */
2315
2231
  actorId?: UUIDFilter;
2316
- /** Filter by the object’s `displayName` field. */
2317
- displayName?: StringFilter;
2318
- /** Filter by the object’s `email` field. */
2319
- email?: StringFilter;
2320
- /** Filter by the object’s `title` field. */
2321
- title?: StringFilter;
2322
- /** Filter by the object’s `bio` field. */
2323
- bio?: StringFilter;
2324
- /** Filter by the object’s `profilePicture` field. */
2325
- profilePicture?: ConstructiveInternalTypeImageFilter;
2232
+ /** Filter by the object’s `num` field. */
2233
+ num?: BigIntFilter;
2234
+ /** Filter by the object’s `max` field. */
2235
+ max?: BigIntFilter;
2236
+ /** Filter by the object’s `softMax` field. */
2237
+ softMax?: BigIntFilter;
2238
+ /** Filter by the object’s `windowStart` field. */
2239
+ windowStart?: DatetimeFilter;
2240
+ /** Filter by the object’s `windowDuration` field. */
2241
+ windowDuration?: IntervalFilter;
2242
+ /** Filter by the object’s `planMax` field. */
2243
+ planMax?: BigIntFilter;
2244
+ /** Filter by the object’s `purchasedCredits` field. */
2245
+ purchasedCredits?: BigIntFilter;
2246
+ /** Filter by the object’s `periodCredits` field. */
2247
+ periodCredits?: BigIntFilter;
2326
2248
  /** Checks for all expressions in this list. */
2327
- and?: OrgMemberProfileFilter[];
2249
+ and?: AppLimitFilter[];
2328
2250
  /** Checks for any expressions in this list. */
2329
- or?: OrgMemberProfileFilter[];
2330
- /** Negates the expression. */
2331
- not?: OrgMemberProfileFilter;
2332
- /** Filter by the object’s `membership` relation. */
2333
- membership?: OrgMembershipFilter;
2334
- }
2335
- export interface AppLevelFilter {
2336
- /** Filter by the object’s `id` field. */
2337
- id?: UUIDFilter;
2338
- /** Filter by the object’s `name` field. */
2339
- name?: StringFilter;
2340
- /** Filter by the object’s `description` field. */
2341
- description?: StringFilter;
2342
- /** Filter by the object’s `image` field. */
2343
- image?: ConstructiveInternalTypeImageFilter;
2344
- /** Filter by the object’s `ownerId` field. */
2345
- ownerId?: UUIDFilter;
2346
- /** Filter by the object’s `createdAt` field. */
2347
- createdAt?: DatetimeFilter;
2348
- /** Filter by the object’s `updatedAt` field. */
2349
- updatedAt?: DatetimeFilter;
2350
- /** Checks for all expressions in this list. */
2351
- and?: AppLevelFilter[];
2352
- /** Checks for any expressions in this list. */
2353
- or?: AppLevelFilter[];
2354
- /** Negates the expression. */
2355
- not?: AppLevelFilter;
2356
- }
2357
- export interface AppLimitFilter {
2358
- /** Filter by the object’s `id` field. */
2359
- id?: UUIDFilter;
2360
- /** Filter by the object’s `name` field. */
2361
- name?: StringFilter;
2362
- /** Filter by the object’s `actorId` field. */
2363
- actorId?: UUIDFilter;
2364
- /** Filter by the object’s `num` field. */
2365
- num?: BigIntFilter;
2366
- /** Filter by the object’s `max` field. */
2367
- max?: BigIntFilter;
2368
- /** Filter by the object’s `softMax` field. */
2369
- softMax?: BigIntFilter;
2370
- /** Filter by the object’s `windowStart` field. */
2371
- windowStart?: DatetimeFilter;
2372
- /** Filter by the object’s `windowDuration` field. */
2373
- windowDuration?: IntervalFilter;
2374
- /** Filter by the object’s `planMax` field. */
2375
- planMax?: BigIntFilter;
2376
- /** Filter by the object’s `purchasedCredits` field. */
2377
- purchasedCredits?: BigIntFilter;
2378
- /** Filter by the object’s `periodCredits` field. */
2379
- periodCredits?: BigIntFilter;
2380
- /** Checks for all expressions in this list. */
2381
- and?: AppLimitFilter[];
2382
- /** Checks for any expressions in this list. */
2383
- or?: AppLimitFilter[];
2251
+ or?: AppLimitFilter[];
2384
2252
  /** Negates the expression. */
2385
2253
  not?: AppLimitFilter;
2386
2254
  }
@@ -2516,6 +2384,38 @@ export interface OrgLimitFilter {
2516
2384
  /** Negates the expression. */
2517
2385
  not?: OrgLimitFilter;
2518
2386
  }
2387
+ export interface OrgMemberProfileFilter {
2388
+ /** Filter by the object’s `id` field. */
2389
+ id?: UUIDFilter;
2390
+ /** Filter by the object’s `createdAt` field. */
2391
+ createdAt?: DatetimeFilter;
2392
+ /** Filter by the object’s `updatedAt` field. */
2393
+ updatedAt?: DatetimeFilter;
2394
+ /** Filter by the object’s `membershipId` field. */
2395
+ membershipId?: UUIDFilter;
2396
+ /** Filter by the object’s `entityId` field. */
2397
+ entityId?: UUIDFilter;
2398
+ /** Filter by the object’s `actorId` field. */
2399
+ actorId?: UUIDFilter;
2400
+ /** Filter by the object’s `displayName` field. */
2401
+ displayName?: StringFilter;
2402
+ /** Filter by the object’s `email` field. */
2403
+ email?: StringFilter;
2404
+ /** Filter by the object’s `title` field. */
2405
+ title?: StringFilter;
2406
+ /** Filter by the object’s `bio` field. */
2407
+ bio?: StringFilter;
2408
+ /** Filter by the object’s `profilePicture` field. */
2409
+ profilePicture?: ConstructiveInternalTypeImageFilter;
2410
+ /** Checks for all expressions in this list. */
2411
+ and?: OrgMemberProfileFilter[];
2412
+ /** Checks for any expressions in this list. */
2413
+ or?: OrgMemberProfileFilter[];
2414
+ /** Negates the expression. */
2415
+ not?: OrgMemberProfileFilter;
2416
+ /** Filter by the object’s `membership` relation. */
2417
+ membership?: OrgMembershipFilter;
2418
+ }
2519
2419
  export interface AppMembershipFilter {
2520
2420
  /** Filter by the object’s `id` field. */
2521
2421
  id?: UUIDFilter;
@@ -2646,7 +2546,6 @@ export type OrgGetManagersRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC
2646
2546
  export type OrgGetSubordinatesRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'USER_ID_ASC' | 'USER_ID_DESC' | 'DEPTH_ASC' | 'DEPTH_DESC';
2647
2547
  export type AppPermissionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC';
2648
2548
  export type OrgPermissionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC';
2649
- export type AppLevelRequirementOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
2650
2549
  export type AppLimitCreditRedemptionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREDIT_CODE_ID_ASC' | 'CREDIT_CODE_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
2651
2550
  export type AppLimitCreditCodeItemOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREDIT_CODE_ID_ASC' | 'CREDIT_CODE_ID_DESC' | 'DEFAULT_LIMIT_ID_ASC' | 'DEFAULT_LIMIT_ID_DESC' | 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'CREDIT_TYPE_ASC' | 'CREDIT_TYPE_DESC';
2652
2551
  export type AppLimitCreditOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DEFAULT_LIMIT_ID_ASC' | 'DEFAULT_LIMIT_ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'CREDIT_TYPE_ASC' | 'CREDIT_TYPE_DESC' | 'REASON_ASC' | 'REASON_DESC';
@@ -2656,8 +2555,6 @@ export type AppLimitCreditCodeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY
2656
2555
  export type OrgPermissionDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
2657
2556
  export type AppAdminGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
2658
2557
  export type AppOwnerGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
2659
- export type AppAchievementOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
2660
- export type AppStepOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
2661
2558
  export type AppLimitCapsDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC';
2662
2559
  export type OrgLimitCapsDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC';
2663
2560
  export type AppLimitCapOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'MAX_ASC' | 'MAX_DESC';
@@ -2668,6 +2565,8 @@ export type MembershipTypeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY
2668
2565
  export type AppLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC';
2669
2566
  export type OrgLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC';
2670
2567
  export type OrgLimitCreditOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DEFAULT_LIMIT_ID_ASC' | 'DEFAULT_LIMIT_ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'CREDIT_TYPE_ASC' | 'CREDIT_TYPE_DESC' | 'REASON_ASC' | 'REASON_DESC';
2568
+ export type AppLimitWarningOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'WARNING_TYPE_ASC' | 'WARNING_TYPE_DESC' | 'THRESHOLD_VALUE_ASC' | 'THRESHOLD_VALUE_DESC' | 'TASK_IDENTIFIER_ASC' | 'TASK_IDENTIFIER_DESC';
2569
+ export type OrgLimitWarningOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'WARNING_TYPE_ASC' | 'WARNING_TYPE_DESC' | 'THRESHOLD_VALUE_ASC' | 'THRESHOLD_VALUE_DESC' | 'TASK_IDENTIFIER_ASC' | 'TASK_IDENTIFIER_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
2671
2570
  export type OrgChartEdgeGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
2672
2571
  export type AppClaimedInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
2673
2572
  export type AppGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_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';
@@ -2679,13 +2578,12 @@ export type OrgLimitEventOrderBy = 'NATURAL' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR
2679
2578
  export type OrgGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
2680
2579
  export type OrgChartEdgeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
2681
2580
  export type UsageSnapshotOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'METRIC_NAME_ASC' | 'METRIC_NAME_DESC' | 'METRIC_VALUE_ASC' | 'METRIC_VALUE_DESC' | 'DIMENSIONS_ASC' | 'DIMENSIONS_DESC' | 'CAPTURED_AT_ASC' | 'CAPTURED_AT_DESC' | 'ID_ASC' | 'ID_DESC';
2682
- export type OrgMemberProfileOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'MEMBERSHIP_ID_ASC' | 'MEMBERSHIP_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'BIO_ASC' | 'BIO_DESC' | 'PROFILE_PICTURE_ASC' | 'PROFILE_PICTURE_DESC';
2683
- export type AppLevelOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
2684
2581
  export type AppLimitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NUM_ASC' | 'NUM_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC' | 'WINDOW_START_ASC' | 'WINDOW_START_DESC' | 'WINDOW_DURATION_ASC' | 'WINDOW_DURATION_DESC' | 'PLAN_MAX_ASC' | 'PLAN_MAX_DESC' | 'PURCHASED_CREDITS_ASC' | 'PURCHASED_CREDITS_DESC' | 'PERIOD_CREDITS_ASC' | 'PERIOD_CREDITS_DESC';
2685
2582
  export type AppInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
2686
2583
  export type OrgMembershipSettingOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'DELETE_MEMBER_CASCADE_CHILDREN_ASC' | 'DELETE_MEMBER_CASCADE_CHILDREN_DESC' | 'CREATE_CHILD_CASCADE_OWNERS_ASC' | 'CREATE_CHILD_CASCADE_OWNERS_DESC' | 'CREATE_CHILD_CASCADE_ADMINS_ASC' | 'CREATE_CHILD_CASCADE_ADMINS_DESC' | 'CREATE_CHILD_CASCADE_MEMBERS_ASC' | 'CREATE_CHILD_CASCADE_MEMBERS_DESC' | 'ALLOW_EXTERNAL_MEMBERS_ASC' | 'ALLOW_EXTERNAL_MEMBERS_DESC' | 'INVITE_PROFILE_ASSIGNMENT_MODE_ASC' | 'INVITE_PROFILE_ASSIGNMENT_MODE_DESC' | 'POPULATE_MEMBER_EMAIL_ASC' | 'POPULATE_MEMBER_EMAIL_DESC' | 'LIMIT_ALLOCATION_MODE_ASC' | 'LIMIT_ALLOCATION_MODE_DESC';
2687
2584
  export type OrgLimitAggregateOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'NUM_ASC' | 'NUM_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC' | 'WINDOW_START_ASC' | 'WINDOW_START_DESC' | 'WINDOW_DURATION_ASC' | 'WINDOW_DURATION_DESC' | 'PLAN_MAX_ASC' | 'PLAN_MAX_DESC' | 'PURCHASED_CREDITS_ASC' | 'PURCHASED_CREDITS_DESC' | 'PERIOD_CREDITS_ASC' | 'PERIOD_CREDITS_DESC' | 'RESERVED_ASC' | 'RESERVED_DESC';
2688
2585
  export type OrgLimitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NUM_ASC' | 'NUM_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC' | 'WINDOW_START_ASC' | 'WINDOW_START_DESC' | 'WINDOW_DURATION_ASC' | 'WINDOW_DURATION_DESC' | 'PLAN_MAX_ASC' | 'PLAN_MAX_DESC' | 'PURCHASED_CREDITS_ASC' | 'PURCHASED_CREDITS_DESC' | 'PERIOD_CREDITS_ASC' | 'PERIOD_CREDITS_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
2586
+ export type OrgMemberProfileOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'MEMBERSHIP_ID_ASC' | 'MEMBERSHIP_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'BIO_ASC' | 'BIO_DESC' | 'PROFILE_PICTURE_ASC' | 'PROFILE_PICTURE_DESC';
2689
2587
  export type AppMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
2690
2588
  export type OrgInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'IS_READ_ONLY_ASC' | 'IS_READ_ONLY_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';
2691
2589
  export type OrgMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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_EXTERNAL_ASC' | 'IS_EXTERNAL_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' | 'IS_READ_ONLY_ASC' | 'IS_READ_ONLY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
@@ -2777,32 +2675,6 @@ export interface DeleteOrgPermissionInput {
2777
2675
  clientMutationId?: string;
2778
2676
  id: string;
2779
2677
  }
2780
- export interface CreateAppLevelRequirementInput {
2781
- clientMutationId?: string;
2782
- appLevelRequirement: {
2783
- name: string;
2784
- level: string;
2785
- description?: string;
2786
- requiredCount?: number;
2787
- priority?: number;
2788
- };
2789
- }
2790
- export interface AppLevelRequirementPatch {
2791
- name?: string | null;
2792
- level?: string | null;
2793
- description?: string | null;
2794
- requiredCount?: number | null;
2795
- priority?: number | null;
2796
- }
2797
- export interface UpdateAppLevelRequirementInput {
2798
- clientMutationId?: string;
2799
- id: string;
2800
- appLevelRequirementPatch: AppLevelRequirementPatch;
2801
- }
2802
- export interface DeleteAppLevelRequirementInput {
2803
- clientMutationId?: string;
2804
- id: string;
2805
- }
2806
2678
  export interface CreateAppLimitCreditRedemptionInput {
2807
2679
  clientMutationId?: string;
2808
2680
  appLimitCreditRedemption: {
@@ -3001,50 +2873,6 @@ export interface DeleteAppOwnerGrantInput {
3001
2873
  clientMutationId?: string;
3002
2874
  id: string;
3003
2875
  }
3004
- export interface CreateAppAchievementInput {
3005
- clientMutationId?: string;
3006
- appAchievement: {
3007
- actorId?: string;
3008
- name: string;
3009
- count?: number;
3010
- };
3011
- }
3012
- export interface AppAchievementPatch {
3013
- actorId?: string | null;
3014
- name?: string | null;
3015
- count?: number | null;
3016
- }
3017
- export interface UpdateAppAchievementInput {
3018
- clientMutationId?: string;
3019
- id: string;
3020
- appAchievementPatch: AppAchievementPatch;
3021
- }
3022
- export interface DeleteAppAchievementInput {
3023
- clientMutationId?: string;
3024
- id: string;
3025
- }
3026
- export interface CreateAppStepInput {
3027
- clientMutationId?: string;
3028
- appStep: {
3029
- actorId?: string;
3030
- name: string;
3031
- count?: number;
3032
- };
3033
- }
3034
- export interface AppStepPatch {
3035
- actorId?: string | null;
3036
- name?: string | null;
3037
- count?: number | null;
3038
- }
3039
- export interface UpdateAppStepInput {
3040
- clientMutationId?: string;
3041
- id: string;
3042
- appStepPatch: AppStepPatch;
3043
- }
3044
- export interface DeleteAppStepInput {
3045
- clientMutationId?: string;
3046
- id: string;
3047
- }
3048
2876
  export interface CreateAppLimitCapsDefaultInput {
3049
2877
  clientMutationId?: string;
3050
2878
  appLimitCapsDefault: {
@@ -3275,6 +3103,56 @@ export interface DeleteOrgLimitCreditInput {
3275
3103
  clientMutationId?: string;
3276
3104
  id: string;
3277
3105
  }
3106
+ export interface CreateAppLimitWarningInput {
3107
+ clientMutationId?: string;
3108
+ appLimitWarning: {
3109
+ name: string;
3110
+ warningType: string;
3111
+ thresholdValue: string;
3112
+ taskIdentifier: string;
3113
+ };
3114
+ }
3115
+ export interface AppLimitWarningPatch {
3116
+ name?: string | null;
3117
+ warningType?: string | null;
3118
+ thresholdValue?: string | null;
3119
+ taskIdentifier?: string | null;
3120
+ }
3121
+ export interface UpdateAppLimitWarningInput {
3122
+ clientMutationId?: string;
3123
+ id: string;
3124
+ appLimitWarningPatch: AppLimitWarningPatch;
3125
+ }
3126
+ export interface DeleteAppLimitWarningInput {
3127
+ clientMutationId?: string;
3128
+ id: string;
3129
+ }
3130
+ export interface CreateOrgLimitWarningInput {
3131
+ clientMutationId?: string;
3132
+ orgLimitWarning: {
3133
+ name: string;
3134
+ warningType: string;
3135
+ thresholdValue: string;
3136
+ taskIdentifier: string;
3137
+ entityId?: string;
3138
+ };
3139
+ }
3140
+ export interface OrgLimitWarningPatch {
3141
+ name?: string | null;
3142
+ warningType?: string | null;
3143
+ thresholdValue?: string | null;
3144
+ taskIdentifier?: string | null;
3145
+ entityId?: string | null;
3146
+ }
3147
+ export interface UpdateOrgLimitWarningInput {
3148
+ clientMutationId?: string;
3149
+ id: string;
3150
+ orgLimitWarningPatch: OrgLimitWarningPatch;
3151
+ }
3152
+ export interface DeleteOrgLimitWarningInput {
3153
+ clientMutationId?: string;
3154
+ id: string;
3155
+ }
3278
3156
  export interface CreateOrgChartEdgeGrantInput {
3279
3157
  clientMutationId?: string;
3280
3158
  orgChartEdgeGrant: {
@@ -3569,64 +3447,6 @@ export interface DeleteUsageSnapshotInput {
3569
3447
  clientMutationId?: string;
3570
3448
  id: string;
3571
3449
  }
3572
- export interface CreateOrgMemberProfileInput {
3573
- clientMutationId?: string;
3574
- orgMemberProfile: {
3575
- membershipId: string;
3576
- entityId: string;
3577
- actorId: string;
3578
- displayName?: string;
3579
- email?: string;
3580
- title?: string;
3581
- bio?: string;
3582
- profilePicture?: ConstructiveInternalTypeImage;
3583
- };
3584
- }
3585
- export interface OrgMemberProfilePatch {
3586
- membershipId?: string | null;
3587
- entityId?: string | null;
3588
- actorId?: string | null;
3589
- displayName?: string | null;
3590
- email?: string | null;
3591
- title?: string | null;
3592
- bio?: string | null;
3593
- profilePicture?: ConstructiveInternalTypeImage | null;
3594
- profilePictureUpload?: File | null;
3595
- }
3596
- export interface UpdateOrgMemberProfileInput {
3597
- clientMutationId?: string;
3598
- id: string;
3599
- orgMemberProfilePatch: OrgMemberProfilePatch;
3600
- }
3601
- export interface DeleteOrgMemberProfileInput {
3602
- clientMutationId?: string;
3603
- id: string;
3604
- }
3605
- export interface CreateAppLevelInput {
3606
- clientMutationId?: string;
3607
- appLevel: {
3608
- name: string;
3609
- description?: string;
3610
- image?: ConstructiveInternalTypeImage;
3611
- ownerId?: string;
3612
- };
3613
- }
3614
- export interface AppLevelPatch {
3615
- name?: string | null;
3616
- description?: string | null;
3617
- image?: ConstructiveInternalTypeImage | null;
3618
- ownerId?: string | null;
3619
- imageUpload?: File | null;
3620
- }
3621
- export interface UpdateAppLevelInput {
3622
- clientMutationId?: string;
3623
- id: string;
3624
- appLevelPatch: AppLevelPatch;
3625
- }
3626
- export interface DeleteAppLevelInput {
3627
- clientMutationId?: string;
3628
- id: string;
3629
- }
3630
3450
  export interface CreateAppLimitInput {
3631
3451
  clientMutationId?: string;
3632
3452
  appLimit: {
@@ -3813,6 +3633,39 @@ export interface DeleteOrgLimitInput {
3813
3633
  clientMutationId?: string;
3814
3634
  id: string;
3815
3635
  }
3636
+ export interface CreateOrgMemberProfileInput {
3637
+ clientMutationId?: string;
3638
+ orgMemberProfile: {
3639
+ membershipId: string;
3640
+ entityId: string;
3641
+ actorId: string;
3642
+ displayName?: string;
3643
+ email?: string;
3644
+ title?: string;
3645
+ bio?: string;
3646
+ profilePicture?: ConstructiveInternalTypeImage;
3647
+ };
3648
+ }
3649
+ export interface OrgMemberProfilePatch {
3650
+ membershipId?: string | null;
3651
+ entityId?: string | null;
3652
+ actorId?: string | null;
3653
+ displayName?: string | null;
3654
+ email?: string | null;
3655
+ title?: string | null;
3656
+ bio?: string | null;
3657
+ profilePicture?: ConstructiveInternalTypeImage | null;
3658
+ profilePictureUpload?: File | null;
3659
+ }
3660
+ export interface UpdateOrgMemberProfileInput {
3661
+ clientMutationId?: string;
3662
+ id: string;
3663
+ orgMemberProfilePatch: OrgMemberProfilePatch;
3664
+ }
3665
+ export interface DeleteOrgMemberProfileInput {
3666
+ clientMutationId?: string;
3667
+ id: string;
3668
+ }
3816
3669
  export interface CreateAppMembershipInput {
3817
3670
  clientMutationId?: string;
3818
3671
  appMembership: {
@@ -4006,41 +3859,6 @@ export interface OrgLimitDefaultToManyOrgLimitCreditFilter {
4006
3859
  /** Filters to entities where no related entity matches. */
4007
3860
  none?: OrgLimitCreditFilter;
4008
3861
  }
4009
- /** A filter to be used against ConstructiveInternalTypeImage fields. All fields are combined with a logical ‘and.’ */
4010
- export interface ConstructiveInternalTypeImageFilter {
4011
- /** Is null (if `true` is specified) or is not null (if `false` is specified). */
4012
- isNull?: boolean;
4013
- /** Equal to the specified value. */
4014
- equalTo?: ConstructiveInternalTypeImage;
4015
- /** Not equal to the specified value. */
4016
- notEqualTo?: ConstructiveInternalTypeImage;
4017
- /** Not equal to the specified value, treating null like an ordinary value. */
4018
- distinctFrom?: ConstructiveInternalTypeImage;
4019
- /** Equal to the specified value, treating null like an ordinary value. */
4020
- notDistinctFrom?: ConstructiveInternalTypeImage;
4021
- /** Included in the specified list. */
4022
- in?: ConstructiveInternalTypeImage[];
4023
- /** Not included in the specified list. */
4024
- notIn?: ConstructiveInternalTypeImage[];
4025
- /** Less than the specified value. */
4026
- lessThan?: ConstructiveInternalTypeImage;
4027
- /** Less than or equal to the specified value. */
4028
- lessThanOrEqualTo?: ConstructiveInternalTypeImage;
4029
- /** Greater than the specified value. */
4030
- greaterThan?: ConstructiveInternalTypeImage;
4031
- /** Greater than or equal to the specified value. */
4032
- greaterThanOrEqualTo?: ConstructiveInternalTypeImage;
4033
- /** Contains the specified JSON. */
4034
- contains?: ConstructiveInternalTypeImage;
4035
- /** Contains the specified key. */
4036
- containsKey?: string;
4037
- /** Contains all of the specified keys. */
4038
- containsAllKeys?: string[];
4039
- /** Contains any of the specified keys. */
4040
- containsAnyKeys?: string[];
4041
- /** Contained by the specified JSON. */
4042
- containedBy?: ConstructiveInternalTypeImage;
4043
- }
4044
3862
  /** A filter to be used against Interval fields. All fields are combined with a logical ‘and.’ */
4045
3863
  export interface IntervalFilter {
4046
3864
  /** Is null (if `true` is specified) or is not null (if `false` is specified). */
@@ -4143,6 +3961,41 @@ export interface ConstructiveInternalTypeEmailFilter {
4143
3961
  /** Greater than or equal to the specified value (case-insensitive). */
4144
3962
  greaterThanOrEqualToInsensitive?: ConstructiveInternalTypeEmail;
4145
3963
  }
3964
+ /** A filter to be used against ConstructiveInternalTypeImage fields. All fields are combined with a logical ‘and.’ */
3965
+ export interface ConstructiveInternalTypeImageFilter {
3966
+ /** Is null (if `true` is specified) or is not null (if `false` is specified). */
3967
+ isNull?: boolean;
3968
+ /** Equal to the specified value. */
3969
+ equalTo?: ConstructiveInternalTypeImage;
3970
+ /** Not equal to the specified value. */
3971
+ notEqualTo?: ConstructiveInternalTypeImage;
3972
+ /** Not equal to the specified value, treating null like an ordinary value. */
3973
+ distinctFrom?: ConstructiveInternalTypeImage;
3974
+ /** Equal to the specified value, treating null like an ordinary value. */
3975
+ notDistinctFrom?: ConstructiveInternalTypeImage;
3976
+ /** Included in the specified list. */
3977
+ in?: ConstructiveInternalTypeImage[];
3978
+ /** Not included in the specified list. */
3979
+ notIn?: ConstructiveInternalTypeImage[];
3980
+ /** Less than the specified value. */
3981
+ lessThan?: ConstructiveInternalTypeImage;
3982
+ /** Less than or equal to the specified value. */
3983
+ lessThanOrEqualTo?: ConstructiveInternalTypeImage;
3984
+ /** Greater than the specified value. */
3985
+ greaterThan?: ConstructiveInternalTypeImage;
3986
+ /** Greater than or equal to the specified value. */
3987
+ greaterThanOrEqualTo?: ConstructiveInternalTypeImage;
3988
+ /** Contains the specified JSON. */
3989
+ contains?: ConstructiveInternalTypeImage;
3990
+ /** Contains the specified key. */
3991
+ containsKey?: string;
3992
+ /** Contains all of the specified keys. */
3993
+ containsAllKeys?: string[];
3994
+ /** Contains any of the specified keys. */
3995
+ containsAnyKeys?: string[];
3996
+ /** Contained by the specified JSON. */
3997
+ containedBy?: ConstructiveInternalTypeImage;
3998
+ }
4146
3999
  /** A filter to be used against `AppLimitCreditCodeItem` object types. All fields are combined with a logical ‘and.’ */
4147
4000
  export interface AppLimitCreditCodeItemFilter {
4148
4001
  /** Filter by the object’s `id` field. */
@@ -4538,25 +4391,6 @@ export type OrgPermissionConnectionSelect = {
4538
4391
  };
4539
4392
  totalCount?: boolean;
4540
4393
  };
4541
- /** A connection to a list of `AppLevelRequirement` values. */
4542
- export interface AppLevelRequirementConnection {
4543
- nodes: AppLevelRequirement[];
4544
- edges: AppLevelRequirementEdge[];
4545
- pageInfo: PageInfo;
4546
- totalCount: number;
4547
- }
4548
- export type AppLevelRequirementConnectionSelect = {
4549
- nodes?: {
4550
- select: AppLevelRequirementSelect;
4551
- };
4552
- edges?: {
4553
- select: AppLevelRequirementEdgeSelect;
4554
- };
4555
- pageInfo?: {
4556
- select: PageInfoSelect;
4557
- };
4558
- totalCount?: boolean;
4559
- };
4560
4394
  export interface SubmitAppInviteCodePayload {
4561
4395
  clientMutationId?: string | null;
4562
4396
  result?: boolean | null;
@@ -4658,76 +4492,31 @@ export type CreateOrgPermissionPayloadSelect = {
4658
4492
  export interface UpdateOrgPermissionPayload {
4659
4493
  clientMutationId?: string | null;
4660
4494
  /** The `OrgPermission` that was updated by this mutation. */
4661
- orgPermission?: OrgPermission | null;
4662
- orgPermissionEdge?: OrgPermissionEdge | null;
4663
- }
4664
- export type UpdateOrgPermissionPayloadSelect = {
4665
- clientMutationId?: boolean;
4666
- orgPermission?: {
4667
- select: OrgPermissionSelect;
4668
- };
4669
- orgPermissionEdge?: {
4670
- select: OrgPermissionEdgeSelect;
4671
- };
4672
- };
4673
- export interface DeleteOrgPermissionPayload {
4674
- clientMutationId?: string | null;
4675
- /** The `OrgPermission` that was deleted by this mutation. */
4676
- orgPermission?: OrgPermission | null;
4677
- orgPermissionEdge?: OrgPermissionEdge | null;
4678
- }
4679
- export type DeleteOrgPermissionPayloadSelect = {
4680
- clientMutationId?: boolean;
4681
- orgPermission?: {
4682
- select: OrgPermissionSelect;
4683
- };
4684
- orgPermissionEdge?: {
4685
- select: OrgPermissionEdgeSelect;
4686
- };
4687
- };
4688
- export interface CreateAppLevelRequirementPayload {
4689
- clientMutationId?: string | null;
4690
- /** The `AppLevelRequirement` that was created by this mutation. */
4691
- appLevelRequirement?: AppLevelRequirement | null;
4692
- appLevelRequirementEdge?: AppLevelRequirementEdge | null;
4693
- }
4694
- export type CreateAppLevelRequirementPayloadSelect = {
4695
- clientMutationId?: boolean;
4696
- appLevelRequirement?: {
4697
- select: AppLevelRequirementSelect;
4698
- };
4699
- appLevelRequirementEdge?: {
4700
- select: AppLevelRequirementEdgeSelect;
4701
- };
4702
- };
4703
- export interface UpdateAppLevelRequirementPayload {
4704
- clientMutationId?: string | null;
4705
- /** The `AppLevelRequirement` that was updated by this mutation. */
4706
- appLevelRequirement?: AppLevelRequirement | null;
4707
- appLevelRequirementEdge?: AppLevelRequirementEdge | null;
4495
+ orgPermission?: OrgPermission | null;
4496
+ orgPermissionEdge?: OrgPermissionEdge | null;
4708
4497
  }
4709
- export type UpdateAppLevelRequirementPayloadSelect = {
4498
+ export type UpdateOrgPermissionPayloadSelect = {
4710
4499
  clientMutationId?: boolean;
4711
- appLevelRequirement?: {
4712
- select: AppLevelRequirementSelect;
4500
+ orgPermission?: {
4501
+ select: OrgPermissionSelect;
4713
4502
  };
4714
- appLevelRequirementEdge?: {
4715
- select: AppLevelRequirementEdgeSelect;
4503
+ orgPermissionEdge?: {
4504
+ select: OrgPermissionEdgeSelect;
4716
4505
  };
4717
4506
  };
4718
- export interface DeleteAppLevelRequirementPayload {
4507
+ export interface DeleteOrgPermissionPayload {
4719
4508
  clientMutationId?: string | null;
4720
- /** The `AppLevelRequirement` that was deleted by this mutation. */
4721
- appLevelRequirement?: AppLevelRequirement | null;
4722
- appLevelRequirementEdge?: AppLevelRequirementEdge | null;
4509
+ /** The `OrgPermission` that was deleted by this mutation. */
4510
+ orgPermission?: OrgPermission | null;
4511
+ orgPermissionEdge?: OrgPermissionEdge | null;
4723
4512
  }
4724
- export type DeleteAppLevelRequirementPayloadSelect = {
4513
+ export type DeleteOrgPermissionPayloadSelect = {
4725
4514
  clientMutationId?: boolean;
4726
- appLevelRequirement?: {
4727
- select: AppLevelRequirementSelect;
4515
+ orgPermission?: {
4516
+ select: OrgPermissionSelect;
4728
4517
  };
4729
- appLevelRequirementEdge?: {
4730
- select: AppLevelRequirementEdgeSelect;
4518
+ orgPermissionEdge?: {
4519
+ select: OrgPermissionEdgeSelect;
4731
4520
  };
4732
4521
  };
4733
4522
  export interface CreateAppLimitCreditRedemptionPayload {
@@ -5135,96 +4924,6 @@ export type DeleteAppOwnerGrantPayloadSelect = {
5135
4924
  select: AppOwnerGrantEdgeSelect;
5136
4925
  };
5137
4926
  };
5138
- export interface CreateAppAchievementPayload {
5139
- clientMutationId?: string | null;
5140
- /** The `AppAchievement` that was created by this mutation. */
5141
- appAchievement?: AppAchievement | null;
5142
- appAchievementEdge?: AppAchievementEdge | null;
5143
- }
5144
- export type CreateAppAchievementPayloadSelect = {
5145
- clientMutationId?: boolean;
5146
- appAchievement?: {
5147
- select: AppAchievementSelect;
5148
- };
5149
- appAchievementEdge?: {
5150
- select: AppAchievementEdgeSelect;
5151
- };
5152
- };
5153
- export interface UpdateAppAchievementPayload {
5154
- clientMutationId?: string | null;
5155
- /** The `AppAchievement` that was updated by this mutation. */
5156
- appAchievement?: AppAchievement | null;
5157
- appAchievementEdge?: AppAchievementEdge | null;
5158
- }
5159
- export type UpdateAppAchievementPayloadSelect = {
5160
- clientMutationId?: boolean;
5161
- appAchievement?: {
5162
- select: AppAchievementSelect;
5163
- };
5164
- appAchievementEdge?: {
5165
- select: AppAchievementEdgeSelect;
5166
- };
5167
- };
5168
- export interface DeleteAppAchievementPayload {
5169
- clientMutationId?: string | null;
5170
- /** The `AppAchievement` that was deleted by this mutation. */
5171
- appAchievement?: AppAchievement | null;
5172
- appAchievementEdge?: AppAchievementEdge | null;
5173
- }
5174
- export type DeleteAppAchievementPayloadSelect = {
5175
- clientMutationId?: boolean;
5176
- appAchievement?: {
5177
- select: AppAchievementSelect;
5178
- };
5179
- appAchievementEdge?: {
5180
- select: AppAchievementEdgeSelect;
5181
- };
5182
- };
5183
- export interface CreateAppStepPayload {
5184
- clientMutationId?: string | null;
5185
- /** The `AppStep` that was created by this mutation. */
5186
- appStep?: AppStep | null;
5187
- appStepEdge?: AppStepEdge | null;
5188
- }
5189
- export type CreateAppStepPayloadSelect = {
5190
- clientMutationId?: boolean;
5191
- appStep?: {
5192
- select: AppStepSelect;
5193
- };
5194
- appStepEdge?: {
5195
- select: AppStepEdgeSelect;
5196
- };
5197
- };
5198
- export interface UpdateAppStepPayload {
5199
- clientMutationId?: string | null;
5200
- /** The `AppStep` that was updated by this mutation. */
5201
- appStep?: AppStep | null;
5202
- appStepEdge?: AppStepEdge | null;
5203
- }
5204
- export type UpdateAppStepPayloadSelect = {
5205
- clientMutationId?: boolean;
5206
- appStep?: {
5207
- select: AppStepSelect;
5208
- };
5209
- appStepEdge?: {
5210
- select: AppStepEdgeSelect;
5211
- };
5212
- };
5213
- export interface DeleteAppStepPayload {
5214
- clientMutationId?: string | null;
5215
- /** The `AppStep` that was deleted by this mutation. */
5216
- appStep?: AppStep | null;
5217
- appStepEdge?: AppStepEdge | null;
5218
- }
5219
- export type DeleteAppStepPayloadSelect = {
5220
- clientMutationId?: boolean;
5221
- appStep?: {
5222
- select: AppStepSelect;
5223
- };
5224
- appStepEdge?: {
5225
- select: AppStepEdgeSelect;
5226
- };
5227
- };
5228
4927
  export interface CreateAppLimitCapsDefaultPayload {
5229
4928
  clientMutationId?: string | null;
5230
4929
  /** The `AppLimitCapsDefault` that was created by this mutation. */
@@ -5675,6 +5374,96 @@ export type DeleteOrgLimitCreditPayloadSelect = {
5675
5374
  select: OrgLimitCreditEdgeSelect;
5676
5375
  };
5677
5376
  };
5377
+ export interface CreateAppLimitWarningPayload {
5378
+ clientMutationId?: string | null;
5379
+ /** The `AppLimitWarning` that was created by this mutation. */
5380
+ appLimitWarning?: AppLimitWarning | null;
5381
+ appLimitWarningEdge?: AppLimitWarningEdge | null;
5382
+ }
5383
+ export type CreateAppLimitWarningPayloadSelect = {
5384
+ clientMutationId?: boolean;
5385
+ appLimitWarning?: {
5386
+ select: AppLimitWarningSelect;
5387
+ };
5388
+ appLimitWarningEdge?: {
5389
+ select: AppLimitWarningEdgeSelect;
5390
+ };
5391
+ };
5392
+ export interface UpdateAppLimitWarningPayload {
5393
+ clientMutationId?: string | null;
5394
+ /** The `AppLimitWarning` that was updated by this mutation. */
5395
+ appLimitWarning?: AppLimitWarning | null;
5396
+ appLimitWarningEdge?: AppLimitWarningEdge | null;
5397
+ }
5398
+ export type UpdateAppLimitWarningPayloadSelect = {
5399
+ clientMutationId?: boolean;
5400
+ appLimitWarning?: {
5401
+ select: AppLimitWarningSelect;
5402
+ };
5403
+ appLimitWarningEdge?: {
5404
+ select: AppLimitWarningEdgeSelect;
5405
+ };
5406
+ };
5407
+ export interface DeleteAppLimitWarningPayload {
5408
+ clientMutationId?: string | null;
5409
+ /** The `AppLimitWarning` that was deleted by this mutation. */
5410
+ appLimitWarning?: AppLimitWarning | null;
5411
+ appLimitWarningEdge?: AppLimitWarningEdge | null;
5412
+ }
5413
+ export type DeleteAppLimitWarningPayloadSelect = {
5414
+ clientMutationId?: boolean;
5415
+ appLimitWarning?: {
5416
+ select: AppLimitWarningSelect;
5417
+ };
5418
+ appLimitWarningEdge?: {
5419
+ select: AppLimitWarningEdgeSelect;
5420
+ };
5421
+ };
5422
+ export interface CreateOrgLimitWarningPayload {
5423
+ clientMutationId?: string | null;
5424
+ /** The `OrgLimitWarning` that was created by this mutation. */
5425
+ orgLimitWarning?: OrgLimitWarning | null;
5426
+ orgLimitWarningEdge?: OrgLimitWarningEdge | null;
5427
+ }
5428
+ export type CreateOrgLimitWarningPayloadSelect = {
5429
+ clientMutationId?: boolean;
5430
+ orgLimitWarning?: {
5431
+ select: OrgLimitWarningSelect;
5432
+ };
5433
+ orgLimitWarningEdge?: {
5434
+ select: OrgLimitWarningEdgeSelect;
5435
+ };
5436
+ };
5437
+ export interface UpdateOrgLimitWarningPayload {
5438
+ clientMutationId?: string | null;
5439
+ /** The `OrgLimitWarning` that was updated by this mutation. */
5440
+ orgLimitWarning?: OrgLimitWarning | null;
5441
+ orgLimitWarningEdge?: OrgLimitWarningEdge | null;
5442
+ }
5443
+ export type UpdateOrgLimitWarningPayloadSelect = {
5444
+ clientMutationId?: boolean;
5445
+ orgLimitWarning?: {
5446
+ select: OrgLimitWarningSelect;
5447
+ };
5448
+ orgLimitWarningEdge?: {
5449
+ select: OrgLimitWarningEdgeSelect;
5450
+ };
5451
+ };
5452
+ export interface DeleteOrgLimitWarningPayload {
5453
+ clientMutationId?: string | null;
5454
+ /** The `OrgLimitWarning` that was deleted by this mutation. */
5455
+ orgLimitWarning?: OrgLimitWarning | null;
5456
+ orgLimitWarningEdge?: OrgLimitWarningEdge | null;
5457
+ }
5458
+ export type DeleteOrgLimitWarningPayloadSelect = {
5459
+ clientMutationId?: boolean;
5460
+ orgLimitWarning?: {
5461
+ select: OrgLimitWarningSelect;
5462
+ };
5463
+ orgLimitWarningEdge?: {
5464
+ select: OrgLimitWarningEdgeSelect;
5465
+ };
5466
+ };
5678
5467
  export interface CreateOrgChartEdgeGrantPayload {
5679
5468
  clientMutationId?: string | null;
5680
5469
  /** The `OrgChartEdgeGrant` that was created by this mutation. */
@@ -6102,96 +5891,6 @@ export type DeleteUsageSnapshotPayloadSelect = {
6102
5891
  select: UsageSnapshotEdgeSelect;
6103
5892
  };
6104
5893
  };
6105
- export interface CreateOrgMemberProfilePayload {
6106
- clientMutationId?: string | null;
6107
- /** The `OrgMemberProfile` that was created by this mutation. */
6108
- orgMemberProfile?: OrgMemberProfile | null;
6109
- orgMemberProfileEdge?: OrgMemberProfileEdge | null;
6110
- }
6111
- export type CreateOrgMemberProfilePayloadSelect = {
6112
- clientMutationId?: boolean;
6113
- orgMemberProfile?: {
6114
- select: OrgMemberProfileSelect;
6115
- };
6116
- orgMemberProfileEdge?: {
6117
- select: OrgMemberProfileEdgeSelect;
6118
- };
6119
- };
6120
- export interface UpdateOrgMemberProfilePayload {
6121
- clientMutationId?: string | null;
6122
- /** The `OrgMemberProfile` that was updated by this mutation. */
6123
- orgMemberProfile?: OrgMemberProfile | null;
6124
- orgMemberProfileEdge?: OrgMemberProfileEdge | null;
6125
- }
6126
- export type UpdateOrgMemberProfilePayloadSelect = {
6127
- clientMutationId?: boolean;
6128
- orgMemberProfile?: {
6129
- select: OrgMemberProfileSelect;
6130
- };
6131
- orgMemberProfileEdge?: {
6132
- select: OrgMemberProfileEdgeSelect;
6133
- };
6134
- };
6135
- export interface DeleteOrgMemberProfilePayload {
6136
- clientMutationId?: string | null;
6137
- /** The `OrgMemberProfile` that was deleted by this mutation. */
6138
- orgMemberProfile?: OrgMemberProfile | null;
6139
- orgMemberProfileEdge?: OrgMemberProfileEdge | null;
6140
- }
6141
- export type DeleteOrgMemberProfilePayloadSelect = {
6142
- clientMutationId?: boolean;
6143
- orgMemberProfile?: {
6144
- select: OrgMemberProfileSelect;
6145
- };
6146
- orgMemberProfileEdge?: {
6147
- select: OrgMemberProfileEdgeSelect;
6148
- };
6149
- };
6150
- export interface CreateAppLevelPayload {
6151
- clientMutationId?: string | null;
6152
- /** The `AppLevel` that was created by this mutation. */
6153
- appLevel?: AppLevel | null;
6154
- appLevelEdge?: AppLevelEdge | null;
6155
- }
6156
- export type CreateAppLevelPayloadSelect = {
6157
- clientMutationId?: boolean;
6158
- appLevel?: {
6159
- select: AppLevelSelect;
6160
- };
6161
- appLevelEdge?: {
6162
- select: AppLevelEdgeSelect;
6163
- };
6164
- };
6165
- export interface UpdateAppLevelPayload {
6166
- clientMutationId?: string | null;
6167
- /** The `AppLevel` that was updated by this mutation. */
6168
- appLevel?: AppLevel | null;
6169
- appLevelEdge?: AppLevelEdge | null;
6170
- }
6171
- export type UpdateAppLevelPayloadSelect = {
6172
- clientMutationId?: boolean;
6173
- appLevel?: {
6174
- select: AppLevelSelect;
6175
- };
6176
- appLevelEdge?: {
6177
- select: AppLevelEdgeSelect;
6178
- };
6179
- };
6180
- export interface DeleteAppLevelPayload {
6181
- clientMutationId?: string | null;
6182
- /** The `AppLevel` that was deleted by this mutation. */
6183
- appLevel?: AppLevel | null;
6184
- appLevelEdge?: AppLevelEdge | null;
6185
- }
6186
- export type DeleteAppLevelPayloadSelect = {
6187
- clientMutationId?: boolean;
6188
- appLevel?: {
6189
- select: AppLevelSelect;
6190
- };
6191
- appLevelEdge?: {
6192
- select: AppLevelEdgeSelect;
6193
- };
6194
- };
6195
5894
  export interface CreateAppLimitPayload {
6196
5895
  clientMutationId?: string | null;
6197
5896
  /** The `AppLimit` that was created by this mutation. */
@@ -6417,6 +6116,51 @@ export type DeleteOrgLimitPayloadSelect = {
6417
6116
  select: OrgLimitEdgeSelect;
6418
6117
  };
6419
6118
  };
6119
+ export interface CreateOrgMemberProfilePayload {
6120
+ clientMutationId?: string | null;
6121
+ /** The `OrgMemberProfile` that was created by this mutation. */
6122
+ orgMemberProfile?: OrgMemberProfile | null;
6123
+ orgMemberProfileEdge?: OrgMemberProfileEdge | null;
6124
+ }
6125
+ export type CreateOrgMemberProfilePayloadSelect = {
6126
+ clientMutationId?: boolean;
6127
+ orgMemberProfile?: {
6128
+ select: OrgMemberProfileSelect;
6129
+ };
6130
+ orgMemberProfileEdge?: {
6131
+ select: OrgMemberProfileEdgeSelect;
6132
+ };
6133
+ };
6134
+ export interface UpdateOrgMemberProfilePayload {
6135
+ clientMutationId?: string | null;
6136
+ /** The `OrgMemberProfile` that was updated by this mutation. */
6137
+ orgMemberProfile?: OrgMemberProfile | null;
6138
+ orgMemberProfileEdge?: OrgMemberProfileEdge | null;
6139
+ }
6140
+ export type UpdateOrgMemberProfilePayloadSelect = {
6141
+ clientMutationId?: boolean;
6142
+ orgMemberProfile?: {
6143
+ select: OrgMemberProfileSelect;
6144
+ };
6145
+ orgMemberProfileEdge?: {
6146
+ select: OrgMemberProfileEdgeSelect;
6147
+ };
6148
+ };
6149
+ export interface DeleteOrgMemberProfilePayload {
6150
+ clientMutationId?: string | null;
6151
+ /** The `OrgMemberProfile` that was deleted by this mutation. */
6152
+ orgMemberProfile?: OrgMemberProfile | null;
6153
+ orgMemberProfileEdge?: OrgMemberProfileEdge | null;
6154
+ }
6155
+ export type DeleteOrgMemberProfilePayloadSelect = {
6156
+ clientMutationId?: boolean;
6157
+ orgMemberProfile?: {
6158
+ select: OrgMemberProfileSelect;
6159
+ };
6160
+ orgMemberProfileEdge?: {
6161
+ select: OrgMemberProfileEdgeSelect;
6162
+ };
6163
+ };
6420
6164
  export interface CreateAppMembershipPayload {
6421
6165
  clientMutationId?: string | null;
6422
6166
  /** The `AppMembership` that was created by this mutation. */
@@ -6593,18 +6337,6 @@ export type OrgPermissionEdgeSelect = {
6593
6337
  select: OrgPermissionSelect;
6594
6338
  };
6595
6339
  };
6596
- /** A `AppLevelRequirement` edge in the connection. */
6597
- export interface AppLevelRequirementEdge {
6598
- cursor?: string | null;
6599
- /** The `AppLevelRequirement` at the end of the edge. */
6600
- node?: AppLevelRequirement | null;
6601
- }
6602
- export type AppLevelRequirementEdgeSelect = {
6603
- cursor?: boolean;
6604
- node?: {
6605
- select: AppLevelRequirementSelect;
6606
- };
6607
- };
6608
6340
  /** A `AppLimitCreditRedemption` edge in the connection. */
6609
6341
  export interface AppLimitCreditRedemptionEdge {
6610
6342
  cursor?: string | null;
@@ -6713,30 +6445,6 @@ export type AppOwnerGrantEdgeSelect = {
6713
6445
  select: AppOwnerGrantSelect;
6714
6446
  };
6715
6447
  };
6716
- /** A `AppAchievement` edge in the connection. */
6717
- export interface AppAchievementEdge {
6718
- cursor?: string | null;
6719
- /** The `AppAchievement` at the end of the edge. */
6720
- node?: AppAchievement | null;
6721
- }
6722
- export type AppAchievementEdgeSelect = {
6723
- cursor?: boolean;
6724
- node?: {
6725
- select: AppAchievementSelect;
6726
- };
6727
- };
6728
- /** A `AppStep` edge in the connection. */
6729
- export interface AppStepEdge {
6730
- cursor?: string | null;
6731
- /** The `AppStep` at the end of the edge. */
6732
- node?: AppStep | null;
6733
- }
6734
- export type AppStepEdgeSelect = {
6735
- cursor?: boolean;
6736
- node?: {
6737
- select: AppStepSelect;
6738
- };
6739
- };
6740
6448
  /** A `AppLimitCapsDefault` edge in the connection. */
6741
6449
  export interface AppLimitCapsDefaultEdge {
6742
6450
  cursor?: string | null;
@@ -6857,6 +6565,30 @@ export type OrgLimitCreditEdgeSelect = {
6857
6565
  select: OrgLimitCreditSelect;
6858
6566
  };
6859
6567
  };
6568
+ /** A `AppLimitWarning` edge in the connection. */
6569
+ export interface AppLimitWarningEdge {
6570
+ cursor?: string | null;
6571
+ /** The `AppLimitWarning` at the end of the edge. */
6572
+ node?: AppLimitWarning | null;
6573
+ }
6574
+ export type AppLimitWarningEdgeSelect = {
6575
+ cursor?: boolean;
6576
+ node?: {
6577
+ select: AppLimitWarningSelect;
6578
+ };
6579
+ };
6580
+ /** A `OrgLimitWarning` edge in the connection. */
6581
+ export interface OrgLimitWarningEdge {
6582
+ cursor?: string | null;
6583
+ /** The `OrgLimitWarning` at the end of the edge. */
6584
+ node?: OrgLimitWarning | null;
6585
+ }
6586
+ export type OrgLimitWarningEdgeSelect = {
6587
+ cursor?: boolean;
6588
+ node?: {
6589
+ select: OrgLimitWarningSelect;
6590
+ };
6591
+ };
6860
6592
  /** A `OrgChartEdgeGrant` edge in the connection. */
6861
6593
  export interface OrgChartEdgeGrantEdge {
6862
6594
  cursor?: string | null;
@@ -6965,30 +6697,6 @@ export type UsageSnapshotEdgeSelect = {
6965
6697
  select: UsageSnapshotSelect;
6966
6698
  };
6967
6699
  };
6968
- /** A `OrgMemberProfile` edge in the connection. */
6969
- export interface OrgMemberProfileEdge {
6970
- cursor?: string | null;
6971
- /** The `OrgMemberProfile` at the end of the edge. */
6972
- node?: OrgMemberProfile | null;
6973
- }
6974
- export type OrgMemberProfileEdgeSelect = {
6975
- cursor?: boolean;
6976
- node?: {
6977
- select: OrgMemberProfileSelect;
6978
- };
6979
- };
6980
- /** A `AppLevel` edge in the connection. */
6981
- export interface AppLevelEdge {
6982
- cursor?: string | null;
6983
- /** The `AppLevel` at the end of the edge. */
6984
- node?: AppLevel | null;
6985
- }
6986
- export type AppLevelEdgeSelect = {
6987
- cursor?: boolean;
6988
- node?: {
6989
- select: AppLevelSelect;
6990
- };
6991
- };
6992
6700
  /** A `AppLimit` edge in the connection. */
6993
6701
  export interface AppLimitEdge {
6994
6702
  cursor?: string | null;
@@ -7049,6 +6757,18 @@ export type OrgLimitEdgeSelect = {
7049
6757
  select: OrgLimitSelect;
7050
6758
  };
7051
6759
  };
6760
+ /** A `OrgMemberProfile` edge in the connection. */
6761
+ export interface OrgMemberProfileEdge {
6762
+ cursor?: string | null;
6763
+ /** The `OrgMemberProfile` at the end of the edge. */
6764
+ node?: OrgMemberProfile | null;
6765
+ }
6766
+ export type OrgMemberProfileEdgeSelect = {
6767
+ cursor?: boolean;
6768
+ node?: {
6769
+ select: OrgMemberProfileSelect;
6770
+ };
6771
+ };
7052
6772
  /** A `AppMembership` edge in the connection. */
7053
6773
  export interface AppMembershipEdge {
7054
6774
  cursor?: string | null;