@constructive-io/react 0.6.3 → 0.6.5

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 (65) hide show
  1. package/admin/hooks/queries/index.d.ts +1 -1
  2. package/admin/hooks/queries/index.js +1 -1
  3. package/admin/hooks/query-keys.d.ts +2 -2
  4. package/admin/hooks/query-keys.js +1 -1
  5. package/admin/orm/index.d.ts +5 -5
  6. package/admin/orm/query/index.d.ts +9 -9
  7. package/admin/orm/query/index.js +16 -16
  8. package/auth/orm/input-types.d.ts +0 -1
  9. package/auth/schema-types.d.ts +1 -3
  10. package/esm/admin/hooks/queries/index.d.ts +1 -1
  11. package/esm/admin/hooks/queries/index.js +1 -1
  12. package/esm/admin/hooks/query-keys.d.ts +2 -2
  13. package/esm/admin/hooks/query-keys.js +1 -1
  14. package/esm/admin/orm/index.d.ts +5 -5
  15. package/esm/admin/orm/query/index.d.ts +9 -9
  16. package/esm/admin/orm/query/index.js +16 -16
  17. package/esm/auth/orm/input-types.d.ts +0 -1
  18. package/esm/auth/schema-types.d.ts +1 -3
  19. package/esm/public/hooks/index.d.ts +1 -1
  20. package/esm/public/hooks/index.js +1 -1
  21. package/esm/public/hooks/invalidation.d.ts +18 -18
  22. package/esm/public/hooks/invalidation.js +49 -49
  23. package/esm/public/hooks/mutation-keys.d.ts +48 -48
  24. package/esm/public/hooks/mutation-keys.js +39 -39
  25. package/esm/public/hooks/mutations/index.d.ts +15 -15
  26. package/esm/public/hooks/mutations/index.js +15 -15
  27. package/esm/public/hooks/queries/index.d.ts +8 -8
  28. package/esm/public/hooks/queries/index.js +8 -8
  29. package/esm/public/hooks/query-keys.d.ts +46 -46
  30. package/esm/public/hooks/query-keys.js +26 -26
  31. package/esm/public/orm/index.d.ts +44 -44
  32. package/esm/public/orm/index.js +6 -6
  33. package/esm/public/orm/input-types.d.ts +570 -571
  34. package/esm/public/orm/models/index.d.ts +3 -3
  35. package/esm/public/orm/models/index.js +3 -3
  36. package/esm/public/orm/mutation/index.d.ts +46 -46
  37. package/esm/public/orm/mutation/index.js +66 -66
  38. package/esm/public/orm/query/index.d.ts +28 -28
  39. package/esm/public/orm/query/index.js +48 -48
  40. package/esm/public/schema-types.d.ts +752 -754
  41. package/esm/public/types.d.ts +36 -36
  42. package/package.json +6 -6
  43. package/public/hooks/index.d.ts +1 -1
  44. package/public/hooks/index.js +1 -1
  45. package/public/hooks/invalidation.d.ts +18 -18
  46. package/public/hooks/invalidation.js +48 -48
  47. package/public/hooks/mutation-keys.d.ts +48 -48
  48. package/public/hooks/mutation-keys.js +42 -42
  49. package/public/hooks/mutations/index.d.ts +15 -15
  50. package/public/hooks/mutations/index.js +15 -15
  51. package/public/hooks/queries/index.d.ts +8 -8
  52. package/public/hooks/queries/index.js +8 -8
  53. package/public/hooks/query-keys.d.ts +46 -46
  54. package/public/hooks/query-keys.js +29 -29
  55. package/public/orm/index.d.ts +44 -44
  56. package/public/orm/index.js +6 -6
  57. package/public/orm/input-types.d.ts +570 -571
  58. package/public/orm/models/index.d.ts +3 -3
  59. package/public/orm/models/index.js +9 -9
  60. package/public/orm/mutation/index.d.ts +46 -46
  61. package/public/orm/mutation/index.js +66 -66
  62. package/public/orm/query/index.d.ts +28 -28
  63. package/public/orm/query/index.js +48 -48
  64. package/public/schema-types.d.ts +752 -754
  65. package/public/types.d.ts +36 -36
@@ -179,6 +179,10 @@ export type ConnectedAccountOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_K
179
179
  export type NodeTypeRegistryOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'NAME_TRGM_SIMILARITY_ASC' | 'NAME_TRGM_SIMILARITY_DESC' | 'SLUG_TRGM_SIMILARITY_ASC' | 'SLUG_TRGM_SIMILARITY_DESC' | 'CATEGORY_TRGM_SIMILARITY_ASC' | 'CATEGORY_TRGM_SIMILARITY_DESC' | 'DISPLAY_NAME_TRGM_SIMILARITY_ASC' | 'DISPLAY_NAME_TRGM_SIMILARITY_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
180
180
  /** Methods to use when ordering `MembershipType`. */
181
181
  export type MembershipTypeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'PREFIX_TRGM_SIMILARITY_ASC' | 'PREFIX_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
182
+ /** Methods to use when ordering `Object`. */
183
+ export type ObjectOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'FRZN_ASC' | 'FRZN_DESC';
184
+ /** Methods to use when ordering `Commit`. */
185
+ export type CommitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'MESSAGE_TRGM_SIMILARITY_ASC' | 'MESSAGE_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
182
186
  /** Methods to use when ordering `AppPermission`. */
183
187
  export type AppPermissionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
184
188
  /** Methods to use when ordering `OrgPermission`. */
@@ -187,10 +191,6 @@ export type OrgPermissionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_
187
191
  export type AppMembershipDefaultOrderBy = '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';
188
192
  /** Methods to use when ordering `RlsModule`. */
189
193
  export type RlsModuleOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'AUTHENTICATE_TRGM_SIMILARITY_ASC' | 'AUTHENTICATE_TRGM_SIMILARITY_DESC' | 'AUTHENTICATE_STRICT_TRGM_SIMILARITY_ASC' | 'AUTHENTICATE_STRICT_TRGM_SIMILARITY_DESC' | 'CURRENT_ROLE_TRGM_SIMILARITY_ASC' | 'CURRENT_ROLE_TRGM_SIMILARITY_DESC' | 'CURRENT_ROLE_ID_TRGM_SIMILARITY_ASC' | 'CURRENT_ROLE_ID_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
190
- /** Methods to use when ordering `Object`. */
191
- export type ObjectOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'FRZN_ASC' | 'FRZN_DESC';
192
- /** Methods to use when ordering `Commit`. */
193
- export type CommitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'MESSAGE_TRGM_SIMILARITY_ASC' | 'MESSAGE_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
194
194
  /** Methods to use when ordering `OrgMembershipDefault`. */
195
195
  export type OrgMembershipDefaultOrderBy = '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';
196
196
  /** Methods to use when ordering `AppLevelRequirement`. */
@@ -203,12 +203,12 @@ export type AppLevelOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC'
203
203
  export type SqlMigrationOrderBy = 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DEPLOY_ASC' | 'DEPLOY_DESC' | 'CONTENT_ASC' | 'CONTENT_DESC' | 'REVERT_ASC' | 'REVERT_DESC' | 'VERIFY_ASC' | 'VERIFY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ACTION_ASC' | 'ACTION_DESC' | 'ACTION_ID_ASC' | 'ACTION_ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NAME_TRGM_SIMILARITY_ASC' | 'NAME_TRGM_SIMILARITY_DESC' | 'DEPLOY_TRGM_SIMILARITY_ASC' | 'DEPLOY_TRGM_SIMILARITY_DESC' | 'CONTENT_TRGM_SIMILARITY_ASC' | 'CONTENT_TRGM_SIMILARITY_DESC' | 'REVERT_TRGM_SIMILARITY_ASC' | 'REVERT_TRGM_SIMILARITY_DESC' | 'VERIFY_TRGM_SIMILARITY_ASC' | 'VERIFY_TRGM_SIMILARITY_DESC' | 'ACTION_TRGM_SIMILARITY_ASC' | 'ACTION_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
204
204
  /** Methods to use when ordering `Email`. */
205
205
  export type EmailOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
206
+ /** Methods to use when ordering `User`. */
207
+ export type UserOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'USERNAME_ASC' | 'USERNAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'SEARCH_TSV_RANK_ASC' | 'SEARCH_TSV_RANK_DESC' | 'DISPLAY_NAME_TRGM_SIMILARITY_ASC' | 'DISPLAY_NAME_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
206
208
  /** Methods to use when ordering `AstMigration`. */
207
209
  export type AstMigrationOrderBy = 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DEPLOYS_ASC' | 'DEPLOYS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ACTION_ASC' | 'ACTION_DESC' | 'ACTION_ID_ASC' | 'ACTION_ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ACTION_TRGM_SIMILARITY_ASC' | 'ACTION_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
208
210
  /** Methods to use when ordering `AppMembership`. */
209
211
  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_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
210
- /** Methods to use when ordering `User`. */
211
- export type UserOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'USERNAME_ASC' | 'USERNAME_DESC' | 'SEARCH_TSV_ASC' | 'SEARCH_TSV_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'SEARCH_TSV_RANK_ASC' | 'SEARCH_TSV_RANK_DESC' | 'DISPLAY_NAME_TRGM_SIMILARITY_ASC' | 'DISPLAY_NAME_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
212
212
  /** Methods to use when ordering `HierarchyModule`. */
213
213
  export type HierarchyModuleOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'CHART_EDGES_TABLE_NAME_TRGM_SIMILARITY_ASC' | 'CHART_EDGES_TABLE_NAME_TRGM_SIMILARITY_DESC' | 'HIERARCHY_SPRT_TABLE_NAME_TRGM_SIMILARITY_ASC' | 'HIERARCHY_SPRT_TABLE_NAME_TRGM_SIMILARITY_DESC' | 'CHART_EDGE_GRANTS_TABLE_NAME_TRGM_SIMILARITY_ASC' | 'CHART_EDGE_GRANTS_TABLE_NAME_TRGM_SIMILARITY_DESC' | 'PREFIX_TRGM_SIMILARITY_ASC' | 'PREFIX_TRGM_SIMILARITY_DESC' | 'PRIVATE_SCHEMA_NAME_TRGM_SIMILARITY_ASC' | 'PRIVATE_SCHEMA_NAME_TRGM_SIMILARITY_DESC' | 'SPRT_TABLE_NAME_TRGM_SIMILARITY_ASC' | 'SPRT_TABLE_NAME_TRGM_SIMILARITY_DESC' | 'REBUILD_HIERARCHY_FUNCTION_TRGM_SIMILARITY_ASC' | 'REBUILD_HIERARCHY_FUNCTION_TRGM_SIMILARITY_DESC' | 'GET_SUBORDINATES_FUNCTION_TRGM_SIMILARITY_ASC' | 'GET_SUBORDINATES_FUNCTION_TRGM_SIMILARITY_DESC' | 'GET_MANAGERS_FUNCTION_TRGM_SIMILARITY_ASC' | 'GET_MANAGERS_FUNCTION_TRGM_SIMILARITY_DESC' | 'IS_MANAGER_OF_FUNCTION_TRGM_SIMILARITY_ASC' | 'IS_MANAGER_OF_FUNCTION_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
214
214
  /** A filter to be used against `CheckConstraint` object types. All fields are combined with a logical ‘and.’ */
@@ -6045,6 +6045,65 @@ export interface MembershipTypeFilter {
6045
6045
  */
6046
6046
  fullTextSearch?: string;
6047
6047
  }
6048
+ /** A filter to be used against `Object` object types. All fields are combined with a logical ‘and.’ */
6049
+ export interface ObjectFilter {
6050
+ /** Filter by the object’s `id` field. */
6051
+ id?: UUIDFilter;
6052
+ /** Filter by the object’s `databaseId` field. */
6053
+ databaseId?: UUIDFilter;
6054
+ /** Filter by the object’s `kids` field. */
6055
+ kids?: UUIDListFilter;
6056
+ /** Filter by the object’s `ktree` field. */
6057
+ ktree?: StringListFilter;
6058
+ /** Filter by the object’s `data` field. */
6059
+ data?: JSONFilter;
6060
+ /** Filter by the object’s `frzn` field. */
6061
+ frzn?: BooleanFilter;
6062
+ /** Filter by the object’s `createdAt` field. */
6063
+ createdAt?: DatetimeFilter;
6064
+ /** Checks for all expressions in this list. */
6065
+ and?: ObjectFilter[];
6066
+ /** Checks for any expressions in this list. */
6067
+ or?: ObjectFilter[];
6068
+ /** Negates the expression. */
6069
+ not?: ObjectFilter;
6070
+ }
6071
+ /** A filter to be used against `Commit` object types. All fields are combined with a logical ‘and.’ */
6072
+ export interface CommitFilter {
6073
+ /** Filter by the object’s `id` field. */
6074
+ id?: UUIDFilter;
6075
+ /** Filter by the object’s `message` field. */
6076
+ message?: StringFilter;
6077
+ /** Filter by the object’s `databaseId` field. */
6078
+ databaseId?: UUIDFilter;
6079
+ /** Filter by the object’s `storeId` field. */
6080
+ storeId?: UUIDFilter;
6081
+ /** Filter by the object’s `parentIds` field. */
6082
+ parentIds?: UUIDListFilter;
6083
+ /** Filter by the object’s `authorId` field. */
6084
+ authorId?: UUIDFilter;
6085
+ /** Filter by the object’s `committerId` field. */
6086
+ committerId?: UUIDFilter;
6087
+ /** Filter by the object’s `treeId` field. */
6088
+ treeId?: UUIDFilter;
6089
+ /** Filter by the object’s `date` field. */
6090
+ date?: DatetimeFilter;
6091
+ /** Checks for all expressions in this list. */
6092
+ and?: CommitFilter[];
6093
+ /** Checks for any expressions in this list. */
6094
+ or?: CommitFilter[];
6095
+ /** Negates the expression. */
6096
+ not?: CommitFilter;
6097
+ /** TRGM search on the `message` column. */
6098
+ trgmMessage?: TrgmSearchInput;
6099
+ /**
6100
+ * Composite full-text search. Provide a search string and it will be dispatched
6101
+ * to all text-compatible search algorithms (tsvector, BM25, pg_trgm)
6102
+ * simultaneously. Rows matching ANY algorithm are returned. All matching score
6103
+ * fields are populated.
6104
+ */
6105
+ fullTextSearch?: string;
6106
+ }
6048
6107
  /** A filter to be used against `AppPermission` object types. All fields are combined with a logical ‘and.’ */
6049
6108
  export interface AppPermissionFilter {
6050
6109
  /** Filter by the object’s `id` field. */
@@ -6124,65 +6183,6 @@ export interface AppMembershipDefaultFilter {
6124
6183
  /** Negates the expression. */
6125
6184
  not?: AppMembershipDefaultFilter;
6126
6185
  }
6127
- /** A filter to be used against `Object` object types. All fields are combined with a logical ‘and.’ */
6128
- export interface ObjectFilter {
6129
- /** Filter by the object’s `id` field. */
6130
- id?: UUIDFilter;
6131
- /** Filter by the object’s `databaseId` field. */
6132
- databaseId?: UUIDFilter;
6133
- /** Filter by the object’s `kids` field. */
6134
- kids?: UUIDListFilter;
6135
- /** Filter by the object’s `ktree` field. */
6136
- ktree?: StringListFilter;
6137
- /** Filter by the object’s `data` field. */
6138
- data?: JSONFilter;
6139
- /** Filter by the object’s `frzn` field. */
6140
- frzn?: BooleanFilter;
6141
- /** Filter by the object’s `createdAt` field. */
6142
- createdAt?: DatetimeFilter;
6143
- /** Checks for all expressions in this list. */
6144
- and?: ObjectFilter[];
6145
- /** Checks for any expressions in this list. */
6146
- or?: ObjectFilter[];
6147
- /** Negates the expression. */
6148
- not?: ObjectFilter;
6149
- }
6150
- /** A filter to be used against `Commit` object types. All fields are combined with a logical ‘and.’ */
6151
- export interface CommitFilter {
6152
- /** Filter by the object’s `id` field. */
6153
- id?: UUIDFilter;
6154
- /** Filter by the object’s `message` field. */
6155
- message?: StringFilter;
6156
- /** Filter by the object’s `databaseId` field. */
6157
- databaseId?: UUIDFilter;
6158
- /** Filter by the object’s `storeId` field. */
6159
- storeId?: UUIDFilter;
6160
- /** Filter by the object’s `parentIds` field. */
6161
- parentIds?: UUIDListFilter;
6162
- /** Filter by the object’s `authorId` field. */
6163
- authorId?: UUIDFilter;
6164
- /** Filter by the object’s `committerId` field. */
6165
- committerId?: UUIDFilter;
6166
- /** Filter by the object’s `treeId` field. */
6167
- treeId?: UUIDFilter;
6168
- /** Filter by the object’s `date` field. */
6169
- date?: DatetimeFilter;
6170
- /** Checks for all expressions in this list. */
6171
- and?: CommitFilter[];
6172
- /** Checks for any expressions in this list. */
6173
- or?: CommitFilter[];
6174
- /** Negates the expression. */
6175
- not?: CommitFilter;
6176
- /** TRGM search on the `message` column. */
6177
- trgmMessage?: TrgmSearchInput;
6178
- /**
6179
- * Composite full-text search. Provide a search string and it will be dispatched
6180
- * to all text-compatible search algorithms (tsvector, BM25, pg_trgm)
6181
- * simultaneously. Rows matching ANY algorithm are returned. All matching score
6182
- * fields are populated.
6183
- */
6184
- fullTextSearch?: string;
6185
- }
6186
6186
  /** A filter to be used against `AppLevelRequirement` object types. All fields are combined with a logical ‘and.’ */
6187
6187
  export interface AppLevelRequirementFilter {
6188
6188
  /** Filter by the object’s `id` field. */
@@ -6530,6 +6530,12 @@ export interface VerifyEmailInput {
6530
6530
  emailId?: string;
6531
6531
  token?: string;
6532
6532
  }
6533
+ export interface RemoveNodeAtPathInput {
6534
+ clientMutationId?: string;
6535
+ dbId?: string;
6536
+ root?: string;
6537
+ path?: string[];
6538
+ }
6533
6539
  export interface ResetPasswordInput {
6534
6540
  clientMutationId?: string;
6535
6541
  roleId?: string;
@@ -6546,11 +6552,9 @@ export interface BootstrapUserInput {
6546
6552
  displayName?: string;
6547
6553
  returnApiKey?: boolean;
6548
6554
  }
6549
- export interface RemoveNodeAtPathInput {
6555
+ export interface SetFieldOrderInput {
6550
6556
  clientMutationId?: string;
6551
- dbId?: string;
6552
- root?: string;
6553
- path?: string[];
6557
+ fieldIds?: string[];
6554
6558
  }
6555
6559
  export interface SetDataAtPathInput {
6556
6560
  clientMutationId?: string;
@@ -6575,6 +6579,44 @@ export interface ProvisionDatabaseWithUserInput {
6575
6579
  pModules?: string[];
6576
6580
  pOptions?: unknown;
6577
6581
  }
6582
+ export interface InsertNodeAtPathInput {
6583
+ clientMutationId?: string;
6584
+ dbId?: string;
6585
+ root?: string;
6586
+ path?: string[];
6587
+ data?: unknown;
6588
+ kids?: string[];
6589
+ ktree?: string[];
6590
+ }
6591
+ export interface UpdateNodeAtPathInput {
6592
+ clientMutationId?: string;
6593
+ dbId?: string;
6594
+ root?: string;
6595
+ path?: string[];
6596
+ data?: unknown;
6597
+ kids?: string[];
6598
+ ktree?: string[];
6599
+ }
6600
+ export interface SetAndCommitInput {
6601
+ clientMutationId?: string;
6602
+ dbId?: string;
6603
+ storeId?: string;
6604
+ refname?: string;
6605
+ path?: string[];
6606
+ data?: unknown;
6607
+ kids?: string[];
6608
+ ktree?: string[];
6609
+ }
6610
+ export interface ApplyRlsInput {
6611
+ clientMutationId?: string;
6612
+ tableId?: string;
6613
+ grants?: unknown;
6614
+ policyType?: string;
6615
+ vars?: unknown;
6616
+ fieldIds?: string[];
6617
+ permissive?: boolean;
6618
+ name?: string;
6619
+ }
6578
6620
  export interface SignInOneTimeTokenInput {
6579
6621
  clientMutationId?: string;
6580
6622
  token?: string;
@@ -6610,10 +6652,6 @@ export interface SignUpInput {
6610
6652
  credentialKind?: string;
6611
6653
  csrfToken?: string;
6612
6654
  }
6613
- export interface SetFieldOrderInput {
6614
- clientMutationId?: string;
6615
- fieldIds?: string[];
6616
- }
6617
6655
  export interface OneTimeTokenInput {
6618
6656
  clientMutationId?: string;
6619
6657
  email?: string;
@@ -6621,44 +6659,6 @@ export interface OneTimeTokenInput {
6621
6659
  origin?: ConstructiveInternalTypeOrigin;
6622
6660
  rememberMe?: boolean;
6623
6661
  }
6624
- export interface InsertNodeAtPathInput {
6625
- clientMutationId?: string;
6626
- dbId?: string;
6627
- root?: string;
6628
- path?: string[];
6629
- data?: unknown;
6630
- kids?: string[];
6631
- ktree?: string[];
6632
- }
6633
- export interface UpdateNodeAtPathInput {
6634
- clientMutationId?: string;
6635
- dbId?: string;
6636
- root?: string;
6637
- path?: string[];
6638
- data?: unknown;
6639
- kids?: string[];
6640
- ktree?: string[];
6641
- }
6642
- export interface SetAndCommitInput {
6643
- clientMutationId?: string;
6644
- dbId?: string;
6645
- storeId?: string;
6646
- refname?: string;
6647
- path?: string[];
6648
- data?: unknown;
6649
- kids?: string[];
6650
- ktree?: string[];
6651
- }
6652
- export interface ApplyRlsInput {
6653
- clientMutationId?: string;
6654
- tableId?: string;
6655
- grants?: unknown;
6656
- policyType?: string;
6657
- vars?: unknown;
6658
- fieldIds?: string[];
6659
- permissive?: boolean;
6660
- name?: string;
6661
- }
6662
6662
  export interface ForgotPasswordInput {
6663
6663
  clientMutationId?: string;
6664
6664
  email?: ConstructiveInternalTypeEmail;
@@ -7238,6 +7238,23 @@ export interface ConnectedAccountInput {
7238
7238
  createdAt?: string;
7239
7239
  updatedAt?: string;
7240
7240
  }
7241
+ export interface CreateTableGrantInput {
7242
+ clientMutationId?: string;
7243
+ /** The `TableGrant` to be created by this mutation. */
7244
+ tableGrant: TableGrantInput;
7245
+ }
7246
+ /** An input for mutations affecting `TableGrant` */
7247
+ export interface TableGrantInput {
7248
+ id?: string;
7249
+ databaseId?: string;
7250
+ tableId: string;
7251
+ privilege: string;
7252
+ granteeName: string;
7253
+ fieldIds?: string[];
7254
+ isGrant?: boolean;
7255
+ createdAt?: string;
7256
+ updatedAt?: string;
7257
+ }
7241
7258
  export interface CreateFieldModuleInput {
7242
7259
  clientMutationId?: string;
7243
7260
  /** The `FieldModule` to be created by this mutation. */
@@ -7337,24 +7354,63 @@ export interface MembershipTypeInput {
7337
7354
  /** Short prefix used to namespace tables and functions for this membership scope */
7338
7355
  prefix: string;
7339
7356
  }
7340
- export interface CreateTableGrantInput {
7357
+ export interface CreateObjectInput {
7341
7358
  clientMutationId?: string;
7342
- /** The `TableGrant` to be created by this mutation. */
7343
- tableGrant: TableGrantInput;
7344
- }
7345
- /** An input for mutations affecting `TableGrant` */
7346
- export interface TableGrantInput {
7347
- id?: string;
7348
- databaseId?: string;
7349
- tableId: string;
7350
- privilege: string;
7351
- granteeName: string;
7352
- fieldIds?: string[];
7353
- isGrant?: boolean;
7354
- createdAt?: string;
7355
- updatedAt?: string;
7359
+ /** The `Object` to be created by this mutation. */
7360
+ object: ObjectInput;
7356
7361
  }
7357
- export interface CreateAppPermissionInput {
7362
+ /** An input for mutations affecting `Object` */
7363
+ export interface ObjectInput {
7364
+ id: string;
7365
+ databaseId: string;
7366
+ kids?: string[];
7367
+ ktree?: string[];
7368
+ data?: unknown;
7369
+ frzn?: boolean;
7370
+ createdAt?: string;
7371
+ }
7372
+ export interface CreateFullTextSearchInput {
7373
+ clientMutationId?: string;
7374
+ /** The `FullTextSearch` to be created by this mutation. */
7375
+ fullTextSearch: FullTextSearchInput;
7376
+ }
7377
+ /** An input for mutations affecting `FullTextSearch` */
7378
+ export interface FullTextSearchInput {
7379
+ id?: string;
7380
+ databaseId?: string;
7381
+ tableId: string;
7382
+ fieldId: string;
7383
+ fieldIds: string[];
7384
+ weights: string[];
7385
+ langs: string[];
7386
+ createdAt?: string;
7387
+ updatedAt?: string;
7388
+ }
7389
+ export interface CreateCommitInput {
7390
+ clientMutationId?: string;
7391
+ /** The `Commit` to be created by this mutation. */
7392
+ commit: CommitInput;
7393
+ }
7394
+ /** An input for mutations affecting `Commit` */
7395
+ export interface CommitInput {
7396
+ /** The primary unique identifier for the commit. */
7397
+ id?: string;
7398
+ /** The commit message */
7399
+ message?: string;
7400
+ /** The repository identifier */
7401
+ databaseId: string;
7402
+ storeId: string;
7403
+ /** Parent commits */
7404
+ parentIds?: string[];
7405
+ /** The author of the commit */
7406
+ authorId?: string;
7407
+ /** The committer of the commit */
7408
+ committerId?: string;
7409
+ /** The root of the tree */
7410
+ treeId?: string;
7411
+ date?: string;
7412
+ }
7413
+ export interface CreateAppPermissionInput {
7358
7414
  clientMutationId?: string;
7359
7415
  /** The `AppPermission` to be created by this mutation. */
7360
7416
  appPermission: AppPermissionInput;
@@ -7529,62 +7585,6 @@ export interface SessionsModuleInput {
7529
7585
  sessionCredentialsTable?: string;
7530
7586
  authSettingsTable?: string;
7531
7587
  }
7532
- export interface CreateObjectInput {
7533
- clientMutationId?: string;
7534
- /** The `Object` to be created by this mutation. */
7535
- object: ObjectInput;
7536
- }
7537
- /** An input for mutations affecting `Object` */
7538
- export interface ObjectInput {
7539
- id: string;
7540
- databaseId: string;
7541
- kids?: string[];
7542
- ktree?: string[];
7543
- data?: unknown;
7544
- frzn?: boolean;
7545
- createdAt?: string;
7546
- }
7547
- export interface CreateFullTextSearchInput {
7548
- clientMutationId?: string;
7549
- /** The `FullTextSearch` to be created by this mutation. */
7550
- fullTextSearch: FullTextSearchInput;
7551
- }
7552
- /** An input for mutations affecting `FullTextSearch` */
7553
- export interface FullTextSearchInput {
7554
- id?: string;
7555
- databaseId?: string;
7556
- tableId: string;
7557
- fieldId: string;
7558
- fieldIds: string[];
7559
- weights: string[];
7560
- langs: string[];
7561
- createdAt?: string;
7562
- updatedAt?: string;
7563
- }
7564
- export interface CreateCommitInput {
7565
- clientMutationId?: string;
7566
- /** The `Commit` to be created by this mutation. */
7567
- commit: CommitInput;
7568
- }
7569
- /** An input for mutations affecting `Commit` */
7570
- export interface CommitInput {
7571
- /** The primary unique identifier for the commit. */
7572
- id?: string;
7573
- /** The commit message */
7574
- message?: string;
7575
- /** The repository identifier */
7576
- databaseId: string;
7577
- storeId: string;
7578
- /** Parent commits */
7579
- parentIds?: string[];
7580
- /** The author of the commit */
7581
- authorId?: string;
7582
- /** The committer of the commit */
7583
- committerId?: string;
7584
- /** The root of the tree */
7585
- treeId?: string;
7586
- date?: string;
7587
- }
7588
7588
  export interface CreateOrgLimitInput {
7589
7589
  clientMutationId?: string;
7590
7590
  /** The `OrgLimit` to be created by this mutation. */
@@ -7700,6 +7700,26 @@ export interface OrgGrantInput {
7700
7700
  createdAt?: string;
7701
7701
  updatedAt?: string;
7702
7702
  }
7703
+ export interface CreateDenormalizedTableFieldInput {
7704
+ clientMutationId?: string;
7705
+ /** The `DenormalizedTableField` to be created by this mutation. */
7706
+ denormalizedTableField: DenormalizedTableFieldInput;
7707
+ }
7708
+ /** An input for mutations affecting `DenormalizedTableField` */
7709
+ export interface DenormalizedTableFieldInput {
7710
+ id?: string;
7711
+ databaseId: string;
7712
+ tableId: string;
7713
+ fieldId: string;
7714
+ setIds?: string[];
7715
+ refTableId: string;
7716
+ refFieldId: string;
7717
+ refIds?: string[];
7718
+ useUpdates?: boolean;
7719
+ updateDefaults?: boolean;
7720
+ funcName?: string;
7721
+ funcOrder?: number;
7722
+ }
7703
7723
  export interface CreateOrgMembershipDefaultInput {
7704
7724
  clientMutationId?: string;
7705
7725
  /** The `OrgMembershipDefault` to be created by this mutation. */
@@ -7880,26 +7900,6 @@ export interface InvitesModuleInput {
7880
7900
  membershipType: number;
7881
7901
  entityTableId?: string;
7882
7902
  }
7883
- export interface CreateDenormalizedTableFieldInput {
7884
- clientMutationId?: string;
7885
- /** The `DenormalizedTableField` to be created by this mutation. */
7886
- denormalizedTableField: DenormalizedTableFieldInput;
7887
- }
7888
- /** An input for mutations affecting `DenormalizedTableField` */
7889
- export interface DenormalizedTableFieldInput {
7890
- id?: string;
7891
- databaseId: string;
7892
- tableId: string;
7893
- fieldId: string;
7894
- setIds?: string[];
7895
- refTableId: string;
7896
- refFieldId: string;
7897
- refIds?: string[];
7898
- useUpdates?: boolean;
7899
- updateDefaults?: boolean;
7900
- funcName?: string;
7901
- funcOrder?: number;
7902
- }
7903
7903
  export interface CreateEmailInput {
7904
7904
  clientMutationId?: string;
7905
7905
  /** The `Email` to be created by this mutation. */
@@ -8063,19 +8063,34 @@ export interface SecureTableProvisionInput {
8063
8063
  /** Output column populated by the trigger after field creation. Contains the UUIDs of the metaschema fields created on the target table by this provision row's generator. NULL when node_type is NULL or before the trigger runs. Callers should not set this directly. */
8064
8064
  outFields?: string[];
8065
8065
  }
8066
- export interface CreateTriggerInput {
8066
+ export interface CreateUserInput {
8067
8067
  clientMutationId?: string;
8068
- /** The `Trigger` to be created by this mutation. */
8069
- trigger: TriggerInput;
8068
+ /** The `User` to be created by this mutation. */
8069
+ user: UserInput;
8070
8070
  }
8071
- /** An input for mutations affecting `Trigger` */
8072
- export interface TriggerInput {
8071
+ /** An input for mutations affecting `User` */
8072
+ export interface UserInput {
8073
+ id?: string;
8074
+ username?: string;
8075
+ displayName?: string;
8076
+ profilePicture?: ConstructiveInternalTypeImage;
8077
+ type?: number;
8078
+ createdAt?: string;
8079
+ updatedAt?: string;
8080
+ }
8081
+ export interface CreatePrimaryKeyConstraintInput {
8082
+ clientMutationId?: string;
8083
+ /** The `PrimaryKeyConstraint` to be created by this mutation. */
8084
+ primaryKeyConstraint: PrimaryKeyConstraintInput;
8085
+ }
8086
+ /** An input for mutations affecting `PrimaryKeyConstraint` */
8087
+ export interface PrimaryKeyConstraintInput {
8073
8088
  id?: string;
8074
8089
  databaseId?: string;
8075
8090
  tableId: string;
8076
- name: string;
8077
- event?: string;
8078
- functionName?: string;
8091
+ name?: string;
8092
+ type?: string;
8093
+ fieldIds: string[];
8079
8094
  smartTags?: unknown;
8080
8095
  category?: ObjectCategory;
8081
8096
  module?: string;
@@ -8084,21 +8099,20 @@ export interface TriggerInput {
8084
8099
  createdAt?: string;
8085
8100
  updatedAt?: string;
8086
8101
  }
8087
- export interface CreateUniqueConstraintInput {
8102
+ export interface CreateTriggerInput {
8088
8103
  clientMutationId?: string;
8089
- /** The `UniqueConstraint` to be created by this mutation. */
8090
- uniqueConstraint: UniqueConstraintInput;
8104
+ /** The `Trigger` to be created by this mutation. */
8105
+ trigger: TriggerInput;
8091
8106
  }
8092
- /** An input for mutations affecting `UniqueConstraint` */
8093
- export interface UniqueConstraintInput {
8107
+ /** An input for mutations affecting `Trigger` */
8108
+ export interface TriggerInput {
8094
8109
  id?: string;
8095
8110
  databaseId?: string;
8096
8111
  tableId: string;
8097
- name?: string;
8098
- description?: string;
8112
+ name: string;
8113
+ event?: string;
8114
+ functionName?: string;
8099
8115
  smartTags?: unknown;
8100
- type?: string;
8101
- fieldIds: string[];
8102
8116
  category?: ObjectCategory;
8103
8117
  module?: string;
8104
8118
  scope?: number;
@@ -8106,19 +8120,20 @@ export interface UniqueConstraintInput {
8106
8120
  createdAt?: string;
8107
8121
  updatedAt?: string;
8108
8122
  }
8109
- export interface CreatePrimaryKeyConstraintInput {
8123
+ export interface CreateCheckConstraintInput {
8110
8124
  clientMutationId?: string;
8111
- /** The `PrimaryKeyConstraint` to be created by this mutation. */
8112
- primaryKeyConstraint: PrimaryKeyConstraintInput;
8125
+ /** The `CheckConstraint` to be created by this mutation. */
8126
+ checkConstraint: CheckConstraintInput;
8113
8127
  }
8114
- /** An input for mutations affecting `PrimaryKeyConstraint` */
8115
- export interface PrimaryKeyConstraintInput {
8128
+ /** An input for mutations affecting `CheckConstraint` */
8129
+ export interface CheckConstraintInput {
8116
8130
  id?: string;
8117
8131
  databaseId?: string;
8118
8132
  tableId: string;
8119
8133
  name?: string;
8120
8134
  type?: string;
8121
8135
  fieldIds: string[];
8136
+ expr?: unknown;
8122
8137
  smartTags?: unknown;
8123
8138
  category?: ObjectCategory;
8124
8139
  module?: string;
@@ -8127,21 +8142,21 @@ export interface PrimaryKeyConstraintInput {
8127
8142
  createdAt?: string;
8128
8143
  updatedAt?: string;
8129
8144
  }
8130
- export interface CreateCheckConstraintInput {
8145
+ export interface CreateUniqueConstraintInput {
8131
8146
  clientMutationId?: string;
8132
- /** The `CheckConstraint` to be created by this mutation. */
8133
- checkConstraint: CheckConstraintInput;
8147
+ /** The `UniqueConstraint` to be created by this mutation. */
8148
+ uniqueConstraint: UniqueConstraintInput;
8134
8149
  }
8135
- /** An input for mutations affecting `CheckConstraint` */
8136
- export interface CheckConstraintInput {
8150
+ /** An input for mutations affecting `UniqueConstraint` */
8151
+ export interface UniqueConstraintInput {
8137
8152
  id?: string;
8138
8153
  databaseId?: string;
8139
8154
  tableId: string;
8140
8155
  name?: string;
8156
+ description?: string;
8157
+ smartTags?: unknown;
8141
8158
  type?: string;
8142
8159
  fieldIds: string[];
8143
- expr?: unknown;
8144
- smartTags?: unknown;
8145
8160
  category?: ObjectCategory;
8146
8161
  module?: string;
8147
8162
  scope?: number;
@@ -8195,6 +8210,33 @@ export interface AstMigrationInput {
8195
8210
  actionId?: string;
8196
8211
  actorId?: string;
8197
8212
  }
8213
+ export interface CreateIndexInput {
8214
+ clientMutationId?: string;
8215
+ /** The `Index` to be created by this mutation. */
8216
+ index: IndexInput;
8217
+ }
8218
+ /** An input for mutations affecting `Index` */
8219
+ export interface IndexInput {
8220
+ id?: string;
8221
+ databaseId: string;
8222
+ tableId: string;
8223
+ name?: string;
8224
+ fieldIds?: string[];
8225
+ includeFieldIds?: string[];
8226
+ accessMethod?: string;
8227
+ indexParams?: unknown;
8228
+ whereClause?: unknown;
8229
+ isUnique?: boolean;
8230
+ options?: unknown;
8231
+ opClasses?: string[];
8232
+ smartTags?: unknown;
8233
+ category?: ObjectCategory;
8234
+ module?: string;
8235
+ scope?: number;
8236
+ tags?: string[];
8237
+ createdAt?: string;
8238
+ updatedAt?: string;
8239
+ }
8198
8240
  export interface CreateAppMembershipInput {
8199
8241
  clientMutationId?: string;
8200
8242
  /** The `AppMembership` to be created by this mutation. */
@@ -8337,22 +8379,6 @@ export interface SiteInput {
8337
8379
  /** PostgreSQL database name this site connects to */
8338
8380
  dbname?: string;
8339
8381
  }
8340
- export interface CreateUserInput {
8341
- clientMutationId?: string;
8342
- /** The `User` to be created by this mutation. */
8343
- user: UserInput;
8344
- }
8345
- /** An input for mutations affecting `User` */
8346
- export interface UserInput {
8347
- id?: string;
8348
- username?: string;
8349
- displayName?: string;
8350
- profilePicture?: ConstructiveInternalTypeImage;
8351
- searchTsv?: string;
8352
- type?: number;
8353
- createdAt?: string;
8354
- updatedAt?: string;
8355
- }
8356
8382
  export interface CreateHierarchyModuleInput {
8357
8383
  clientMutationId?: string;
8358
8384
  /** The `HierarchyModule` to be created by this mutation. */
@@ -8410,33 +8436,6 @@ export interface InviteInput {
8410
8436
  createdAt?: string;
8411
8437
  updatedAt?: string;
8412
8438
  }
8413
- export interface CreateIndexInput {
8414
- clientMutationId?: string;
8415
- /** The `Index` to be created by this mutation. */
8416
- index: IndexInput;
8417
- }
8418
- /** An input for mutations affecting `Index` */
8419
- export interface IndexInput {
8420
- id?: string;
8421
- databaseId: string;
8422
- tableId: string;
8423
- name?: string;
8424
- fieldIds?: string[];
8425
- includeFieldIds?: string[];
8426
- accessMethod?: string;
8427
- indexParams?: unknown;
8428
- whereClause?: unknown;
8429
- isUnique?: boolean;
8430
- options?: unknown;
8431
- opClasses?: string[];
8432
- smartTags?: unknown;
8433
- category?: ObjectCategory;
8434
- module?: string;
8435
- scope?: number;
8436
- tags?: string[];
8437
- createdAt?: string;
8438
- updatedAt?: string;
8439
- }
8440
8439
  export interface CreateForeignKeyConstraintInput {
8441
8440
  clientMutationId?: string;
8442
8441
  /** The `ForeignKeyConstraint` to be created by this mutation. */
@@ -9400,6 +9399,24 @@ export interface ConnectedAccountPatch {
9400
9399
  createdAt?: string;
9401
9400
  updatedAt?: string;
9402
9401
  }
9402
+ export interface UpdateTableGrantInput {
9403
+ clientMutationId?: string;
9404
+ id: string;
9405
+ /** An object where the defined keys will be set on the `TableGrant` being updated. */
9406
+ tableGrantPatch: TableGrantPatch;
9407
+ }
9408
+ /** Represents an update to a `TableGrant`. Fields that are set will be updated. */
9409
+ export interface TableGrantPatch {
9410
+ id?: string;
9411
+ databaseId?: string;
9412
+ tableId?: string;
9413
+ privilege?: string;
9414
+ granteeName?: string;
9415
+ fieldIds?: string[];
9416
+ isGrant?: boolean;
9417
+ createdAt?: string;
9418
+ updatedAt?: string;
9419
+ }
9403
9420
  export interface UpdateFieldModuleInput {
9404
9421
  clientMutationId?: string;
9405
9422
  id: string;
@@ -9506,24 +9523,69 @@ export interface MembershipTypePatch {
9506
9523
  /** Short prefix used to namespace tables and functions for this membership scope */
9507
9524
  prefix?: string;
9508
9525
  }
9509
- export interface UpdateTableGrantInput {
9526
+ export interface UpdateObjectInput {
9510
9527
  clientMutationId?: string;
9511
9528
  id: string;
9512
- /** An object where the defined keys will be set on the `TableGrant` being updated. */
9513
- tableGrantPatch: TableGrantPatch;
9529
+ databaseId: string;
9530
+ /** An object where the defined keys will be set on the `Object` being updated. */
9531
+ objectPatch: ObjectPatch;
9514
9532
  }
9515
- /** Represents an update to a `TableGrant`. Fields that are set will be updated. */
9516
- export interface TableGrantPatch {
9533
+ /** Represents an update to a `Object`. Fields that are set will be updated. */
9534
+ export interface ObjectPatch {
9535
+ id?: string;
9536
+ databaseId?: string;
9537
+ kids?: string[];
9538
+ ktree?: string[];
9539
+ data?: unknown;
9540
+ frzn?: boolean;
9541
+ createdAt?: string;
9542
+ }
9543
+ export interface UpdateFullTextSearchInput {
9544
+ clientMutationId?: string;
9545
+ id: string;
9546
+ /** An object where the defined keys will be set on the `FullTextSearch` being updated. */
9547
+ fullTextSearchPatch: FullTextSearchPatch;
9548
+ }
9549
+ /** Represents an update to a `FullTextSearch`. Fields that are set will be updated. */
9550
+ export interface FullTextSearchPatch {
9517
9551
  id?: string;
9518
9552
  databaseId?: string;
9519
9553
  tableId?: string;
9520
- privilege?: string;
9521
- granteeName?: string;
9554
+ fieldId?: string;
9522
9555
  fieldIds?: string[];
9523
- isGrant?: boolean;
9556
+ weights?: string[];
9557
+ langs?: string[];
9524
9558
  createdAt?: string;
9525
9559
  updatedAt?: string;
9526
9560
  }
9561
+ export interface UpdateCommitInput {
9562
+ clientMutationId?: string;
9563
+ /** The primary unique identifier for the commit. */
9564
+ id: string;
9565
+ /** The repository identifier */
9566
+ databaseId: string;
9567
+ /** An object where the defined keys will be set on the `Commit` being updated. */
9568
+ commitPatch: CommitPatch;
9569
+ }
9570
+ /** Represents an update to a `Commit`. Fields that are set will be updated. */
9571
+ export interface CommitPatch {
9572
+ /** The primary unique identifier for the commit. */
9573
+ id?: string;
9574
+ /** The commit message */
9575
+ message?: string;
9576
+ /** The repository identifier */
9577
+ databaseId?: string;
9578
+ storeId?: string;
9579
+ /** Parent commits */
9580
+ parentIds?: string[];
9581
+ /** The author of the commit */
9582
+ authorId?: string;
9583
+ /** The committer of the commit */
9584
+ committerId?: string;
9585
+ /** The root of the tree */
9586
+ treeId?: string;
9587
+ date?: string;
9588
+ }
9527
9589
  export interface UpdateAppPermissionInput {
9528
9590
  clientMutationId?: string;
9529
9591
  id: string;
@@ -9712,69 +9774,6 @@ export interface SessionsModulePatch {
9712
9774
  sessionCredentialsTable?: string;
9713
9775
  authSettingsTable?: string;
9714
9776
  }
9715
- export interface UpdateObjectInput {
9716
- clientMutationId?: string;
9717
- id: string;
9718
- databaseId: string;
9719
- /** An object where the defined keys will be set on the `Object` being updated. */
9720
- objectPatch: ObjectPatch;
9721
- }
9722
- /** Represents an update to a `Object`. Fields that are set will be updated. */
9723
- export interface ObjectPatch {
9724
- id?: string;
9725
- databaseId?: string;
9726
- kids?: string[];
9727
- ktree?: string[];
9728
- data?: unknown;
9729
- frzn?: boolean;
9730
- createdAt?: string;
9731
- }
9732
- export interface UpdateFullTextSearchInput {
9733
- clientMutationId?: string;
9734
- id: string;
9735
- /** An object where the defined keys will be set on the `FullTextSearch` being updated. */
9736
- fullTextSearchPatch: FullTextSearchPatch;
9737
- }
9738
- /** Represents an update to a `FullTextSearch`. Fields that are set will be updated. */
9739
- export interface FullTextSearchPatch {
9740
- id?: string;
9741
- databaseId?: string;
9742
- tableId?: string;
9743
- fieldId?: string;
9744
- fieldIds?: string[];
9745
- weights?: string[];
9746
- langs?: string[];
9747
- createdAt?: string;
9748
- updatedAt?: string;
9749
- }
9750
- export interface UpdateCommitInput {
9751
- clientMutationId?: string;
9752
- /** The primary unique identifier for the commit. */
9753
- id: string;
9754
- /** The repository identifier */
9755
- databaseId: string;
9756
- /** An object where the defined keys will be set on the `Commit` being updated. */
9757
- commitPatch: CommitPatch;
9758
- }
9759
- /** Represents an update to a `Commit`. Fields that are set will be updated. */
9760
- export interface CommitPatch {
9761
- /** The primary unique identifier for the commit. */
9762
- id?: string;
9763
- /** The commit message */
9764
- message?: string;
9765
- /** The repository identifier */
9766
- databaseId?: string;
9767
- storeId?: string;
9768
- /** Parent commits */
9769
- parentIds?: string[];
9770
- /** The author of the commit */
9771
- authorId?: string;
9772
- /** The committer of the commit */
9773
- committerId?: string;
9774
- /** The root of the tree */
9775
- treeId?: string;
9776
- date?: string;
9777
- }
9778
9777
  export interface UpdateOrgLimitInput {
9779
9778
  clientMutationId?: string;
9780
9779
  id: string;
@@ -9897,6 +9896,27 @@ export interface OrgGrantPatch {
9897
9896
  createdAt?: string;
9898
9897
  updatedAt?: string;
9899
9898
  }
9899
+ export interface UpdateDenormalizedTableFieldInput {
9900
+ clientMutationId?: string;
9901
+ id: string;
9902
+ /** An object where the defined keys will be set on the `DenormalizedTableField` being updated. */
9903
+ denormalizedTableFieldPatch: DenormalizedTableFieldPatch;
9904
+ }
9905
+ /** Represents an update to a `DenormalizedTableField`. Fields that are set will be updated. */
9906
+ export interface DenormalizedTableFieldPatch {
9907
+ id?: string;
9908
+ databaseId?: string;
9909
+ tableId?: string;
9910
+ fieldId?: string;
9911
+ setIds?: string[];
9912
+ refTableId?: string;
9913
+ refFieldId?: string;
9914
+ refIds?: string[];
9915
+ useUpdates?: boolean;
9916
+ updateDefaults?: boolean;
9917
+ funcName?: string;
9918
+ funcOrder?: number;
9919
+ }
9900
9920
  export interface UpdateOrgMembershipDefaultInput {
9901
9921
  clientMutationId?: string;
9902
9922
  id: string;
@@ -10065,27 +10085,6 @@ export interface InvitesModulePatch {
10065
10085
  membershipType?: number;
10066
10086
  entityTableId?: string;
10067
10087
  }
10068
- export interface UpdateDenormalizedTableFieldInput {
10069
- clientMutationId?: string;
10070
- id: string;
10071
- /** An object where the defined keys will be set on the `DenormalizedTableField` being updated. */
10072
- denormalizedTableFieldPatch: DenormalizedTableFieldPatch;
10073
- }
10074
- /** Represents an update to a `DenormalizedTableField`. Fields that are set will be updated. */
10075
- export interface DenormalizedTableFieldPatch {
10076
- id?: string;
10077
- databaseId?: string;
10078
- tableId?: string;
10079
- fieldId?: string;
10080
- setIds?: string[];
10081
- refTableId?: string;
10082
- refFieldId?: string;
10083
- refIds?: string[];
10084
- useUpdates?: boolean;
10085
- updateDefaults?: boolean;
10086
- funcName?: string;
10087
- funcOrder?: number;
10088
- }
10089
10088
  export interface UpdateEmailInput {
10090
10089
  clientMutationId?: string;
10091
10090
  id: string;
@@ -10256,20 +10255,38 @@ export interface SecureTableProvisionPatch {
10256
10255
  /** Output column populated by the trigger after field creation. Contains the UUIDs of the metaschema fields created on the target table by this provision row's generator. NULL when node_type is NULL or before the trigger runs. Callers should not set this directly. */
10257
10256
  outFields?: string[];
10258
10257
  }
10259
- export interface UpdateTriggerInput {
10258
+ export interface UpdateUserInput {
10259
+ clientMutationId?: string;
10260
+ id: string;
10261
+ /** An object where the defined keys will be set on the `User` being updated. */
10262
+ userPatch: UserPatch;
10263
+ }
10264
+ /** Represents an update to a `User`. Fields that are set will be updated. */
10265
+ export interface UserPatch {
10266
+ id?: string;
10267
+ username?: string;
10268
+ displayName?: string;
10269
+ profilePicture?: ConstructiveInternalTypeImage;
10270
+ type?: number;
10271
+ createdAt?: string;
10272
+ updatedAt?: string;
10273
+ /** File upload for the `profilePicture` field. */
10274
+ profilePictureUpload?: File;
10275
+ }
10276
+ export interface UpdatePrimaryKeyConstraintInput {
10260
10277
  clientMutationId?: string;
10261
10278
  id: string;
10262
- /** An object where the defined keys will be set on the `Trigger` being updated. */
10263
- triggerPatch: TriggerPatch;
10279
+ /** An object where the defined keys will be set on the `PrimaryKeyConstraint` being updated. */
10280
+ primaryKeyConstraintPatch: PrimaryKeyConstraintPatch;
10264
10281
  }
10265
- /** Represents an update to a `Trigger`. Fields that are set will be updated. */
10266
- export interface TriggerPatch {
10282
+ /** Represents an update to a `PrimaryKeyConstraint`. Fields that are set will be updated. */
10283
+ export interface PrimaryKeyConstraintPatch {
10267
10284
  id?: string;
10268
10285
  databaseId?: string;
10269
10286
  tableId?: string;
10270
10287
  name?: string;
10271
- event?: string;
10272
- functionName?: string;
10288
+ type?: string;
10289
+ fieldIds?: string[];
10273
10290
  smartTags?: unknown;
10274
10291
  category?: ObjectCategory;
10275
10292
  module?: string;
@@ -10278,22 +10295,21 @@ export interface TriggerPatch {
10278
10295
  createdAt?: string;
10279
10296
  updatedAt?: string;
10280
10297
  }
10281
- export interface UpdateUniqueConstraintInput {
10298
+ export interface UpdateTriggerInput {
10282
10299
  clientMutationId?: string;
10283
10300
  id: string;
10284
- /** An object where the defined keys will be set on the `UniqueConstraint` being updated. */
10285
- uniqueConstraintPatch: UniqueConstraintPatch;
10301
+ /** An object where the defined keys will be set on the `Trigger` being updated. */
10302
+ triggerPatch: TriggerPatch;
10286
10303
  }
10287
- /** Represents an update to a `UniqueConstraint`. Fields that are set will be updated. */
10288
- export interface UniqueConstraintPatch {
10304
+ /** Represents an update to a `Trigger`. Fields that are set will be updated. */
10305
+ export interface TriggerPatch {
10289
10306
  id?: string;
10290
10307
  databaseId?: string;
10291
10308
  tableId?: string;
10292
10309
  name?: string;
10293
- description?: string;
10310
+ event?: string;
10311
+ functionName?: string;
10294
10312
  smartTags?: unknown;
10295
- type?: string;
10296
- fieldIds?: string[];
10297
10313
  category?: ObjectCategory;
10298
10314
  module?: string;
10299
10315
  scope?: number;
@@ -10301,20 +10317,21 @@ export interface UniqueConstraintPatch {
10301
10317
  createdAt?: string;
10302
10318
  updatedAt?: string;
10303
10319
  }
10304
- export interface UpdatePrimaryKeyConstraintInput {
10320
+ export interface UpdateCheckConstraintInput {
10305
10321
  clientMutationId?: string;
10306
10322
  id: string;
10307
- /** An object where the defined keys will be set on the `PrimaryKeyConstraint` being updated. */
10308
- primaryKeyConstraintPatch: PrimaryKeyConstraintPatch;
10323
+ /** An object where the defined keys will be set on the `CheckConstraint` being updated. */
10324
+ checkConstraintPatch: CheckConstraintPatch;
10309
10325
  }
10310
- /** Represents an update to a `PrimaryKeyConstraint`. Fields that are set will be updated. */
10311
- export interface PrimaryKeyConstraintPatch {
10326
+ /** Represents an update to a `CheckConstraint`. Fields that are set will be updated. */
10327
+ export interface CheckConstraintPatch {
10312
10328
  id?: string;
10313
10329
  databaseId?: string;
10314
10330
  tableId?: string;
10315
10331
  name?: string;
10316
10332
  type?: string;
10317
10333
  fieldIds?: string[];
10334
+ expr?: unknown;
10318
10335
  smartTags?: unknown;
10319
10336
  category?: ObjectCategory;
10320
10337
  module?: string;
@@ -10323,22 +10340,22 @@ export interface PrimaryKeyConstraintPatch {
10323
10340
  createdAt?: string;
10324
10341
  updatedAt?: string;
10325
10342
  }
10326
- export interface UpdateCheckConstraintInput {
10343
+ export interface UpdateUniqueConstraintInput {
10327
10344
  clientMutationId?: string;
10328
10345
  id: string;
10329
- /** An object where the defined keys will be set on the `CheckConstraint` being updated. */
10330
- checkConstraintPatch: CheckConstraintPatch;
10346
+ /** An object where the defined keys will be set on the `UniqueConstraint` being updated. */
10347
+ uniqueConstraintPatch: UniqueConstraintPatch;
10331
10348
  }
10332
- /** Represents an update to a `CheckConstraint`. Fields that are set will be updated. */
10333
- export interface CheckConstraintPatch {
10349
+ /** Represents an update to a `UniqueConstraint`. Fields that are set will be updated. */
10350
+ export interface UniqueConstraintPatch {
10334
10351
  id?: string;
10335
10352
  databaseId?: string;
10336
10353
  tableId?: string;
10337
10354
  name?: string;
10355
+ description?: string;
10356
+ smartTags?: unknown;
10338
10357
  type?: string;
10339
10358
  fieldIds?: string[];
10340
- expr?: unknown;
10341
- smartTags?: unknown;
10342
10359
  category?: ObjectCategory;
10343
10360
  module?: string;
10344
10361
  scope?: number;
@@ -10372,6 +10389,34 @@ export interface PolicyPatch {
10372
10389
  createdAt?: string;
10373
10390
  updatedAt?: string;
10374
10391
  }
10392
+ export interface UpdateIndexInput {
10393
+ clientMutationId?: string;
10394
+ id: string;
10395
+ /** An object where the defined keys will be set on the `Index` being updated. */
10396
+ indexPatch: IndexPatch;
10397
+ }
10398
+ /** Represents an update to a `Index`. Fields that are set will be updated. */
10399
+ export interface IndexPatch {
10400
+ id?: string;
10401
+ databaseId?: string;
10402
+ tableId?: string;
10403
+ name?: string;
10404
+ fieldIds?: string[];
10405
+ includeFieldIds?: string[];
10406
+ accessMethod?: string;
10407
+ indexParams?: unknown;
10408
+ whereClause?: unknown;
10409
+ isUnique?: boolean;
10410
+ options?: unknown;
10411
+ opClasses?: string[];
10412
+ smartTags?: unknown;
10413
+ category?: ObjectCategory;
10414
+ module?: string;
10415
+ scope?: number;
10416
+ tags?: string[];
10417
+ createdAt?: string;
10418
+ updatedAt?: string;
10419
+ }
10375
10420
  export interface UpdateAppMembershipInput {
10376
10421
  clientMutationId?: string;
10377
10422
  id: string;
@@ -10531,25 +10576,6 @@ export interface SitePatch {
10531
10576
  /** Upload for Primary logo image for the site */
10532
10577
  logoUpload?: File;
10533
10578
  }
10534
- export interface UpdateUserInput {
10535
- clientMutationId?: string;
10536
- id: string;
10537
- /** An object where the defined keys will be set on the `User` being updated. */
10538
- userPatch: UserPatch;
10539
- }
10540
- /** Represents an update to a `User`. Fields that are set will be updated. */
10541
- export interface UserPatch {
10542
- id?: string;
10543
- username?: string;
10544
- displayName?: string;
10545
- profilePicture?: ConstructiveInternalTypeImage;
10546
- searchTsv?: string;
10547
- type?: number;
10548
- createdAt?: string;
10549
- updatedAt?: string;
10550
- /** File upload for the `profilePicture` field. */
10551
- profilePictureUpload?: File;
10552
- }
10553
10579
  export interface UpdateHierarchyModuleInput {
10554
10580
  clientMutationId?: string;
10555
10581
  id: string;
@@ -10609,34 +10635,6 @@ export interface InvitePatch {
10609
10635
  createdAt?: string;
10610
10636
  updatedAt?: string;
10611
10637
  }
10612
- export interface UpdateIndexInput {
10613
- clientMutationId?: string;
10614
- id: string;
10615
- /** An object where the defined keys will be set on the `Index` being updated. */
10616
- indexPatch: IndexPatch;
10617
- }
10618
- /** Represents an update to a `Index`. Fields that are set will be updated. */
10619
- export interface IndexPatch {
10620
- id?: string;
10621
- databaseId?: string;
10622
- tableId?: string;
10623
- name?: string;
10624
- fieldIds?: string[];
10625
- includeFieldIds?: string[];
10626
- accessMethod?: string;
10627
- indexParams?: unknown;
10628
- whereClause?: unknown;
10629
- isUnique?: boolean;
10630
- options?: unknown;
10631
- opClasses?: string[];
10632
- smartTags?: unknown;
10633
- category?: ObjectCategory;
10634
- module?: string;
10635
- scope?: number;
10636
- tags?: string[];
10637
- createdAt?: string;
10638
- updatedAt?: string;
10639
- }
10640
10638
  export interface UpdateForeignKeyConstraintInput {
10641
10639
  clientMutationId?: string;
10642
10640
  id: string;
@@ -11157,6 +11155,10 @@ export interface DeleteConnectedAccountInput {
11157
11155
  clientMutationId?: string;
11158
11156
  id: string;
11159
11157
  }
11158
+ export interface DeleteTableGrantInput {
11159
+ clientMutationId?: string;
11160
+ id: string;
11161
+ }
11160
11162
  export interface DeleteFieldModuleInput {
11161
11163
  clientMutationId?: string;
11162
11164
  id: string;
@@ -11179,9 +11181,21 @@ export interface DeleteMembershipTypeInput {
11179
11181
  /** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
11180
11182
  id: number;
11181
11183
  }
11182
- export interface DeleteTableGrantInput {
11184
+ export interface DeleteObjectInput {
11185
+ clientMutationId?: string;
11186
+ id: string;
11187
+ databaseId: string;
11188
+ }
11189
+ export interface DeleteFullTextSearchInput {
11190
+ clientMutationId?: string;
11191
+ id: string;
11192
+ }
11193
+ export interface DeleteCommitInput {
11183
11194
  clientMutationId?: string;
11195
+ /** The primary unique identifier for the commit. */
11184
11196
  id: string;
11197
+ /** The repository identifier */
11198
+ databaseId: string;
11185
11199
  }
11186
11200
  export interface DeleteAppPermissionInput {
11187
11201
  clientMutationId?: string;
@@ -11224,22 +11238,6 @@ export interface DeleteSessionsModuleInput {
11224
11238
  clientMutationId?: string;
11225
11239
  id: string;
11226
11240
  }
11227
- export interface DeleteObjectInput {
11228
- clientMutationId?: string;
11229
- id: string;
11230
- databaseId: string;
11231
- }
11232
- export interface DeleteFullTextSearchInput {
11233
- clientMutationId?: string;
11234
- id: string;
11235
- }
11236
- export interface DeleteCommitInput {
11237
- clientMutationId?: string;
11238
- /** The primary unique identifier for the commit. */
11239
- id: string;
11240
- /** The repository identifier */
11241
- databaseId: string;
11242
- }
11243
11241
  export interface DeleteOrgLimitInput {
11244
11242
  clientMutationId?: string;
11245
11243
  id: string;
@@ -11265,6 +11263,10 @@ export interface DeleteOrgGrantInput {
11265
11263
  clientMutationId?: string;
11266
11264
  id: string;
11267
11265
  }
11266
+ export interface DeleteDenormalizedTableFieldInput {
11267
+ clientMutationId?: string;
11268
+ id: string;
11269
+ }
11268
11270
  export interface DeleteOrgMembershipDefaultInput {
11269
11271
  clientMutationId?: string;
11270
11272
  id: string;
@@ -11293,10 +11295,6 @@ export interface DeleteInvitesModuleInput {
11293
11295
  clientMutationId?: string;
11294
11296
  id: string;
11295
11297
  }
11296
- export interface DeleteDenormalizedTableFieldInput {
11297
- clientMutationId?: string;
11298
- id: string;
11299
- }
11300
11298
  export interface DeleteEmailInput {
11301
11299
  clientMutationId?: string;
11302
11300
  id: string;
@@ -11322,15 +11320,15 @@ export interface DeleteSecureTableProvisionInput {
11322
11320
  /** Unique identifier for this provision row. */
11323
11321
  id: string;
11324
11322
  }
11325
- export interface DeleteTriggerInput {
11323
+ export interface DeleteUserInput {
11326
11324
  clientMutationId?: string;
11327
11325
  id: string;
11328
11326
  }
11329
- export interface DeleteUniqueConstraintInput {
11327
+ export interface DeletePrimaryKeyConstraintInput {
11330
11328
  clientMutationId?: string;
11331
11329
  id: string;
11332
11330
  }
11333
- export interface DeletePrimaryKeyConstraintInput {
11331
+ export interface DeleteTriggerInput {
11334
11332
  clientMutationId?: string;
11335
11333
  id: string;
11336
11334
  }
@@ -11338,10 +11336,18 @@ export interface DeleteCheckConstraintInput {
11338
11336
  clientMutationId?: string;
11339
11337
  id: string;
11340
11338
  }
11339
+ export interface DeleteUniqueConstraintInput {
11340
+ clientMutationId?: string;
11341
+ id: string;
11342
+ }
11341
11343
  export interface DeletePolicyInput {
11342
11344
  clientMutationId?: string;
11343
11345
  id: string;
11344
11346
  }
11347
+ export interface DeleteIndexInput {
11348
+ clientMutationId?: string;
11349
+ id: string;
11350
+ }
11345
11351
  export interface DeleteAppMembershipInput {
11346
11352
  clientMutationId?: string;
11347
11353
  id: string;
@@ -11364,10 +11370,6 @@ export interface DeleteSiteInput {
11364
11370
  /** Unique identifier for this site */
11365
11371
  id: string;
11366
11372
  }
11367
- export interface DeleteUserInput {
11368
- clientMutationId?: string;
11369
- id: string;
11370
- }
11371
11373
  export interface DeleteHierarchyModuleInput {
11372
11374
  clientMutationId?: string;
11373
11375
  id: string;
@@ -11376,10 +11378,6 @@ export interface DeleteInviteInput {
11376
11378
  clientMutationId?: string;
11377
11379
  id: string;
11378
11380
  }
11379
- export interface DeleteIndexInput {
11380
- clientMutationId?: string;
11381
- id: string;
11382
- }
11383
11381
  export interface DeleteForeignKeyConstraintInput {
11384
11382
  clientMutationId?: string;
11385
11383
  id: string;
@@ -11434,6 +11432,13 @@ export interface GetAllConnection {
11434
11432
  pageInfo: PageInfo;
11435
11433
  totalCount: number;
11436
11434
  }
11435
+ /** A connection to a list of `Object` values. */
11436
+ export interface ObjectConnection {
11437
+ nodes: Object[];
11438
+ edges: ObjectEdge[];
11439
+ pageInfo: PageInfo;
11440
+ totalCount: number;
11441
+ }
11437
11442
  /** A connection to a list of `AppPermission` values. */
11438
11443
  export interface AppPermissionConnection {
11439
11444
  nodes: AppPermission[];
@@ -11448,13 +11453,6 @@ export interface OrgPermissionConnection {
11448
11453
  pageInfo: PageInfo;
11449
11454
  totalCount: number;
11450
11455
  }
11451
- /** A connection to a list of `Object` values. */
11452
- export interface ObjectConnection {
11453
- nodes: Object[];
11454
- edges: ObjectEdge[];
11455
- pageInfo: PageInfo;
11456
- totalCount: number;
11457
- }
11458
11456
  /** A connection to a list of `AppLevelRequirement` values. */
11459
11457
  export interface AppLevelRequirementConnection {
11460
11458
  nodes: AppLevelRequirement[];
@@ -11721,6 +11719,13 @@ export interface ConnectedAccountConnection {
11721
11719
  pageInfo: PageInfo;
11722
11720
  totalCount: number;
11723
11721
  }
11722
+ /** A connection to a list of `TableGrant` values. */
11723
+ export interface TableGrantConnection {
11724
+ nodes: TableGrant[];
11725
+ edges: TableGrantEdge[];
11726
+ pageInfo: PageInfo;
11727
+ totalCount: number;
11728
+ }
11724
11729
  /** A connection to a list of `FieldModule` values. */
11725
11730
  export interface FieldModuleConnection {
11726
11731
  nodes: FieldModule[];
@@ -11756,10 +11761,17 @@ export interface MembershipTypeConnection {
11756
11761
  pageInfo: PageInfo;
11757
11762
  totalCount: number;
11758
11763
  }
11759
- /** A connection to a list of `TableGrant` values. */
11760
- export interface TableGrantConnection {
11761
- nodes: TableGrant[];
11762
- edges: TableGrantEdge[];
11764
+ /** A connection to a list of `FullTextSearch` values. */
11765
+ export interface FullTextSearchConnection {
11766
+ nodes: FullTextSearch[];
11767
+ edges: FullTextSearchEdge[];
11768
+ pageInfo: PageInfo;
11769
+ totalCount: number;
11770
+ }
11771
+ /** A connection to a list of `Commit` values. */
11772
+ export interface CommitConnection {
11773
+ nodes: Commit[];
11774
+ edges: CommitEdge[];
11763
11775
  pageInfo: PageInfo;
11764
11776
  totalCount: number;
11765
11777
  }
@@ -11812,24 +11824,10 @@ export interface RlsModuleConnection {
11812
11824
  pageInfo: PageInfo;
11813
11825
  totalCount: number;
11814
11826
  }
11815
- /** A connection to a list of `SessionsModule` values. */
11816
- export interface SessionsModuleConnection {
11817
- nodes: SessionsModule[];
11818
- edges: SessionsModuleEdge[];
11819
- pageInfo: PageInfo;
11820
- totalCount: number;
11821
- }
11822
- /** A connection to a list of `FullTextSearch` values. */
11823
- export interface FullTextSearchConnection {
11824
- nodes: FullTextSearch[];
11825
- edges: FullTextSearchEdge[];
11826
- pageInfo: PageInfo;
11827
- totalCount: number;
11828
- }
11829
- /** A connection to a list of `Commit` values. */
11830
- export interface CommitConnection {
11831
- nodes: Commit[];
11832
- edges: CommitEdge[];
11827
+ /** A connection to a list of `SessionsModule` values. */
11828
+ export interface SessionsModuleConnection {
11829
+ nodes: SessionsModule[];
11830
+ edges: SessionsModuleEdge[];
11833
11831
  pageInfo: PageInfo;
11834
11832
  totalCount: number;
11835
11833
  }
@@ -11875,6 +11873,13 @@ export interface OrgGrantConnection {
11875
11873
  pageInfo: PageInfo;
11876
11874
  totalCount: number;
11877
11875
  }
11876
+ /** A connection to a list of `DenormalizedTableField` values. */
11877
+ export interface DenormalizedTableFieldConnection {
11878
+ nodes: DenormalizedTableField[];
11879
+ edges: DenormalizedTableFieldEdge[];
11880
+ pageInfo: PageInfo;
11881
+ totalCount: number;
11882
+ }
11878
11883
  /** A connection to a list of `OrgMembershipDefault` values. */
11879
11884
  export interface OrgMembershipDefaultConnection {
11880
11885
  nodes: OrgMembershipDefault[];
@@ -11924,13 +11929,6 @@ export interface InvitesModuleConnection {
11924
11929
  pageInfo: PageInfo;
11925
11930
  totalCount: number;
11926
11931
  }
11927
- /** A connection to a list of `DenormalizedTableField` values. */
11928
- export interface DenormalizedTableFieldConnection {
11929
- nodes: DenormalizedTableField[];
11930
- edges: DenormalizedTableFieldEdge[];
11931
- pageInfo: PageInfo;
11932
- totalCount: number;
11933
- }
11934
11932
  /** A connection to a list of `Email` values. */
11935
11933
  export interface EmailConnection {
11936
11934
  nodes: Email[];
@@ -11973,17 +11971,10 @@ export interface SecureTableProvisionConnection {
11973
11971
  pageInfo: PageInfo;
11974
11972
  totalCount: number;
11975
11973
  }
11976
- /** A connection to a list of `Trigger` values. */
11977
- export interface TriggerConnection {
11978
- nodes: Trigger[];
11979
- edges: TriggerEdge[];
11980
- pageInfo: PageInfo;
11981
- totalCount: number;
11982
- }
11983
- /** A connection to a list of `UniqueConstraint` values. */
11984
- export interface UniqueConstraintConnection {
11985
- nodes: UniqueConstraint[];
11986
- edges: UniqueConstraintEdge[];
11974
+ /** A connection to a list of `User` values. */
11975
+ export interface UserConnection {
11976
+ nodes: User[];
11977
+ edges: UserEdge[];
11987
11978
  pageInfo: PageInfo;
11988
11979
  totalCount: number;
11989
11980
  }
@@ -11994,6 +11985,13 @@ export interface PrimaryKeyConstraintConnection {
11994
11985
  pageInfo: PageInfo;
11995
11986
  totalCount: number;
11996
11987
  }
11988
+ /** A connection to a list of `Trigger` values. */
11989
+ export interface TriggerConnection {
11990
+ nodes: Trigger[];
11991
+ edges: TriggerEdge[];
11992
+ pageInfo: PageInfo;
11993
+ totalCount: number;
11994
+ }
11997
11995
  /** A connection to a list of `CheckConstraint` values. */
11998
11996
  export interface CheckConstraintConnection {
11999
11997
  nodes: CheckConstraint[];
@@ -12001,6 +11999,13 @@ export interface CheckConstraintConnection {
12001
11999
  pageInfo: PageInfo;
12002
12000
  totalCount: number;
12003
12001
  }
12002
+ /** A connection to a list of `UniqueConstraint` values. */
12003
+ export interface UniqueConstraintConnection {
12004
+ nodes: UniqueConstraint[];
12005
+ edges: UniqueConstraintEdge[];
12006
+ pageInfo: PageInfo;
12007
+ totalCount: number;
12008
+ }
12004
12009
  /** A connection to a list of `Policy` values. */
12005
12010
  export interface PolicyConnection {
12006
12011
  nodes: Policy[];
@@ -12015,6 +12020,13 @@ export interface AstMigrationConnection {
12015
12020
  pageInfo: PageInfo;
12016
12021
  totalCount: number;
12017
12022
  }
12023
+ /** A connection to a list of `Index` values. */
12024
+ export interface IndexConnection {
12025
+ nodes: Index[];
12026
+ edges: IndexEdge[];
12027
+ pageInfo: PageInfo;
12028
+ totalCount: number;
12029
+ }
12018
12030
  /** A connection to a list of `AppMembership` values. */
12019
12031
  export interface AppMembershipConnection {
12020
12032
  nodes: AppMembership[];
@@ -12050,13 +12062,6 @@ export interface SiteConnection {
12050
12062
  pageInfo: PageInfo;
12051
12063
  totalCount: number;
12052
12064
  }
12053
- /** A connection to a list of `User` values. */
12054
- export interface UserConnection {
12055
- nodes: User[];
12056
- edges: UserEdge[];
12057
- pageInfo: PageInfo;
12058
- totalCount: number;
12059
- }
12060
12065
  /** A connection to a list of `HierarchyModule` values. */
12061
12066
  export interface HierarchyModuleConnection {
12062
12067
  nodes: HierarchyModule[];
@@ -12071,13 +12076,6 @@ export interface InviteConnection {
12071
12076
  pageInfo: PageInfo;
12072
12077
  totalCount: number;
12073
12078
  }
12074
- /** A connection to a list of `Index` values. */
12075
- export interface IndexConnection {
12076
- nodes: Index[];
12077
- edges: IndexEdge[];
12078
- pageInfo: PageInfo;
12079
- totalCount: number;
12080
- }
12081
12079
  /** A connection to a list of `ForeignKeyConstraint` values. */
12082
12080
  export interface ForeignKeyConstraintConnection {
12083
12081
  nodes: ForeignKeyConstraint[];
@@ -12174,6 +12172,10 @@ export interface VerifyEmailPayload {
12174
12172
  clientMutationId?: string | null;
12175
12173
  result?: boolean | null;
12176
12174
  }
12175
+ export interface RemoveNodeAtPathPayload {
12176
+ clientMutationId?: string | null;
12177
+ result?: string | null;
12178
+ }
12177
12179
  export interface ResetPasswordPayload {
12178
12180
  clientMutationId?: string | null;
12179
12181
  result?: boolean | null;
@@ -12182,9 +12184,8 @@ export interface BootstrapUserPayload {
12182
12184
  clientMutationId?: string | null;
12183
12185
  result?: BootstrapUserRecord[] | null;
12184
12186
  }
12185
- export interface RemoveNodeAtPathPayload {
12187
+ export interface SetFieldOrderPayload {
12186
12188
  clientMutationId?: string | null;
12187
- result?: string | null;
12188
12189
  }
12189
12190
  export interface SetDataAtPathPayload {
12190
12191
  clientMutationId?: string | null;
@@ -12198,6 +12199,21 @@ export interface ProvisionDatabaseWithUserPayload {
12198
12199
  clientMutationId?: string | null;
12199
12200
  result?: ProvisionDatabaseWithUserRecord[] | null;
12200
12201
  }
12202
+ export interface InsertNodeAtPathPayload {
12203
+ clientMutationId?: string | null;
12204
+ result?: string | null;
12205
+ }
12206
+ export interface UpdateNodeAtPathPayload {
12207
+ clientMutationId?: string | null;
12208
+ result?: string | null;
12209
+ }
12210
+ export interface SetAndCommitPayload {
12211
+ clientMutationId?: string | null;
12212
+ result?: string | null;
12213
+ }
12214
+ export interface ApplyRlsPayload {
12215
+ clientMutationId?: string | null;
12216
+ }
12201
12217
  export interface SignInOneTimeTokenPayload {
12202
12218
  clientMutationId?: string | null;
12203
12219
  result?: SignInOneTimeTokenRecord | null;
@@ -12218,28 +12234,10 @@ export interface SignUpPayload {
12218
12234
  clientMutationId?: string | null;
12219
12235
  result?: SignUpRecord | null;
12220
12236
  }
12221
- export interface SetFieldOrderPayload {
12222
- clientMutationId?: string | null;
12223
- }
12224
12237
  export interface OneTimeTokenPayload {
12225
12238
  clientMutationId?: string | null;
12226
12239
  result?: string | null;
12227
12240
  }
12228
- export interface InsertNodeAtPathPayload {
12229
- clientMutationId?: string | null;
12230
- result?: string | null;
12231
- }
12232
- export interface UpdateNodeAtPathPayload {
12233
- clientMutationId?: string | null;
12234
- result?: string | null;
12235
- }
12236
- export interface SetAndCommitPayload {
12237
- clientMutationId?: string | null;
12238
- result?: string | null;
12239
- }
12240
- export interface ApplyRlsPayload {
12241
- clientMutationId?: string | null;
12242
- }
12243
12241
  export interface ForgotPasswordPayload {
12244
12242
  clientMutationId?: string | null;
12245
12243
  }
@@ -12477,6 +12475,12 @@ export interface CreateConnectedAccountPayload {
12477
12475
  connectedAccount?: ConnectedAccount | null;
12478
12476
  connectedAccountEdge?: ConnectedAccountEdge | null;
12479
12477
  }
12478
+ export interface CreateTableGrantPayload {
12479
+ clientMutationId?: string | null;
12480
+ /** The `TableGrant` that was created by this mutation. */
12481
+ tableGrant?: TableGrant | null;
12482
+ tableGrantEdge?: TableGrantEdge | null;
12483
+ }
12480
12484
  export interface CreateFieldModulePayload {
12481
12485
  clientMutationId?: string | null;
12482
12486
  /** The `FieldModule` that was created by this mutation. */
@@ -12507,11 +12511,23 @@ export interface CreateMembershipTypePayload {
12507
12511
  membershipType?: MembershipType | null;
12508
12512
  membershipTypeEdge?: MembershipTypeEdge | null;
12509
12513
  }
12510
- export interface CreateTableGrantPayload {
12514
+ export interface CreateObjectPayload {
12511
12515
  clientMutationId?: string | null;
12512
- /** The `TableGrant` that was created by this mutation. */
12513
- tableGrant?: TableGrant | null;
12514
- tableGrantEdge?: TableGrantEdge | null;
12516
+ /** The `Object` that was created by this mutation. */
12517
+ object?: Object | null;
12518
+ objectEdge?: ObjectEdge | null;
12519
+ }
12520
+ export interface CreateFullTextSearchPayload {
12521
+ clientMutationId?: string | null;
12522
+ /** The `FullTextSearch` that was created by this mutation. */
12523
+ fullTextSearch?: FullTextSearch | null;
12524
+ fullTextSearchEdge?: FullTextSearchEdge | null;
12525
+ }
12526
+ export interface CreateCommitPayload {
12527
+ clientMutationId?: string | null;
12528
+ /** The `Commit` that was created by this mutation. */
12529
+ commit?: Commit | null;
12530
+ commitEdge?: CommitEdge | null;
12515
12531
  }
12516
12532
  export interface CreateAppPermissionPayload {
12517
12533
  clientMutationId?: string | null;
@@ -12573,24 +12589,6 @@ export interface CreateSessionsModulePayload {
12573
12589
  sessionsModule?: SessionsModule | null;
12574
12590
  sessionsModuleEdge?: SessionsModuleEdge | null;
12575
12591
  }
12576
- export interface CreateObjectPayload {
12577
- clientMutationId?: string | null;
12578
- /** The `Object` that was created by this mutation. */
12579
- object?: Object | null;
12580
- objectEdge?: ObjectEdge | null;
12581
- }
12582
- export interface CreateFullTextSearchPayload {
12583
- clientMutationId?: string | null;
12584
- /** The `FullTextSearch` that was created by this mutation. */
12585
- fullTextSearch?: FullTextSearch | null;
12586
- fullTextSearchEdge?: FullTextSearchEdge | null;
12587
- }
12588
- export interface CreateCommitPayload {
12589
- clientMutationId?: string | null;
12590
- /** The `Commit` that was created by this mutation. */
12591
- commit?: Commit | null;
12592
- commitEdge?: CommitEdge | null;
12593
- }
12594
12592
  export interface CreateOrgLimitPayload {
12595
12593
  clientMutationId?: string | null;
12596
12594
  /** The `OrgLimit` that was created by this mutation. */
@@ -12627,6 +12625,12 @@ export interface CreateOrgGrantPayload {
12627
12625
  orgGrant?: OrgGrant | null;
12628
12626
  orgGrantEdge?: OrgGrantEdge | null;
12629
12627
  }
12628
+ export interface CreateDenormalizedTableFieldPayload {
12629
+ clientMutationId?: string | null;
12630
+ /** The `DenormalizedTableField` that was created by this mutation. */
12631
+ denormalizedTableField?: DenormalizedTableField | null;
12632
+ denormalizedTableFieldEdge?: DenormalizedTableFieldEdge | null;
12633
+ }
12630
12634
  export interface CreateOrgMembershipDefaultPayload {
12631
12635
  clientMutationId?: string | null;
12632
12636
  /** The `OrgMembershipDefault` that was created by this mutation. */
@@ -12674,12 +12678,6 @@ export interface CreateInvitesModulePayload {
12674
12678
  invitesModule?: InvitesModule | null;
12675
12679
  invitesModuleEdge?: InvitesModuleEdge | null;
12676
12680
  }
12677
- export interface CreateDenormalizedTableFieldPayload {
12678
- clientMutationId?: string | null;
12679
- /** The `DenormalizedTableField` that was created by this mutation. */
12680
- denormalizedTableField?: DenormalizedTableField | null;
12681
- denormalizedTableFieldEdge?: DenormalizedTableFieldEdge | null;
12682
- }
12683
12681
  export interface CreateEmailPayload {
12684
12682
  clientMutationId?: string | null;
12685
12683
  /** The `Email` that was created by this mutation. */
@@ -12716,17 +12714,11 @@ export interface CreateSecureTableProvisionPayload {
12716
12714
  secureTableProvision?: SecureTableProvision | null;
12717
12715
  secureTableProvisionEdge?: SecureTableProvisionEdge | null;
12718
12716
  }
12719
- export interface CreateTriggerPayload {
12720
- clientMutationId?: string | null;
12721
- /** The `Trigger` that was created by this mutation. */
12722
- trigger?: Trigger | null;
12723
- triggerEdge?: TriggerEdge | null;
12724
- }
12725
- export interface CreateUniqueConstraintPayload {
12717
+ export interface CreateUserPayload {
12726
12718
  clientMutationId?: string | null;
12727
- /** The `UniqueConstraint` that was created by this mutation. */
12728
- uniqueConstraint?: UniqueConstraint | null;
12729
- uniqueConstraintEdge?: UniqueConstraintEdge | null;
12719
+ /** The `User` that was created by this mutation. */
12720
+ user?: User | null;
12721
+ userEdge?: UserEdge | null;
12730
12722
  }
12731
12723
  export interface CreatePrimaryKeyConstraintPayload {
12732
12724
  clientMutationId?: string | null;
@@ -12734,12 +12726,24 @@ export interface CreatePrimaryKeyConstraintPayload {
12734
12726
  primaryKeyConstraint?: PrimaryKeyConstraint | null;
12735
12727
  primaryKeyConstraintEdge?: PrimaryKeyConstraintEdge | null;
12736
12728
  }
12729
+ export interface CreateTriggerPayload {
12730
+ clientMutationId?: string | null;
12731
+ /** The `Trigger` that was created by this mutation. */
12732
+ trigger?: Trigger | null;
12733
+ triggerEdge?: TriggerEdge | null;
12734
+ }
12737
12735
  export interface CreateCheckConstraintPayload {
12738
12736
  clientMutationId?: string | null;
12739
12737
  /** The `CheckConstraint` that was created by this mutation. */
12740
12738
  checkConstraint?: CheckConstraint | null;
12741
12739
  checkConstraintEdge?: CheckConstraintEdge | null;
12742
12740
  }
12741
+ export interface CreateUniqueConstraintPayload {
12742
+ clientMutationId?: string | null;
12743
+ /** The `UniqueConstraint` that was created by this mutation. */
12744
+ uniqueConstraint?: UniqueConstraint | null;
12745
+ uniqueConstraintEdge?: UniqueConstraintEdge | null;
12746
+ }
12743
12747
  export interface CreatePolicyPayload {
12744
12748
  clientMutationId?: string | null;
12745
12749
  /** The `Policy` that was created by this mutation. */
@@ -12751,6 +12755,12 @@ export interface CreateAstMigrationPayload {
12751
12755
  /** The `AstMigration` that was created by this mutation. */
12752
12756
  astMigration?: AstMigration | null;
12753
12757
  }
12758
+ export interface CreateIndexPayload {
12759
+ clientMutationId?: string | null;
12760
+ /** The `Index` that was created by this mutation. */
12761
+ index?: Index | null;
12762
+ indexEdge?: IndexEdge | null;
12763
+ }
12754
12764
  export interface CreateAppMembershipPayload {
12755
12765
  clientMutationId?: string | null;
12756
12766
  /** The `AppMembership` that was created by this mutation. */
@@ -12781,12 +12791,6 @@ export interface CreateSitePayload {
12781
12791
  site?: Site | null;
12782
12792
  siteEdge?: SiteEdge | null;
12783
12793
  }
12784
- export interface CreateUserPayload {
12785
- clientMutationId?: string | null;
12786
- /** The `User` that was created by this mutation. */
12787
- user?: User | null;
12788
- userEdge?: UserEdge | null;
12789
- }
12790
12794
  export interface CreateHierarchyModulePayload {
12791
12795
  clientMutationId?: string | null;
12792
12796
  /** The `HierarchyModule` that was created by this mutation. */
@@ -12799,12 +12803,6 @@ export interface CreateInvitePayload {
12799
12803
  invite?: Invite | null;
12800
12804
  inviteEdge?: InviteEdge | null;
12801
12805
  }
12802
- export interface CreateIndexPayload {
12803
- clientMutationId?: string | null;
12804
- /** The `Index` that was created by this mutation. */
12805
- index?: Index | null;
12806
- indexEdge?: IndexEdge | null;
12807
- }
12808
12806
  export interface CreateForeignKeyConstraintPayload {
12809
12807
  clientMutationId?: string | null;
12810
12808
  /** The `ForeignKeyConstraint` that was created by this mutation. */
@@ -13075,6 +13073,12 @@ export interface UpdateConnectedAccountPayload {
13075
13073
  connectedAccount?: ConnectedAccount | null;
13076
13074
  connectedAccountEdge?: ConnectedAccountEdge | null;
13077
13075
  }
13076
+ export interface UpdateTableGrantPayload {
13077
+ clientMutationId?: string | null;
13078
+ /** The `TableGrant` that was updated by this mutation. */
13079
+ tableGrant?: TableGrant | null;
13080
+ tableGrantEdge?: TableGrantEdge | null;
13081
+ }
13078
13082
  export interface UpdateFieldModulePayload {
13079
13083
  clientMutationId?: string | null;
13080
13084
  /** The `FieldModule` that was updated by this mutation. */
@@ -13105,11 +13109,23 @@ export interface UpdateMembershipTypePayload {
13105
13109
  membershipType?: MembershipType | null;
13106
13110
  membershipTypeEdge?: MembershipTypeEdge | null;
13107
13111
  }
13108
- export interface UpdateTableGrantPayload {
13112
+ export interface UpdateObjectPayload {
13109
13113
  clientMutationId?: string | null;
13110
- /** The `TableGrant` that was updated by this mutation. */
13111
- tableGrant?: TableGrant | null;
13112
- tableGrantEdge?: TableGrantEdge | null;
13114
+ /** The `Object` that was updated by this mutation. */
13115
+ object?: Object | null;
13116
+ objectEdge?: ObjectEdge | null;
13117
+ }
13118
+ export interface UpdateFullTextSearchPayload {
13119
+ clientMutationId?: string | null;
13120
+ /** The `FullTextSearch` that was updated by this mutation. */
13121
+ fullTextSearch?: FullTextSearch | null;
13122
+ fullTextSearchEdge?: FullTextSearchEdge | null;
13123
+ }
13124
+ export interface UpdateCommitPayload {
13125
+ clientMutationId?: string | null;
13126
+ /** The `Commit` that was updated by this mutation. */
13127
+ commit?: Commit | null;
13128
+ commitEdge?: CommitEdge | null;
13113
13129
  }
13114
13130
  export interface UpdateAppPermissionPayload {
13115
13131
  clientMutationId?: string | null;
@@ -13171,24 +13187,6 @@ export interface UpdateSessionsModulePayload {
13171
13187
  sessionsModule?: SessionsModule | null;
13172
13188
  sessionsModuleEdge?: SessionsModuleEdge | null;
13173
13189
  }
13174
- export interface UpdateObjectPayload {
13175
- clientMutationId?: string | null;
13176
- /** The `Object` that was updated by this mutation. */
13177
- object?: Object | null;
13178
- objectEdge?: ObjectEdge | null;
13179
- }
13180
- export interface UpdateFullTextSearchPayload {
13181
- clientMutationId?: string | null;
13182
- /** The `FullTextSearch` that was updated by this mutation. */
13183
- fullTextSearch?: FullTextSearch | null;
13184
- fullTextSearchEdge?: FullTextSearchEdge | null;
13185
- }
13186
- export interface UpdateCommitPayload {
13187
- clientMutationId?: string | null;
13188
- /** The `Commit` that was updated by this mutation. */
13189
- commit?: Commit | null;
13190
- commitEdge?: CommitEdge | null;
13191
- }
13192
13190
  export interface UpdateOrgLimitPayload {
13193
13191
  clientMutationId?: string | null;
13194
13192
  /** The `OrgLimit` that was updated by this mutation. */
@@ -13225,6 +13223,12 @@ export interface UpdateOrgGrantPayload {
13225
13223
  orgGrant?: OrgGrant | null;
13226
13224
  orgGrantEdge?: OrgGrantEdge | null;
13227
13225
  }
13226
+ export interface UpdateDenormalizedTableFieldPayload {
13227
+ clientMutationId?: string | null;
13228
+ /** The `DenormalizedTableField` that was updated by this mutation. */
13229
+ denormalizedTableField?: DenormalizedTableField | null;
13230
+ denormalizedTableFieldEdge?: DenormalizedTableFieldEdge | null;
13231
+ }
13228
13232
  export interface UpdateOrgMembershipDefaultPayload {
13229
13233
  clientMutationId?: string | null;
13230
13234
  /** The `OrgMembershipDefault` that was updated by this mutation. */
@@ -13267,12 +13271,6 @@ export interface UpdateInvitesModulePayload {
13267
13271
  invitesModule?: InvitesModule | null;
13268
13272
  invitesModuleEdge?: InvitesModuleEdge | null;
13269
13273
  }
13270
- export interface UpdateDenormalizedTableFieldPayload {
13271
- clientMutationId?: string | null;
13272
- /** The `DenormalizedTableField` that was updated by this mutation. */
13273
- denormalizedTableField?: DenormalizedTableField | null;
13274
- denormalizedTableFieldEdge?: DenormalizedTableFieldEdge | null;
13275
- }
13276
13274
  export interface UpdateEmailPayload {
13277
13275
  clientMutationId?: string | null;
13278
13276
  /** The `Email` that was updated by this mutation. */
@@ -13309,17 +13307,11 @@ export interface UpdateSecureTableProvisionPayload {
13309
13307
  secureTableProvision?: SecureTableProvision | null;
13310
13308
  secureTableProvisionEdge?: SecureTableProvisionEdge | null;
13311
13309
  }
13312
- export interface UpdateTriggerPayload {
13313
- clientMutationId?: string | null;
13314
- /** The `Trigger` that was updated by this mutation. */
13315
- trigger?: Trigger | null;
13316
- triggerEdge?: TriggerEdge | null;
13317
- }
13318
- export interface UpdateUniqueConstraintPayload {
13310
+ export interface UpdateUserPayload {
13319
13311
  clientMutationId?: string | null;
13320
- /** The `UniqueConstraint` that was updated by this mutation. */
13321
- uniqueConstraint?: UniqueConstraint | null;
13322
- uniqueConstraintEdge?: UniqueConstraintEdge | null;
13312
+ /** The `User` that was updated by this mutation. */
13313
+ user?: User | null;
13314
+ userEdge?: UserEdge | null;
13323
13315
  }
13324
13316
  export interface UpdatePrimaryKeyConstraintPayload {
13325
13317
  clientMutationId?: string | null;
@@ -13327,18 +13319,36 @@ export interface UpdatePrimaryKeyConstraintPayload {
13327
13319
  primaryKeyConstraint?: PrimaryKeyConstraint | null;
13328
13320
  primaryKeyConstraintEdge?: PrimaryKeyConstraintEdge | null;
13329
13321
  }
13322
+ export interface UpdateTriggerPayload {
13323
+ clientMutationId?: string | null;
13324
+ /** The `Trigger` that was updated by this mutation. */
13325
+ trigger?: Trigger | null;
13326
+ triggerEdge?: TriggerEdge | null;
13327
+ }
13330
13328
  export interface UpdateCheckConstraintPayload {
13331
13329
  clientMutationId?: string | null;
13332
13330
  /** The `CheckConstraint` that was updated by this mutation. */
13333
13331
  checkConstraint?: CheckConstraint | null;
13334
13332
  checkConstraintEdge?: CheckConstraintEdge | null;
13335
13333
  }
13334
+ export interface UpdateUniqueConstraintPayload {
13335
+ clientMutationId?: string | null;
13336
+ /** The `UniqueConstraint` that was updated by this mutation. */
13337
+ uniqueConstraint?: UniqueConstraint | null;
13338
+ uniqueConstraintEdge?: UniqueConstraintEdge | null;
13339
+ }
13336
13340
  export interface UpdatePolicyPayload {
13337
13341
  clientMutationId?: string | null;
13338
13342
  /** The `Policy` that was updated by this mutation. */
13339
13343
  policy?: Policy | null;
13340
13344
  policyEdge?: PolicyEdge | null;
13341
13345
  }
13346
+ export interface UpdateIndexPayload {
13347
+ clientMutationId?: string | null;
13348
+ /** The `Index` that was updated by this mutation. */
13349
+ index?: Index | null;
13350
+ indexEdge?: IndexEdge | null;
13351
+ }
13342
13352
  export interface UpdateAppMembershipPayload {
13343
13353
  clientMutationId?: string | null;
13344
13354
  /** The `AppMembership` that was updated by this mutation. */
@@ -13369,12 +13379,6 @@ export interface UpdateSitePayload {
13369
13379
  site?: Site | null;
13370
13380
  siteEdge?: SiteEdge | null;
13371
13381
  }
13372
- export interface UpdateUserPayload {
13373
- clientMutationId?: string | null;
13374
- /** The `User` that was updated by this mutation. */
13375
- user?: User | null;
13376
- userEdge?: UserEdge | null;
13377
- }
13378
13382
  export interface UpdateHierarchyModulePayload {
13379
13383
  clientMutationId?: string | null;
13380
13384
  /** The `HierarchyModule` that was updated by this mutation. */
@@ -13387,12 +13391,6 @@ export interface UpdateInvitePayload {
13387
13391
  invite?: Invite | null;
13388
13392
  inviteEdge?: InviteEdge | null;
13389
13393
  }
13390
- export interface UpdateIndexPayload {
13391
- clientMutationId?: string | null;
13392
- /** The `Index` that was updated by this mutation. */
13393
- index?: Index | null;
13394
- indexEdge?: IndexEdge | null;
13395
- }
13396
13394
  export interface UpdateForeignKeyConstraintPayload {
13397
13395
  clientMutationId?: string | null;
13398
13396
  /** The `ForeignKeyConstraint` that was updated by this mutation. */
@@ -13663,6 +13661,12 @@ export interface DeleteConnectedAccountPayload {
13663
13661
  connectedAccount?: ConnectedAccount | null;
13664
13662
  connectedAccountEdge?: ConnectedAccountEdge | null;
13665
13663
  }
13664
+ export interface DeleteTableGrantPayload {
13665
+ clientMutationId?: string | null;
13666
+ /** The `TableGrant` that was deleted by this mutation. */
13667
+ tableGrant?: TableGrant | null;
13668
+ tableGrantEdge?: TableGrantEdge | null;
13669
+ }
13666
13670
  export interface DeleteFieldModulePayload {
13667
13671
  clientMutationId?: string | null;
13668
13672
  /** The `FieldModule` that was deleted by this mutation. */
@@ -13693,11 +13697,23 @@ export interface DeleteMembershipTypePayload {
13693
13697
  membershipType?: MembershipType | null;
13694
13698
  membershipTypeEdge?: MembershipTypeEdge | null;
13695
13699
  }
13696
- export interface DeleteTableGrantPayload {
13700
+ export interface DeleteObjectPayload {
13697
13701
  clientMutationId?: string | null;
13698
- /** The `TableGrant` that was deleted by this mutation. */
13699
- tableGrant?: TableGrant | null;
13700
- tableGrantEdge?: TableGrantEdge | null;
13702
+ /** The `Object` that was deleted by this mutation. */
13703
+ object?: Object | null;
13704
+ objectEdge?: ObjectEdge | null;
13705
+ }
13706
+ export interface DeleteFullTextSearchPayload {
13707
+ clientMutationId?: string | null;
13708
+ /** The `FullTextSearch` that was deleted by this mutation. */
13709
+ fullTextSearch?: FullTextSearch | null;
13710
+ fullTextSearchEdge?: FullTextSearchEdge | null;
13711
+ }
13712
+ export interface DeleteCommitPayload {
13713
+ clientMutationId?: string | null;
13714
+ /** The `Commit` that was deleted by this mutation. */
13715
+ commit?: Commit | null;
13716
+ commitEdge?: CommitEdge | null;
13701
13717
  }
13702
13718
  export interface DeleteAppPermissionPayload {
13703
13719
  clientMutationId?: string | null;
@@ -13759,24 +13775,6 @@ export interface DeleteSessionsModulePayload {
13759
13775
  sessionsModule?: SessionsModule | null;
13760
13776
  sessionsModuleEdge?: SessionsModuleEdge | null;
13761
13777
  }
13762
- export interface DeleteObjectPayload {
13763
- clientMutationId?: string | null;
13764
- /** The `Object` that was deleted by this mutation. */
13765
- object?: Object | null;
13766
- objectEdge?: ObjectEdge | null;
13767
- }
13768
- export interface DeleteFullTextSearchPayload {
13769
- clientMutationId?: string | null;
13770
- /** The `FullTextSearch` that was deleted by this mutation. */
13771
- fullTextSearch?: FullTextSearch | null;
13772
- fullTextSearchEdge?: FullTextSearchEdge | null;
13773
- }
13774
- export interface DeleteCommitPayload {
13775
- clientMutationId?: string | null;
13776
- /** The `Commit` that was deleted by this mutation. */
13777
- commit?: Commit | null;
13778
- commitEdge?: CommitEdge | null;
13779
- }
13780
13778
  export interface DeleteOrgLimitPayload {
13781
13779
  clientMutationId?: string | null;
13782
13780
  /** The `OrgLimit` that was deleted by this mutation. */
@@ -13813,6 +13811,12 @@ export interface DeleteOrgGrantPayload {
13813
13811
  orgGrant?: OrgGrant | null;
13814
13812
  orgGrantEdge?: OrgGrantEdge | null;
13815
13813
  }
13814
+ export interface DeleteDenormalizedTableFieldPayload {
13815
+ clientMutationId?: string | null;
13816
+ /** The `DenormalizedTableField` that was deleted by this mutation. */
13817
+ denormalizedTableField?: DenormalizedTableField | null;
13818
+ denormalizedTableFieldEdge?: DenormalizedTableFieldEdge | null;
13819
+ }
13816
13820
  export interface DeleteOrgMembershipDefaultPayload {
13817
13821
  clientMutationId?: string | null;
13818
13822
  /** The `OrgMembershipDefault` that was deleted by this mutation. */
@@ -13855,12 +13859,6 @@ export interface DeleteInvitesModulePayload {
13855
13859
  invitesModule?: InvitesModule | null;
13856
13860
  invitesModuleEdge?: InvitesModuleEdge | null;
13857
13861
  }
13858
- export interface DeleteDenormalizedTableFieldPayload {
13859
- clientMutationId?: string | null;
13860
- /** The `DenormalizedTableField` that was deleted by this mutation. */
13861
- denormalizedTableField?: DenormalizedTableField | null;
13862
- denormalizedTableFieldEdge?: DenormalizedTableFieldEdge | null;
13863
- }
13864
13862
  export interface DeleteEmailPayload {
13865
13863
  clientMutationId?: string | null;
13866
13864
  /** The `Email` that was deleted by this mutation. */
@@ -13897,17 +13895,11 @@ export interface DeleteSecureTableProvisionPayload {
13897
13895
  secureTableProvision?: SecureTableProvision | null;
13898
13896
  secureTableProvisionEdge?: SecureTableProvisionEdge | null;
13899
13897
  }
13900
- export interface DeleteTriggerPayload {
13901
- clientMutationId?: string | null;
13902
- /** The `Trigger` that was deleted by this mutation. */
13903
- trigger?: Trigger | null;
13904
- triggerEdge?: TriggerEdge | null;
13905
- }
13906
- export interface DeleteUniqueConstraintPayload {
13898
+ export interface DeleteUserPayload {
13907
13899
  clientMutationId?: string | null;
13908
- /** The `UniqueConstraint` that was deleted by this mutation. */
13909
- uniqueConstraint?: UniqueConstraint | null;
13910
- uniqueConstraintEdge?: UniqueConstraintEdge | null;
13900
+ /** The `User` that was deleted by this mutation. */
13901
+ user?: User | null;
13902
+ userEdge?: UserEdge | null;
13911
13903
  }
13912
13904
  export interface DeletePrimaryKeyConstraintPayload {
13913
13905
  clientMutationId?: string | null;
@@ -13915,18 +13907,36 @@ export interface DeletePrimaryKeyConstraintPayload {
13915
13907
  primaryKeyConstraint?: PrimaryKeyConstraint | null;
13916
13908
  primaryKeyConstraintEdge?: PrimaryKeyConstraintEdge | null;
13917
13909
  }
13910
+ export interface DeleteTriggerPayload {
13911
+ clientMutationId?: string | null;
13912
+ /** The `Trigger` that was deleted by this mutation. */
13913
+ trigger?: Trigger | null;
13914
+ triggerEdge?: TriggerEdge | null;
13915
+ }
13918
13916
  export interface DeleteCheckConstraintPayload {
13919
13917
  clientMutationId?: string | null;
13920
13918
  /** The `CheckConstraint` that was deleted by this mutation. */
13921
13919
  checkConstraint?: CheckConstraint | null;
13922
13920
  checkConstraintEdge?: CheckConstraintEdge | null;
13923
13921
  }
13922
+ export interface DeleteUniqueConstraintPayload {
13923
+ clientMutationId?: string | null;
13924
+ /** The `UniqueConstraint` that was deleted by this mutation. */
13925
+ uniqueConstraint?: UniqueConstraint | null;
13926
+ uniqueConstraintEdge?: UniqueConstraintEdge | null;
13927
+ }
13924
13928
  export interface DeletePolicyPayload {
13925
13929
  clientMutationId?: string | null;
13926
13930
  /** The `Policy` that was deleted by this mutation. */
13927
13931
  policy?: Policy | null;
13928
13932
  policyEdge?: PolicyEdge | null;
13929
13933
  }
13934
+ export interface DeleteIndexPayload {
13935
+ clientMutationId?: string | null;
13936
+ /** The `Index` that was deleted by this mutation. */
13937
+ index?: Index | null;
13938
+ indexEdge?: IndexEdge | null;
13939
+ }
13930
13940
  export interface DeleteAppMembershipPayload {
13931
13941
  clientMutationId?: string | null;
13932
13942
  /** The `AppMembership` that was deleted by this mutation. */
@@ -13957,12 +13967,6 @@ export interface DeleteSitePayload {
13957
13967
  site?: Site | null;
13958
13968
  siteEdge?: SiteEdge | null;
13959
13969
  }
13960
- export interface DeleteUserPayload {
13961
- clientMutationId?: string | null;
13962
- /** The `User` that was deleted by this mutation. */
13963
- user?: User | null;
13964
- userEdge?: UserEdge | null;
13965
- }
13966
13970
  export interface DeleteHierarchyModulePayload {
13967
13971
  clientMutationId?: string | null;
13968
13972
  /** The `HierarchyModule` that was deleted by this mutation. */
@@ -13975,12 +13979,6 @@ export interface DeleteInvitePayload {
13975
13979
  invite?: Invite | null;
13976
13980
  inviteEdge?: InviteEdge | null;
13977
13981
  }
13978
- export interface DeleteIndexPayload {
13979
- clientMutationId?: string | null;
13980
- /** The `Index` that was deleted by this mutation. */
13981
- index?: Index | null;
13982
- indexEdge?: IndexEdge | null;
13983
- }
13984
13982
  export interface DeleteForeignKeyConstraintPayload {
13985
13983
  clientMutationId?: string | null;
13986
13984
  /** The `ForeignKeyConstraint` that was deleted by this mutation. */
@@ -14058,6 +14056,12 @@ export interface GetAllEdge {
14058
14056
  /** The `GetAllRecord` at the end of the edge. */
14059
14057
  node?: GetAllRecord | null;
14060
14058
  }
14059
+ /** A `Object` edge in the connection. */
14060
+ export interface ObjectEdge {
14061
+ cursor?: string | null;
14062
+ /** The `Object` at the end of the edge. */
14063
+ node?: Object | null;
14064
+ }
14061
14065
  /** A `AppPermission` edge in the connection. */
14062
14066
  export interface AppPermissionEdge {
14063
14067
  cursor?: string | null;
@@ -14070,12 +14074,6 @@ export interface OrgPermissionEdge {
14070
14074
  /** The `OrgPermission` at the end of the edge. */
14071
14075
  node?: OrgPermission | null;
14072
14076
  }
14073
- /** A `Object` edge in the connection. */
14074
- export interface ObjectEdge {
14075
- cursor?: string | null;
14076
- /** The `Object` at the end of the edge. */
14077
- node?: Object | null;
14078
- }
14079
14077
  /** A `AppLevelRequirement` edge in the connection. */
14080
14078
  export interface AppLevelRequirementEdge {
14081
14079
  cursor?: string | null;
@@ -14304,6 +14302,12 @@ export interface ConnectedAccountEdge {
14304
14302
  /** The `ConnectedAccount` at the end of the edge. */
14305
14303
  node?: ConnectedAccount | null;
14306
14304
  }
14305
+ /** A `TableGrant` edge in the connection. */
14306
+ export interface TableGrantEdge {
14307
+ cursor?: string | null;
14308
+ /** The `TableGrant` at the end of the edge. */
14309
+ node?: TableGrant | null;
14310
+ }
14307
14311
  /** A `FieldModule` edge in the connection. */
14308
14312
  export interface FieldModuleEdge {
14309
14313
  cursor?: string | null;
@@ -14334,11 +14338,17 @@ export interface MembershipTypeEdge {
14334
14338
  /** The `MembershipType` at the end of the edge. */
14335
14339
  node?: MembershipType | null;
14336
14340
  }
14337
- /** A `TableGrant` edge in the connection. */
14338
- export interface TableGrantEdge {
14341
+ /** A `FullTextSearch` edge in the connection. */
14342
+ export interface FullTextSearchEdge {
14339
14343
  cursor?: string | null;
14340
- /** The `TableGrant` at the end of the edge. */
14341
- node?: TableGrant | null;
14344
+ /** The `FullTextSearch` at the end of the edge. */
14345
+ node?: FullTextSearch | null;
14346
+ }
14347
+ /** A `Commit` edge in the connection. */
14348
+ export interface CommitEdge {
14349
+ cursor?: string | null;
14350
+ /** The `Commit` at the end of the edge. */
14351
+ node?: Commit | null;
14342
14352
  }
14343
14353
  /** A `AppLimit` edge in the connection. */
14344
14354
  export interface AppLimitEdge {
@@ -14388,18 +14398,6 @@ export interface SessionsModuleEdge {
14388
14398
  /** The `SessionsModule` at the end of the edge. */
14389
14399
  node?: SessionsModule | null;
14390
14400
  }
14391
- /** A `FullTextSearch` edge in the connection. */
14392
- export interface FullTextSearchEdge {
14393
- cursor?: string | null;
14394
- /** The `FullTextSearch` at the end of the edge. */
14395
- node?: FullTextSearch | null;
14396
- }
14397
- /** A `Commit` edge in the connection. */
14398
- export interface CommitEdge {
14399
- cursor?: string | null;
14400
- /** The `Commit` at the end of the edge. */
14401
- node?: Commit | null;
14402
- }
14403
14401
  /** A `OrgLimit` edge in the connection. */
14404
14402
  export interface OrgLimitEdge {
14405
14403
  cursor?: string | null;
@@ -14436,6 +14434,12 @@ export interface OrgGrantEdge {
14436
14434
  /** The `OrgGrant` at the end of the edge. */
14437
14435
  node?: OrgGrant | null;
14438
14436
  }
14437
+ /** A `DenormalizedTableField` edge in the connection. */
14438
+ export interface DenormalizedTableFieldEdge {
14439
+ cursor?: string | null;
14440
+ /** The `DenormalizedTableField` at the end of the edge. */
14441
+ node?: DenormalizedTableField | null;
14442
+ }
14439
14443
  /** A `OrgMembershipDefault` edge in the connection. */
14440
14444
  export interface OrgMembershipDefaultEdge {
14441
14445
  cursor?: string | null;
@@ -14478,12 +14482,6 @@ export interface InvitesModuleEdge {
14478
14482
  /** The `InvitesModule` at the end of the edge. */
14479
14483
  node?: InvitesModule | null;
14480
14484
  }
14481
- /** A `DenormalizedTableField` edge in the connection. */
14482
- export interface DenormalizedTableFieldEdge {
14483
- cursor?: string | null;
14484
- /** The `DenormalizedTableField` at the end of the edge. */
14485
- node?: DenormalizedTableField | null;
14486
- }
14487
14485
  /** A `Email` edge in the connection. */
14488
14486
  export interface EmailEdge {
14489
14487
  cursor?: string | null;
@@ -14520,17 +14518,11 @@ export interface SecureTableProvisionEdge {
14520
14518
  /** The `SecureTableProvision` at the end of the edge. */
14521
14519
  node?: SecureTableProvision | null;
14522
14520
  }
14523
- /** A `Trigger` edge in the connection. */
14524
- export interface TriggerEdge {
14525
- cursor?: string | null;
14526
- /** The `Trigger` at the end of the edge. */
14527
- node?: Trigger | null;
14528
- }
14529
- /** A `UniqueConstraint` edge in the connection. */
14530
- export interface UniqueConstraintEdge {
14521
+ /** A `User` edge in the connection. */
14522
+ export interface UserEdge {
14531
14523
  cursor?: string | null;
14532
- /** The `UniqueConstraint` at the end of the edge. */
14533
- node?: UniqueConstraint | null;
14524
+ /** The `User` at the end of the edge. */
14525
+ node?: User | null;
14534
14526
  }
14535
14527
  /** A `PrimaryKeyConstraint` edge in the connection. */
14536
14528
  export interface PrimaryKeyConstraintEdge {
@@ -14538,12 +14530,24 @@ export interface PrimaryKeyConstraintEdge {
14538
14530
  /** The `PrimaryKeyConstraint` at the end of the edge. */
14539
14531
  node?: PrimaryKeyConstraint | null;
14540
14532
  }
14533
+ /** A `Trigger` edge in the connection. */
14534
+ export interface TriggerEdge {
14535
+ cursor?: string | null;
14536
+ /** The `Trigger` at the end of the edge. */
14537
+ node?: Trigger | null;
14538
+ }
14541
14539
  /** A `CheckConstraint` edge in the connection. */
14542
14540
  export interface CheckConstraintEdge {
14543
14541
  cursor?: string | null;
14544
14542
  /** The `CheckConstraint` at the end of the edge. */
14545
14543
  node?: CheckConstraint | null;
14546
14544
  }
14545
+ /** A `UniqueConstraint` edge in the connection. */
14546
+ export interface UniqueConstraintEdge {
14547
+ cursor?: string | null;
14548
+ /** The `UniqueConstraint` at the end of the edge. */
14549
+ node?: UniqueConstraint | null;
14550
+ }
14547
14551
  /** A `Policy` edge in the connection. */
14548
14552
  export interface PolicyEdge {
14549
14553
  cursor?: string | null;
@@ -14556,6 +14560,12 @@ export interface AstMigrationEdge {
14556
14560
  /** The `AstMigration` at the end of the edge. */
14557
14561
  node?: AstMigration | null;
14558
14562
  }
14563
+ /** A `Index` edge in the connection. */
14564
+ export interface IndexEdge {
14565
+ cursor?: string | null;
14566
+ /** The `Index` at the end of the edge. */
14567
+ node?: Index | null;
14568
+ }
14559
14569
  /** A `AppMembership` edge in the connection. */
14560
14570
  export interface AppMembershipEdge {
14561
14571
  cursor?: string | null;
@@ -14586,12 +14596,6 @@ export interface SiteEdge {
14586
14596
  /** The `Site` at the end of the edge. */
14587
14597
  node?: Site | null;
14588
14598
  }
14589
- /** A `User` edge in the connection. */
14590
- export interface UserEdge {
14591
- cursor?: string | null;
14592
- /** The `User` at the end of the edge. */
14593
- node?: User | null;
14594
- }
14595
14599
  /** A `HierarchyModule` edge in the connection. */
14596
14600
  export interface HierarchyModuleEdge {
14597
14601
  cursor?: string | null;
@@ -14604,12 +14608,6 @@ export interface InviteEdge {
14604
14608
  /** The `Invite` at the end of the edge. */
14605
14609
  node?: Invite | null;
14606
14610
  }
14607
- /** A `Index` edge in the connection. */
14608
- export interface IndexEdge {
14609
- cursor?: string | null;
14610
- /** The `Index` at the end of the edge. */
14611
- node?: Index | null;
14612
- }
14613
14611
  /** A `ForeignKeyConstraint` edge in the connection. */
14614
14612
  export interface ForeignKeyConstraintEdge {
14615
14613
  cursor?: string | null;