@constructive-io/react 0.6.1 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/hooks/index.d.ts +1 -1
- package/admin/hooks/index.js +1 -1
- package/admin/hooks/invalidation.d.ts +18 -18
- package/admin/hooks/invalidation.js +45 -45
- package/admin/hooks/mutation-keys.d.ts +36 -36
- package/admin/hooks/mutation-keys.js +22 -22
- package/admin/hooks/mutations/index.d.ts +9 -9
- package/admin/hooks/mutations/index.js +9 -9
- package/admin/hooks/queries/index.d.ts +6 -6
- package/admin/hooks/queries/index.js +6 -6
- package/admin/hooks/query-keys.d.ts +42 -42
- package/admin/hooks/query-keys.js +25 -25
- package/admin/orm/index.d.ts +6 -6
- package/admin/orm/index.js +6 -6
- package/admin/orm/input-types.d.ts +489 -667
- package/admin/orm/models/appAchievement.d.ts +1 -1
- package/admin/orm/models/appAdminGrant.d.ts +1 -1
- package/admin/orm/models/appGrant.d.ts +1 -1
- package/admin/orm/models/appLevel.d.ts +1 -1
- package/admin/orm/models/appLevelRequirement.d.ts +1 -1
- package/admin/orm/models/appLimit.d.ts +1 -1
- package/admin/orm/models/appLimitDefault.d.ts +1 -1
- package/admin/orm/models/appMembership.d.ts +1 -1
- package/admin/orm/models/appMembershipDefault.d.ts +1 -1
- package/admin/orm/models/appOwnerGrant.d.ts +1 -1
- package/admin/orm/models/appPermission.d.ts +1 -1
- package/admin/orm/models/appPermissionDefault.d.ts +1 -1
- package/admin/orm/models/appStep.d.ts +1 -1
- package/admin/orm/models/claimedInvite.d.ts +1 -1
- package/admin/orm/models/index.d.ts +3 -3
- package/admin/orm/models/index.js +7 -7
- package/admin/orm/models/invite.d.ts +1 -1
- package/admin/orm/models/membershipType.d.ts +1 -1
- package/admin/orm/models/orgAdminGrant.d.ts +1 -1
- package/admin/orm/models/orgChartEdge.d.ts +1 -1
- package/admin/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/admin/orm/models/orgClaimedInvite.d.ts +1 -1
- package/admin/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/admin/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/admin/orm/models/orgGrant.d.ts +1 -1
- package/admin/orm/models/orgInvite.d.ts +1 -1
- package/admin/orm/models/orgLimit.d.ts +1 -1
- package/admin/orm/models/orgLimitDefault.d.ts +1 -1
- package/admin/orm/models/orgMember.d.ts +1 -1
- package/admin/orm/models/orgMembership.d.ts +1 -1
- package/admin/orm/models/orgMembershipDefault.d.ts +1 -1
- package/admin/orm/models/orgOwnerGrant.d.ts +1 -1
- package/admin/orm/models/orgPermission.d.ts +1 -1
- package/admin/orm/models/orgPermissionDefault.d.ts +1 -1
- package/admin/orm/query-builder.d.ts +6 -4
- package/admin/orm/query-builder.js +13 -5
- package/admin/orm/select-types.d.ts +4 -2
- package/admin/schema-types.d.ts +475 -983
- package/admin/types.d.ts +55 -29
- package/auth/hooks/index.d.ts +1 -1
- package/auth/hooks/index.js +1 -1
- package/auth/hooks/invalidation.d.ts +6 -6
- package/auth/hooks/invalidation.js +15 -15
- package/auth/hooks/mutation-keys.d.ts +12 -12
- package/auth/hooks/mutation-keys.js +8 -8
- package/auth/hooks/mutations/index.d.ts +3 -3
- package/auth/hooks/mutations/index.js +3 -3
- package/auth/hooks/queries/index.d.ts +2 -2
- package/auth/hooks/queries/index.js +2 -2
- package/auth/hooks/query-keys.d.ts +14 -14
- package/auth/hooks/query-keys.js +9 -9
- package/auth/orm/index.d.ts +2 -2
- package/auth/orm/index.js +2 -2
- package/auth/orm/input-types.d.ts +196 -162
- package/auth/orm/models/auditLog.d.ts +1 -1
- package/auth/orm/models/connectedAccount.d.ts +1 -1
- package/auth/orm/models/cryptoAddress.d.ts +1 -1
- package/auth/orm/models/email.d.ts +1 -1
- package/auth/orm/models/index.d.ts +1 -1
- package/auth/orm/models/index.js +3 -3
- package/auth/orm/models/phoneNumber.d.ts +1 -1
- package/auth/orm/models/roleType.d.ts +1 -1
- package/auth/orm/models/user.d.ts +1 -1
- package/auth/orm/query-builder.d.ts +6 -4
- package/auth/orm/query-builder.js +13 -5
- package/auth/orm/select-types.d.ts +4 -2
- package/auth/schema-types.d.ts +226 -270
- package/auth/types.d.ts +23 -4
- package/esm/admin/hooks/index.d.ts +1 -1
- package/esm/admin/hooks/index.js +1 -1
- package/esm/admin/hooks/invalidation.d.ts +18 -18
- package/esm/admin/hooks/invalidation.js +46 -46
- package/esm/admin/hooks/mutation-keys.d.ts +36 -36
- package/esm/admin/hooks/mutation-keys.js +21 -21
- package/esm/admin/hooks/mutations/index.d.ts +9 -9
- package/esm/admin/hooks/mutations/index.js +9 -9
- package/esm/admin/hooks/queries/index.d.ts +6 -6
- package/esm/admin/hooks/queries/index.js +6 -6
- package/esm/admin/hooks/query-keys.d.ts +42 -42
- package/esm/admin/hooks/query-keys.js +24 -24
- package/esm/admin/orm/index.d.ts +6 -6
- package/esm/admin/orm/index.js +6 -6
- package/esm/admin/orm/input-types.d.ts +489 -667
- package/esm/admin/orm/models/appAchievement.d.ts +1 -1
- package/esm/admin/orm/models/appAdminGrant.d.ts +1 -1
- package/esm/admin/orm/models/appGrant.d.ts +1 -1
- package/esm/admin/orm/models/appLevel.d.ts +1 -1
- package/esm/admin/orm/models/appLevelRequirement.d.ts +1 -1
- package/esm/admin/orm/models/appLimit.d.ts +1 -1
- package/esm/admin/orm/models/appLimitDefault.d.ts +1 -1
- package/esm/admin/orm/models/appMembership.d.ts +1 -1
- package/esm/admin/orm/models/appMembershipDefault.d.ts +1 -1
- package/esm/admin/orm/models/appOwnerGrant.d.ts +1 -1
- package/esm/admin/orm/models/appPermission.d.ts +1 -1
- package/esm/admin/orm/models/appPermissionDefault.d.ts +1 -1
- package/esm/admin/orm/models/appStep.d.ts +1 -1
- package/esm/admin/orm/models/claimedInvite.d.ts +1 -1
- package/esm/admin/orm/models/index.d.ts +3 -3
- package/esm/admin/orm/models/index.js +3 -3
- package/esm/admin/orm/models/invite.d.ts +1 -1
- package/esm/admin/orm/models/membershipType.d.ts +1 -1
- package/esm/admin/orm/models/orgAdminGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgChartEdge.d.ts +1 -1
- package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgClaimedInvite.d.ts +1 -1
- package/esm/admin/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/esm/admin/orm/models/orgGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgInvite.d.ts +1 -1
- package/esm/admin/orm/models/orgLimit.d.ts +1 -1
- package/esm/admin/orm/models/orgLimitDefault.d.ts +1 -1
- package/esm/admin/orm/models/orgMember.d.ts +1 -1
- package/esm/admin/orm/models/orgMembership.d.ts +1 -1
- package/esm/admin/orm/models/orgMembershipDefault.d.ts +1 -1
- package/esm/admin/orm/models/orgOwnerGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgPermission.d.ts +1 -1
- package/esm/admin/orm/models/orgPermissionDefault.d.ts +1 -1
- package/esm/admin/orm/query-builder.d.ts +6 -4
- package/esm/admin/orm/query-builder.js +13 -5
- package/esm/admin/orm/select-types.d.ts +4 -2
- package/esm/admin/schema-types.d.ts +475 -983
- package/esm/admin/types.d.ts +55 -29
- package/esm/auth/hooks/index.d.ts +1 -1
- package/esm/auth/hooks/index.js +1 -1
- package/esm/auth/hooks/invalidation.d.ts +6 -6
- package/esm/auth/hooks/invalidation.js +16 -16
- package/esm/auth/hooks/mutation-keys.d.ts +12 -12
- package/esm/auth/hooks/mutation-keys.js +7 -7
- package/esm/auth/hooks/mutations/index.d.ts +3 -3
- package/esm/auth/hooks/mutations/index.js +3 -3
- package/esm/auth/hooks/queries/index.d.ts +2 -2
- package/esm/auth/hooks/queries/index.js +2 -2
- package/esm/auth/hooks/query-keys.d.ts +14 -14
- package/esm/auth/hooks/query-keys.js +8 -8
- package/esm/auth/orm/index.d.ts +2 -2
- package/esm/auth/orm/index.js +2 -2
- package/esm/auth/orm/input-types.d.ts +196 -162
- package/esm/auth/orm/models/auditLog.d.ts +1 -1
- package/esm/auth/orm/models/connectedAccount.d.ts +1 -1
- package/esm/auth/orm/models/cryptoAddress.d.ts +1 -1
- package/esm/auth/orm/models/email.d.ts +1 -1
- package/esm/auth/orm/models/index.d.ts +1 -1
- package/esm/auth/orm/models/index.js +1 -1
- package/esm/auth/orm/models/phoneNumber.d.ts +1 -1
- package/esm/auth/orm/models/roleType.d.ts +1 -1
- package/esm/auth/orm/models/user.d.ts +1 -1
- package/esm/auth/orm/query-builder.d.ts +6 -4
- package/esm/auth/orm/query-builder.js +13 -5
- package/esm/auth/orm/select-types.d.ts +4 -2
- package/esm/auth/schema-types.d.ts +226 -270
- package/esm/auth/types.d.ts +23 -4
- package/esm/objects/orm/input-types.d.ts +40 -42
- package/esm/objects/orm/models/commit.d.ts +1 -1
- package/esm/objects/orm/models/getAllRecord.d.ts +1 -1
- package/esm/objects/orm/models/object.d.ts +1 -1
- package/esm/objects/orm/models/ref.d.ts +1 -1
- package/esm/objects/orm/models/store.d.ts +1 -1
- package/esm/objects/orm/query-builder.d.ts +6 -4
- package/esm/objects/orm/query-builder.js +13 -5
- package/esm/objects/orm/select-types.d.ts +4 -2
- package/esm/objects/schema-types.d.ts +37 -67
- package/esm/objects/types.d.ts +13 -0
- package/esm/public/hooks/index.d.ts +1 -1
- package/esm/public/hooks/index.js +1 -1
- package/esm/public/hooks/invalidation.d.ts +34 -40
- package/esm/public/hooks/invalidation.js +80 -96
- package/esm/public/hooks/mutation-keys.d.ts +70 -82
- package/esm/public/hooks/mutation-keys.js +43 -50
- package/esm/public/hooks/mutations/index.d.ts +17 -20
- package/esm/public/hooks/mutations/index.js +17 -20
- package/esm/public/hooks/queries/index.d.ts +12 -14
- package/esm/public/hooks/queries/index.js +12 -14
- package/esm/public/hooks/query-keys.d.ts +80 -94
- package/esm/public/hooks/query-keys.js +46 -54
- package/esm/public/orm/index.d.ts +17 -19
- package/esm/public/orm/index.js +12 -14
- package/esm/public/orm/input-types.d.ts +2426 -2179
- package/esm/public/orm/input-types.js +0 -3
- package/esm/public/orm/models/api.d.ts +1 -1
- package/esm/public/orm/models/apiModule.d.ts +1 -1
- package/esm/public/orm/models/apiSchema.d.ts +1 -1
- package/esm/public/orm/models/app.d.ts +1 -1
- package/esm/public/orm/models/appAchievement.d.ts +1 -1
- package/esm/public/orm/models/appAdminGrant.d.ts +1 -1
- package/esm/public/orm/models/appGrant.d.ts +1 -1
- package/esm/public/orm/models/appLevel.d.ts +1 -1
- package/esm/public/orm/models/appLevelRequirement.d.ts +1 -1
- package/esm/public/orm/models/appLimit.d.ts +1 -1
- package/esm/public/orm/models/appLimitDefault.d.ts +1 -1
- package/esm/public/orm/models/appMembership.d.ts +1 -1
- package/esm/public/orm/models/appMembershipDefault.d.ts +1 -1
- package/esm/public/orm/models/appOwnerGrant.d.ts +1 -1
- package/esm/public/orm/models/appPermission.d.ts +1 -1
- package/esm/public/orm/models/appPermissionDefault.d.ts +1 -1
- package/esm/public/orm/models/appStep.d.ts +1 -1
- package/esm/public/orm/models/astMigration.d.ts +1 -1
- package/esm/public/orm/models/auditLog.d.ts +1 -1
- package/esm/public/orm/models/checkConstraint.d.ts +1 -1
- package/esm/public/orm/models/claimedInvite.d.ts +1 -1
- package/esm/public/orm/models/commit.d.ts +1 -1
- package/esm/public/orm/models/connectedAccount.d.ts +1 -1
- package/esm/public/orm/models/connectedAccountsModule.d.ts +1 -1
- package/esm/public/orm/models/cryptoAddress.d.ts +1 -1
- package/esm/public/orm/models/cryptoAddressesModule.d.ts +1 -1
- package/esm/public/orm/models/cryptoAuthModule.d.ts +1 -1
- package/esm/public/orm/models/database.d.ts +1 -1
- package/esm/public/orm/models/databaseProvisionModule.d.ts +1 -1
- package/esm/public/orm/models/defaultIdsModule.d.ts +1 -1
- package/esm/public/orm/models/defaultPrivilege.d.ts +1 -1
- package/esm/public/orm/models/denormalizedTableField.d.ts +1 -1
- package/esm/public/orm/models/domain.d.ts +1 -1
- package/esm/public/orm/models/email.d.ts +1 -1
- package/esm/public/orm/models/emailsModule.d.ts +1 -1
- package/esm/public/orm/models/encryptedSecretsModule.d.ts +1 -1
- package/esm/public/orm/models/field.d.ts +1 -1
- package/esm/public/orm/models/fieldModule.d.ts +1 -1
- package/esm/public/orm/models/foreignKeyConstraint.d.ts +1 -1
- package/esm/public/orm/models/fullTextSearch.d.ts +1 -1
- package/esm/public/orm/models/getAllRecord.d.ts +1 -1
- package/esm/public/orm/models/hierarchyModule.d.ts +1 -1
- package/esm/public/orm/models/index.d.ts +6 -7
- package/esm/public/orm/models/index.js +6 -7
- package/esm/public/orm/models/indexModel.d.ts +1 -1
- package/esm/public/orm/models/invite.d.ts +1 -1
- package/esm/public/orm/models/invitesModule.d.ts +1 -1
- package/esm/public/orm/models/levelsModule.d.ts +1 -1
- package/esm/public/orm/models/limitsModule.d.ts +1 -1
- package/esm/public/orm/models/membershipType.d.ts +1 -1
- package/esm/public/orm/models/membershipTypesModule.d.ts +1 -1
- package/esm/public/orm/models/membershipsModule.d.ts +1 -1
- package/esm/public/orm/models/nodeTypeRegistry.d.ts +1 -1
- package/esm/public/orm/models/object.d.ts +1 -1
- package/esm/public/orm/models/orgAdminGrant.d.ts +1 -1
- package/esm/public/orm/models/orgChartEdge.d.ts +1 -1
- package/esm/public/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/esm/public/orm/models/orgClaimedInvite.d.ts +1 -1
- package/esm/public/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/esm/public/orm/models/orgGrant.d.ts +1 -1
- package/esm/public/orm/models/orgInvite.d.ts +1 -1
- package/esm/public/orm/models/orgLimit.d.ts +1 -1
- package/esm/public/orm/models/orgLimitDefault.d.ts +1 -1
- package/esm/public/orm/models/orgMember.d.ts +1 -1
- package/esm/public/orm/models/orgMembership.d.ts +1 -1
- package/esm/public/orm/models/orgMembershipDefault.d.ts +1 -1
- package/esm/public/orm/models/orgOwnerGrant.d.ts +1 -1
- package/esm/public/orm/models/orgPermission.d.ts +1 -1
- package/esm/public/orm/models/orgPermissionDefault.d.ts +1 -1
- package/esm/public/orm/models/permissionsModule.d.ts +1 -1
- package/esm/public/orm/models/phoneNumber.d.ts +1 -1
- package/esm/public/orm/models/phoneNumbersModule.d.ts +1 -1
- package/esm/public/orm/models/policy.d.ts +1 -1
- package/esm/public/orm/models/primaryKeyConstraint.d.ts +1 -1
- package/esm/public/orm/models/profilesModule.d.ts +1 -1
- package/esm/public/orm/models/ref.d.ts +1 -1
- package/esm/public/orm/models/relationProvision.d.ts +1 -1
- package/esm/public/orm/models/rlsModule.d.ts +1 -1
- package/esm/public/orm/models/roleType.d.ts +1 -1
- package/esm/public/orm/models/schema.d.ts +1 -1
- package/esm/public/orm/models/schemaGrant.d.ts +1 -1
- package/esm/public/orm/models/secretsModule.d.ts +1 -1
- package/esm/public/orm/models/secureTableProvision.d.ts +1 -1
- package/esm/public/orm/models/sessionsModule.d.ts +1 -1
- package/esm/public/orm/models/site.d.ts +1 -1
- package/esm/public/orm/models/siteMetadatum.d.ts +1 -1
- package/esm/public/orm/models/siteModule.d.ts +1 -1
- package/esm/public/orm/models/siteTheme.d.ts +1 -1
- package/esm/public/orm/models/sqlMigration.d.ts +1 -1
- package/esm/public/orm/models/store.d.ts +1 -1
- package/esm/public/orm/models/table.d.ts +1 -1
- package/esm/public/orm/models/tableGrant.d.ts +1 -1
- package/esm/public/orm/models/tableTemplateModule.d.ts +1 -1
- package/esm/public/orm/models/trigger.d.ts +1 -1
- package/esm/public/orm/models/triggerFunction.d.ts +1 -1
- package/esm/public/orm/models/uniqueConstraint.d.ts +1 -1
- package/esm/public/orm/models/user.d.ts +1 -1
- package/esm/public/orm/models/userAuthModule.d.ts +1 -1
- package/esm/public/orm/models/usersModule.d.ts +1 -1
- package/esm/public/orm/models/uuidModule.d.ts +1 -1
- package/esm/public/orm/models/view.d.ts +1 -1
- package/esm/public/orm/models/viewGrant.d.ts +1 -1
- package/esm/public/orm/models/viewRule.d.ts +1 -1
- package/esm/public/orm/models/viewTable.d.ts +1 -1
- package/esm/public/orm/mutation/index.d.ts +9 -9
- package/esm/public/orm/mutation/index.js +12 -12
- package/esm/public/orm/query-builder.d.ts +6 -4
- package/esm/public/orm/query-builder.js +13 -5
- package/esm/public/orm/select-types.d.ts +4 -2
- package/esm/public/schema-types.d.ts +6895 -6506
- package/esm/public/types.d.ts +369 -63
- package/objects/orm/input-types.d.ts +40 -42
- package/objects/orm/models/commit.d.ts +1 -1
- package/objects/orm/models/getAllRecord.d.ts +1 -1
- package/objects/orm/models/object.d.ts +1 -1
- package/objects/orm/models/ref.d.ts +1 -1
- package/objects/orm/models/store.d.ts +1 -1
- package/objects/orm/query-builder.d.ts +6 -4
- package/objects/orm/query-builder.js +13 -5
- package/objects/orm/select-types.d.ts +4 -2
- package/objects/schema-types.d.ts +37 -67
- package/objects/types.d.ts +13 -0
- package/package.json +3 -3
- package/public/hooks/index.d.ts +1 -1
- package/public/hooks/index.js +1 -1
- package/public/hooks/invalidation.d.ts +34 -40
- package/public/hooks/invalidation.js +79 -95
- package/public/hooks/mutation-keys.d.ts +70 -82
- package/public/hooks/mutation-keys.js +46 -53
- package/public/hooks/mutations/index.d.ts +17 -20
- package/public/hooks/mutations/index.js +17 -20
- package/public/hooks/queries/index.d.ts +12 -14
- package/public/hooks/queries/index.js +12 -14
- package/public/hooks/query-keys.d.ts +80 -94
- package/public/hooks/query-keys.js +49 -57
- package/public/orm/index.d.ts +17 -19
- package/public/orm/index.js +12 -14
- package/public/orm/input-types.d.ts +2426 -2179
- package/public/orm/input-types.js +0 -3
- package/public/orm/models/api.d.ts +1 -1
- package/public/orm/models/apiModule.d.ts +1 -1
- package/public/orm/models/apiSchema.d.ts +1 -1
- package/public/orm/models/app.d.ts +1 -1
- package/public/orm/models/appAchievement.d.ts +1 -1
- package/public/orm/models/appAdminGrant.d.ts +1 -1
- package/public/orm/models/appGrant.d.ts +1 -1
- package/public/orm/models/appLevel.d.ts +1 -1
- package/public/orm/models/appLevelRequirement.d.ts +1 -1
- package/public/orm/models/appLimit.d.ts +1 -1
- package/public/orm/models/appLimitDefault.d.ts +1 -1
- package/public/orm/models/appMembership.d.ts +1 -1
- package/public/orm/models/appMembershipDefault.d.ts +1 -1
- package/public/orm/models/appOwnerGrant.d.ts +1 -1
- package/public/orm/models/appPermission.d.ts +1 -1
- package/public/orm/models/appPermissionDefault.d.ts +1 -1
- package/public/orm/models/appStep.d.ts +1 -1
- package/public/orm/models/astMigration.d.ts +1 -1
- package/public/orm/models/auditLog.d.ts +1 -1
- package/public/orm/models/checkConstraint.d.ts +1 -1
- package/public/orm/models/claimedInvite.d.ts +1 -1
- package/public/orm/models/commit.d.ts +1 -1
- package/public/orm/models/connectedAccount.d.ts +1 -1
- package/public/orm/models/connectedAccountsModule.d.ts +1 -1
- package/public/orm/models/cryptoAddress.d.ts +1 -1
- package/public/orm/models/cryptoAddressesModule.d.ts +1 -1
- package/public/orm/models/cryptoAuthModule.d.ts +1 -1
- package/public/orm/models/database.d.ts +1 -1
- package/public/orm/models/databaseProvisionModule.d.ts +1 -1
- package/public/orm/models/defaultIdsModule.d.ts +1 -1
- package/public/orm/models/defaultPrivilege.d.ts +1 -1
- package/public/orm/models/denormalizedTableField.d.ts +1 -1
- package/public/orm/models/domain.d.ts +1 -1
- package/public/orm/models/email.d.ts +1 -1
- package/public/orm/models/emailsModule.d.ts +1 -1
- package/public/orm/models/encryptedSecretsModule.d.ts +1 -1
- package/public/orm/models/field.d.ts +1 -1
- package/public/orm/models/fieldModule.d.ts +1 -1
- package/public/orm/models/foreignKeyConstraint.d.ts +1 -1
- package/public/orm/models/fullTextSearch.d.ts +1 -1
- package/public/orm/models/getAllRecord.d.ts +1 -1
- package/public/orm/models/hierarchyModule.d.ts +1 -1
- package/public/orm/models/index.d.ts +6 -7
- package/public/orm/models/index.js +15 -17
- package/public/orm/models/indexModel.d.ts +1 -1
- package/public/orm/models/invite.d.ts +1 -1
- package/public/orm/models/invitesModule.d.ts +1 -1
- package/public/orm/models/levelsModule.d.ts +1 -1
- package/public/orm/models/limitsModule.d.ts +1 -1
- package/public/orm/models/membershipType.d.ts +1 -1
- package/public/orm/models/membershipTypesModule.d.ts +1 -1
- package/public/orm/models/membershipsModule.d.ts +1 -1
- package/public/orm/models/nodeTypeRegistry.d.ts +1 -1
- package/public/orm/models/object.d.ts +1 -1
- package/public/orm/models/orgAdminGrant.d.ts +1 -1
- package/public/orm/models/orgChartEdge.d.ts +1 -1
- package/public/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/public/orm/models/orgClaimedInvite.d.ts +1 -1
- package/public/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/public/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/public/orm/models/orgGrant.d.ts +1 -1
- package/public/orm/models/orgInvite.d.ts +1 -1
- package/public/orm/models/orgLimit.d.ts +1 -1
- package/public/orm/models/orgLimitDefault.d.ts +1 -1
- package/public/orm/models/orgMember.d.ts +1 -1
- package/public/orm/models/orgMembership.d.ts +1 -1
- package/public/orm/models/orgMembershipDefault.d.ts +1 -1
- package/public/orm/models/orgOwnerGrant.d.ts +1 -1
- package/public/orm/models/orgPermission.d.ts +1 -1
- package/public/orm/models/orgPermissionDefault.d.ts +1 -1
- package/public/orm/models/permissionsModule.d.ts +1 -1
- package/public/orm/models/phoneNumber.d.ts +1 -1
- package/public/orm/models/phoneNumbersModule.d.ts +1 -1
- package/public/orm/models/policy.d.ts +1 -1
- package/public/orm/models/primaryKeyConstraint.d.ts +1 -1
- package/public/orm/models/profilesModule.d.ts +1 -1
- package/public/orm/models/ref.d.ts +1 -1
- package/public/orm/models/relationProvision.d.ts +1 -1
- package/public/orm/models/rlsModule.d.ts +1 -1
- package/public/orm/models/roleType.d.ts +1 -1
- package/public/orm/models/schema.d.ts +1 -1
- package/public/orm/models/schemaGrant.d.ts +1 -1
- package/public/orm/models/secretsModule.d.ts +1 -1
- package/public/orm/models/secureTableProvision.d.ts +1 -1
- package/public/orm/models/sessionsModule.d.ts +1 -1
- package/public/orm/models/site.d.ts +1 -1
- package/public/orm/models/siteMetadatum.d.ts +1 -1
- package/public/orm/models/siteModule.d.ts +1 -1
- package/public/orm/models/siteTheme.d.ts +1 -1
- package/public/orm/models/sqlMigration.d.ts +1 -1
- package/public/orm/models/store.d.ts +1 -1
- package/public/orm/models/table.d.ts +1 -1
- package/public/orm/models/tableGrant.d.ts +1 -1
- package/public/orm/models/tableTemplateModule.d.ts +1 -1
- package/public/orm/models/trigger.d.ts +1 -1
- package/public/orm/models/triggerFunction.d.ts +1 -1
- package/public/orm/models/uniqueConstraint.d.ts +1 -1
- package/public/orm/models/user.d.ts +1 -1
- package/public/orm/models/userAuthModule.d.ts +1 -1
- package/public/orm/models/usersModule.d.ts +1 -1
- package/public/orm/models/uuidModule.d.ts +1 -1
- package/public/orm/models/view.d.ts +1 -1
- package/public/orm/models/viewGrant.d.ts +1 -1
- package/public/orm/models/viewRule.d.ts +1 -1
- package/public/orm/models/viewTable.d.ts +1 -1
- package/public/orm/mutation/index.d.ts +9 -9
- package/public/orm/mutation/index.js +12 -12
- package/public/orm/query-builder.d.ts +6 -4
- package/public/orm/query-builder.js +13 -5
- package/public/orm/select-types.d.ts +4 -2
- package/public/schema-types.d.ts +6895 -6506
- package/public/types.d.ts +369 -63
- package/esm/public/hooks/mutations/useCreateTableModuleMutation.d.ts +0 -34
- package/esm/public/hooks/mutations/useCreateTableModuleMutation.js +0 -31
- package/esm/public/hooks/mutations/useDeleteTableModuleMutation.d.ts +0 -38
- package/esm/public/hooks/mutations/useDeleteTableModuleMutation.js +0 -36
- package/esm/public/hooks/mutations/useUpdateTableModuleMutation.d.ts +0 -40
- package/esm/public/hooks/mutations/useUpdateTableModuleMutation.js +0 -37
- package/esm/public/hooks/queries/useTableModuleQuery.d.ts +0 -65
- package/esm/public/hooks/queries/useTableModuleQuery.js +0 -47
- package/esm/public/hooks/queries/useTableModulesQuery.d.ts +0 -69
- package/esm/public/hooks/queries/useTableModulesQuery.js +0 -32
- package/esm/public/orm/models/tableModule.d.ts +0 -56
- package/esm/public/orm/models/tableModule.js +0 -94
- package/public/hooks/mutations/useCreateTableModuleMutation.d.ts +0 -34
- package/public/hooks/mutations/useCreateTableModuleMutation.js +0 -34
- package/public/hooks/mutations/useDeleteTableModuleMutation.d.ts +0 -38
- package/public/hooks/mutations/useDeleteTableModuleMutation.js +0 -39
- package/public/hooks/mutations/useUpdateTableModuleMutation.d.ts +0 -40
- package/public/hooks/mutations/useUpdateTableModuleMutation.js +0 -40
- package/public/hooks/queries/useTableModuleQuery.d.ts +0 -65
- package/public/hooks/queries/useTableModuleQuery.js +0 -53
- package/public/hooks/queries/useTableModulesQuery.d.ts +0 -69
- package/public/hooks/queries/useTableModulesQuery.js +0 -38
- package/public/orm/models/tableModule.d.ts +0 -56
- package/public/orm/models/tableModule.js +0 -98
package/admin/schema-types.d.ts
CHANGED
|
@@ -24,14 +24,14 @@ export type OrgOwnerGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_
|
|
|
24
24
|
export type AppLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
|
|
25
25
|
/** Methods to use when ordering `OrgLimitDefault`. */
|
|
26
26
|
export type OrgLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
|
|
27
|
-
/** Methods to use when ordering `MembershipType`. */
|
|
28
|
-
export type MembershipTypeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
|
|
29
27
|
/** Methods to use when ordering `OrgChartEdgeGrant`. */
|
|
30
|
-
export type OrgChartEdgeGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC';
|
|
28
|
+
export type OrgChartEdgeGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'POSITION_TITLE_TRGM_SIMILARITY_ASC' | 'POSITION_TITLE_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
|
|
29
|
+
/** Methods to use when ordering `MembershipType`. */
|
|
30
|
+
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';
|
|
31
31
|
/** Methods to use when ordering `AppPermission`. */
|
|
32
|
-
export type AppPermissionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC';
|
|
32
|
+
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';
|
|
33
33
|
/** Methods to use when ordering `OrgPermission`. */
|
|
34
|
-
export type OrgPermissionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC';
|
|
34
|
+
export type OrgPermissionOrderBy = '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';
|
|
35
35
|
/** Methods to use when ordering `AppLimit`. */
|
|
36
36
|
export type AppLimitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC';
|
|
37
37
|
/** Methods to use when ordering `AppAchievement`. */
|
|
@@ -51,35 +51,21 @@ export type OrgClaimedInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_K
|
|
|
51
51
|
/** Methods to use when ordering `OrgGrant`. */
|
|
52
52
|
export type OrgGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
53
53
|
/** Methods to use when ordering `OrgChartEdge`. */
|
|
54
|
-
export type OrgChartEdgeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC';
|
|
54
|
+
export type OrgChartEdgeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'POSITION_TITLE_TRGM_SIMILARITY_ASC' | 'POSITION_TITLE_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
|
|
55
55
|
/** Methods to use when ordering `OrgMembershipDefault`. */
|
|
56
56
|
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';
|
|
57
57
|
/** Methods to use when ordering `AppLevelRequirement`. */
|
|
58
|
-
export type AppLevelRequirementOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LEVEL_ASC' | 'LEVEL_DESC' | 'PRIORITY_ASC' | 'PRIORITY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
59
|
-
/** Methods to use when ordering `Invite`. */
|
|
60
|
-
export type InviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
61
|
-
/** Methods to use when ordering `AppLevel`. */
|
|
62
|
-
export type AppLevelOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
58
|
+
export type AppLevelRequirementOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LEVEL_ASC' | 'LEVEL_DESC' | 'PRIORITY_ASC' | 'PRIORITY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
|
|
63
59
|
/** Methods to use when ordering `AppMembership`. */
|
|
64
60
|
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';
|
|
65
61
|
/** Methods to use when ordering `OrgMembership`. */
|
|
66
62
|
export type OrgMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
|
|
63
|
+
/** Methods to use when ordering `Invite`. */
|
|
64
|
+
export type InviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'INVITE_TOKEN_TRGM_SIMILARITY_ASC' | 'INVITE_TOKEN_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
|
|
65
|
+
/** Methods to use when ordering `AppLevel`. */
|
|
66
|
+
export type AppLevelOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
|
|
67
67
|
/** Methods to use when ordering `OrgInvite`. */
|
|
68
|
-
export type OrgInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
69
|
-
/**
|
|
70
|
-
* A condition to be used against `OrgMember` object types. All fields are tested
|
|
71
|
-
* for equality and combined with a logical ‘and.’
|
|
72
|
-
*/
|
|
73
|
-
export interface OrgMemberCondition {
|
|
74
|
-
/** Checks for equality with the object’s `id` field. */
|
|
75
|
-
id?: string;
|
|
76
|
-
/** Checks for equality with the object’s `isAdmin` field. */
|
|
77
|
-
isAdmin?: boolean;
|
|
78
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
79
|
-
actorId?: string;
|
|
80
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
81
|
-
entityId?: string;
|
|
82
|
-
}
|
|
68
|
+
export type OrgInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'INVITE_TOKEN_TRGM_SIMILARITY_ASC' | 'INVITE_TOKEN_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
|
|
83
69
|
/** A filter to be used against `OrgMember` object types. All fields are combined with a logical ‘and.’ */
|
|
84
70
|
export interface OrgMemberFilter {
|
|
85
71
|
/** Filter by the object’s `id` field. */
|
|
@@ -97,16 +83,6 @@ export interface OrgMemberFilter {
|
|
|
97
83
|
/** Negates the expression. */
|
|
98
84
|
not?: OrgMemberFilter;
|
|
99
85
|
}
|
|
100
|
-
/**
|
|
101
|
-
* A condition to be used against `AppPermissionDefault` object types. All fields
|
|
102
|
-
* are tested for equality and combined with a logical ‘and.’
|
|
103
|
-
*/
|
|
104
|
-
export interface AppPermissionDefaultCondition {
|
|
105
|
-
/** Checks for equality with the object’s `id` field. */
|
|
106
|
-
id?: string;
|
|
107
|
-
/** Checks for equality with the object’s `permissions` field. */
|
|
108
|
-
permissions?: string;
|
|
109
|
-
}
|
|
110
86
|
/** A filter to be used against `AppPermissionDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
111
87
|
export interface AppPermissionDefaultFilter {
|
|
112
88
|
/** Filter by the object’s `id` field. */
|
|
@@ -120,18 +96,6 @@ export interface AppPermissionDefaultFilter {
|
|
|
120
96
|
/** Negates the expression. */
|
|
121
97
|
not?: AppPermissionDefaultFilter;
|
|
122
98
|
}
|
|
123
|
-
/**
|
|
124
|
-
* A condition to be used against `OrgPermissionDefault` object types. All fields
|
|
125
|
-
* are tested for equality and combined with a logical ‘and.’
|
|
126
|
-
*/
|
|
127
|
-
export interface OrgPermissionDefaultCondition {
|
|
128
|
-
/** Checks for equality with the object’s `id` field. */
|
|
129
|
-
id?: string;
|
|
130
|
-
/** Checks for equality with the object’s `permissions` field. */
|
|
131
|
-
permissions?: string;
|
|
132
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
133
|
-
entityId?: string;
|
|
134
|
-
}
|
|
135
99
|
/** A filter to be used against `OrgPermissionDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
136
100
|
export interface OrgPermissionDefaultFilter {
|
|
137
101
|
/** Filter by the object’s `id` field. */
|
|
@@ -147,24 +111,6 @@ export interface OrgPermissionDefaultFilter {
|
|
|
147
111
|
/** Negates the expression. */
|
|
148
112
|
not?: OrgPermissionDefaultFilter;
|
|
149
113
|
}
|
|
150
|
-
/**
|
|
151
|
-
* A condition to be used against `AppAdminGrant` object types. All fields are
|
|
152
|
-
* tested for equality and combined with a logical ‘and.’
|
|
153
|
-
*/
|
|
154
|
-
export interface AppAdminGrantCondition {
|
|
155
|
-
/** Checks for equality with the object’s `id` field. */
|
|
156
|
-
id?: string;
|
|
157
|
-
/** Checks for equality with the object’s `isGrant` field. */
|
|
158
|
-
isGrant?: boolean;
|
|
159
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
160
|
-
actorId?: string;
|
|
161
|
-
/** Checks for equality with the object’s `grantorId` field. */
|
|
162
|
-
grantorId?: string;
|
|
163
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
164
|
-
createdAt?: string;
|
|
165
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
166
|
-
updatedAt?: string;
|
|
167
|
-
}
|
|
168
114
|
/** A filter to be used against `AppAdminGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
169
115
|
export interface AppAdminGrantFilter {
|
|
170
116
|
/** Filter by the object’s `id` field. */
|
|
@@ -186,24 +132,6 @@ export interface AppAdminGrantFilter {
|
|
|
186
132
|
/** Negates the expression. */
|
|
187
133
|
not?: AppAdminGrantFilter;
|
|
188
134
|
}
|
|
189
|
-
/**
|
|
190
|
-
* A condition to be used against `AppOwnerGrant` object types. All fields are
|
|
191
|
-
* tested for equality and combined with a logical ‘and.’
|
|
192
|
-
*/
|
|
193
|
-
export interface AppOwnerGrantCondition {
|
|
194
|
-
/** Checks for equality with the object’s `id` field. */
|
|
195
|
-
id?: string;
|
|
196
|
-
/** Checks for equality with the object’s `isGrant` field. */
|
|
197
|
-
isGrant?: boolean;
|
|
198
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
199
|
-
actorId?: string;
|
|
200
|
-
/** Checks for equality with the object’s `grantorId` field. */
|
|
201
|
-
grantorId?: string;
|
|
202
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
203
|
-
createdAt?: string;
|
|
204
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
205
|
-
updatedAt?: string;
|
|
206
|
-
}
|
|
207
135
|
/** A filter to be used against `AppOwnerGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
208
136
|
export interface AppOwnerGrantFilter {
|
|
209
137
|
/** Filter by the object’s `id` field. */
|
|
@@ -225,26 +153,6 @@ export interface AppOwnerGrantFilter {
|
|
|
225
153
|
/** Negates the expression. */
|
|
226
154
|
not?: AppOwnerGrantFilter;
|
|
227
155
|
}
|
|
228
|
-
/**
|
|
229
|
-
* A condition to be used against `OrgAdminGrant` object types. All fields are
|
|
230
|
-
* tested for equality and combined with a logical ‘and.’
|
|
231
|
-
*/
|
|
232
|
-
export interface OrgAdminGrantCondition {
|
|
233
|
-
/** Checks for equality with the object’s `id` field. */
|
|
234
|
-
id?: string;
|
|
235
|
-
/** Checks for equality with the object’s `isGrant` field. */
|
|
236
|
-
isGrant?: boolean;
|
|
237
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
238
|
-
actorId?: string;
|
|
239
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
240
|
-
entityId?: string;
|
|
241
|
-
/** Checks for equality with the object’s `grantorId` field. */
|
|
242
|
-
grantorId?: string;
|
|
243
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
244
|
-
createdAt?: string;
|
|
245
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
246
|
-
updatedAt?: string;
|
|
247
|
-
}
|
|
248
156
|
/** A filter to be used against `OrgAdminGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
249
157
|
export interface OrgAdminGrantFilter {
|
|
250
158
|
/** Filter by the object’s `id` field. */
|
|
@@ -268,26 +176,6 @@ export interface OrgAdminGrantFilter {
|
|
|
268
176
|
/** Negates the expression. */
|
|
269
177
|
not?: OrgAdminGrantFilter;
|
|
270
178
|
}
|
|
271
|
-
/**
|
|
272
|
-
* A condition to be used against `OrgOwnerGrant` object types. All fields are
|
|
273
|
-
* tested for equality and combined with a logical ‘and.’
|
|
274
|
-
*/
|
|
275
|
-
export interface OrgOwnerGrantCondition {
|
|
276
|
-
/** Checks for equality with the object’s `id` field. */
|
|
277
|
-
id?: string;
|
|
278
|
-
/** Checks for equality with the object’s `isGrant` field. */
|
|
279
|
-
isGrant?: boolean;
|
|
280
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
281
|
-
actorId?: string;
|
|
282
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
283
|
-
entityId?: string;
|
|
284
|
-
/** Checks for equality with the object’s `grantorId` field. */
|
|
285
|
-
grantorId?: string;
|
|
286
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
287
|
-
createdAt?: string;
|
|
288
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
289
|
-
updatedAt?: string;
|
|
290
|
-
}
|
|
291
179
|
/** A filter to be used against `OrgOwnerGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
292
180
|
export interface OrgOwnerGrantFilter {
|
|
293
181
|
/** Filter by the object’s `id` field. */
|
|
@@ -311,18 +199,6 @@ export interface OrgOwnerGrantFilter {
|
|
|
311
199
|
/** Negates the expression. */
|
|
312
200
|
not?: OrgOwnerGrantFilter;
|
|
313
201
|
}
|
|
314
|
-
/**
|
|
315
|
-
* A condition to be used against `AppLimitDefault` object types. All fields are
|
|
316
|
-
* tested for equality and combined with a logical ‘and.’
|
|
317
|
-
*/
|
|
318
|
-
export interface AppLimitDefaultCondition {
|
|
319
|
-
/** Checks for equality with the object’s `id` field. */
|
|
320
|
-
id?: string;
|
|
321
|
-
/** Checks for equality with the object’s `name` field. */
|
|
322
|
-
name?: string;
|
|
323
|
-
/** Checks for equality with the object’s `max` field. */
|
|
324
|
-
max?: number;
|
|
325
|
-
}
|
|
326
202
|
/** A filter to be used against `AppLimitDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
327
203
|
export interface AppLimitDefaultFilter {
|
|
328
204
|
/** Filter by the object’s `id` field. */
|
|
@@ -338,17 +214,12 @@ export interface AppLimitDefaultFilter {
|
|
|
338
214
|
/** Negates the expression. */
|
|
339
215
|
not?: AppLimitDefaultFilter;
|
|
340
216
|
}
|
|
341
|
-
/**
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
id?: string;
|
|
348
|
-
/** Checks for equality with the object’s `name` field. */
|
|
349
|
-
name?: string;
|
|
350
|
-
/** Checks for equality with the object’s `max` field. */
|
|
351
|
-
max?: number;
|
|
217
|
+
/** Input for pg_trgm fuzzy text matching. Provide a search value and optional similarity threshold. */
|
|
218
|
+
export interface TrgmSearchInput {
|
|
219
|
+
/** The text to fuzzy-match against. Typos and misspellings are tolerated. */
|
|
220
|
+
value: string;
|
|
221
|
+
/** Minimum similarity threshold (0.0 to 1.0). Higher = stricter matching. Default is 0.3. */
|
|
222
|
+
threshold?: number;
|
|
352
223
|
}
|
|
353
224
|
/** A filter to be used against `OrgLimitDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
354
225
|
export interface OrgLimitDefaultFilter {
|
|
@@ -365,61 +236,6 @@ export interface OrgLimitDefaultFilter {
|
|
|
365
236
|
/** Negates the expression. */
|
|
366
237
|
not?: OrgLimitDefaultFilter;
|
|
367
238
|
}
|
|
368
|
-
/**
|
|
369
|
-
* A condition to be used against `MembershipType` object types. All fields are
|
|
370
|
-
* tested for equality and combined with a logical ‘and.’
|
|
371
|
-
*/
|
|
372
|
-
export interface MembershipTypeCondition {
|
|
373
|
-
/** Checks for equality with the object’s `id` field. */
|
|
374
|
-
id?: number;
|
|
375
|
-
/** Checks for equality with the object’s `name` field. */
|
|
376
|
-
name?: string;
|
|
377
|
-
/** Checks for equality with the object’s `description` field. */
|
|
378
|
-
description?: string;
|
|
379
|
-
/** Checks for equality with the object’s `prefix` field. */
|
|
380
|
-
prefix?: string;
|
|
381
|
-
}
|
|
382
|
-
/** A filter to be used against `MembershipType` object types. All fields are combined with a logical ‘and.’ */
|
|
383
|
-
export interface MembershipTypeFilter {
|
|
384
|
-
/** Filter by the object’s `id` field. */
|
|
385
|
-
id?: IntFilter;
|
|
386
|
-
/** Filter by the object’s `name` field. */
|
|
387
|
-
name?: StringFilter;
|
|
388
|
-
/** Filter by the object’s `description` field. */
|
|
389
|
-
description?: StringFilter;
|
|
390
|
-
/** Filter by the object’s `prefix` field. */
|
|
391
|
-
prefix?: StringFilter;
|
|
392
|
-
/** Checks for all expressions in this list. */
|
|
393
|
-
and?: MembershipTypeFilter[];
|
|
394
|
-
/** Checks for any expressions in this list. */
|
|
395
|
-
or?: MembershipTypeFilter[];
|
|
396
|
-
/** Negates the expression. */
|
|
397
|
-
not?: MembershipTypeFilter;
|
|
398
|
-
}
|
|
399
|
-
/**
|
|
400
|
-
* A condition to be used against `OrgChartEdgeGrant` object types. All fields are
|
|
401
|
-
* tested for equality and combined with a logical ‘and.’
|
|
402
|
-
*/
|
|
403
|
-
export interface OrgChartEdgeGrantCondition {
|
|
404
|
-
/** Checks for equality with the object’s `id` field. */
|
|
405
|
-
id?: string;
|
|
406
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
407
|
-
entityId?: string;
|
|
408
|
-
/** Checks for equality with the object’s `childId` field. */
|
|
409
|
-
childId?: string;
|
|
410
|
-
/** Checks for equality with the object’s `parentId` field. */
|
|
411
|
-
parentId?: string;
|
|
412
|
-
/** Checks for equality with the object’s `grantorId` field. */
|
|
413
|
-
grantorId?: string;
|
|
414
|
-
/** Checks for equality with the object’s `isGrant` field. */
|
|
415
|
-
isGrant?: boolean;
|
|
416
|
-
/** Checks for equality with the object’s `positionTitle` field. */
|
|
417
|
-
positionTitle?: string;
|
|
418
|
-
/** Checks for equality with the object’s `positionLevel` field. */
|
|
419
|
-
positionLevel?: number;
|
|
420
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
421
|
-
createdAt?: string;
|
|
422
|
-
}
|
|
423
239
|
/** A filter to be used against `OrgChartEdgeGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
424
240
|
export interface OrgChartEdgeGrantFilter {
|
|
425
241
|
/** Filter by the object’s `id` field. */
|
|
@@ -446,22 +262,43 @@ export interface OrgChartEdgeGrantFilter {
|
|
|
446
262
|
or?: OrgChartEdgeGrantFilter[];
|
|
447
263
|
/** Negates the expression. */
|
|
448
264
|
not?: OrgChartEdgeGrantFilter;
|
|
265
|
+
/** TRGM search on the `position_title` column. */
|
|
266
|
+
trgmPositionTitle?: TrgmSearchInput;
|
|
267
|
+
/**
|
|
268
|
+
* Composite full-text search. Provide a search string and it will be dispatched
|
|
269
|
+
* to all text-compatible search algorithms (tsvector, BM25, pg_trgm)
|
|
270
|
+
* simultaneously. Rows matching ANY algorithm are returned. All matching score
|
|
271
|
+
* fields are populated.
|
|
272
|
+
*/
|
|
273
|
+
fullTextSearch?: string;
|
|
449
274
|
}
|
|
450
|
-
/**
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
275
|
+
/** A filter to be used against `MembershipType` object types. All fields are combined with a logical ‘and.’ */
|
|
276
|
+
export interface MembershipTypeFilter {
|
|
277
|
+
/** Filter by the object’s `id` field. */
|
|
278
|
+
id?: IntFilter;
|
|
279
|
+
/** Filter by the object’s `name` field. */
|
|
280
|
+
name?: StringFilter;
|
|
281
|
+
/** Filter by the object’s `description` field. */
|
|
282
|
+
description?: StringFilter;
|
|
283
|
+
/** Filter by the object’s `prefix` field. */
|
|
284
|
+
prefix?: StringFilter;
|
|
285
|
+
/** Checks for all expressions in this list. */
|
|
286
|
+
and?: MembershipTypeFilter[];
|
|
287
|
+
/** Checks for any expressions in this list. */
|
|
288
|
+
or?: MembershipTypeFilter[];
|
|
289
|
+
/** Negates the expression. */
|
|
290
|
+
not?: MembershipTypeFilter;
|
|
291
|
+
/** TRGM search on the `description` column. */
|
|
292
|
+
trgmDescription?: TrgmSearchInput;
|
|
293
|
+
/** TRGM search on the `prefix` column. */
|
|
294
|
+
trgmPrefix?: TrgmSearchInput;
|
|
295
|
+
/**
|
|
296
|
+
* Composite full-text search. Provide a search string and it will be dispatched
|
|
297
|
+
* to all text-compatible search algorithms (tsvector, BM25, pg_trgm)
|
|
298
|
+
* simultaneously. Rows matching ANY algorithm are returned. All matching score
|
|
299
|
+
* fields are populated.
|
|
300
|
+
*/
|
|
301
|
+
fullTextSearch?: string;
|
|
465
302
|
}
|
|
466
303
|
/** A filter to be used against `AppPermission` object types. All fields are combined with a logical ‘and.’ */
|
|
467
304
|
export interface AppPermissionFilter {
|
|
@@ -481,22 +318,15 @@ export interface AppPermissionFilter {
|
|
|
481
318
|
or?: AppPermissionFilter[];
|
|
482
319
|
/** Negates the expression. */
|
|
483
320
|
not?: AppPermissionFilter;
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
name?: string;
|
|
494
|
-
/** Checks for equality with the object’s `bitnum` field. */
|
|
495
|
-
bitnum?: number;
|
|
496
|
-
/** Checks for equality with the object’s `bitstr` field. */
|
|
497
|
-
bitstr?: string;
|
|
498
|
-
/** Checks for equality with the object’s `description` field. */
|
|
499
|
-
description?: string;
|
|
321
|
+
/** TRGM search on the `description` column. */
|
|
322
|
+
trgmDescription?: TrgmSearchInput;
|
|
323
|
+
/**
|
|
324
|
+
* Composite full-text search. Provide a search string and it will be dispatched
|
|
325
|
+
* to all text-compatible search algorithms (tsvector, BM25, pg_trgm)
|
|
326
|
+
* simultaneously. Rows matching ANY algorithm are returned. All matching score
|
|
327
|
+
* fields are populated.
|
|
328
|
+
*/
|
|
329
|
+
fullTextSearch?: string;
|
|
500
330
|
}
|
|
501
331
|
/** A filter to be used against `OrgPermission` object types. All fields are combined with a logical ‘and.’ */
|
|
502
332
|
export interface OrgPermissionFilter {
|
|
@@ -516,22 +346,15 @@ export interface OrgPermissionFilter {
|
|
|
516
346
|
or?: OrgPermissionFilter[];
|
|
517
347
|
/** Negates the expression. */
|
|
518
348
|
not?: OrgPermissionFilter;
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
name?: string;
|
|
529
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
530
|
-
actorId?: string;
|
|
531
|
-
/** Checks for equality with the object’s `num` field. */
|
|
532
|
-
num?: number;
|
|
533
|
-
/** Checks for equality with the object’s `max` field. */
|
|
534
|
-
max?: number;
|
|
349
|
+
/** TRGM search on the `description` column. */
|
|
350
|
+
trgmDescription?: TrgmSearchInput;
|
|
351
|
+
/**
|
|
352
|
+
* Composite full-text search. Provide a search string and it will be dispatched
|
|
353
|
+
* to all text-compatible search algorithms (tsvector, BM25, pg_trgm)
|
|
354
|
+
* simultaneously. Rows matching ANY algorithm are returned. All matching score
|
|
355
|
+
* fields are populated.
|
|
356
|
+
*/
|
|
357
|
+
fullTextSearch?: string;
|
|
535
358
|
}
|
|
536
359
|
/** A filter to be used against `AppLimit` object types. All fields are combined with a logical ‘and.’ */
|
|
537
360
|
export interface AppLimitFilter {
|
|
@@ -552,24 +375,6 @@ export interface AppLimitFilter {
|
|
|
552
375
|
/** Negates the expression. */
|
|
553
376
|
not?: AppLimitFilter;
|
|
554
377
|
}
|
|
555
|
-
/**
|
|
556
|
-
* A condition to be used against `AppAchievement` object types. All fields are
|
|
557
|
-
* tested for equality and combined with a logical ‘and.’
|
|
558
|
-
*/
|
|
559
|
-
export interface AppAchievementCondition {
|
|
560
|
-
/** Checks for equality with the object’s `id` field. */
|
|
561
|
-
id?: string;
|
|
562
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
563
|
-
actorId?: string;
|
|
564
|
-
/** Checks for equality with the object’s `name` field. */
|
|
565
|
-
name?: string;
|
|
566
|
-
/** Checks for equality with the object’s `count` field. */
|
|
567
|
-
count?: number;
|
|
568
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
569
|
-
createdAt?: string;
|
|
570
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
571
|
-
updatedAt?: string;
|
|
572
|
-
}
|
|
573
378
|
/** A filter to be used against `AppAchievement` object types. All fields are combined with a logical ‘and.’ */
|
|
574
379
|
export interface AppAchievementFilter {
|
|
575
380
|
/** Filter by the object’s `id` field. */
|
|
@@ -591,21 +396,6 @@ export interface AppAchievementFilter {
|
|
|
591
396
|
/** Negates the expression. */
|
|
592
397
|
not?: AppAchievementFilter;
|
|
593
398
|
}
|
|
594
|
-
/** A condition to be used against `AppStep` object types. All fields are tested for equality and combined with a logical ‘and.’ */
|
|
595
|
-
export interface AppStepCondition {
|
|
596
|
-
/** Checks for equality with the object’s `id` field. */
|
|
597
|
-
id?: string;
|
|
598
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
599
|
-
actorId?: string;
|
|
600
|
-
/** Checks for equality with the object’s `name` field. */
|
|
601
|
-
name?: string;
|
|
602
|
-
/** Checks for equality with the object’s `count` field. */
|
|
603
|
-
count?: number;
|
|
604
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
605
|
-
createdAt?: string;
|
|
606
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
607
|
-
updatedAt?: string;
|
|
608
|
-
}
|
|
609
399
|
/** A filter to be used against `AppStep` object types. All fields are combined with a logical ‘and.’ */
|
|
610
400
|
export interface AppStepFilter {
|
|
611
401
|
/** Filter by the object’s `id` field. */
|
|
@@ -627,24 +417,6 @@ export interface AppStepFilter {
|
|
|
627
417
|
/** Negates the expression. */
|
|
628
418
|
not?: AppStepFilter;
|
|
629
419
|
}
|
|
630
|
-
/**
|
|
631
|
-
* A condition to be used against `ClaimedInvite` object types. All fields are
|
|
632
|
-
* tested for equality and combined with a logical ‘and.’
|
|
633
|
-
*/
|
|
634
|
-
export interface ClaimedInviteCondition {
|
|
635
|
-
/** Checks for equality with the object’s `id` field. */
|
|
636
|
-
id?: string;
|
|
637
|
-
/** Checks for equality with the object’s `data` field. */
|
|
638
|
-
data?: unknown;
|
|
639
|
-
/** Checks for equality with the object’s `senderId` field. */
|
|
640
|
-
senderId?: string;
|
|
641
|
-
/** Checks for equality with the object’s `receiverId` field. */
|
|
642
|
-
receiverId?: string;
|
|
643
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
644
|
-
createdAt?: string;
|
|
645
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
646
|
-
updatedAt?: string;
|
|
647
|
-
}
|
|
648
420
|
/** A filter to be used against `ClaimedInvite` object types. All fields are combined with a logical ‘and.’ */
|
|
649
421
|
export interface ClaimedInviteFilter {
|
|
650
422
|
/** Filter by the object’s `id` field. */
|
|
@@ -664,26 +436,6 @@ export interface ClaimedInviteFilter {
|
|
|
664
436
|
/** Negates the expression. */
|
|
665
437
|
not?: ClaimedInviteFilter;
|
|
666
438
|
}
|
|
667
|
-
/**
|
|
668
|
-
* A condition to be used against `AppGrant` object types. All fields are tested
|
|
669
|
-
* for equality and combined with a logical ‘and.’
|
|
670
|
-
*/
|
|
671
|
-
export interface AppGrantCondition {
|
|
672
|
-
/** Checks for equality with the object’s `id` field. */
|
|
673
|
-
id?: string;
|
|
674
|
-
/** Checks for equality with the object’s `permissions` field. */
|
|
675
|
-
permissions?: string;
|
|
676
|
-
/** Checks for equality with the object’s `isGrant` field. */
|
|
677
|
-
isGrant?: boolean;
|
|
678
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
679
|
-
actorId?: string;
|
|
680
|
-
/** Checks for equality with the object’s `grantorId` field. */
|
|
681
|
-
grantorId?: string;
|
|
682
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
683
|
-
createdAt?: string;
|
|
684
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
685
|
-
updatedAt?: string;
|
|
686
|
-
}
|
|
687
439
|
/** A filter to be used against `AppGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
688
440
|
export interface AppGrantFilter {
|
|
689
441
|
/** Filter by the object’s `id` field. */
|
|
@@ -707,26 +459,6 @@ export interface AppGrantFilter {
|
|
|
707
459
|
/** Negates the expression. */
|
|
708
460
|
not?: AppGrantFilter;
|
|
709
461
|
}
|
|
710
|
-
/**
|
|
711
|
-
* A condition to be used against `AppMembershipDefault` object types. All fields
|
|
712
|
-
* are tested for equality and combined with a logical ‘and.’
|
|
713
|
-
*/
|
|
714
|
-
export interface AppMembershipDefaultCondition {
|
|
715
|
-
/** Checks for equality with the object’s `id` field. */
|
|
716
|
-
id?: string;
|
|
717
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
718
|
-
createdAt?: string;
|
|
719
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
720
|
-
updatedAt?: string;
|
|
721
|
-
/** Checks for equality with the object’s `createdBy` field. */
|
|
722
|
-
createdBy?: string;
|
|
723
|
-
/** Checks for equality with the object’s `updatedBy` field. */
|
|
724
|
-
updatedBy?: string;
|
|
725
|
-
/** Checks for equality with the object’s `isApproved` field. */
|
|
726
|
-
isApproved?: boolean;
|
|
727
|
-
/** Checks for equality with the object’s `isVerified` field. */
|
|
728
|
-
isVerified?: boolean;
|
|
729
|
-
}
|
|
730
462
|
/** A filter to be used against `AppMembershipDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
731
463
|
export interface AppMembershipDefaultFilter {
|
|
732
464
|
/** Filter by the object’s `id` field. */
|
|
@@ -750,24 +482,6 @@ export interface AppMembershipDefaultFilter {
|
|
|
750
482
|
/** Negates the expression. */
|
|
751
483
|
not?: AppMembershipDefaultFilter;
|
|
752
484
|
}
|
|
753
|
-
/**
|
|
754
|
-
* A condition to be used against `OrgLimit` object types. All fields are tested
|
|
755
|
-
* for equality and combined with a logical ‘and.’
|
|
756
|
-
*/
|
|
757
|
-
export interface OrgLimitCondition {
|
|
758
|
-
/** Checks for equality with the object’s `id` field. */
|
|
759
|
-
id?: string;
|
|
760
|
-
/** Checks for equality with the object’s `name` field. */
|
|
761
|
-
name?: string;
|
|
762
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
763
|
-
actorId?: string;
|
|
764
|
-
/** Checks for equality with the object’s `num` field. */
|
|
765
|
-
num?: number;
|
|
766
|
-
/** Checks for equality with the object’s `max` field. */
|
|
767
|
-
max?: number;
|
|
768
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
769
|
-
entityId?: string;
|
|
770
|
-
}
|
|
771
485
|
/** A filter to be used against `OrgLimit` object types. All fields are combined with a logical ‘and.’ */
|
|
772
486
|
export interface OrgLimitFilter {
|
|
773
487
|
/** Filter by the object’s `id` field. */
|
|
@@ -789,26 +503,6 @@ export interface OrgLimitFilter {
|
|
|
789
503
|
/** Negates the expression. */
|
|
790
504
|
not?: OrgLimitFilter;
|
|
791
505
|
}
|
|
792
|
-
/**
|
|
793
|
-
* A condition to be used against `OrgClaimedInvite` object types. All fields are
|
|
794
|
-
* tested for equality and combined with a logical ‘and.’
|
|
795
|
-
*/
|
|
796
|
-
export interface OrgClaimedInviteCondition {
|
|
797
|
-
/** Checks for equality with the object’s `id` field. */
|
|
798
|
-
id?: string;
|
|
799
|
-
/** Checks for equality with the object’s `data` field. */
|
|
800
|
-
data?: unknown;
|
|
801
|
-
/** Checks for equality with the object’s `senderId` field. */
|
|
802
|
-
senderId?: string;
|
|
803
|
-
/** Checks for equality with the object’s `receiverId` field. */
|
|
804
|
-
receiverId?: string;
|
|
805
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
806
|
-
createdAt?: string;
|
|
807
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
808
|
-
updatedAt?: string;
|
|
809
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
810
|
-
entityId?: string;
|
|
811
|
-
}
|
|
812
506
|
/** A filter to be used against `OrgClaimedInvite` object types. All fields are combined with a logical ‘and.’ */
|
|
813
507
|
export interface OrgClaimedInviteFilter {
|
|
814
508
|
/** Filter by the object’s `id` field. */
|
|
@@ -830,28 +524,6 @@ export interface OrgClaimedInviteFilter {
|
|
|
830
524
|
/** Negates the expression. */
|
|
831
525
|
not?: OrgClaimedInviteFilter;
|
|
832
526
|
}
|
|
833
|
-
/**
|
|
834
|
-
* A condition to be used against `OrgGrant` object types. All fields are tested
|
|
835
|
-
* for equality and combined with a logical ‘and.’
|
|
836
|
-
*/
|
|
837
|
-
export interface OrgGrantCondition {
|
|
838
|
-
/** Checks for equality with the object’s `id` field. */
|
|
839
|
-
id?: string;
|
|
840
|
-
/** Checks for equality with the object’s `permissions` field. */
|
|
841
|
-
permissions?: string;
|
|
842
|
-
/** Checks for equality with the object’s `isGrant` field. */
|
|
843
|
-
isGrant?: boolean;
|
|
844
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
845
|
-
actorId?: string;
|
|
846
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
847
|
-
entityId?: string;
|
|
848
|
-
/** Checks for equality with the object’s `grantorId` field. */
|
|
849
|
-
grantorId?: string;
|
|
850
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
851
|
-
createdAt?: string;
|
|
852
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
853
|
-
updatedAt?: string;
|
|
854
|
-
}
|
|
855
527
|
/** A filter to be used against `OrgGrant` object types. All fields are combined with a logical ‘and.’ */
|
|
856
528
|
export interface OrgGrantFilter {
|
|
857
529
|
/** Filter by the object’s `id` field. */
|
|
@@ -877,28 +549,6 @@ export interface OrgGrantFilter {
|
|
|
877
549
|
/** Negates the expression. */
|
|
878
550
|
not?: OrgGrantFilter;
|
|
879
551
|
}
|
|
880
|
-
/**
|
|
881
|
-
* A condition to be used against `OrgChartEdge` object types. All fields are
|
|
882
|
-
* tested for equality and combined with a logical ‘and.’
|
|
883
|
-
*/
|
|
884
|
-
export interface OrgChartEdgeCondition {
|
|
885
|
-
/** Checks for equality with the object’s `id` field. */
|
|
886
|
-
id?: string;
|
|
887
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
888
|
-
createdAt?: string;
|
|
889
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
890
|
-
updatedAt?: string;
|
|
891
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
892
|
-
entityId?: string;
|
|
893
|
-
/** Checks for equality with the object’s `childId` field. */
|
|
894
|
-
childId?: string;
|
|
895
|
-
/** Checks for equality with the object’s `parentId` field. */
|
|
896
|
-
parentId?: string;
|
|
897
|
-
/** Checks for equality with the object’s `positionTitle` field. */
|
|
898
|
-
positionTitle?: string;
|
|
899
|
-
/** Checks for equality with the object’s `positionLevel` field. */
|
|
900
|
-
positionLevel?: number;
|
|
901
|
-
}
|
|
902
552
|
/** A filter to be used against `OrgChartEdge` object types. All fields are combined with a logical ‘and.’ */
|
|
903
553
|
export interface OrgChartEdgeFilter {
|
|
904
554
|
/** Filter by the object’s `id` field. */
|
|
@@ -923,30 +573,15 @@ export interface OrgChartEdgeFilter {
|
|
|
923
573
|
or?: OrgChartEdgeFilter[];
|
|
924
574
|
/** Negates the expression. */
|
|
925
575
|
not?: OrgChartEdgeFilter;
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
createdAt?: string;
|
|
936
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
937
|
-
updatedAt?: string;
|
|
938
|
-
/** Checks for equality with the object’s `createdBy` field. */
|
|
939
|
-
createdBy?: string;
|
|
940
|
-
/** Checks for equality with the object’s `updatedBy` field. */
|
|
941
|
-
updatedBy?: string;
|
|
942
|
-
/** Checks for equality with the object’s `isApproved` field. */
|
|
943
|
-
isApproved?: boolean;
|
|
944
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
945
|
-
entityId?: string;
|
|
946
|
-
/** Checks for equality with the object’s `deleteMemberCascadeGroups` field. */
|
|
947
|
-
deleteMemberCascadeGroups?: boolean;
|
|
948
|
-
/** Checks for equality with the object’s `createGroupsCascadeMembers` field. */
|
|
949
|
-
createGroupsCascadeMembers?: boolean;
|
|
576
|
+
/** TRGM search on the `position_title` column. */
|
|
577
|
+
trgmPositionTitle?: TrgmSearchInput;
|
|
578
|
+
/**
|
|
579
|
+
* Composite full-text search. Provide a search string and it will be dispatched
|
|
580
|
+
* to all text-compatible search algorithms (tsvector, BM25, pg_trgm)
|
|
581
|
+
* simultaneously. Rows matching ANY algorithm are returned. All matching score
|
|
582
|
+
* fields are populated.
|
|
583
|
+
*/
|
|
584
|
+
fullTextSearch?: string;
|
|
950
585
|
}
|
|
951
586
|
/** A filter to be used against `OrgMembershipDefault` object types. All fields are combined with a logical ‘and.’ */
|
|
952
587
|
export interface OrgMembershipDefaultFilter {
|
|
@@ -975,28 +610,6 @@ export interface OrgMembershipDefaultFilter {
|
|
|
975
610
|
/** Negates the expression. */
|
|
976
611
|
not?: OrgMembershipDefaultFilter;
|
|
977
612
|
}
|
|
978
|
-
/**
|
|
979
|
-
* A condition to be used against `AppLevelRequirement` object types. All fields
|
|
980
|
-
* are tested for equality and combined with a logical ‘and.’
|
|
981
|
-
*/
|
|
982
|
-
export interface AppLevelRequirementCondition {
|
|
983
|
-
/** Checks for equality with the object’s `id` field. */
|
|
984
|
-
id?: string;
|
|
985
|
-
/** Checks for equality with the object’s `name` field. */
|
|
986
|
-
name?: string;
|
|
987
|
-
/** Checks for equality with the object’s `level` field. */
|
|
988
|
-
level?: string;
|
|
989
|
-
/** Checks for equality with the object’s `description` field. */
|
|
990
|
-
description?: string;
|
|
991
|
-
/** Checks for equality with the object’s `requiredCount` field. */
|
|
992
|
-
requiredCount?: number;
|
|
993
|
-
/** Checks for equality with the object’s `priority` field. */
|
|
994
|
-
priority?: number;
|
|
995
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
996
|
-
createdAt?: string;
|
|
997
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
998
|
-
updatedAt?: string;
|
|
999
|
-
}
|
|
1000
613
|
/** A filter to be used against `AppLevelRequirement` object types. All fields are combined with a logical ‘and.’ */
|
|
1001
614
|
export interface AppLevelRequirementFilter {
|
|
1002
615
|
/** Filter by the object’s `id` field. */
|
|
@@ -1021,33 +634,97 @@ export interface AppLevelRequirementFilter {
|
|
|
1021
634
|
or?: AppLevelRequirementFilter[];
|
|
1022
635
|
/** Negates the expression. */
|
|
1023
636
|
not?: AppLevelRequirementFilter;
|
|
637
|
+
/** TRGM search on the `description` column. */
|
|
638
|
+
trgmDescription?: TrgmSearchInput;
|
|
639
|
+
/**
|
|
640
|
+
* Composite full-text search. Provide a search string and it will be dispatched
|
|
641
|
+
* to all text-compatible search algorithms (tsvector, BM25, pg_trgm)
|
|
642
|
+
* simultaneously. Rows matching ANY algorithm are returned. All matching score
|
|
643
|
+
* fields are populated.
|
|
644
|
+
*/
|
|
645
|
+
fullTextSearch?: string;
|
|
1024
646
|
}
|
|
1025
|
-
/** A
|
|
1026
|
-
export interface
|
|
1027
|
-
/**
|
|
1028
|
-
id?:
|
|
1029
|
-
/**
|
|
1030
|
-
|
|
1031
|
-
/**
|
|
1032
|
-
|
|
1033
|
-
/**
|
|
1034
|
-
|
|
1035
|
-
/**
|
|
1036
|
-
|
|
1037
|
-
/**
|
|
1038
|
-
|
|
1039
|
-
/**
|
|
1040
|
-
|
|
1041
|
-
/**
|
|
1042
|
-
|
|
1043
|
-
/**
|
|
1044
|
-
|
|
1045
|
-
/**
|
|
1046
|
-
|
|
1047
|
-
/**
|
|
1048
|
-
|
|
1049
|
-
/**
|
|
1050
|
-
|
|
647
|
+
/** A filter to be used against `AppMembership` object types. All fields are combined with a logical ‘and.’ */
|
|
648
|
+
export interface AppMembershipFilter {
|
|
649
|
+
/** Filter by the object’s `id` field. */
|
|
650
|
+
id?: UUIDFilter;
|
|
651
|
+
/** Filter by the object’s `createdAt` field. */
|
|
652
|
+
createdAt?: DatetimeFilter;
|
|
653
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
654
|
+
updatedAt?: DatetimeFilter;
|
|
655
|
+
/** Filter by the object’s `createdBy` field. */
|
|
656
|
+
createdBy?: UUIDFilter;
|
|
657
|
+
/** Filter by the object’s `updatedBy` field. */
|
|
658
|
+
updatedBy?: UUIDFilter;
|
|
659
|
+
/** Filter by the object’s `isApproved` field. */
|
|
660
|
+
isApproved?: BooleanFilter;
|
|
661
|
+
/** Filter by the object’s `isBanned` field. */
|
|
662
|
+
isBanned?: BooleanFilter;
|
|
663
|
+
/** Filter by the object’s `isDisabled` field. */
|
|
664
|
+
isDisabled?: BooleanFilter;
|
|
665
|
+
/** Filter by the object’s `isVerified` field. */
|
|
666
|
+
isVerified?: BooleanFilter;
|
|
667
|
+
/** Filter by the object’s `isActive` field. */
|
|
668
|
+
isActive?: BooleanFilter;
|
|
669
|
+
/** Filter by the object’s `isOwner` field. */
|
|
670
|
+
isOwner?: BooleanFilter;
|
|
671
|
+
/** Filter by the object’s `isAdmin` field. */
|
|
672
|
+
isAdmin?: BooleanFilter;
|
|
673
|
+
/** Filter by the object’s `permissions` field. */
|
|
674
|
+
permissions?: BitStringFilter;
|
|
675
|
+
/** Filter by the object’s `granted` field. */
|
|
676
|
+
granted?: BitStringFilter;
|
|
677
|
+
/** Filter by the object’s `actorId` field. */
|
|
678
|
+
actorId?: UUIDFilter;
|
|
679
|
+
/** Filter by the object’s `profileId` field. */
|
|
680
|
+
profileId?: UUIDFilter;
|
|
681
|
+
/** Checks for all expressions in this list. */
|
|
682
|
+
and?: AppMembershipFilter[];
|
|
683
|
+
/** Checks for any expressions in this list. */
|
|
684
|
+
or?: AppMembershipFilter[];
|
|
685
|
+
/** Negates the expression. */
|
|
686
|
+
not?: AppMembershipFilter;
|
|
687
|
+
}
|
|
688
|
+
/** A filter to be used against `OrgMembership` object types. All fields are combined with a logical ‘and.’ */
|
|
689
|
+
export interface OrgMembershipFilter {
|
|
690
|
+
/** Filter by the object’s `id` field. */
|
|
691
|
+
id?: UUIDFilter;
|
|
692
|
+
/** Filter by the object’s `createdAt` field. */
|
|
693
|
+
createdAt?: DatetimeFilter;
|
|
694
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
695
|
+
updatedAt?: DatetimeFilter;
|
|
696
|
+
/** Filter by the object’s `createdBy` field. */
|
|
697
|
+
createdBy?: UUIDFilter;
|
|
698
|
+
/** Filter by the object’s `updatedBy` field. */
|
|
699
|
+
updatedBy?: UUIDFilter;
|
|
700
|
+
/** Filter by the object’s `isApproved` field. */
|
|
701
|
+
isApproved?: BooleanFilter;
|
|
702
|
+
/** Filter by the object’s `isBanned` field. */
|
|
703
|
+
isBanned?: BooleanFilter;
|
|
704
|
+
/** Filter by the object’s `isDisabled` field. */
|
|
705
|
+
isDisabled?: BooleanFilter;
|
|
706
|
+
/** Filter by the object’s `isActive` field. */
|
|
707
|
+
isActive?: BooleanFilter;
|
|
708
|
+
/** Filter by the object’s `isOwner` field. */
|
|
709
|
+
isOwner?: BooleanFilter;
|
|
710
|
+
/** Filter by the object’s `isAdmin` field. */
|
|
711
|
+
isAdmin?: BooleanFilter;
|
|
712
|
+
/** Filter by the object’s `permissions` field. */
|
|
713
|
+
permissions?: BitStringFilter;
|
|
714
|
+
/** Filter by the object’s `granted` field. */
|
|
715
|
+
granted?: BitStringFilter;
|
|
716
|
+
/** Filter by the object’s `actorId` field. */
|
|
717
|
+
actorId?: UUIDFilter;
|
|
718
|
+
/** Filter by the object’s `entityId` field. */
|
|
719
|
+
entityId?: UUIDFilter;
|
|
720
|
+
/** Filter by the object’s `profileId` field. */
|
|
721
|
+
profileId?: UUIDFilter;
|
|
722
|
+
/** Checks for all expressions in this list. */
|
|
723
|
+
and?: OrgMembershipFilter[];
|
|
724
|
+
/** Checks for any expressions in this list. */
|
|
725
|
+
or?: OrgMembershipFilter[];
|
|
726
|
+
/** Negates the expression. */
|
|
727
|
+
not?: OrgMembershipFilter;
|
|
1051
728
|
}
|
|
1052
729
|
/** A filter to be used against `Invite` object types. All fields are combined with a logical ‘and.’ */
|
|
1053
730
|
export interface InviteFilter {
|
|
@@ -1079,6 +756,15 @@ export interface InviteFilter {
|
|
|
1079
756
|
or?: InviteFilter[];
|
|
1080
757
|
/** Negates the expression. */
|
|
1081
758
|
not?: InviteFilter;
|
|
759
|
+
/** TRGM search on the `invite_token` column. */
|
|
760
|
+
trgmInviteToken?: TrgmSearchInput;
|
|
761
|
+
/**
|
|
762
|
+
* Composite full-text search. Provide a search string and it will be dispatched
|
|
763
|
+
* to all text-compatible search algorithms (tsvector, BM25, pg_trgm)
|
|
764
|
+
* simultaneously. Rows matching ANY algorithm are returned. All matching score
|
|
765
|
+
* fields are populated.
|
|
766
|
+
*/
|
|
767
|
+
fullTextSearch?: string;
|
|
1082
768
|
}
|
|
1083
769
|
/** A filter to be used against ConstructiveInternalTypeEmail fields. All fields are combined with a logical ‘and.’ */
|
|
1084
770
|
export interface ConstructiveInternalTypeEmailFilter {
|
|
@@ -1157,26 +843,6 @@ export interface ConstructiveInternalTypeEmailFilter {
|
|
|
1157
843
|
/** Greater than or equal to the specified value (case-insensitive). */
|
|
1158
844
|
greaterThanOrEqualToInsensitive?: ConstructiveInternalTypeEmail;
|
|
1159
845
|
}
|
|
1160
|
-
/**
|
|
1161
|
-
* A condition to be used against `AppLevel` object types. All fields are tested
|
|
1162
|
-
* for equality and combined with a logical ‘and.’
|
|
1163
|
-
*/
|
|
1164
|
-
export interface AppLevelCondition {
|
|
1165
|
-
/** Checks for equality with the object’s `id` field. */
|
|
1166
|
-
id?: string;
|
|
1167
|
-
/** Checks for equality with the object’s `name` field. */
|
|
1168
|
-
name?: string;
|
|
1169
|
-
/** Checks for equality with the object’s `description` field. */
|
|
1170
|
-
description?: string;
|
|
1171
|
-
/** Checks for equality with the object’s `image` field. */
|
|
1172
|
-
image?: ConstructiveInternalTypeImage;
|
|
1173
|
-
/** Checks for equality with the object’s `ownerId` field. */
|
|
1174
|
-
ownerId?: string;
|
|
1175
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
1176
|
-
createdAt?: string;
|
|
1177
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
1178
|
-
updatedAt?: string;
|
|
1179
|
-
}
|
|
1180
846
|
/** A filter to be used against `AppLevel` object types. All fields are combined with a logical ‘and.’ */
|
|
1181
847
|
export interface AppLevelFilter {
|
|
1182
848
|
/** Filter by the object’s `id` field. */
|
|
@@ -1192,240 +858,57 @@ export interface AppLevelFilter {
|
|
|
1192
858
|
/** Filter by the object’s `createdAt` field. */
|
|
1193
859
|
createdAt?: DatetimeFilter;
|
|
1194
860
|
/** Filter by the object’s `updatedAt` field. */
|
|
1195
|
-
updatedAt?: DatetimeFilter;
|
|
1196
|
-
/** Checks for all expressions in this list. */
|
|
1197
|
-
and?: AppLevelFilter[];
|
|
1198
|
-
/** Checks for any expressions in this list. */
|
|
1199
|
-
or?: AppLevelFilter[];
|
|
1200
|
-
/** Negates the expression. */
|
|
1201
|
-
not?: AppLevelFilter;
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
/**
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
createdAt?: string;
|
|
1247
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
1248
|
-
updatedAt?: string;
|
|
1249
|
-
/** Checks for equality with the object’s `createdBy` field. */
|
|
1250
|
-
createdBy?: string;
|
|
1251
|
-
/** Checks for equality with the object’s `updatedBy` field. */
|
|
1252
|
-
updatedBy?: string;
|
|
1253
|
-
/** Checks for equality with the object’s `isApproved` field. */
|
|
1254
|
-
isApproved?: boolean;
|
|
1255
|
-
/** Checks for equality with the object’s `isBanned` field. */
|
|
1256
|
-
isBanned?: boolean;
|
|
1257
|
-
/** Checks for equality with the object’s `isDisabled` field. */
|
|
1258
|
-
isDisabled?: boolean;
|
|
1259
|
-
/** Checks for equality with the object’s `isVerified` field. */
|
|
1260
|
-
isVerified?: boolean;
|
|
1261
|
-
/** Checks for equality with the object’s `isActive` field. */
|
|
1262
|
-
isActive?: boolean;
|
|
1263
|
-
/** Checks for equality with the object’s `isOwner` field. */
|
|
1264
|
-
isOwner?: boolean;
|
|
1265
|
-
/** Checks for equality with the object’s `isAdmin` field. */
|
|
1266
|
-
isAdmin?: boolean;
|
|
1267
|
-
/** Checks for equality with the object’s `permissions` field. */
|
|
1268
|
-
permissions?: string;
|
|
1269
|
-
/** Checks for equality with the object’s `granted` field. */
|
|
1270
|
-
granted?: string;
|
|
1271
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
1272
|
-
actorId?: string;
|
|
1273
|
-
/** Checks for equality with the object’s `profileId` field. */
|
|
1274
|
-
profileId?: string;
|
|
1275
|
-
}
|
|
1276
|
-
/** A filter to be used against `AppMembership` object types. All fields are combined with a logical ‘and.’ */
|
|
1277
|
-
export interface AppMembershipFilter {
|
|
1278
|
-
/** Filter by the object’s `id` field. */
|
|
1279
|
-
id?: UUIDFilter;
|
|
1280
|
-
/** Filter by the object’s `createdAt` field. */
|
|
1281
|
-
createdAt?: DatetimeFilter;
|
|
1282
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
1283
|
-
updatedAt?: DatetimeFilter;
|
|
1284
|
-
/** Filter by the object’s `createdBy` field. */
|
|
1285
|
-
createdBy?: UUIDFilter;
|
|
1286
|
-
/** Filter by the object’s `updatedBy` field. */
|
|
1287
|
-
updatedBy?: UUIDFilter;
|
|
1288
|
-
/** Filter by the object’s `isApproved` field. */
|
|
1289
|
-
isApproved?: BooleanFilter;
|
|
1290
|
-
/** Filter by the object’s `isBanned` field. */
|
|
1291
|
-
isBanned?: BooleanFilter;
|
|
1292
|
-
/** Filter by the object’s `isDisabled` field. */
|
|
1293
|
-
isDisabled?: BooleanFilter;
|
|
1294
|
-
/** Filter by the object’s `isVerified` field. */
|
|
1295
|
-
isVerified?: BooleanFilter;
|
|
1296
|
-
/** Filter by the object’s `isActive` field. */
|
|
1297
|
-
isActive?: BooleanFilter;
|
|
1298
|
-
/** Filter by the object’s `isOwner` field. */
|
|
1299
|
-
isOwner?: BooleanFilter;
|
|
1300
|
-
/** Filter by the object’s `isAdmin` field. */
|
|
1301
|
-
isAdmin?: BooleanFilter;
|
|
1302
|
-
/** Filter by the object’s `permissions` field. */
|
|
1303
|
-
permissions?: BitStringFilter;
|
|
1304
|
-
/** Filter by the object’s `granted` field. */
|
|
1305
|
-
granted?: BitStringFilter;
|
|
1306
|
-
/** Filter by the object’s `actorId` field. */
|
|
1307
|
-
actorId?: UUIDFilter;
|
|
1308
|
-
/** Filter by the object’s `profileId` field. */
|
|
1309
|
-
profileId?: UUIDFilter;
|
|
1310
|
-
/** Checks for all expressions in this list. */
|
|
1311
|
-
and?: AppMembershipFilter[];
|
|
1312
|
-
/** Checks for any expressions in this list. */
|
|
1313
|
-
or?: AppMembershipFilter[];
|
|
1314
|
-
/** Negates the expression. */
|
|
1315
|
-
not?: AppMembershipFilter;
|
|
1316
|
-
}
|
|
1317
|
-
/**
|
|
1318
|
-
* A condition to be used against `OrgMembership` object types. All fields are
|
|
1319
|
-
* tested for equality and combined with a logical ‘and.’
|
|
1320
|
-
*/
|
|
1321
|
-
export interface OrgMembershipCondition {
|
|
1322
|
-
/** Checks for equality with the object’s `id` field. */
|
|
1323
|
-
id?: string;
|
|
1324
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
1325
|
-
createdAt?: string;
|
|
1326
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
1327
|
-
updatedAt?: string;
|
|
1328
|
-
/** Checks for equality with the object’s `createdBy` field. */
|
|
1329
|
-
createdBy?: string;
|
|
1330
|
-
/** Checks for equality with the object’s `updatedBy` field. */
|
|
1331
|
-
updatedBy?: string;
|
|
1332
|
-
/** Checks for equality with the object’s `isApproved` field. */
|
|
1333
|
-
isApproved?: boolean;
|
|
1334
|
-
/** Checks for equality with the object’s `isBanned` field. */
|
|
1335
|
-
isBanned?: boolean;
|
|
1336
|
-
/** Checks for equality with the object’s `isDisabled` field. */
|
|
1337
|
-
isDisabled?: boolean;
|
|
1338
|
-
/** Checks for equality with the object’s `isActive` field. */
|
|
1339
|
-
isActive?: boolean;
|
|
1340
|
-
/** Checks for equality with the object’s `isOwner` field. */
|
|
1341
|
-
isOwner?: boolean;
|
|
1342
|
-
/** Checks for equality with the object’s `isAdmin` field. */
|
|
1343
|
-
isAdmin?: boolean;
|
|
1344
|
-
/** Checks for equality with the object’s `permissions` field. */
|
|
1345
|
-
permissions?: string;
|
|
1346
|
-
/** Checks for equality with the object’s `granted` field. */
|
|
1347
|
-
granted?: string;
|
|
1348
|
-
/** Checks for equality with the object’s `actorId` field. */
|
|
1349
|
-
actorId?: string;
|
|
1350
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
1351
|
-
entityId?: string;
|
|
1352
|
-
/** Checks for equality with the object’s `profileId` field. */
|
|
1353
|
-
profileId?: string;
|
|
1354
|
-
}
|
|
1355
|
-
/** A filter to be used against `OrgMembership` object types. All fields are combined with a logical ‘and.’ */
|
|
1356
|
-
export interface OrgMembershipFilter {
|
|
1357
|
-
/** Filter by the object’s `id` field. */
|
|
1358
|
-
id?: UUIDFilter;
|
|
1359
|
-
/** Filter by the object’s `createdAt` field. */
|
|
1360
|
-
createdAt?: DatetimeFilter;
|
|
1361
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
1362
|
-
updatedAt?: DatetimeFilter;
|
|
1363
|
-
/** Filter by the object’s `createdBy` field. */
|
|
1364
|
-
createdBy?: UUIDFilter;
|
|
1365
|
-
/** Filter by the object’s `updatedBy` field. */
|
|
1366
|
-
updatedBy?: UUIDFilter;
|
|
1367
|
-
/** Filter by the object’s `isApproved` field. */
|
|
1368
|
-
isApproved?: BooleanFilter;
|
|
1369
|
-
/** Filter by the object’s `isBanned` field. */
|
|
1370
|
-
isBanned?: BooleanFilter;
|
|
1371
|
-
/** Filter by the object’s `isDisabled` field. */
|
|
1372
|
-
isDisabled?: BooleanFilter;
|
|
1373
|
-
/** Filter by the object’s `isActive` field. */
|
|
1374
|
-
isActive?: BooleanFilter;
|
|
1375
|
-
/** Filter by the object’s `isOwner` field. */
|
|
1376
|
-
isOwner?: BooleanFilter;
|
|
1377
|
-
/** Filter by the object’s `isAdmin` field. */
|
|
1378
|
-
isAdmin?: BooleanFilter;
|
|
1379
|
-
/** Filter by the object’s `permissions` field. */
|
|
1380
|
-
permissions?: BitStringFilter;
|
|
1381
|
-
/** Filter by the object’s `granted` field. */
|
|
1382
|
-
granted?: BitStringFilter;
|
|
1383
|
-
/** Filter by the object’s `actorId` field. */
|
|
1384
|
-
actorId?: UUIDFilter;
|
|
1385
|
-
/** Filter by the object’s `entityId` field. */
|
|
1386
|
-
entityId?: UUIDFilter;
|
|
1387
|
-
/** Filter by the object’s `profileId` field. */
|
|
1388
|
-
profileId?: UUIDFilter;
|
|
1389
|
-
/** Checks for all expressions in this list. */
|
|
1390
|
-
and?: OrgMembershipFilter[];
|
|
1391
|
-
/** Checks for any expressions in this list. */
|
|
1392
|
-
or?: OrgMembershipFilter[];
|
|
1393
|
-
/** Negates the expression. */
|
|
1394
|
-
not?: OrgMembershipFilter;
|
|
1395
|
-
}
|
|
1396
|
-
/**
|
|
1397
|
-
* A condition to be used against `OrgInvite` object types. All fields are tested
|
|
1398
|
-
* for equality and combined with a logical ‘and.’
|
|
1399
|
-
*/
|
|
1400
|
-
export interface OrgInviteCondition {
|
|
1401
|
-
/** Checks for equality with the object’s `id` field. */
|
|
1402
|
-
id?: string;
|
|
1403
|
-
/** Checks for equality with the object’s `email` field. */
|
|
1404
|
-
email?: ConstructiveInternalTypeEmail;
|
|
1405
|
-
/** Checks for equality with the object’s `senderId` field. */
|
|
1406
|
-
senderId?: string;
|
|
1407
|
-
/** Checks for equality with the object’s `receiverId` field. */
|
|
1408
|
-
receiverId?: string;
|
|
1409
|
-
/** Checks for equality with the object’s `inviteToken` field. */
|
|
1410
|
-
inviteToken?: string;
|
|
1411
|
-
/** Checks for equality with the object’s `inviteValid` field. */
|
|
1412
|
-
inviteValid?: boolean;
|
|
1413
|
-
/** Checks for equality with the object’s `inviteLimit` field. */
|
|
1414
|
-
inviteLimit?: number;
|
|
1415
|
-
/** Checks for equality with the object’s `inviteCount` field. */
|
|
1416
|
-
inviteCount?: number;
|
|
1417
|
-
/** Checks for equality with the object’s `multiple` field. */
|
|
1418
|
-
multiple?: boolean;
|
|
1419
|
-
/** Checks for equality with the object’s `data` field. */
|
|
1420
|
-
data?: unknown;
|
|
1421
|
-
/** Checks for equality with the object’s `expiresAt` field. */
|
|
1422
|
-
expiresAt?: string;
|
|
1423
|
-
/** Checks for equality with the object’s `createdAt` field. */
|
|
1424
|
-
createdAt?: string;
|
|
1425
|
-
/** Checks for equality with the object’s `updatedAt` field. */
|
|
1426
|
-
updatedAt?: string;
|
|
1427
|
-
/** Checks for equality with the object’s `entityId` field. */
|
|
1428
|
-
entityId?: string;
|
|
861
|
+
updatedAt?: DatetimeFilter;
|
|
862
|
+
/** Checks for all expressions in this list. */
|
|
863
|
+
and?: AppLevelFilter[];
|
|
864
|
+
/** Checks for any expressions in this list. */
|
|
865
|
+
or?: AppLevelFilter[];
|
|
866
|
+
/** Negates the expression. */
|
|
867
|
+
not?: AppLevelFilter;
|
|
868
|
+
/** TRGM search on the `description` column. */
|
|
869
|
+
trgmDescription?: TrgmSearchInput;
|
|
870
|
+
/**
|
|
871
|
+
* Composite full-text search. Provide a search string and it will be dispatched
|
|
872
|
+
* to all text-compatible search algorithms (tsvector, BM25, pg_trgm)
|
|
873
|
+
* simultaneously. Rows matching ANY algorithm are returned. All matching score
|
|
874
|
+
* fields are populated.
|
|
875
|
+
*/
|
|
876
|
+
fullTextSearch?: string;
|
|
877
|
+
}
|
|
878
|
+
/** A filter to be used against ConstructiveInternalTypeImage fields. All fields are combined with a logical ‘and.’ */
|
|
879
|
+
export interface ConstructiveInternalTypeImageFilter {
|
|
880
|
+
/** Is null (if `true` is specified) or is not null (if `false` is specified). */
|
|
881
|
+
isNull?: boolean;
|
|
882
|
+
/** Equal to the specified value. */
|
|
883
|
+
equalTo?: ConstructiveInternalTypeImage;
|
|
884
|
+
/** Not equal to the specified value. */
|
|
885
|
+
notEqualTo?: ConstructiveInternalTypeImage;
|
|
886
|
+
/** Not equal to the specified value, treating null like an ordinary value. */
|
|
887
|
+
distinctFrom?: ConstructiveInternalTypeImage;
|
|
888
|
+
/** Equal to the specified value, treating null like an ordinary value. */
|
|
889
|
+
notDistinctFrom?: ConstructiveInternalTypeImage;
|
|
890
|
+
/** Included in the specified list. */
|
|
891
|
+
in?: ConstructiveInternalTypeImage[];
|
|
892
|
+
/** Not included in the specified list. */
|
|
893
|
+
notIn?: ConstructiveInternalTypeImage[];
|
|
894
|
+
/** Less than the specified value. */
|
|
895
|
+
lessThan?: ConstructiveInternalTypeImage;
|
|
896
|
+
/** Less than or equal to the specified value. */
|
|
897
|
+
lessThanOrEqualTo?: ConstructiveInternalTypeImage;
|
|
898
|
+
/** Greater than the specified value. */
|
|
899
|
+
greaterThan?: ConstructiveInternalTypeImage;
|
|
900
|
+
/** Greater than or equal to the specified value. */
|
|
901
|
+
greaterThanOrEqualTo?: ConstructiveInternalTypeImage;
|
|
902
|
+
/** Contains the specified JSON. */
|
|
903
|
+
contains?: ConstructiveInternalTypeImage;
|
|
904
|
+
/** Contains the specified key. */
|
|
905
|
+
containsKey?: string;
|
|
906
|
+
/** Contains all of the specified keys. */
|
|
907
|
+
containsAllKeys?: string[];
|
|
908
|
+
/** Contains any of the specified keys. */
|
|
909
|
+
containsAnyKeys?: string[];
|
|
910
|
+
/** Contained by the specified JSON. */
|
|
911
|
+
containedBy?: ConstructiveInternalTypeImage;
|
|
1429
912
|
}
|
|
1430
913
|
/** A filter to be used against `OrgInvite` object types. All fields are combined with a logical ‘and.’ */
|
|
1431
914
|
export interface OrgInviteFilter {
|
|
@@ -1461,6 +944,15 @@ export interface OrgInviteFilter {
|
|
|
1461
944
|
or?: OrgInviteFilter[];
|
|
1462
945
|
/** Negates the expression. */
|
|
1463
946
|
not?: OrgInviteFilter;
|
|
947
|
+
/** TRGM search on the `invite_token` column. */
|
|
948
|
+
trgmInviteToken?: TrgmSearchInput;
|
|
949
|
+
/**
|
|
950
|
+
* Composite full-text search. Provide a search string and it will be dispatched
|
|
951
|
+
* to all text-compatible search algorithms (tsvector, BM25, pg_trgm)
|
|
952
|
+
* simultaneously. Rows matching ANY algorithm are returned. All matching score
|
|
953
|
+
* fields are populated.
|
|
954
|
+
*/
|
|
955
|
+
fullTextSearch?: string;
|
|
1464
956
|
}
|
|
1465
957
|
export interface SubmitInviteCodeInput {
|
|
1466
958
|
clientMutationId?: string;
|
|
@@ -1603,22 +1095,6 @@ export interface OrgLimitDefaultInput {
|
|
|
1603
1095
|
/** Default maximum usage allowed for this limit */
|
|
1604
1096
|
max?: number;
|
|
1605
1097
|
}
|
|
1606
|
-
export interface CreateMembershipTypeInput {
|
|
1607
|
-
clientMutationId?: string;
|
|
1608
|
-
/** The `MembershipType` to be created by this mutation. */
|
|
1609
|
-
membershipType: MembershipTypeInput;
|
|
1610
|
-
}
|
|
1611
|
-
/** An input for mutations affecting `MembershipType` */
|
|
1612
|
-
export interface MembershipTypeInput {
|
|
1613
|
-
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
1614
|
-
id: number;
|
|
1615
|
-
/** Human-readable name of the membership type */
|
|
1616
|
-
name: string;
|
|
1617
|
-
/** Description of what this membership type represents */
|
|
1618
|
-
description: string;
|
|
1619
|
-
/** Short prefix used to namespace tables and functions for this membership scope */
|
|
1620
|
-
prefix: string;
|
|
1621
|
-
}
|
|
1622
1098
|
export interface CreateOrgChartEdgeGrantInput {
|
|
1623
1099
|
clientMutationId?: string;
|
|
1624
1100
|
/** The `OrgChartEdgeGrant` to be created by this mutation. */
|
|
@@ -1644,6 +1120,22 @@ export interface OrgChartEdgeGrantInput {
|
|
|
1644
1120
|
/** Timestamp when this grant or revocation was recorded */
|
|
1645
1121
|
createdAt?: string;
|
|
1646
1122
|
}
|
|
1123
|
+
export interface CreateMembershipTypeInput {
|
|
1124
|
+
clientMutationId?: string;
|
|
1125
|
+
/** The `MembershipType` to be created by this mutation. */
|
|
1126
|
+
membershipType: MembershipTypeInput;
|
|
1127
|
+
}
|
|
1128
|
+
/** An input for mutations affecting `MembershipType` */
|
|
1129
|
+
export interface MembershipTypeInput {
|
|
1130
|
+
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
1131
|
+
id: number;
|
|
1132
|
+
/** Human-readable name of the membership type */
|
|
1133
|
+
name: string;
|
|
1134
|
+
/** Description of what this membership type represents */
|
|
1135
|
+
description: string;
|
|
1136
|
+
/** Short prefix used to namespace tables and functions for this membership scope */
|
|
1137
|
+
prefix: string;
|
|
1138
|
+
}
|
|
1647
1139
|
export interface CreateAppPermissionInput {
|
|
1648
1140
|
clientMutationId?: string;
|
|
1649
1141
|
/** The `AppPermission` to be created by this mutation. */
|
|
@@ -1898,54 +1390,6 @@ export interface AppLevelRequirementInput {
|
|
|
1898
1390
|
createdAt?: string;
|
|
1899
1391
|
updatedAt?: string;
|
|
1900
1392
|
}
|
|
1901
|
-
export interface CreateInviteInput {
|
|
1902
|
-
clientMutationId?: string;
|
|
1903
|
-
/** The `Invite` to be created by this mutation. */
|
|
1904
|
-
invite: InviteInput;
|
|
1905
|
-
}
|
|
1906
|
-
/** An input for mutations affecting `Invite` */
|
|
1907
|
-
export interface InviteInput {
|
|
1908
|
-
id?: string;
|
|
1909
|
-
/** Email address of the invited recipient */
|
|
1910
|
-
email?: ConstructiveInternalTypeEmail;
|
|
1911
|
-
/** User ID of the member who sent this invitation */
|
|
1912
|
-
senderId?: string;
|
|
1913
|
-
/** Unique random hex token used to redeem this invitation */
|
|
1914
|
-
inviteToken?: string;
|
|
1915
|
-
/** Whether this invitation is still valid and can be redeemed */
|
|
1916
|
-
inviteValid?: boolean;
|
|
1917
|
-
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
1918
|
-
inviteLimit?: number;
|
|
1919
|
-
/** Running count of how many times this invite has been claimed */
|
|
1920
|
-
inviteCount?: number;
|
|
1921
|
-
/** Whether this invite can be claimed by multiple recipients */
|
|
1922
|
-
multiple?: boolean;
|
|
1923
|
-
/** Optional JSON payload of additional invite metadata */
|
|
1924
|
-
data?: unknown;
|
|
1925
|
-
/** Timestamp after which this invitation can no longer be redeemed */
|
|
1926
|
-
expiresAt?: string;
|
|
1927
|
-
createdAt?: string;
|
|
1928
|
-
updatedAt?: string;
|
|
1929
|
-
}
|
|
1930
|
-
export interface CreateAppLevelInput {
|
|
1931
|
-
clientMutationId?: string;
|
|
1932
|
-
/** The `AppLevel` to be created by this mutation. */
|
|
1933
|
-
appLevel: AppLevelInput;
|
|
1934
|
-
}
|
|
1935
|
-
/** An input for mutations affecting `AppLevel` */
|
|
1936
|
-
export interface AppLevelInput {
|
|
1937
|
-
id?: string;
|
|
1938
|
-
/** Unique name of the level */
|
|
1939
|
-
name: string;
|
|
1940
|
-
/** Human-readable description of what this level represents */
|
|
1941
|
-
description?: string;
|
|
1942
|
-
/** Badge or icon image associated with this level */
|
|
1943
|
-
image?: ConstructiveInternalTypeImage;
|
|
1944
|
-
/** Optional owner (actor) who created or manages this level */
|
|
1945
|
-
ownerId?: string;
|
|
1946
|
-
createdAt?: string;
|
|
1947
|
-
updatedAt?: string;
|
|
1948
|
-
}
|
|
1949
1393
|
export interface CreateAppMembershipInput {
|
|
1950
1394
|
clientMutationId?: string;
|
|
1951
1395
|
/** The `AppMembership` to be created by this mutation. */
|
|
@@ -2014,6 +1458,54 @@ export interface OrgMembershipInput {
|
|
|
2014
1458
|
entityId: string;
|
|
2015
1459
|
profileId?: string;
|
|
2016
1460
|
}
|
|
1461
|
+
export interface CreateInviteInput {
|
|
1462
|
+
clientMutationId?: string;
|
|
1463
|
+
/** The `Invite` to be created by this mutation. */
|
|
1464
|
+
invite: InviteInput;
|
|
1465
|
+
}
|
|
1466
|
+
/** An input for mutations affecting `Invite` */
|
|
1467
|
+
export interface InviteInput {
|
|
1468
|
+
id?: string;
|
|
1469
|
+
/** Email address of the invited recipient */
|
|
1470
|
+
email?: ConstructiveInternalTypeEmail;
|
|
1471
|
+
/** User ID of the member who sent this invitation */
|
|
1472
|
+
senderId?: string;
|
|
1473
|
+
/** Unique random hex token used to redeem this invitation */
|
|
1474
|
+
inviteToken?: string;
|
|
1475
|
+
/** Whether this invitation is still valid and can be redeemed */
|
|
1476
|
+
inviteValid?: boolean;
|
|
1477
|
+
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
1478
|
+
inviteLimit?: number;
|
|
1479
|
+
/** Running count of how many times this invite has been claimed */
|
|
1480
|
+
inviteCount?: number;
|
|
1481
|
+
/** Whether this invite can be claimed by multiple recipients */
|
|
1482
|
+
multiple?: boolean;
|
|
1483
|
+
/** Optional JSON payload of additional invite metadata */
|
|
1484
|
+
data?: unknown;
|
|
1485
|
+
/** Timestamp after which this invitation can no longer be redeemed */
|
|
1486
|
+
expiresAt?: string;
|
|
1487
|
+
createdAt?: string;
|
|
1488
|
+
updatedAt?: string;
|
|
1489
|
+
}
|
|
1490
|
+
export interface CreateAppLevelInput {
|
|
1491
|
+
clientMutationId?: string;
|
|
1492
|
+
/** The `AppLevel` to be created by this mutation. */
|
|
1493
|
+
appLevel: AppLevelInput;
|
|
1494
|
+
}
|
|
1495
|
+
/** An input for mutations affecting `AppLevel` */
|
|
1496
|
+
export interface AppLevelInput {
|
|
1497
|
+
id?: string;
|
|
1498
|
+
/** Unique name of the level */
|
|
1499
|
+
name: string;
|
|
1500
|
+
/** Human-readable description of what this level represents */
|
|
1501
|
+
description?: string;
|
|
1502
|
+
/** Badge or icon image associated with this level */
|
|
1503
|
+
image?: ConstructiveInternalTypeImage;
|
|
1504
|
+
/** Optional owner (actor) who created or manages this level */
|
|
1505
|
+
ownerId?: string;
|
|
1506
|
+
createdAt?: string;
|
|
1507
|
+
updatedAt?: string;
|
|
1508
|
+
}
|
|
2017
1509
|
export interface CreateOrgInviteInput {
|
|
2018
1510
|
clientMutationId?: string;
|
|
2019
1511
|
/** The `OrgInvite` to be created by this mutation. */
|
|
@@ -2188,24 +1680,6 @@ export interface OrgLimitDefaultPatch {
|
|
|
2188
1680
|
/** Default maximum usage allowed for this limit */
|
|
2189
1681
|
max?: number;
|
|
2190
1682
|
}
|
|
2191
|
-
export interface UpdateMembershipTypeInput {
|
|
2192
|
-
clientMutationId?: string;
|
|
2193
|
-
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
2194
|
-
id: number;
|
|
2195
|
-
/** An object where the defined keys will be set on the `MembershipType` being updated. */
|
|
2196
|
-
membershipTypePatch: MembershipTypePatch;
|
|
2197
|
-
}
|
|
2198
|
-
/** Represents an update to a `MembershipType`. Fields that are set will be updated. */
|
|
2199
|
-
export interface MembershipTypePatch {
|
|
2200
|
-
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
2201
|
-
id?: number;
|
|
2202
|
-
/** Human-readable name of the membership type */
|
|
2203
|
-
name?: string;
|
|
2204
|
-
/** Description of what this membership type represents */
|
|
2205
|
-
description?: string;
|
|
2206
|
-
/** Short prefix used to namespace tables and functions for this membership scope */
|
|
2207
|
-
prefix?: string;
|
|
2208
|
-
}
|
|
2209
1683
|
export interface UpdateOrgChartEdgeGrantInput {
|
|
2210
1684
|
clientMutationId?: string;
|
|
2211
1685
|
id: string;
|
|
@@ -2232,6 +1706,24 @@ export interface OrgChartEdgeGrantPatch {
|
|
|
2232
1706
|
/** Timestamp when this grant or revocation was recorded */
|
|
2233
1707
|
createdAt?: string;
|
|
2234
1708
|
}
|
|
1709
|
+
export interface UpdateMembershipTypeInput {
|
|
1710
|
+
clientMutationId?: string;
|
|
1711
|
+
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
1712
|
+
id: number;
|
|
1713
|
+
/** An object where the defined keys will be set on the `MembershipType` being updated. */
|
|
1714
|
+
membershipTypePatch: MembershipTypePatch;
|
|
1715
|
+
}
|
|
1716
|
+
/** Represents an update to a `MembershipType`. Fields that are set will be updated. */
|
|
1717
|
+
export interface MembershipTypePatch {
|
|
1718
|
+
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
1719
|
+
id?: number;
|
|
1720
|
+
/** Human-readable name of the membership type */
|
|
1721
|
+
name?: string;
|
|
1722
|
+
/** Description of what this membership type represents */
|
|
1723
|
+
description?: string;
|
|
1724
|
+
/** Short prefix used to namespace tables and functions for this membership scope */
|
|
1725
|
+
prefix?: string;
|
|
1726
|
+
}
|
|
2235
1727
|
export interface UpdateAppPermissionInput {
|
|
2236
1728
|
clientMutationId?: string;
|
|
2237
1729
|
id: string;
|
|
@@ -2500,58 +1992,6 @@ export interface AppLevelRequirementPatch {
|
|
|
2500
1992
|
createdAt?: string;
|
|
2501
1993
|
updatedAt?: string;
|
|
2502
1994
|
}
|
|
2503
|
-
export interface UpdateInviteInput {
|
|
2504
|
-
clientMutationId?: string;
|
|
2505
|
-
id: string;
|
|
2506
|
-
/** An object where the defined keys will be set on the `Invite` being updated. */
|
|
2507
|
-
invitePatch: InvitePatch;
|
|
2508
|
-
}
|
|
2509
|
-
/** Represents an update to a `Invite`. Fields that are set will be updated. */
|
|
2510
|
-
export interface InvitePatch {
|
|
2511
|
-
id?: string;
|
|
2512
|
-
/** Email address of the invited recipient */
|
|
2513
|
-
email?: ConstructiveInternalTypeEmail;
|
|
2514
|
-
/** User ID of the member who sent this invitation */
|
|
2515
|
-
senderId?: string;
|
|
2516
|
-
/** Unique random hex token used to redeem this invitation */
|
|
2517
|
-
inviteToken?: string;
|
|
2518
|
-
/** Whether this invitation is still valid and can be redeemed */
|
|
2519
|
-
inviteValid?: boolean;
|
|
2520
|
-
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
2521
|
-
inviteLimit?: number;
|
|
2522
|
-
/** Running count of how many times this invite has been claimed */
|
|
2523
|
-
inviteCount?: number;
|
|
2524
|
-
/** Whether this invite can be claimed by multiple recipients */
|
|
2525
|
-
multiple?: boolean;
|
|
2526
|
-
/** Optional JSON payload of additional invite metadata */
|
|
2527
|
-
data?: unknown;
|
|
2528
|
-
/** Timestamp after which this invitation can no longer be redeemed */
|
|
2529
|
-
expiresAt?: string;
|
|
2530
|
-
createdAt?: string;
|
|
2531
|
-
updatedAt?: string;
|
|
2532
|
-
}
|
|
2533
|
-
export interface UpdateAppLevelInput {
|
|
2534
|
-
clientMutationId?: string;
|
|
2535
|
-
id: string;
|
|
2536
|
-
/** An object where the defined keys will be set on the `AppLevel` being updated. */
|
|
2537
|
-
appLevelPatch: AppLevelPatch;
|
|
2538
|
-
}
|
|
2539
|
-
/** Represents an update to a `AppLevel`. Fields that are set will be updated. */
|
|
2540
|
-
export interface AppLevelPatch {
|
|
2541
|
-
id?: string;
|
|
2542
|
-
/** Unique name of the level */
|
|
2543
|
-
name?: string;
|
|
2544
|
-
/** Human-readable description of what this level represents */
|
|
2545
|
-
description?: string;
|
|
2546
|
-
/** Badge or icon image associated with this level */
|
|
2547
|
-
image?: ConstructiveInternalTypeImage;
|
|
2548
|
-
/** Optional owner (actor) who created or manages this level */
|
|
2549
|
-
ownerId?: string;
|
|
2550
|
-
createdAt?: string;
|
|
2551
|
-
updatedAt?: string;
|
|
2552
|
-
/** Upload for Badge or icon image associated with this level */
|
|
2553
|
-
imageUpload?: File;
|
|
2554
|
-
}
|
|
2555
1995
|
export interface UpdateAppMembershipInput {
|
|
2556
1996
|
clientMutationId?: string;
|
|
2557
1997
|
id: string;
|
|
@@ -2622,6 +2062,58 @@ export interface OrgMembershipPatch {
|
|
|
2622
2062
|
entityId?: string;
|
|
2623
2063
|
profileId?: string;
|
|
2624
2064
|
}
|
|
2065
|
+
export interface UpdateInviteInput {
|
|
2066
|
+
clientMutationId?: string;
|
|
2067
|
+
id: string;
|
|
2068
|
+
/** An object where the defined keys will be set on the `Invite` being updated. */
|
|
2069
|
+
invitePatch: InvitePatch;
|
|
2070
|
+
}
|
|
2071
|
+
/** Represents an update to a `Invite`. Fields that are set will be updated. */
|
|
2072
|
+
export interface InvitePatch {
|
|
2073
|
+
id?: string;
|
|
2074
|
+
/** Email address of the invited recipient */
|
|
2075
|
+
email?: ConstructiveInternalTypeEmail;
|
|
2076
|
+
/** User ID of the member who sent this invitation */
|
|
2077
|
+
senderId?: string;
|
|
2078
|
+
/** Unique random hex token used to redeem this invitation */
|
|
2079
|
+
inviteToken?: string;
|
|
2080
|
+
/** Whether this invitation is still valid and can be redeemed */
|
|
2081
|
+
inviteValid?: boolean;
|
|
2082
|
+
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
2083
|
+
inviteLimit?: number;
|
|
2084
|
+
/** Running count of how many times this invite has been claimed */
|
|
2085
|
+
inviteCount?: number;
|
|
2086
|
+
/** Whether this invite can be claimed by multiple recipients */
|
|
2087
|
+
multiple?: boolean;
|
|
2088
|
+
/** Optional JSON payload of additional invite metadata */
|
|
2089
|
+
data?: unknown;
|
|
2090
|
+
/** Timestamp after which this invitation can no longer be redeemed */
|
|
2091
|
+
expiresAt?: string;
|
|
2092
|
+
createdAt?: string;
|
|
2093
|
+
updatedAt?: string;
|
|
2094
|
+
}
|
|
2095
|
+
export interface UpdateAppLevelInput {
|
|
2096
|
+
clientMutationId?: string;
|
|
2097
|
+
id: string;
|
|
2098
|
+
/** An object where the defined keys will be set on the `AppLevel` being updated. */
|
|
2099
|
+
appLevelPatch: AppLevelPatch;
|
|
2100
|
+
}
|
|
2101
|
+
/** Represents an update to a `AppLevel`. Fields that are set will be updated. */
|
|
2102
|
+
export interface AppLevelPatch {
|
|
2103
|
+
id?: string;
|
|
2104
|
+
/** Unique name of the level */
|
|
2105
|
+
name?: string;
|
|
2106
|
+
/** Human-readable description of what this level represents */
|
|
2107
|
+
description?: string;
|
|
2108
|
+
/** Badge or icon image associated with this level */
|
|
2109
|
+
image?: ConstructiveInternalTypeImage;
|
|
2110
|
+
/** Optional owner (actor) who created or manages this level */
|
|
2111
|
+
ownerId?: string;
|
|
2112
|
+
createdAt?: string;
|
|
2113
|
+
updatedAt?: string;
|
|
2114
|
+
/** Upload for Badge or icon image associated with this level */
|
|
2115
|
+
imageUpload?: File;
|
|
2116
|
+
}
|
|
2625
2117
|
export interface UpdateOrgInviteInput {
|
|
2626
2118
|
clientMutationId?: string;
|
|
2627
2119
|
id: string;
|
|
@@ -2691,15 +2183,15 @@ export interface DeleteOrgLimitDefaultInput {
|
|
|
2691
2183
|
clientMutationId?: string;
|
|
2692
2184
|
id: string;
|
|
2693
2185
|
}
|
|
2186
|
+
export interface DeleteOrgChartEdgeGrantInput {
|
|
2187
|
+
clientMutationId?: string;
|
|
2188
|
+
id: string;
|
|
2189
|
+
}
|
|
2694
2190
|
export interface DeleteMembershipTypeInput {
|
|
2695
2191
|
clientMutationId?: string;
|
|
2696
2192
|
/** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
|
|
2697
2193
|
id: number;
|
|
2698
2194
|
}
|
|
2699
|
-
export interface DeleteOrgChartEdgeGrantInput {
|
|
2700
|
-
clientMutationId?: string;
|
|
2701
|
-
id: string;
|
|
2702
|
-
}
|
|
2703
2195
|
export interface DeleteAppPermissionInput {
|
|
2704
2196
|
clientMutationId?: string;
|
|
2705
2197
|
id: string;
|
|
@@ -2756,19 +2248,19 @@ export interface DeleteAppLevelRequirementInput {
|
|
|
2756
2248
|
clientMutationId?: string;
|
|
2757
2249
|
id: string;
|
|
2758
2250
|
}
|
|
2759
|
-
export interface
|
|
2251
|
+
export interface DeleteAppMembershipInput {
|
|
2760
2252
|
clientMutationId?: string;
|
|
2761
2253
|
id: string;
|
|
2762
2254
|
}
|
|
2763
|
-
export interface
|
|
2255
|
+
export interface DeleteOrgMembershipInput {
|
|
2764
2256
|
clientMutationId?: string;
|
|
2765
2257
|
id: string;
|
|
2766
2258
|
}
|
|
2767
|
-
export interface
|
|
2259
|
+
export interface DeleteInviteInput {
|
|
2768
2260
|
clientMutationId?: string;
|
|
2769
2261
|
id: string;
|
|
2770
2262
|
}
|
|
2771
|
-
export interface
|
|
2263
|
+
export interface DeleteAppLevelInput {
|
|
2772
2264
|
clientMutationId?: string;
|
|
2773
2265
|
id: string;
|
|
2774
2266
|
}
|
|
@@ -2874,13 +2366,6 @@ export interface OrgLimitDefaultConnection {
|
|
|
2874
2366
|
pageInfo: PageInfo;
|
|
2875
2367
|
totalCount: number;
|
|
2876
2368
|
}
|
|
2877
|
-
/** A connection to a list of `MembershipType` values. */
|
|
2878
|
-
export interface MembershipTypeConnection {
|
|
2879
|
-
nodes: MembershipType[];
|
|
2880
|
-
edges: MembershipTypeEdge[];
|
|
2881
|
-
pageInfo: PageInfo;
|
|
2882
|
-
totalCount: number;
|
|
2883
|
-
}
|
|
2884
2369
|
/** A connection to a list of `OrgChartEdgeGrant` values. */
|
|
2885
2370
|
export interface OrgChartEdgeGrantConnection {
|
|
2886
2371
|
nodes: OrgChartEdgeGrant[];
|
|
@@ -2888,6 +2373,13 @@ export interface OrgChartEdgeGrantConnection {
|
|
|
2888
2373
|
pageInfo: PageInfo;
|
|
2889
2374
|
totalCount: number;
|
|
2890
2375
|
}
|
|
2376
|
+
/** A connection to a list of `MembershipType` values. */
|
|
2377
|
+
export interface MembershipTypeConnection {
|
|
2378
|
+
nodes: MembershipType[];
|
|
2379
|
+
edges: MembershipTypeEdge[];
|
|
2380
|
+
pageInfo: PageInfo;
|
|
2381
|
+
totalCount: number;
|
|
2382
|
+
}
|
|
2891
2383
|
/** A connection to a list of `AppLimit` values. */
|
|
2892
2384
|
export interface AppLimitConnection {
|
|
2893
2385
|
nodes: AppLimit[];
|
|
@@ -2965,20 +2457,6 @@ export interface OrgMembershipDefaultConnection {
|
|
|
2965
2457
|
pageInfo: PageInfo;
|
|
2966
2458
|
totalCount: number;
|
|
2967
2459
|
}
|
|
2968
|
-
/** A connection to a list of `Invite` values. */
|
|
2969
|
-
export interface InviteConnection {
|
|
2970
|
-
nodes: Invite[];
|
|
2971
|
-
edges: InviteEdge[];
|
|
2972
|
-
pageInfo: PageInfo;
|
|
2973
|
-
totalCount: number;
|
|
2974
|
-
}
|
|
2975
|
-
/** A connection to a list of `AppLevel` values. */
|
|
2976
|
-
export interface AppLevelConnection {
|
|
2977
|
-
nodes: AppLevel[];
|
|
2978
|
-
edges: AppLevelEdge[];
|
|
2979
|
-
pageInfo: PageInfo;
|
|
2980
|
-
totalCount: number;
|
|
2981
|
-
}
|
|
2982
2460
|
/** A connection to a list of `AppMembership` values. */
|
|
2983
2461
|
export interface AppMembershipConnection {
|
|
2984
2462
|
nodes: AppMembership[];
|
|
@@ -2993,6 +2471,20 @@ export interface OrgMembershipConnection {
|
|
|
2993
2471
|
pageInfo: PageInfo;
|
|
2994
2472
|
totalCount: number;
|
|
2995
2473
|
}
|
|
2474
|
+
/** A connection to a list of `Invite` values. */
|
|
2475
|
+
export interface InviteConnection {
|
|
2476
|
+
nodes: Invite[];
|
|
2477
|
+
edges: InviteEdge[];
|
|
2478
|
+
pageInfo: PageInfo;
|
|
2479
|
+
totalCount: number;
|
|
2480
|
+
}
|
|
2481
|
+
/** A connection to a list of `AppLevel` values. */
|
|
2482
|
+
export interface AppLevelConnection {
|
|
2483
|
+
nodes: AppLevel[];
|
|
2484
|
+
edges: AppLevelEdge[];
|
|
2485
|
+
pageInfo: PageInfo;
|
|
2486
|
+
totalCount: number;
|
|
2487
|
+
}
|
|
2996
2488
|
/** A connection to a list of `OrgInvite` values. */
|
|
2997
2489
|
export interface OrgInviteConnection {
|
|
2998
2490
|
nodes: OrgInvite[];
|
|
@@ -3066,18 +2558,18 @@ export interface CreateOrgLimitDefaultPayload {
|
|
|
3066
2558
|
orgLimitDefault?: OrgLimitDefault | null;
|
|
3067
2559
|
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
3068
2560
|
}
|
|
3069
|
-
export interface CreateMembershipTypePayload {
|
|
3070
|
-
clientMutationId?: string | null;
|
|
3071
|
-
/** The `MembershipType` that was created by this mutation. */
|
|
3072
|
-
membershipType?: MembershipType | null;
|
|
3073
|
-
membershipTypeEdge?: MembershipTypeEdge | null;
|
|
3074
|
-
}
|
|
3075
2561
|
export interface CreateOrgChartEdgeGrantPayload {
|
|
3076
2562
|
clientMutationId?: string | null;
|
|
3077
2563
|
/** The `OrgChartEdgeGrant` that was created by this mutation. */
|
|
3078
2564
|
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
3079
2565
|
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
3080
2566
|
}
|
|
2567
|
+
export interface CreateMembershipTypePayload {
|
|
2568
|
+
clientMutationId?: string | null;
|
|
2569
|
+
/** The `MembershipType` that was created by this mutation. */
|
|
2570
|
+
membershipType?: MembershipType | null;
|
|
2571
|
+
membershipTypeEdge?: MembershipTypeEdge | null;
|
|
2572
|
+
}
|
|
3081
2573
|
export interface CreateAppPermissionPayload {
|
|
3082
2574
|
clientMutationId?: string | null;
|
|
3083
2575
|
/** The `AppPermission` that was created by this mutation. */
|
|
@@ -3162,18 +2654,6 @@ export interface CreateAppLevelRequirementPayload {
|
|
|
3162
2654
|
appLevelRequirement?: AppLevelRequirement | null;
|
|
3163
2655
|
appLevelRequirementEdge?: AppLevelRequirementEdge | null;
|
|
3164
2656
|
}
|
|
3165
|
-
export interface CreateInvitePayload {
|
|
3166
|
-
clientMutationId?: string | null;
|
|
3167
|
-
/** The `Invite` that was created by this mutation. */
|
|
3168
|
-
invite?: Invite | null;
|
|
3169
|
-
inviteEdge?: InviteEdge | null;
|
|
3170
|
-
}
|
|
3171
|
-
export interface CreateAppLevelPayload {
|
|
3172
|
-
clientMutationId?: string | null;
|
|
3173
|
-
/** The `AppLevel` that was created by this mutation. */
|
|
3174
|
-
appLevel?: AppLevel | null;
|
|
3175
|
-
appLevelEdge?: AppLevelEdge | null;
|
|
3176
|
-
}
|
|
3177
2657
|
export interface CreateAppMembershipPayload {
|
|
3178
2658
|
clientMutationId?: string | null;
|
|
3179
2659
|
/** The `AppMembership` that was created by this mutation. */
|
|
@@ -3186,6 +2666,18 @@ export interface CreateOrgMembershipPayload {
|
|
|
3186
2666
|
orgMembership?: OrgMembership | null;
|
|
3187
2667
|
orgMembershipEdge?: OrgMembershipEdge | null;
|
|
3188
2668
|
}
|
|
2669
|
+
export interface CreateInvitePayload {
|
|
2670
|
+
clientMutationId?: string | null;
|
|
2671
|
+
/** The `Invite` that was created by this mutation. */
|
|
2672
|
+
invite?: Invite | null;
|
|
2673
|
+
inviteEdge?: InviteEdge | null;
|
|
2674
|
+
}
|
|
2675
|
+
export interface CreateAppLevelPayload {
|
|
2676
|
+
clientMutationId?: string | null;
|
|
2677
|
+
/** The `AppLevel` that was created by this mutation. */
|
|
2678
|
+
appLevel?: AppLevel | null;
|
|
2679
|
+
appLevelEdge?: AppLevelEdge | null;
|
|
2680
|
+
}
|
|
3189
2681
|
export interface CreateOrgInvitePayload {
|
|
3190
2682
|
clientMutationId?: string | null;
|
|
3191
2683
|
/** The `OrgInvite` that was created by this mutation. */
|
|
@@ -3246,18 +2738,18 @@ export interface UpdateOrgLimitDefaultPayload {
|
|
|
3246
2738
|
orgLimitDefault?: OrgLimitDefault | null;
|
|
3247
2739
|
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
3248
2740
|
}
|
|
3249
|
-
export interface UpdateMembershipTypePayload {
|
|
3250
|
-
clientMutationId?: string | null;
|
|
3251
|
-
/** The `MembershipType` that was updated by this mutation. */
|
|
3252
|
-
membershipType?: MembershipType | null;
|
|
3253
|
-
membershipTypeEdge?: MembershipTypeEdge | null;
|
|
3254
|
-
}
|
|
3255
2741
|
export interface UpdateOrgChartEdgeGrantPayload {
|
|
3256
2742
|
clientMutationId?: string | null;
|
|
3257
2743
|
/** The `OrgChartEdgeGrant` that was updated by this mutation. */
|
|
3258
2744
|
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
3259
2745
|
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
3260
2746
|
}
|
|
2747
|
+
export interface UpdateMembershipTypePayload {
|
|
2748
|
+
clientMutationId?: string | null;
|
|
2749
|
+
/** The `MembershipType` that was updated by this mutation. */
|
|
2750
|
+
membershipType?: MembershipType | null;
|
|
2751
|
+
membershipTypeEdge?: MembershipTypeEdge | null;
|
|
2752
|
+
}
|
|
3261
2753
|
export interface UpdateAppPermissionPayload {
|
|
3262
2754
|
clientMutationId?: string | null;
|
|
3263
2755
|
/** The `AppPermission` that was updated by this mutation. */
|
|
@@ -3342,18 +2834,6 @@ export interface UpdateAppLevelRequirementPayload {
|
|
|
3342
2834
|
appLevelRequirement?: AppLevelRequirement | null;
|
|
3343
2835
|
appLevelRequirementEdge?: AppLevelRequirementEdge | null;
|
|
3344
2836
|
}
|
|
3345
|
-
export interface UpdateInvitePayload {
|
|
3346
|
-
clientMutationId?: string | null;
|
|
3347
|
-
/** The `Invite` that was updated by this mutation. */
|
|
3348
|
-
invite?: Invite | null;
|
|
3349
|
-
inviteEdge?: InviteEdge | null;
|
|
3350
|
-
}
|
|
3351
|
-
export interface UpdateAppLevelPayload {
|
|
3352
|
-
clientMutationId?: string | null;
|
|
3353
|
-
/** The `AppLevel` that was updated by this mutation. */
|
|
3354
|
-
appLevel?: AppLevel | null;
|
|
3355
|
-
appLevelEdge?: AppLevelEdge | null;
|
|
3356
|
-
}
|
|
3357
2837
|
export interface UpdateAppMembershipPayload {
|
|
3358
2838
|
clientMutationId?: string | null;
|
|
3359
2839
|
/** The `AppMembership` that was updated by this mutation. */
|
|
@@ -3366,6 +2846,18 @@ export interface UpdateOrgMembershipPayload {
|
|
|
3366
2846
|
orgMembership?: OrgMembership | null;
|
|
3367
2847
|
orgMembershipEdge?: OrgMembershipEdge | null;
|
|
3368
2848
|
}
|
|
2849
|
+
export interface UpdateInvitePayload {
|
|
2850
|
+
clientMutationId?: string | null;
|
|
2851
|
+
/** The `Invite` that was updated by this mutation. */
|
|
2852
|
+
invite?: Invite | null;
|
|
2853
|
+
inviteEdge?: InviteEdge | null;
|
|
2854
|
+
}
|
|
2855
|
+
export interface UpdateAppLevelPayload {
|
|
2856
|
+
clientMutationId?: string | null;
|
|
2857
|
+
/** The `AppLevel` that was updated by this mutation. */
|
|
2858
|
+
appLevel?: AppLevel | null;
|
|
2859
|
+
appLevelEdge?: AppLevelEdge | null;
|
|
2860
|
+
}
|
|
3369
2861
|
export interface UpdateOrgInvitePayload {
|
|
3370
2862
|
clientMutationId?: string | null;
|
|
3371
2863
|
/** The `OrgInvite` that was updated by this mutation. */
|
|
@@ -3426,18 +2918,18 @@ export interface DeleteOrgLimitDefaultPayload {
|
|
|
3426
2918
|
orgLimitDefault?: OrgLimitDefault | null;
|
|
3427
2919
|
orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
|
|
3428
2920
|
}
|
|
3429
|
-
export interface DeleteMembershipTypePayload {
|
|
3430
|
-
clientMutationId?: string | null;
|
|
3431
|
-
/** The `MembershipType` that was deleted by this mutation. */
|
|
3432
|
-
membershipType?: MembershipType | null;
|
|
3433
|
-
membershipTypeEdge?: MembershipTypeEdge | null;
|
|
3434
|
-
}
|
|
3435
2921
|
export interface DeleteOrgChartEdgeGrantPayload {
|
|
3436
2922
|
clientMutationId?: string | null;
|
|
3437
2923
|
/** The `OrgChartEdgeGrant` that was deleted by this mutation. */
|
|
3438
2924
|
orgChartEdgeGrant?: OrgChartEdgeGrant | null;
|
|
3439
2925
|
orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
|
|
3440
2926
|
}
|
|
2927
|
+
export interface DeleteMembershipTypePayload {
|
|
2928
|
+
clientMutationId?: string | null;
|
|
2929
|
+
/** The `MembershipType` that was deleted by this mutation. */
|
|
2930
|
+
membershipType?: MembershipType | null;
|
|
2931
|
+
membershipTypeEdge?: MembershipTypeEdge | null;
|
|
2932
|
+
}
|
|
3441
2933
|
export interface DeleteAppPermissionPayload {
|
|
3442
2934
|
clientMutationId?: string | null;
|
|
3443
2935
|
/** The `AppPermission` that was deleted by this mutation. */
|
|
@@ -3522,18 +3014,6 @@ export interface DeleteAppLevelRequirementPayload {
|
|
|
3522
3014
|
appLevelRequirement?: AppLevelRequirement | null;
|
|
3523
3015
|
appLevelRequirementEdge?: AppLevelRequirementEdge | null;
|
|
3524
3016
|
}
|
|
3525
|
-
export interface DeleteInvitePayload {
|
|
3526
|
-
clientMutationId?: string | null;
|
|
3527
|
-
/** The `Invite` that was deleted by this mutation. */
|
|
3528
|
-
invite?: Invite | null;
|
|
3529
|
-
inviteEdge?: InviteEdge | null;
|
|
3530
|
-
}
|
|
3531
|
-
export interface DeleteAppLevelPayload {
|
|
3532
|
-
clientMutationId?: string | null;
|
|
3533
|
-
/** The `AppLevel` that was deleted by this mutation. */
|
|
3534
|
-
appLevel?: AppLevel | null;
|
|
3535
|
-
appLevelEdge?: AppLevelEdge | null;
|
|
3536
|
-
}
|
|
3537
3017
|
export interface DeleteAppMembershipPayload {
|
|
3538
3018
|
clientMutationId?: string | null;
|
|
3539
3019
|
/** The `AppMembership` that was deleted by this mutation. */
|
|
@@ -3546,6 +3026,18 @@ export interface DeleteOrgMembershipPayload {
|
|
|
3546
3026
|
orgMembership?: OrgMembership | null;
|
|
3547
3027
|
orgMembershipEdge?: OrgMembershipEdge | null;
|
|
3548
3028
|
}
|
|
3029
|
+
export interface DeleteInvitePayload {
|
|
3030
|
+
clientMutationId?: string | null;
|
|
3031
|
+
/** The `Invite` that was deleted by this mutation. */
|
|
3032
|
+
invite?: Invite | null;
|
|
3033
|
+
inviteEdge?: InviteEdge | null;
|
|
3034
|
+
}
|
|
3035
|
+
export interface DeleteAppLevelPayload {
|
|
3036
|
+
clientMutationId?: string | null;
|
|
3037
|
+
/** The `AppLevel` that was deleted by this mutation. */
|
|
3038
|
+
appLevel?: AppLevel | null;
|
|
3039
|
+
appLevelEdge?: AppLevelEdge | null;
|
|
3040
|
+
}
|
|
3549
3041
|
export interface DeleteOrgInvitePayload {
|
|
3550
3042
|
clientMutationId?: string | null;
|
|
3551
3043
|
/** The `OrgInvite` that was deleted by this mutation. */
|
|
@@ -3647,18 +3139,18 @@ export interface OrgLimitDefaultEdge {
|
|
|
3647
3139
|
/** The `OrgLimitDefault` at the end of the edge. */
|
|
3648
3140
|
node?: OrgLimitDefault | null;
|
|
3649
3141
|
}
|
|
3650
|
-
/** A `MembershipType` edge in the connection. */
|
|
3651
|
-
export interface MembershipTypeEdge {
|
|
3652
|
-
cursor?: string | null;
|
|
3653
|
-
/** The `MembershipType` at the end of the edge. */
|
|
3654
|
-
node?: MembershipType | null;
|
|
3655
|
-
}
|
|
3656
3142
|
/** A `OrgChartEdgeGrant` edge in the connection. */
|
|
3657
3143
|
export interface OrgChartEdgeGrantEdge {
|
|
3658
3144
|
cursor?: string | null;
|
|
3659
3145
|
/** The `OrgChartEdgeGrant` at the end of the edge. */
|
|
3660
3146
|
node?: OrgChartEdgeGrant | null;
|
|
3661
3147
|
}
|
|
3148
|
+
/** A `MembershipType` edge in the connection. */
|
|
3149
|
+
export interface MembershipTypeEdge {
|
|
3150
|
+
cursor?: string | null;
|
|
3151
|
+
/** The `MembershipType` at the end of the edge. */
|
|
3152
|
+
node?: MembershipType | null;
|
|
3153
|
+
}
|
|
3662
3154
|
/** A `AppLimit` edge in the connection. */
|
|
3663
3155
|
export interface AppLimitEdge {
|
|
3664
3156
|
cursor?: string | null;
|
|
@@ -3725,18 +3217,6 @@ export interface OrgMembershipDefaultEdge {
|
|
|
3725
3217
|
/** The `OrgMembershipDefault` at the end of the edge. */
|
|
3726
3218
|
node?: OrgMembershipDefault | null;
|
|
3727
3219
|
}
|
|
3728
|
-
/** A `Invite` edge in the connection. */
|
|
3729
|
-
export interface InviteEdge {
|
|
3730
|
-
cursor?: string | null;
|
|
3731
|
-
/** The `Invite` at the end of the edge. */
|
|
3732
|
-
node?: Invite | null;
|
|
3733
|
-
}
|
|
3734
|
-
/** A `AppLevel` edge in the connection. */
|
|
3735
|
-
export interface AppLevelEdge {
|
|
3736
|
-
cursor?: string | null;
|
|
3737
|
-
/** The `AppLevel` at the end of the edge. */
|
|
3738
|
-
node?: AppLevel | null;
|
|
3739
|
-
}
|
|
3740
3220
|
/** A `AppMembership` edge in the connection. */
|
|
3741
3221
|
export interface AppMembershipEdge {
|
|
3742
3222
|
cursor?: string | null;
|
|
@@ -3749,6 +3229,18 @@ export interface OrgMembershipEdge {
|
|
|
3749
3229
|
/** The `OrgMembership` at the end of the edge. */
|
|
3750
3230
|
node?: OrgMembership | null;
|
|
3751
3231
|
}
|
|
3232
|
+
/** A `Invite` edge in the connection. */
|
|
3233
|
+
export interface InviteEdge {
|
|
3234
|
+
cursor?: string | null;
|
|
3235
|
+
/** The `Invite` at the end of the edge. */
|
|
3236
|
+
node?: Invite | null;
|
|
3237
|
+
}
|
|
3238
|
+
/** A `AppLevel` edge in the connection. */
|
|
3239
|
+
export interface AppLevelEdge {
|
|
3240
|
+
cursor?: string | null;
|
|
3241
|
+
/** The `AppLevel` at the end of the edge. */
|
|
3242
|
+
node?: AppLevel | null;
|
|
3243
|
+
}
|
|
3752
3244
|
/** A `OrgInvite` edge in the connection. */
|
|
3753
3245
|
export interface OrgInviteEdge {
|
|
3754
3246
|
cursor?: string | null;
|