@constructive-io/react 0.6.2 → 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/auth/types.d.ts
CHANGED
|
@@ -6,10 +6,6 @@
|
|
|
6
6
|
export type ConstructiveInternalTypeEmail = unknown;
|
|
7
7
|
export type ConstructiveInternalTypeImage = unknown;
|
|
8
8
|
export type ConstructiveInternalTypeOrigin = unknown;
|
|
9
|
-
export interface RoleType {
|
|
10
|
-
id: number | null;
|
|
11
|
-
name: string | null;
|
|
12
|
-
}
|
|
13
9
|
export interface CryptoAddress {
|
|
14
10
|
id: string | null;
|
|
15
11
|
ownerId: string | null;
|
|
@@ -18,6 +14,12 @@ export interface CryptoAddress {
|
|
|
18
14
|
isPrimary: boolean | null;
|
|
19
15
|
createdAt: string | null;
|
|
20
16
|
updatedAt: string | null;
|
|
17
|
+
addressTrgmSimilarity: number | null;
|
|
18
|
+
searchScore: number | null;
|
|
19
|
+
}
|
|
20
|
+
export interface RoleType {
|
|
21
|
+
id: number | null;
|
|
22
|
+
name: string | null;
|
|
21
23
|
}
|
|
22
24
|
export interface PhoneNumber {
|
|
23
25
|
id: string | null;
|
|
@@ -28,6 +30,9 @@ export interface PhoneNumber {
|
|
|
28
30
|
isPrimary: boolean | null;
|
|
29
31
|
createdAt: string | null;
|
|
30
32
|
updatedAt: string | null;
|
|
33
|
+
ccTrgmSimilarity: number | null;
|
|
34
|
+
numberTrgmSimilarity: number | null;
|
|
35
|
+
searchScore: number | null;
|
|
31
36
|
}
|
|
32
37
|
export interface ConnectedAccount {
|
|
33
38
|
id: string | null;
|
|
@@ -38,6 +43,9 @@ export interface ConnectedAccount {
|
|
|
38
43
|
isVerified: boolean | null;
|
|
39
44
|
createdAt: string | null;
|
|
40
45
|
updatedAt: string | null;
|
|
46
|
+
serviceTrgmSimilarity: number | null;
|
|
47
|
+
identifierTrgmSimilarity: number | null;
|
|
48
|
+
searchScore: number | null;
|
|
41
49
|
}
|
|
42
50
|
export interface AuditLog {
|
|
43
51
|
id: string | null;
|
|
@@ -48,6 +56,8 @@ export interface AuditLog {
|
|
|
48
56
|
ipAddress: string | null;
|
|
49
57
|
success: boolean | null;
|
|
50
58
|
createdAt: string | null;
|
|
59
|
+
userAgentTrgmSimilarity: number | null;
|
|
60
|
+
searchScore: number | null;
|
|
51
61
|
}
|
|
52
62
|
export interface Email {
|
|
53
63
|
id: string | null;
|
|
@@ -68,6 +78,8 @@ export interface User {
|
|
|
68
78
|
createdAt: string | null;
|
|
69
79
|
updatedAt: string | null;
|
|
70
80
|
searchTsvRank: number | null;
|
|
81
|
+
displayNameTrgmSimilarity: number | null;
|
|
82
|
+
searchScore: number | null;
|
|
71
83
|
}
|
|
72
84
|
export interface StringFilter {
|
|
73
85
|
isNull?: boolean;
|
|
@@ -226,6 +238,13 @@ export interface InternetAddressFilter {
|
|
|
226
238
|
export interface FullTextFilter {
|
|
227
239
|
matches?: string;
|
|
228
240
|
}
|
|
241
|
+
export interface VectorFilter {
|
|
242
|
+
isNull?: boolean;
|
|
243
|
+
equalTo?: number[];
|
|
244
|
+
notEqualTo?: number[];
|
|
245
|
+
distinctFrom?: number[];
|
|
246
|
+
notDistinctFrom?: number[];
|
|
247
|
+
}
|
|
229
248
|
export interface StringListFilter {
|
|
230
249
|
isNull?: boolean;
|
|
231
250
|
equalTo?: string[];
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* GraphQL SDK
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
*
|
|
5
|
-
* Tables: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault,
|
|
5
|
+
* Tables: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault, OrgChartEdgeGrant, MembershipType, AppLimit, AppAchievement, AppStep, ClaimedInvite, AppGrant, AppMembershipDefault, OrgLimit, OrgClaimedInvite, OrgGrant, OrgChartEdge, OrgMembershipDefault, AppMembership, OrgMembership, Invite, AppLevel, OrgInvite
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
8
|
*
|
package/esm/admin/hooks/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* GraphQL SDK
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
*
|
|
5
|
-
* Tables: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault,
|
|
5
|
+
* Tables: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault, OrgChartEdgeGrant, MembershipType, AppLimit, AppAchievement, AppStep, ClaimedInvite, AppGrant, AppMembershipDefault, OrgLimit, OrgClaimedInvite, OrgGrant, OrgChartEdge, OrgMembershipDefault, AppMembership, OrgMembership, Invite, AppLevel, OrgInvite
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
8
|
*
|
|
@@ -94,16 +94,16 @@ export declare const invalidate: {
|
|
|
94
94
|
/** Invalidate orgLimitDefault list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
95
95
|
/** Invalidate a specific orgLimitDefault */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
96
96
|
};
|
|
97
|
-
/** Invalidate membershipType queries */ readonly membershipType: {
|
|
98
|
-
/** Invalidate all membershipType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
99
|
-
/** Invalidate membershipType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
100
|
-
/** Invalidate a specific membershipType */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
101
|
-
};
|
|
102
97
|
/** Invalidate orgChartEdgeGrant queries */ readonly orgChartEdgeGrant: {
|
|
103
98
|
/** Invalidate all orgChartEdgeGrant queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
104
99
|
/** Invalidate orgChartEdgeGrant list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
105
100
|
/** Invalidate a specific orgChartEdgeGrant */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
106
101
|
};
|
|
102
|
+
/** Invalidate membershipType queries */ readonly membershipType: {
|
|
103
|
+
/** Invalidate all membershipType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
104
|
+
/** Invalidate membershipType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
105
|
+
/** Invalidate a specific membershipType */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
106
|
+
};
|
|
107
107
|
/** Invalidate appLimit queries */ readonly appLimit: {
|
|
108
108
|
/** Invalidate all appLimit queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
109
109
|
/** Invalidate appLimit list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -159,16 +159,6 @@ export declare const invalidate: {
|
|
|
159
159
|
/** Invalidate orgMembershipDefault list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
160
160
|
/** Invalidate a specific orgMembershipDefault */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
161
161
|
};
|
|
162
|
-
/** Invalidate invite queries */ readonly invite: {
|
|
163
|
-
/** Invalidate all invite queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
164
|
-
/** Invalidate invite list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
165
|
-
/** Invalidate a specific invite */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
166
|
-
};
|
|
167
|
-
/** Invalidate appLevel queries */ readonly appLevel: {
|
|
168
|
-
/** Invalidate all appLevel queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
169
|
-
/** Invalidate appLevel list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
170
|
-
/** Invalidate a specific appLevel */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
171
|
-
};
|
|
172
162
|
/** Invalidate appMembership queries */ readonly appMembership: {
|
|
173
163
|
/** Invalidate all appMembership queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
174
164
|
/** Invalidate appMembership list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -179,6 +169,16 @@ export declare const invalidate: {
|
|
|
179
169
|
/** Invalidate orgMembership list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
180
170
|
/** Invalidate a specific orgMembership */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
181
171
|
};
|
|
172
|
+
/** Invalidate invite queries */ readonly invite: {
|
|
173
|
+
/** Invalidate all invite queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
174
|
+
/** Invalidate invite list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
175
|
+
/** Invalidate a specific invite */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
176
|
+
};
|
|
177
|
+
/** Invalidate appLevel queries */ readonly appLevel: {
|
|
178
|
+
/** Invalidate all appLevel queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
179
|
+
/** Invalidate appLevel list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
180
|
+
/** Invalidate a specific appLevel */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
181
|
+
};
|
|
182
182
|
/** Invalidate orgInvite queries */ readonly orgInvite: {
|
|
183
183
|
/** Invalidate all orgInvite queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
184
184
|
/** Invalidate orgInvite list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -211,8 +211,8 @@ export declare const remove: {
|
|
|
211
211
|
/** Remove orgOwnerGrant from cache */ readonly orgOwnerGrant: (queryClient: QueryClient, id: string | number) => void;
|
|
212
212
|
/** Remove appLimitDefault from cache */ readonly appLimitDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
213
213
|
/** Remove orgLimitDefault from cache */ readonly orgLimitDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
214
|
-
/** Remove membershipType from cache */ readonly membershipType: (queryClient: QueryClient, id: string | number) => void;
|
|
215
214
|
/** Remove orgChartEdgeGrant from cache */ readonly orgChartEdgeGrant: (queryClient: QueryClient, id: string | number) => void;
|
|
215
|
+
/** Remove membershipType from cache */ readonly membershipType: (queryClient: QueryClient, id: string | number) => void;
|
|
216
216
|
/** Remove appLimit from cache */ readonly appLimit: (queryClient: QueryClient, id: string | number) => void;
|
|
217
217
|
/** Remove appAchievement from cache */ readonly appAchievement: (queryClient: QueryClient, id: string | number) => void;
|
|
218
218
|
/** Remove appStep from cache */ readonly appStep: (queryClient: QueryClient, id: string | number) => void;
|
|
@@ -224,9 +224,9 @@ export declare const remove: {
|
|
|
224
224
|
/** Remove orgGrant from cache */ readonly orgGrant: (queryClient: QueryClient, id: string | number) => void;
|
|
225
225
|
/** Remove orgChartEdge from cache */ readonly orgChartEdge: (queryClient: QueryClient, id: string | number) => void;
|
|
226
226
|
/** Remove orgMembershipDefault from cache */ readonly orgMembershipDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
227
|
-
/** Remove invite from cache */ readonly invite: (queryClient: QueryClient, id: string | number) => void;
|
|
228
|
-
/** Remove appLevel from cache */ readonly appLevel: (queryClient: QueryClient, id: string | number) => void;
|
|
229
227
|
/** Remove appMembership from cache */ readonly appMembership: (queryClient: QueryClient, id: string | number) => void;
|
|
230
228
|
/** Remove orgMembership from cache */ readonly orgMembership: (queryClient: QueryClient, id: string | number) => void;
|
|
229
|
+
/** Remove invite from cache */ readonly invite: (queryClient: QueryClient, id: string | number) => void;
|
|
230
|
+
/** Remove appLevel from cache */ readonly appLevel: (queryClient: QueryClient, id: string | number) => void;
|
|
231
231
|
/** Remove orgInvite from cache */ readonly orgInvite: (queryClient: QueryClient, id: string | number) => void;
|
|
232
232
|
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
import { orgGetManagersRecordKeys, orgGetSubordinatesRecordKeys, appPermissionKeys, orgPermissionKeys, appLevelRequirementKeys, orgMemberKeys, appPermissionDefaultKeys, orgPermissionDefaultKeys, appAdminGrantKeys, appOwnerGrantKeys, orgAdminGrantKeys, orgOwnerGrantKeys, appLimitDefaultKeys, orgLimitDefaultKeys,
|
|
6
|
+
import { orgGetManagersRecordKeys, orgGetSubordinatesRecordKeys, appPermissionKeys, orgPermissionKeys, appLevelRequirementKeys, orgMemberKeys, appPermissionDefaultKeys, orgPermissionDefaultKeys, appAdminGrantKeys, appOwnerGrantKeys, orgAdminGrantKeys, orgOwnerGrantKeys, appLimitDefaultKeys, orgLimitDefaultKeys, orgChartEdgeGrantKeys, membershipTypeKeys, appLimitKeys, appAchievementKeys, appStepKeys, claimedInviteKeys, appGrantKeys, appMembershipDefaultKeys, orgLimitKeys, orgClaimedInviteKeys, orgGrantKeys, orgChartEdgeKeys, orgMembershipDefaultKeys, appMembershipKeys, orgMembershipKeys, inviteKeys, appLevelKeys, orgInviteKeys, } from './query-keys';
|
|
7
7
|
/**
|
|
8
8
|
// ============================================================================
|
|
9
9
|
// Invalidation Helpers
|
|
@@ -178,17 +178,6 @@ export const invalidate = {
|
|
|
178
178
|
queryKey: orgLimitDefaultKeys.detail(id),
|
|
179
179
|
}),
|
|
180
180
|
},
|
|
181
|
-
/** Invalidate membershipType queries */ membershipType: {
|
|
182
|
-
/** Invalidate all membershipType queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
183
|
-
queryKey: membershipTypeKeys.all,
|
|
184
|
-
}),
|
|
185
|
-
/** Invalidate membershipType list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
186
|
-
queryKey: membershipTypeKeys.lists(),
|
|
187
|
-
}),
|
|
188
|
-
/** Invalidate a specific membershipType */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
189
|
-
queryKey: membershipTypeKeys.detail(id),
|
|
190
|
-
}),
|
|
191
|
-
},
|
|
192
181
|
/** Invalidate orgChartEdgeGrant queries */ orgChartEdgeGrant: {
|
|
193
182
|
/** Invalidate all orgChartEdgeGrant queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
194
183
|
queryKey: orgChartEdgeGrantKeys.all,
|
|
@@ -200,6 +189,17 @@ export const invalidate = {
|
|
|
200
189
|
queryKey: orgChartEdgeGrantKeys.detail(id),
|
|
201
190
|
}),
|
|
202
191
|
},
|
|
192
|
+
/** Invalidate membershipType queries */ membershipType: {
|
|
193
|
+
/** Invalidate all membershipType queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
194
|
+
queryKey: membershipTypeKeys.all,
|
|
195
|
+
}),
|
|
196
|
+
/** Invalidate membershipType list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
197
|
+
queryKey: membershipTypeKeys.lists(),
|
|
198
|
+
}),
|
|
199
|
+
/** Invalidate a specific membershipType */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
200
|
+
queryKey: membershipTypeKeys.detail(id),
|
|
201
|
+
}),
|
|
202
|
+
},
|
|
203
203
|
/** Invalidate appLimit queries */ appLimit: {
|
|
204
204
|
/** Invalidate all appLimit queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
205
205
|
queryKey: appLimitKeys.all,
|
|
@@ -321,28 +321,6 @@ export const invalidate = {
|
|
|
321
321
|
queryKey: orgMembershipDefaultKeys.detail(id),
|
|
322
322
|
}),
|
|
323
323
|
},
|
|
324
|
-
/** Invalidate invite queries */ invite: {
|
|
325
|
-
/** Invalidate all invite queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
326
|
-
queryKey: inviteKeys.all,
|
|
327
|
-
}),
|
|
328
|
-
/** Invalidate invite list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
329
|
-
queryKey: inviteKeys.lists(),
|
|
330
|
-
}),
|
|
331
|
-
/** Invalidate a specific invite */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
332
|
-
queryKey: inviteKeys.detail(id),
|
|
333
|
-
}),
|
|
334
|
-
},
|
|
335
|
-
/** Invalidate appLevel queries */ appLevel: {
|
|
336
|
-
/** Invalidate all appLevel queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
337
|
-
queryKey: appLevelKeys.all,
|
|
338
|
-
}),
|
|
339
|
-
/** Invalidate appLevel list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
340
|
-
queryKey: appLevelKeys.lists(),
|
|
341
|
-
}),
|
|
342
|
-
/** Invalidate a specific appLevel */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
343
|
-
queryKey: appLevelKeys.detail(id),
|
|
344
|
-
}),
|
|
345
|
-
},
|
|
346
324
|
/** Invalidate appMembership queries */ appMembership: {
|
|
347
325
|
/** Invalidate all appMembership queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
348
326
|
queryKey: appMembershipKeys.all,
|
|
@@ -365,6 +343,28 @@ export const invalidate = {
|
|
|
365
343
|
queryKey: orgMembershipKeys.detail(id),
|
|
366
344
|
}),
|
|
367
345
|
},
|
|
346
|
+
/** Invalidate invite queries */ invite: {
|
|
347
|
+
/** Invalidate all invite queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
348
|
+
queryKey: inviteKeys.all,
|
|
349
|
+
}),
|
|
350
|
+
/** Invalidate invite list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
351
|
+
queryKey: inviteKeys.lists(),
|
|
352
|
+
}),
|
|
353
|
+
/** Invalidate a specific invite */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
354
|
+
queryKey: inviteKeys.detail(id),
|
|
355
|
+
}),
|
|
356
|
+
},
|
|
357
|
+
/** Invalidate appLevel queries */ appLevel: {
|
|
358
|
+
/** Invalidate all appLevel queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
359
|
+
queryKey: appLevelKeys.all,
|
|
360
|
+
}),
|
|
361
|
+
/** Invalidate appLevel list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
362
|
+
queryKey: appLevelKeys.lists(),
|
|
363
|
+
}),
|
|
364
|
+
/** Invalidate a specific appLevel */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
365
|
+
queryKey: appLevelKeys.detail(id),
|
|
366
|
+
}),
|
|
367
|
+
},
|
|
368
368
|
/** Invalidate orgInvite queries */ orgInvite: {
|
|
369
369
|
/** Invalidate all orgInvite queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
370
370
|
queryKey: orgInviteKeys.all,
|
|
@@ -459,14 +459,14 @@ export const remove = {
|
|
|
459
459
|
queryKey: orgLimitDefaultKeys.detail(id),
|
|
460
460
|
});
|
|
461
461
|
},
|
|
462
|
-
/** Remove
|
|
462
|
+
/** Remove orgChartEdgeGrant from cache */ orgChartEdgeGrant: (queryClient, id) => {
|
|
463
463
|
queryClient.removeQueries({
|
|
464
|
-
queryKey:
|
|
464
|
+
queryKey: orgChartEdgeGrantKeys.detail(id),
|
|
465
465
|
});
|
|
466
466
|
},
|
|
467
|
-
/** Remove
|
|
467
|
+
/** Remove membershipType from cache */ membershipType: (queryClient, id) => {
|
|
468
468
|
queryClient.removeQueries({
|
|
469
|
-
queryKey:
|
|
469
|
+
queryKey: membershipTypeKeys.detail(id),
|
|
470
470
|
});
|
|
471
471
|
},
|
|
472
472
|
/** Remove appLimit from cache */ appLimit: (queryClient, id) => {
|
|
@@ -524,24 +524,24 @@ export const remove = {
|
|
|
524
524
|
queryKey: orgMembershipDefaultKeys.detail(id),
|
|
525
525
|
});
|
|
526
526
|
},
|
|
527
|
-
/** Remove
|
|
527
|
+
/** Remove appMembership from cache */ appMembership: (queryClient, id) => {
|
|
528
528
|
queryClient.removeQueries({
|
|
529
|
-
queryKey:
|
|
529
|
+
queryKey: appMembershipKeys.detail(id),
|
|
530
530
|
});
|
|
531
531
|
},
|
|
532
|
-
/** Remove
|
|
532
|
+
/** Remove orgMembership from cache */ orgMembership: (queryClient, id) => {
|
|
533
533
|
queryClient.removeQueries({
|
|
534
|
-
queryKey:
|
|
534
|
+
queryKey: orgMembershipKeys.detail(id),
|
|
535
535
|
});
|
|
536
536
|
},
|
|
537
|
-
/** Remove
|
|
537
|
+
/** Remove invite from cache */ invite: (queryClient, id) => {
|
|
538
538
|
queryClient.removeQueries({
|
|
539
|
-
queryKey:
|
|
539
|
+
queryKey: inviteKeys.detail(id),
|
|
540
540
|
});
|
|
541
541
|
},
|
|
542
|
-
/** Remove
|
|
542
|
+
/** Remove appLevel from cache */ appLevel: (queryClient, id) => {
|
|
543
543
|
queryClient.removeQueries({
|
|
544
|
-
queryKey:
|
|
544
|
+
queryKey: appLevelKeys.detail(id),
|
|
545
545
|
});
|
|
546
546
|
},
|
|
547
547
|
/** Remove orgInvite from cache */ orgInvite: (queryClient, id) => {
|
|
@@ -87,18 +87,18 @@ export declare const orgLimitDefaultMutationKeys: {
|
|
|
87
87
|
/** Update orgLimitDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orglimitdefault", "update", string | number];
|
|
88
88
|
/** Delete orgLimitDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orglimitdefault", "delete", string | number];
|
|
89
89
|
};
|
|
90
|
-
export declare const membershipTypeMutationKeys: {
|
|
91
|
-
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
92
|
-
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
93
|
-
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
94
|
-
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
95
|
-
};
|
|
96
90
|
export declare const orgChartEdgeGrantMutationKeys: {
|
|
97
91
|
/** All orgChartEdgeGrant mutation keys */ readonly all: readonly ["mutation", "orgchartedgegrant"];
|
|
98
92
|
/** Create orgChartEdgeGrant mutation key */ readonly create: () => readonly ["mutation", "orgchartedgegrant", "create"];
|
|
99
93
|
/** Update orgChartEdgeGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "update", string | number];
|
|
100
94
|
/** Delete orgChartEdgeGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "delete", string | number];
|
|
101
95
|
};
|
|
96
|
+
export declare const membershipTypeMutationKeys: {
|
|
97
|
+
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
98
|
+
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
99
|
+
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
100
|
+
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
101
|
+
};
|
|
102
102
|
export declare const appLimitMutationKeys: {
|
|
103
103
|
/** All appLimit mutation keys */ readonly all: readonly ["mutation", "applimit"];
|
|
104
104
|
/** Create appLimit mutation key */ readonly create: () => readonly ["mutation", "applimit", "create"];
|
|
@@ -165,18 +165,6 @@ export declare const orgMembershipDefaultMutationKeys: {
|
|
|
165
165
|
/** Update orgMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "update", string | number];
|
|
166
166
|
/** Delete orgMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "delete", string | number];
|
|
167
167
|
};
|
|
168
|
-
export declare const inviteMutationKeys: {
|
|
169
|
-
/** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
|
|
170
|
-
/** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
|
|
171
|
-
/** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
|
|
172
|
-
/** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
|
|
173
|
-
};
|
|
174
|
-
export declare const appLevelMutationKeys: {
|
|
175
|
-
/** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
|
|
176
|
-
/** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
|
|
177
|
-
/** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
|
|
178
|
-
/** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
|
|
179
|
-
};
|
|
180
168
|
export declare const appMembershipMutationKeys: {
|
|
181
169
|
/** All appMembership mutation keys */ readonly all: readonly ["mutation", "appmembership"];
|
|
182
170
|
/** Create appMembership mutation key */ readonly create: () => readonly ["mutation", "appmembership", "create"];
|
|
@@ -189,6 +177,18 @@ export declare const orgMembershipMutationKeys: {
|
|
|
189
177
|
/** Update orgMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembership", "update", string | number];
|
|
190
178
|
/** Delete orgMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembership", "delete", string | number];
|
|
191
179
|
};
|
|
180
|
+
export declare const inviteMutationKeys: {
|
|
181
|
+
/** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
|
|
182
|
+
/** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
|
|
183
|
+
/** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
|
|
184
|
+
/** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
|
|
185
|
+
};
|
|
186
|
+
export declare const appLevelMutationKeys: {
|
|
187
|
+
/** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
|
|
188
|
+
/** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
|
|
189
|
+
/** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
|
|
190
|
+
/** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
|
|
191
|
+
};
|
|
192
192
|
export declare const orgInviteMutationKeys: {
|
|
193
193
|
/** All orgInvite mutation keys */ readonly all: readonly ["mutation", "orginvite"];
|
|
194
194
|
/** Create orgInvite mutation key */ readonly create: () => readonly ["mutation", "orginvite", "create"];
|
|
@@ -306,18 +306,18 @@ export declare const mutationKeys: {
|
|
|
306
306
|
/** Update orgLimitDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orglimitdefault", "update", string | number];
|
|
307
307
|
/** Delete orgLimitDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orglimitdefault", "delete", string | number];
|
|
308
308
|
};
|
|
309
|
-
readonly membershipType: {
|
|
310
|
-
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
311
|
-
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
312
|
-
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
313
|
-
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
314
|
-
};
|
|
315
309
|
readonly orgChartEdgeGrant: {
|
|
316
310
|
/** All orgChartEdgeGrant mutation keys */ readonly all: readonly ["mutation", "orgchartedgegrant"];
|
|
317
311
|
/** Create orgChartEdgeGrant mutation key */ readonly create: () => readonly ["mutation", "orgchartedgegrant", "create"];
|
|
318
312
|
/** Update orgChartEdgeGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "update", string | number];
|
|
319
313
|
/** Delete orgChartEdgeGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "delete", string | number];
|
|
320
314
|
};
|
|
315
|
+
readonly membershipType: {
|
|
316
|
+
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
317
|
+
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
318
|
+
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
319
|
+
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
320
|
+
};
|
|
321
321
|
readonly appLimit: {
|
|
322
322
|
/** All appLimit mutation keys */ readonly all: readonly ["mutation", "applimit"];
|
|
323
323
|
/** Create appLimit mutation key */ readonly create: () => readonly ["mutation", "applimit", "create"];
|
|
@@ -384,18 +384,6 @@ export declare const mutationKeys: {
|
|
|
384
384
|
/** Update orgMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "update", string | number];
|
|
385
385
|
/** Delete orgMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "delete", string | number];
|
|
386
386
|
};
|
|
387
|
-
readonly invite: {
|
|
388
|
-
/** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
|
|
389
|
-
/** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
|
|
390
|
-
/** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
|
|
391
|
-
/** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
|
|
392
|
-
};
|
|
393
|
-
readonly appLevel: {
|
|
394
|
-
/** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
|
|
395
|
-
/** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
|
|
396
|
-
/** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
|
|
397
|
-
/** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
|
|
398
|
-
};
|
|
399
387
|
readonly appMembership: {
|
|
400
388
|
/** All appMembership mutation keys */ readonly all: readonly ["mutation", "appmembership"];
|
|
401
389
|
/** Create appMembership mutation key */ readonly create: () => readonly ["mutation", "appmembership", "create"];
|
|
@@ -408,6 +396,18 @@ export declare const mutationKeys: {
|
|
|
408
396
|
/** Update orgMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembership", "update", string | number];
|
|
409
397
|
/** Delete orgMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembership", "delete", string | number];
|
|
410
398
|
};
|
|
399
|
+
readonly invite: {
|
|
400
|
+
/** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
|
|
401
|
+
/** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
|
|
402
|
+
/** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
|
|
403
|
+
/** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
|
|
404
|
+
};
|
|
405
|
+
readonly appLevel: {
|
|
406
|
+
/** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
|
|
407
|
+
/** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
|
|
408
|
+
/** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
|
|
409
|
+
/** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
|
|
410
|
+
};
|
|
411
411
|
readonly orgInvite: {
|
|
412
412
|
/** All orgInvite mutation keys */ readonly all: readonly ["mutation", "orginvite"];
|
|
413
413
|
/** Create orgInvite mutation key */ readonly create: () => readonly ["mutation", "orginvite", "create"];
|
|
@@ -102,18 +102,18 @@ export const orgLimitDefaultMutationKeys = {
|
|
|
102
102
|
/** Update orgLimitDefault mutation key */ update: (id) => ['mutation', 'orglimitdefault', 'update', id],
|
|
103
103
|
/** Delete orgLimitDefault mutation key */ delete: (id) => ['mutation', 'orglimitdefault', 'delete', id],
|
|
104
104
|
};
|
|
105
|
-
export const membershipTypeMutationKeys = {
|
|
106
|
-
/** All membershipType mutation keys */ all: ['mutation', 'membershiptype'],
|
|
107
|
-
/** Create membershipType mutation key */ create: () => ['mutation', 'membershiptype', 'create'],
|
|
108
|
-
/** Update membershipType mutation key */ update: (id) => ['mutation', 'membershiptype', 'update', id],
|
|
109
|
-
/** Delete membershipType mutation key */ delete: (id) => ['mutation', 'membershiptype', 'delete', id],
|
|
110
|
-
};
|
|
111
105
|
export const orgChartEdgeGrantMutationKeys = {
|
|
112
106
|
/** All orgChartEdgeGrant mutation keys */ all: ['mutation', 'orgchartedgegrant'],
|
|
113
107
|
/** Create orgChartEdgeGrant mutation key */ create: () => ['mutation', 'orgchartedgegrant', 'create'],
|
|
114
108
|
/** Update orgChartEdgeGrant mutation key */ update: (id) => ['mutation', 'orgchartedgegrant', 'update', id],
|
|
115
109
|
/** Delete orgChartEdgeGrant mutation key */ delete: (id) => ['mutation', 'orgchartedgegrant', 'delete', id],
|
|
116
110
|
};
|
|
111
|
+
export const membershipTypeMutationKeys = {
|
|
112
|
+
/** All membershipType mutation keys */ all: ['mutation', 'membershiptype'],
|
|
113
|
+
/** Create membershipType mutation key */ create: () => ['mutation', 'membershiptype', 'create'],
|
|
114
|
+
/** Update membershipType mutation key */ update: (id) => ['mutation', 'membershiptype', 'update', id],
|
|
115
|
+
/** Delete membershipType mutation key */ delete: (id) => ['mutation', 'membershiptype', 'delete', id],
|
|
116
|
+
};
|
|
117
117
|
export const appLimitMutationKeys = {
|
|
118
118
|
/** All appLimit mutation keys */ all: ['mutation', 'applimit'],
|
|
119
119
|
/** Create appLimit mutation key */ create: () => ['mutation', 'applimit', 'create'],
|
|
@@ -180,18 +180,6 @@ export const orgMembershipDefaultMutationKeys = {
|
|
|
180
180
|
/** Update orgMembershipDefault mutation key */ update: (id) => ['mutation', 'orgmembershipdefault', 'update', id],
|
|
181
181
|
/** Delete orgMembershipDefault mutation key */ delete: (id) => ['mutation', 'orgmembershipdefault', 'delete', id],
|
|
182
182
|
};
|
|
183
|
-
export const inviteMutationKeys = {
|
|
184
|
-
/** All invite mutation keys */ all: ['mutation', 'invite'],
|
|
185
|
-
/** Create invite mutation key */ create: () => ['mutation', 'invite', 'create'],
|
|
186
|
-
/** Update invite mutation key */ update: (id) => ['mutation', 'invite', 'update', id],
|
|
187
|
-
/** Delete invite mutation key */ delete: (id) => ['mutation', 'invite', 'delete', id],
|
|
188
|
-
};
|
|
189
|
-
export const appLevelMutationKeys = {
|
|
190
|
-
/** All appLevel mutation keys */ all: ['mutation', 'applevel'],
|
|
191
|
-
/** Create appLevel mutation key */ create: () => ['mutation', 'applevel', 'create'],
|
|
192
|
-
/** Update appLevel mutation key */ update: (id) => ['mutation', 'applevel', 'update', id],
|
|
193
|
-
/** Delete appLevel mutation key */ delete: (id) => ['mutation', 'applevel', 'delete', id],
|
|
194
|
-
};
|
|
195
183
|
export const appMembershipMutationKeys = {
|
|
196
184
|
/** All appMembership mutation keys */ all: ['mutation', 'appmembership'],
|
|
197
185
|
/** Create appMembership mutation key */ create: () => ['mutation', 'appmembership', 'create'],
|
|
@@ -204,6 +192,18 @@ export const orgMembershipMutationKeys = {
|
|
|
204
192
|
/** Update orgMembership mutation key */ update: (id) => ['mutation', 'orgmembership', 'update', id],
|
|
205
193
|
/** Delete orgMembership mutation key */ delete: (id) => ['mutation', 'orgmembership', 'delete', id],
|
|
206
194
|
};
|
|
195
|
+
export const inviteMutationKeys = {
|
|
196
|
+
/** All invite mutation keys */ all: ['mutation', 'invite'],
|
|
197
|
+
/** Create invite mutation key */ create: () => ['mutation', 'invite', 'create'],
|
|
198
|
+
/** Update invite mutation key */ update: (id) => ['mutation', 'invite', 'update', id],
|
|
199
|
+
/** Delete invite mutation key */ delete: (id) => ['mutation', 'invite', 'delete', id],
|
|
200
|
+
};
|
|
201
|
+
export const appLevelMutationKeys = {
|
|
202
|
+
/** All appLevel mutation keys */ all: ['mutation', 'applevel'],
|
|
203
|
+
/** Create appLevel mutation key */ create: () => ['mutation', 'applevel', 'create'],
|
|
204
|
+
/** Update appLevel mutation key */ update: (id) => ['mutation', 'applevel', 'update', id],
|
|
205
|
+
/** Delete appLevel mutation key */ delete: (id) => ['mutation', 'applevel', 'delete', id],
|
|
206
|
+
};
|
|
207
207
|
export const orgInviteMutationKeys = {
|
|
208
208
|
/** All orgInvite mutation keys */ all: ['mutation', 'orginvite'],
|
|
209
209
|
/** Create orgInvite mutation key */ create: () => ['mutation', 'orginvite', 'create'],
|
|
@@ -258,8 +258,8 @@ export const mutationKeys = {
|
|
|
258
258
|
orgOwnerGrant: orgOwnerGrantMutationKeys,
|
|
259
259
|
appLimitDefault: appLimitDefaultMutationKeys,
|
|
260
260
|
orgLimitDefault: orgLimitDefaultMutationKeys,
|
|
261
|
-
membershipType: membershipTypeMutationKeys,
|
|
262
261
|
orgChartEdgeGrant: orgChartEdgeGrantMutationKeys,
|
|
262
|
+
membershipType: membershipTypeMutationKeys,
|
|
263
263
|
appLimit: appLimitMutationKeys,
|
|
264
264
|
appAchievement: appAchievementMutationKeys,
|
|
265
265
|
appStep: appStepMutationKeys,
|
|
@@ -271,10 +271,10 @@ export const mutationKeys = {
|
|
|
271
271
|
orgGrant: orgGrantMutationKeys,
|
|
272
272
|
orgChartEdge: orgChartEdgeMutationKeys,
|
|
273
273
|
orgMembershipDefault: orgMembershipDefaultMutationKeys,
|
|
274
|
-
invite: inviteMutationKeys,
|
|
275
|
-
appLevel: appLevelMutationKeys,
|
|
276
274
|
appMembership: appMembershipMutationKeys,
|
|
277
275
|
orgMembership: orgMembershipMutationKeys,
|
|
276
|
+
invite: inviteMutationKeys,
|
|
277
|
+
appLevel: appLevelMutationKeys,
|
|
278
278
|
orgInvite: orgInviteMutationKeys,
|
|
279
279
|
custom: customMutationKeys,
|
|
280
280
|
};
|
|
@@ -41,12 +41,12 @@ export * from './useDeleteAppLimitDefaultMutation';
|
|
|
41
41
|
export * from './useCreateOrgLimitDefaultMutation';
|
|
42
42
|
export * from './useUpdateOrgLimitDefaultMutation';
|
|
43
43
|
export * from './useDeleteOrgLimitDefaultMutation';
|
|
44
|
-
export * from './useCreateMembershipTypeMutation';
|
|
45
|
-
export * from './useUpdateMembershipTypeMutation';
|
|
46
|
-
export * from './useDeleteMembershipTypeMutation';
|
|
47
44
|
export * from './useCreateOrgChartEdgeGrantMutation';
|
|
48
45
|
export * from './useUpdateOrgChartEdgeGrantMutation';
|
|
49
46
|
export * from './useDeleteOrgChartEdgeGrantMutation';
|
|
47
|
+
export * from './useCreateMembershipTypeMutation';
|
|
48
|
+
export * from './useUpdateMembershipTypeMutation';
|
|
49
|
+
export * from './useDeleteMembershipTypeMutation';
|
|
50
50
|
export * from './useCreateAppLimitMutation';
|
|
51
51
|
export * from './useUpdateAppLimitMutation';
|
|
52
52
|
export * from './useDeleteAppLimitMutation';
|
|
@@ -80,18 +80,18 @@ export * from './useDeleteOrgChartEdgeMutation';
|
|
|
80
80
|
export * from './useCreateOrgMembershipDefaultMutation';
|
|
81
81
|
export * from './useUpdateOrgMembershipDefaultMutation';
|
|
82
82
|
export * from './useDeleteOrgMembershipDefaultMutation';
|
|
83
|
-
export * from './useCreateInviteMutation';
|
|
84
|
-
export * from './useUpdateInviteMutation';
|
|
85
|
-
export * from './useDeleteInviteMutation';
|
|
86
|
-
export * from './useCreateAppLevelMutation';
|
|
87
|
-
export * from './useUpdateAppLevelMutation';
|
|
88
|
-
export * from './useDeleteAppLevelMutation';
|
|
89
83
|
export * from './useCreateAppMembershipMutation';
|
|
90
84
|
export * from './useUpdateAppMembershipMutation';
|
|
91
85
|
export * from './useDeleteAppMembershipMutation';
|
|
92
86
|
export * from './useCreateOrgMembershipMutation';
|
|
93
87
|
export * from './useUpdateOrgMembershipMutation';
|
|
94
88
|
export * from './useDeleteOrgMembershipMutation';
|
|
89
|
+
export * from './useCreateInviteMutation';
|
|
90
|
+
export * from './useUpdateInviteMutation';
|
|
91
|
+
export * from './useDeleteInviteMutation';
|
|
92
|
+
export * from './useCreateAppLevelMutation';
|
|
93
|
+
export * from './useUpdateAppLevelMutation';
|
|
94
|
+
export * from './useDeleteAppLevelMutation';
|
|
95
95
|
export * from './useCreateOrgInviteMutation';
|
|
96
96
|
export * from './useUpdateOrgInviteMutation';
|
|
97
97
|
export * from './useDeleteOrgInviteMutation';
|
|
@@ -41,12 +41,12 @@ export * from './useDeleteAppLimitDefaultMutation';
|
|
|
41
41
|
export * from './useCreateOrgLimitDefaultMutation';
|
|
42
42
|
export * from './useUpdateOrgLimitDefaultMutation';
|
|
43
43
|
export * from './useDeleteOrgLimitDefaultMutation';
|
|
44
|
-
export * from './useCreateMembershipTypeMutation';
|
|
45
|
-
export * from './useUpdateMembershipTypeMutation';
|
|
46
|
-
export * from './useDeleteMembershipTypeMutation';
|
|
47
44
|
export * from './useCreateOrgChartEdgeGrantMutation';
|
|
48
45
|
export * from './useUpdateOrgChartEdgeGrantMutation';
|
|
49
46
|
export * from './useDeleteOrgChartEdgeGrantMutation';
|
|
47
|
+
export * from './useCreateMembershipTypeMutation';
|
|
48
|
+
export * from './useUpdateMembershipTypeMutation';
|
|
49
|
+
export * from './useDeleteMembershipTypeMutation';
|
|
50
50
|
export * from './useCreateAppLimitMutation';
|
|
51
51
|
export * from './useUpdateAppLimitMutation';
|
|
52
52
|
export * from './useDeleteAppLimitMutation';
|
|
@@ -80,18 +80,18 @@ export * from './useDeleteOrgChartEdgeMutation';
|
|
|
80
80
|
export * from './useCreateOrgMembershipDefaultMutation';
|
|
81
81
|
export * from './useUpdateOrgMembershipDefaultMutation';
|
|
82
82
|
export * from './useDeleteOrgMembershipDefaultMutation';
|
|
83
|
-
export * from './useCreateInviteMutation';
|
|
84
|
-
export * from './useUpdateInviteMutation';
|
|
85
|
-
export * from './useDeleteInviteMutation';
|
|
86
|
-
export * from './useCreateAppLevelMutation';
|
|
87
|
-
export * from './useUpdateAppLevelMutation';
|
|
88
|
-
export * from './useDeleteAppLevelMutation';
|
|
89
83
|
export * from './useCreateAppMembershipMutation';
|
|
90
84
|
export * from './useUpdateAppMembershipMutation';
|
|
91
85
|
export * from './useDeleteAppMembershipMutation';
|
|
92
86
|
export * from './useCreateOrgMembershipMutation';
|
|
93
87
|
export * from './useUpdateOrgMembershipMutation';
|
|
94
88
|
export * from './useDeleteOrgMembershipMutation';
|
|
89
|
+
export * from './useCreateInviteMutation';
|
|
90
|
+
export * from './useUpdateInviteMutation';
|
|
91
|
+
export * from './useDeleteInviteMutation';
|
|
92
|
+
export * from './useCreateAppLevelMutation';
|
|
93
|
+
export * from './useUpdateAppLevelMutation';
|
|
94
|
+
export * from './useDeleteAppLevelMutation';
|
|
95
95
|
export * from './useCreateOrgInviteMutation';
|
|
96
96
|
export * from './useUpdateOrgInviteMutation';
|
|
97
97
|
export * from './useDeleteOrgInviteMutation';
|