@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
|
@@ -144,11 +144,6 @@ export declare const invalidate: {
|
|
|
144
144
|
/** Invalidate viewRule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
145
145
|
/** Invalidate a specific viewRule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
146
146
|
};
|
|
147
|
-
/** Invalidate tableModule queries */ readonly tableModule: {
|
|
148
|
-
/** Invalidate all tableModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
149
|
-
/** Invalidate tableModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
150
|
-
/** Invalidate a specific tableModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
151
|
-
};
|
|
152
147
|
/** Invalidate tableTemplateModule queries */ readonly tableTemplateModule: {
|
|
153
148
|
/** Invalidate all tableTemplateModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
154
149
|
/** Invalidate tableTemplateModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -304,11 +299,6 @@ export declare const invalidate: {
|
|
|
304
299
|
/** Invalidate profilesModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
305
300
|
/** Invalidate a specific profilesModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
306
301
|
};
|
|
307
|
-
/** Invalidate rlsModule queries */ readonly rlsModule: {
|
|
308
|
-
/** Invalidate all rlsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
309
|
-
/** Invalidate rlsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
310
|
-
/** Invalidate a specific rlsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
311
|
-
};
|
|
312
302
|
/** Invalidate secretsModule queries */ readonly secretsModule: {
|
|
313
303
|
/** Invalidate all secretsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
314
304
|
/** Invalidate secretsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -444,6 +434,11 @@ export declare const invalidate: {
|
|
|
444
434
|
/** Invalidate appPermissionDefault list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
445
435
|
/** Invalidate a specific appPermissionDefault */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
446
436
|
};
|
|
437
|
+
/** Invalidate cryptoAddress queries */ readonly cryptoAddress: {
|
|
438
|
+
/** Invalidate all cryptoAddress queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
439
|
+
/** Invalidate cryptoAddress list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
440
|
+
/** Invalidate a specific cryptoAddress */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
441
|
+
};
|
|
447
442
|
/** Invalidate roleType queries */ readonly roleType: {
|
|
448
443
|
/** Invalidate all roleType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
449
444
|
/** Invalidate roleType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -454,10 +449,10 @@ export declare const invalidate: {
|
|
|
454
449
|
/** Invalidate orgPermissionDefault list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
455
450
|
/** Invalidate a specific orgPermissionDefault */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
456
451
|
};
|
|
457
|
-
/** Invalidate
|
|
458
|
-
/** Invalidate all
|
|
459
|
-
/** Invalidate
|
|
460
|
-
/** Invalidate a specific
|
|
452
|
+
/** Invalidate phoneNumber queries */ readonly phoneNumber: {
|
|
453
|
+
/** Invalidate all phoneNumber queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
454
|
+
/** Invalidate phoneNumber list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
455
|
+
/** Invalidate a specific phoneNumber */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
461
456
|
};
|
|
462
457
|
/** Invalidate appLimitDefault queries */ readonly appLimitDefault: {
|
|
463
458
|
/** Invalidate all appLimitDefault queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -474,26 +469,26 @@ export declare const invalidate: {
|
|
|
474
469
|
/** Invalidate connectedAccount list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
475
470
|
/** Invalidate a specific connectedAccount */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
476
471
|
};
|
|
477
|
-
/** Invalidate
|
|
478
|
-
/** Invalidate all
|
|
479
|
-
/** Invalidate
|
|
480
|
-
/** Invalidate a specific
|
|
472
|
+
/** Invalidate nodeTypeRegistry queries */ readonly nodeTypeRegistry: {
|
|
473
|
+
/** Invalidate all nodeTypeRegistry queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
474
|
+
/** Invalidate nodeTypeRegistry list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
475
|
+
/** Invalidate a specific nodeTypeRegistry */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
481
476
|
};
|
|
482
477
|
/** Invalidate membershipType queries */ readonly membershipType: {
|
|
483
478
|
/** Invalidate all membershipType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
484
479
|
/** Invalidate membershipType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
485
480
|
/** Invalidate a specific membershipType */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
486
481
|
};
|
|
487
|
-
/** Invalidate nodeTypeRegistry queries */ readonly nodeTypeRegistry: {
|
|
488
|
-
/** Invalidate all nodeTypeRegistry queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
489
|
-
/** Invalidate nodeTypeRegistry list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
490
|
-
/** Invalidate a specific nodeTypeRegistry */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
491
|
-
};
|
|
492
482
|
/** Invalidate appMembershipDefault queries */ readonly appMembershipDefault: {
|
|
493
483
|
/** Invalidate all appMembershipDefault queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
494
484
|
/** Invalidate appMembershipDefault list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
495
485
|
/** Invalidate a specific appMembershipDefault */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
496
486
|
};
|
|
487
|
+
/** Invalidate rlsModule queries */ readonly rlsModule: {
|
|
488
|
+
/** Invalidate all rlsModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
489
|
+
/** Invalidate rlsModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
490
|
+
/** Invalidate a specific rlsModule */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
491
|
+
};
|
|
497
492
|
/** Invalidate commit queries */ readonly commit: {
|
|
498
493
|
/** Invalidate all commit queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
499
494
|
/** Invalidate commit list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -514,31 +509,31 @@ export declare const invalidate: {
|
|
|
514
509
|
/** Invalidate appLevel list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
515
510
|
/** Invalidate a specific appLevel */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
516
511
|
};
|
|
517
|
-
/** Invalidate email queries */ readonly email: {
|
|
518
|
-
/** Invalidate all email queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
519
|
-
/** Invalidate email list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
520
|
-
/** Invalidate a specific email */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
521
|
-
};
|
|
522
512
|
/** Invalidate sqlMigration queries */ readonly sqlMigration: {
|
|
523
513
|
/** Invalidate all sqlMigration queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
524
514
|
/** Invalidate sqlMigration list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
525
515
|
/** Invalidate a specific sqlMigration */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
526
516
|
};
|
|
517
|
+
/** Invalidate email queries */ readonly email: {
|
|
518
|
+
/** Invalidate all email queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
519
|
+
/** Invalidate email list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
520
|
+
/** Invalidate a specific email */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
521
|
+
};
|
|
527
522
|
/** Invalidate astMigration queries */ readonly astMigration: {
|
|
528
523
|
/** Invalidate all astMigration queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
529
524
|
/** Invalidate astMigration list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
530
525
|
/** Invalidate a specific astMigration */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
531
526
|
};
|
|
532
|
-
/** Invalidate user queries */ readonly user: {
|
|
533
|
-
/** Invalidate all user queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
534
|
-
/** Invalidate user list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
535
|
-
/** Invalidate a specific user */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
536
|
-
};
|
|
537
527
|
/** Invalidate appMembership queries */ readonly appMembership: {
|
|
538
528
|
/** Invalidate all appMembership queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
539
529
|
/** Invalidate appMembership list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
540
530
|
/** Invalidate a specific appMembership */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
541
531
|
};
|
|
532
|
+
/** Invalidate user queries */ readonly user: {
|
|
533
|
+
/** Invalidate all user queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
534
|
+
/** Invalidate user list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
535
|
+
/** Invalidate a specific user */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
536
|
+
};
|
|
542
537
|
/** Invalidate hierarchyModule queries */ readonly hierarchyModule: {
|
|
543
538
|
/** Invalidate all hierarchyModule queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
544
539
|
/** Invalidate hierarchyModule list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -581,7 +576,6 @@ export declare const remove: {
|
|
|
581
576
|
/** Remove viewTable from cache */ readonly viewTable: (queryClient: QueryClient, id: string | number) => void;
|
|
582
577
|
/** Remove viewGrant from cache */ readonly viewGrant: (queryClient: QueryClient, id: string | number) => void;
|
|
583
578
|
/** Remove viewRule from cache */ readonly viewRule: (queryClient: QueryClient, id: string | number) => void;
|
|
584
|
-
/** Remove tableModule from cache */ readonly tableModule: (queryClient: QueryClient, id: string | number) => void;
|
|
585
579
|
/** Remove tableTemplateModule from cache */ readonly tableTemplateModule: (queryClient: QueryClient, id: string | number) => void;
|
|
586
580
|
/** Remove secureTableProvision from cache */ readonly secureTableProvision: (queryClient: QueryClient, id: string | number) => void;
|
|
587
581
|
/** Remove relationProvision from cache */ readonly relationProvision: (queryClient: QueryClient, id: string | number) => void;
|
|
@@ -613,7 +607,6 @@ export declare const remove: {
|
|
|
613
607
|
/** Remove permissionsModule from cache */ readonly permissionsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
614
608
|
/** Remove phoneNumbersModule from cache */ readonly phoneNumbersModule: (queryClient: QueryClient, id: string | number) => void;
|
|
615
609
|
/** Remove profilesModule from cache */ readonly profilesModule: (queryClient: QueryClient, id: string | number) => void;
|
|
616
|
-
/** Remove rlsModule from cache */ readonly rlsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
617
610
|
/** Remove secretsModule from cache */ readonly secretsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
618
611
|
/** Remove sessionsModule from cache */ readonly sessionsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
619
612
|
/** Remove userAuthModule from cache */ readonly userAuthModule: (queryClient: QueryClient, id: string | number) => void;
|
|
@@ -641,24 +634,25 @@ export declare const remove: {
|
|
|
641
634
|
/** Remove ref from cache */ readonly ref: (queryClient: QueryClient, id: string | number) => void;
|
|
642
635
|
/** Remove store from cache */ readonly store: (queryClient: QueryClient, id: string | number) => void;
|
|
643
636
|
/** Remove appPermissionDefault from cache */ readonly appPermissionDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
637
|
+
/** Remove cryptoAddress from cache */ readonly cryptoAddress: (queryClient: QueryClient, id: string | number) => void;
|
|
644
638
|
/** Remove roleType from cache */ readonly roleType: (queryClient: QueryClient, id: string | number) => void;
|
|
645
639
|
/** Remove orgPermissionDefault from cache */ readonly orgPermissionDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
646
|
-
/** Remove
|
|
640
|
+
/** Remove phoneNumber from cache */ readonly phoneNumber: (queryClient: QueryClient, id: string | number) => void;
|
|
647
641
|
/** Remove appLimitDefault from cache */ readonly appLimitDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
648
642
|
/** Remove orgLimitDefault from cache */ readonly orgLimitDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
649
643
|
/** Remove connectedAccount from cache */ readonly connectedAccount: (queryClient: QueryClient, id: string | number) => void;
|
|
650
|
-
/** Remove phoneNumber from cache */ readonly phoneNumber: (queryClient: QueryClient, id: string | number) => void;
|
|
651
|
-
/** Remove membershipType from cache */ readonly membershipType: (queryClient: QueryClient, id: string | number) => void;
|
|
652
644
|
/** Remove nodeTypeRegistry from cache */ readonly nodeTypeRegistry: (queryClient: QueryClient, id: string | number) => void;
|
|
645
|
+
/** Remove membershipType from cache */ readonly membershipType: (queryClient: QueryClient, id: string | number) => void;
|
|
653
646
|
/** Remove appMembershipDefault from cache */ readonly appMembershipDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
647
|
+
/** Remove rlsModule from cache */ readonly rlsModule: (queryClient: QueryClient, id: string | number) => void;
|
|
654
648
|
/** Remove commit from cache */ readonly commit: (queryClient: QueryClient, id: string | number) => void;
|
|
655
649
|
/** Remove orgMembershipDefault from cache */ readonly orgMembershipDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
656
650
|
/** Remove auditLog from cache */ readonly auditLog: (queryClient: QueryClient, id: string | number) => void;
|
|
657
651
|
/** Remove appLevel from cache */ readonly appLevel: (queryClient: QueryClient, id: string | number) => void;
|
|
658
|
-
/** Remove email from cache */ readonly email: (queryClient: QueryClient, id: string | number) => void;
|
|
659
652
|
/** Remove sqlMigration from cache */ readonly sqlMigration: (queryClient: QueryClient, id: string | number) => void;
|
|
653
|
+
/** Remove email from cache */ readonly email: (queryClient: QueryClient, id: string | number) => void;
|
|
660
654
|
/** Remove astMigration from cache */ readonly astMigration: (queryClient: QueryClient, id: string | number) => void;
|
|
661
|
-
/** Remove user from cache */ readonly user: (queryClient: QueryClient, id: string | number) => void;
|
|
662
655
|
/** Remove appMembership from cache */ readonly appMembership: (queryClient: QueryClient, id: string | number) => void;
|
|
656
|
+
/** Remove user from cache */ readonly user: (queryClient: QueryClient, id: string | number) => void;
|
|
663
657
|
/** Remove hierarchyModule from cache */ readonly hierarchyModule: (queryClient: QueryClient, id: string | number) => void;
|
|
664
658
|
};
|
|
@@ -291,17 +291,6 @@ exports.invalidate = {
|
|
|
291
291
|
queryKey: query_keys_1.viewRuleKeys.detail(id),
|
|
292
292
|
}),
|
|
293
293
|
},
|
|
294
|
-
/** Invalidate tableModule queries */ tableModule: {
|
|
295
|
-
/** Invalidate all tableModule queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
296
|
-
queryKey: query_keys_1.tableModuleKeys.all,
|
|
297
|
-
}),
|
|
298
|
-
/** Invalidate tableModule list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
299
|
-
queryKey: query_keys_1.tableModuleKeys.lists(),
|
|
300
|
-
}),
|
|
301
|
-
/** Invalidate a specific tableModule */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
302
|
-
queryKey: query_keys_1.tableModuleKeys.detail(id),
|
|
303
|
-
}),
|
|
304
|
-
},
|
|
305
294
|
/** Invalidate tableTemplateModule queries */ tableTemplateModule: {
|
|
306
295
|
/** Invalidate all tableTemplateModule queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
307
296
|
queryKey: query_keys_1.tableTemplateModuleKeys.all,
|
|
@@ -643,17 +632,6 @@ exports.invalidate = {
|
|
|
643
632
|
queryKey: query_keys_1.profilesModuleKeys.detail(id),
|
|
644
633
|
}),
|
|
645
634
|
},
|
|
646
|
-
/** Invalidate rlsModule queries */ rlsModule: {
|
|
647
|
-
/** Invalidate all rlsModule queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
648
|
-
queryKey: query_keys_1.rlsModuleKeys.all,
|
|
649
|
-
}),
|
|
650
|
-
/** Invalidate rlsModule list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
651
|
-
queryKey: query_keys_1.rlsModuleKeys.lists(),
|
|
652
|
-
}),
|
|
653
|
-
/** Invalidate a specific rlsModule */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
654
|
-
queryKey: query_keys_1.rlsModuleKeys.detail(id),
|
|
655
|
-
}),
|
|
656
|
-
},
|
|
657
635
|
/** Invalidate secretsModule queries */ secretsModule: {
|
|
658
636
|
/** Invalidate all secretsModule queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
659
637
|
queryKey: query_keys_1.secretsModuleKeys.all,
|
|
@@ -951,6 +929,17 @@ exports.invalidate = {
|
|
|
951
929
|
queryKey: query_keys_1.appPermissionDefaultKeys.detail(id),
|
|
952
930
|
}),
|
|
953
931
|
},
|
|
932
|
+
/** Invalidate cryptoAddress queries */ cryptoAddress: {
|
|
933
|
+
/** Invalidate all cryptoAddress queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
934
|
+
queryKey: query_keys_1.cryptoAddressKeys.all,
|
|
935
|
+
}),
|
|
936
|
+
/** Invalidate cryptoAddress list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
937
|
+
queryKey: query_keys_1.cryptoAddressKeys.lists(),
|
|
938
|
+
}),
|
|
939
|
+
/** Invalidate a specific cryptoAddress */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
940
|
+
queryKey: query_keys_1.cryptoAddressKeys.detail(id),
|
|
941
|
+
}),
|
|
942
|
+
},
|
|
954
943
|
/** Invalidate roleType queries */ roleType: {
|
|
955
944
|
/** Invalidate all roleType queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
956
945
|
queryKey: query_keys_1.roleTypeKeys.all,
|
|
@@ -973,15 +962,15 @@ exports.invalidate = {
|
|
|
973
962
|
queryKey: query_keys_1.orgPermissionDefaultKeys.detail(id),
|
|
974
963
|
}),
|
|
975
964
|
},
|
|
976
|
-
/** Invalidate
|
|
977
|
-
/** Invalidate all
|
|
978
|
-
queryKey: query_keys_1.
|
|
965
|
+
/** Invalidate phoneNumber queries */ phoneNumber: {
|
|
966
|
+
/** Invalidate all phoneNumber queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
967
|
+
queryKey: query_keys_1.phoneNumberKeys.all,
|
|
979
968
|
}),
|
|
980
|
-
/** Invalidate
|
|
981
|
-
queryKey: query_keys_1.
|
|
969
|
+
/** Invalidate phoneNumber list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
970
|
+
queryKey: query_keys_1.phoneNumberKeys.lists(),
|
|
982
971
|
}),
|
|
983
|
-
/** Invalidate a specific
|
|
984
|
-
queryKey: query_keys_1.
|
|
972
|
+
/** Invalidate a specific phoneNumber */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
973
|
+
queryKey: query_keys_1.phoneNumberKeys.detail(id),
|
|
985
974
|
}),
|
|
986
975
|
},
|
|
987
976
|
/** Invalidate appLimitDefault queries */ appLimitDefault: {
|
|
@@ -1017,15 +1006,15 @@ exports.invalidate = {
|
|
|
1017
1006
|
queryKey: query_keys_1.connectedAccountKeys.detail(id),
|
|
1018
1007
|
}),
|
|
1019
1008
|
},
|
|
1020
|
-
/** Invalidate
|
|
1021
|
-
/** Invalidate all
|
|
1022
|
-
queryKey: query_keys_1.
|
|
1009
|
+
/** Invalidate nodeTypeRegistry queries */ nodeTypeRegistry: {
|
|
1010
|
+
/** Invalidate all nodeTypeRegistry queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1011
|
+
queryKey: query_keys_1.nodeTypeRegistryKeys.all,
|
|
1023
1012
|
}),
|
|
1024
|
-
/** Invalidate
|
|
1025
|
-
queryKey: query_keys_1.
|
|
1013
|
+
/** Invalidate nodeTypeRegistry list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
1014
|
+
queryKey: query_keys_1.nodeTypeRegistryKeys.lists(),
|
|
1026
1015
|
}),
|
|
1027
|
-
/** Invalidate a specific
|
|
1028
|
-
queryKey: query_keys_1.
|
|
1016
|
+
/** Invalidate a specific nodeTypeRegistry */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
1017
|
+
queryKey: query_keys_1.nodeTypeRegistryKeys.detail(id),
|
|
1029
1018
|
}),
|
|
1030
1019
|
},
|
|
1031
1020
|
/** Invalidate membershipType queries */ membershipType: {
|
|
@@ -1039,17 +1028,6 @@ exports.invalidate = {
|
|
|
1039
1028
|
queryKey: query_keys_1.membershipTypeKeys.detail(id),
|
|
1040
1029
|
}),
|
|
1041
1030
|
},
|
|
1042
|
-
/** Invalidate nodeTypeRegistry queries */ nodeTypeRegistry: {
|
|
1043
|
-
/** Invalidate all nodeTypeRegistry queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1044
|
-
queryKey: query_keys_1.nodeTypeRegistryKeys.all,
|
|
1045
|
-
}),
|
|
1046
|
-
/** Invalidate nodeTypeRegistry list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
1047
|
-
queryKey: query_keys_1.nodeTypeRegistryKeys.lists(),
|
|
1048
|
-
}),
|
|
1049
|
-
/** Invalidate a specific nodeTypeRegistry */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
1050
|
-
queryKey: query_keys_1.nodeTypeRegistryKeys.detail(id),
|
|
1051
|
-
}),
|
|
1052
|
-
},
|
|
1053
1031
|
/** Invalidate appMembershipDefault queries */ appMembershipDefault: {
|
|
1054
1032
|
/** Invalidate all appMembershipDefault queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1055
1033
|
queryKey: query_keys_1.appMembershipDefaultKeys.all,
|
|
@@ -1061,6 +1039,17 @@ exports.invalidate = {
|
|
|
1061
1039
|
queryKey: query_keys_1.appMembershipDefaultKeys.detail(id),
|
|
1062
1040
|
}),
|
|
1063
1041
|
},
|
|
1042
|
+
/** Invalidate rlsModule queries */ rlsModule: {
|
|
1043
|
+
/** Invalidate all rlsModule queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1044
|
+
queryKey: query_keys_1.rlsModuleKeys.all,
|
|
1045
|
+
}),
|
|
1046
|
+
/** Invalidate rlsModule list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
1047
|
+
queryKey: query_keys_1.rlsModuleKeys.lists(),
|
|
1048
|
+
}),
|
|
1049
|
+
/** Invalidate a specific rlsModule */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
1050
|
+
queryKey: query_keys_1.rlsModuleKeys.detail(id),
|
|
1051
|
+
}),
|
|
1052
|
+
},
|
|
1064
1053
|
/** Invalidate commit queries */ commit: {
|
|
1065
1054
|
/** Invalidate all commit queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1066
1055
|
queryKey: query_keys_1.commitKeys.all,
|
|
@@ -1105,17 +1094,6 @@ exports.invalidate = {
|
|
|
1105
1094
|
queryKey: query_keys_1.appLevelKeys.detail(id),
|
|
1106
1095
|
}),
|
|
1107
1096
|
},
|
|
1108
|
-
/** Invalidate email queries */ email: {
|
|
1109
|
-
/** Invalidate all email queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1110
|
-
queryKey: query_keys_1.emailKeys.all,
|
|
1111
|
-
}),
|
|
1112
|
-
/** Invalidate email list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
1113
|
-
queryKey: query_keys_1.emailKeys.lists(),
|
|
1114
|
-
}),
|
|
1115
|
-
/** Invalidate a specific email */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
1116
|
-
queryKey: query_keys_1.emailKeys.detail(id),
|
|
1117
|
-
}),
|
|
1118
|
-
},
|
|
1119
1097
|
/** Invalidate sqlMigration queries */ sqlMigration: {
|
|
1120
1098
|
/** Invalidate all sqlMigration queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1121
1099
|
queryKey: query_keys_1.sqlMigrationKeys.all,
|
|
@@ -1127,6 +1105,17 @@ exports.invalidate = {
|
|
|
1127
1105
|
queryKey: query_keys_1.sqlMigrationKeys.detail(id),
|
|
1128
1106
|
}),
|
|
1129
1107
|
},
|
|
1108
|
+
/** Invalidate email queries */ email: {
|
|
1109
|
+
/** Invalidate all email queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1110
|
+
queryKey: query_keys_1.emailKeys.all,
|
|
1111
|
+
}),
|
|
1112
|
+
/** Invalidate email list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
1113
|
+
queryKey: query_keys_1.emailKeys.lists(),
|
|
1114
|
+
}),
|
|
1115
|
+
/** Invalidate a specific email */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
1116
|
+
queryKey: query_keys_1.emailKeys.detail(id),
|
|
1117
|
+
}),
|
|
1118
|
+
},
|
|
1130
1119
|
/** Invalidate astMigration queries */ astMigration: {
|
|
1131
1120
|
/** Invalidate all astMigration queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1132
1121
|
queryKey: query_keys_1.astMigrationKeys.all,
|
|
@@ -1138,17 +1127,6 @@ exports.invalidate = {
|
|
|
1138
1127
|
queryKey: query_keys_1.astMigrationKeys.detail(id),
|
|
1139
1128
|
}),
|
|
1140
1129
|
},
|
|
1141
|
-
/** Invalidate user queries */ user: {
|
|
1142
|
-
/** Invalidate all user queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1143
|
-
queryKey: query_keys_1.userKeys.all,
|
|
1144
|
-
}),
|
|
1145
|
-
/** Invalidate user list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
1146
|
-
queryKey: query_keys_1.userKeys.lists(),
|
|
1147
|
-
}),
|
|
1148
|
-
/** Invalidate a specific user */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
1149
|
-
queryKey: query_keys_1.userKeys.detail(id),
|
|
1150
|
-
}),
|
|
1151
|
-
},
|
|
1152
1130
|
/** Invalidate appMembership queries */ appMembership: {
|
|
1153
1131
|
/** Invalidate all appMembership queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1154
1132
|
queryKey: query_keys_1.appMembershipKeys.all,
|
|
@@ -1160,6 +1138,17 @@ exports.invalidate = {
|
|
|
1160
1138
|
queryKey: query_keys_1.appMembershipKeys.detail(id),
|
|
1161
1139
|
}),
|
|
1162
1140
|
},
|
|
1141
|
+
/** Invalidate user queries */ user: {
|
|
1142
|
+
/** Invalidate all user queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1143
|
+
queryKey: query_keys_1.userKeys.all,
|
|
1144
|
+
}),
|
|
1145
|
+
/** Invalidate user list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
1146
|
+
queryKey: query_keys_1.userKeys.lists(),
|
|
1147
|
+
}),
|
|
1148
|
+
/** Invalidate a specific user */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
1149
|
+
queryKey: query_keys_1.userKeys.detail(id),
|
|
1150
|
+
}),
|
|
1151
|
+
},
|
|
1163
1152
|
/** Invalidate hierarchyModule queries */ hierarchyModule: {
|
|
1164
1153
|
/** Invalidate all hierarchyModule queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
1165
1154
|
queryKey: query_keys_1.hierarchyModuleKeys.all,
|
|
@@ -1304,11 +1293,6 @@ exports.remove = {
|
|
|
1304
1293
|
queryKey: query_keys_1.viewRuleKeys.detail(id),
|
|
1305
1294
|
});
|
|
1306
1295
|
},
|
|
1307
|
-
/** Remove tableModule from cache */ tableModule: (queryClient, id) => {
|
|
1308
|
-
queryClient.removeQueries({
|
|
1309
|
-
queryKey: query_keys_1.tableModuleKeys.detail(id),
|
|
1310
|
-
});
|
|
1311
|
-
},
|
|
1312
1296
|
/** Remove tableTemplateModule from cache */ tableTemplateModule: (queryClient, id) => {
|
|
1313
1297
|
queryClient.removeQueries({
|
|
1314
1298
|
queryKey: query_keys_1.tableTemplateModuleKeys.detail(id),
|
|
@@ -1464,11 +1448,6 @@ exports.remove = {
|
|
|
1464
1448
|
queryKey: query_keys_1.profilesModuleKeys.detail(id),
|
|
1465
1449
|
});
|
|
1466
1450
|
},
|
|
1467
|
-
/** Remove rlsModule from cache */ rlsModule: (queryClient, id) => {
|
|
1468
|
-
queryClient.removeQueries({
|
|
1469
|
-
queryKey: query_keys_1.rlsModuleKeys.detail(id),
|
|
1470
|
-
});
|
|
1471
|
-
},
|
|
1472
1451
|
/** Remove secretsModule from cache */ secretsModule: (queryClient, id) => {
|
|
1473
1452
|
queryClient.removeQueries({
|
|
1474
1453
|
queryKey: query_keys_1.secretsModuleKeys.detail(id),
|
|
@@ -1604,6 +1583,11 @@ exports.remove = {
|
|
|
1604
1583
|
queryKey: query_keys_1.appPermissionDefaultKeys.detail(id),
|
|
1605
1584
|
});
|
|
1606
1585
|
},
|
|
1586
|
+
/** Remove cryptoAddress from cache */ cryptoAddress: (queryClient, id) => {
|
|
1587
|
+
queryClient.removeQueries({
|
|
1588
|
+
queryKey: query_keys_1.cryptoAddressKeys.detail(id),
|
|
1589
|
+
});
|
|
1590
|
+
},
|
|
1607
1591
|
/** Remove roleType from cache */ roleType: (queryClient, id) => {
|
|
1608
1592
|
queryClient.removeQueries({
|
|
1609
1593
|
queryKey: query_keys_1.roleTypeKeys.detail(id),
|
|
@@ -1614,9 +1598,9 @@ exports.remove = {
|
|
|
1614
1598
|
queryKey: query_keys_1.orgPermissionDefaultKeys.detail(id),
|
|
1615
1599
|
});
|
|
1616
1600
|
},
|
|
1617
|
-
/** Remove
|
|
1601
|
+
/** Remove phoneNumber from cache */ phoneNumber: (queryClient, id) => {
|
|
1618
1602
|
queryClient.removeQueries({
|
|
1619
|
-
queryKey: query_keys_1.
|
|
1603
|
+
queryKey: query_keys_1.phoneNumberKeys.detail(id),
|
|
1620
1604
|
});
|
|
1621
1605
|
},
|
|
1622
1606
|
/** Remove appLimitDefault from cache */ appLimitDefault: (queryClient, id) => {
|
|
@@ -1634,9 +1618,9 @@ exports.remove = {
|
|
|
1634
1618
|
queryKey: query_keys_1.connectedAccountKeys.detail(id),
|
|
1635
1619
|
});
|
|
1636
1620
|
},
|
|
1637
|
-
/** Remove
|
|
1621
|
+
/** Remove nodeTypeRegistry from cache */ nodeTypeRegistry: (queryClient, id) => {
|
|
1638
1622
|
queryClient.removeQueries({
|
|
1639
|
-
queryKey: query_keys_1.
|
|
1623
|
+
queryKey: query_keys_1.nodeTypeRegistryKeys.detail(id),
|
|
1640
1624
|
});
|
|
1641
1625
|
},
|
|
1642
1626
|
/** Remove membershipType from cache */ membershipType: (queryClient, id) => {
|
|
@@ -1644,14 +1628,14 @@ exports.remove = {
|
|
|
1644
1628
|
queryKey: query_keys_1.membershipTypeKeys.detail(id),
|
|
1645
1629
|
});
|
|
1646
1630
|
},
|
|
1647
|
-
/** Remove
|
|
1631
|
+
/** Remove appMembershipDefault from cache */ appMembershipDefault: (queryClient, id) => {
|
|
1648
1632
|
queryClient.removeQueries({
|
|
1649
|
-
queryKey: query_keys_1.
|
|
1633
|
+
queryKey: query_keys_1.appMembershipDefaultKeys.detail(id),
|
|
1650
1634
|
});
|
|
1651
1635
|
},
|
|
1652
|
-
/** Remove
|
|
1636
|
+
/** Remove rlsModule from cache */ rlsModule: (queryClient, id) => {
|
|
1653
1637
|
queryClient.removeQueries({
|
|
1654
|
-
queryKey: query_keys_1.
|
|
1638
|
+
queryKey: query_keys_1.rlsModuleKeys.detail(id),
|
|
1655
1639
|
});
|
|
1656
1640
|
},
|
|
1657
1641
|
/** Remove commit from cache */ commit: (queryClient, id) => {
|
|
@@ -1674,14 +1658,14 @@ exports.remove = {
|
|
|
1674
1658
|
queryKey: query_keys_1.appLevelKeys.detail(id),
|
|
1675
1659
|
});
|
|
1676
1660
|
},
|
|
1677
|
-
/** Remove
|
|
1661
|
+
/** Remove sqlMigration from cache */ sqlMigration: (queryClient, id) => {
|
|
1678
1662
|
queryClient.removeQueries({
|
|
1679
|
-
queryKey: query_keys_1.
|
|
1663
|
+
queryKey: query_keys_1.sqlMigrationKeys.detail(id),
|
|
1680
1664
|
});
|
|
1681
1665
|
},
|
|
1682
|
-
/** Remove
|
|
1666
|
+
/** Remove email from cache */ email: (queryClient, id) => {
|
|
1683
1667
|
queryClient.removeQueries({
|
|
1684
|
-
queryKey: query_keys_1.
|
|
1668
|
+
queryKey: query_keys_1.emailKeys.detail(id),
|
|
1685
1669
|
});
|
|
1686
1670
|
},
|
|
1687
1671
|
/** Remove astMigration from cache */ astMigration: (queryClient, id) => {
|
|
@@ -1689,14 +1673,14 @@ exports.remove = {
|
|
|
1689
1673
|
queryKey: query_keys_1.astMigrationKeys.detail(id),
|
|
1690
1674
|
});
|
|
1691
1675
|
},
|
|
1692
|
-
/** Remove
|
|
1676
|
+
/** Remove appMembership from cache */ appMembership: (queryClient, id) => {
|
|
1693
1677
|
queryClient.removeQueries({
|
|
1694
|
-
queryKey: query_keys_1.
|
|
1678
|
+
queryKey: query_keys_1.appMembershipKeys.detail(id),
|
|
1695
1679
|
});
|
|
1696
1680
|
},
|
|
1697
|
-
/** Remove
|
|
1681
|
+
/** Remove user from cache */ user: (queryClient, id) => {
|
|
1698
1682
|
queryClient.removeQueries({
|
|
1699
|
-
queryKey: query_keys_1.
|
|
1683
|
+
queryKey: query_keys_1.userKeys.detail(id),
|
|
1700
1684
|
});
|
|
1701
1685
|
},
|
|
1702
1686
|
/** Remove hierarchyModule from cache */ hierarchyModule: (queryClient, id) => {
|