@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/admin/types.d.ts
CHANGED
|
@@ -19,6 +19,8 @@ export interface AppPermission {
|
|
|
19
19
|
bitnum: number | null;
|
|
20
20
|
bitstr: string | null;
|
|
21
21
|
description: string | null;
|
|
22
|
+
descriptionTrgmSimilarity: number | null;
|
|
23
|
+
searchScore: number | null;
|
|
22
24
|
}
|
|
23
25
|
export interface OrgPermission {
|
|
24
26
|
id: string | null;
|
|
@@ -26,6 +28,8 @@ export interface OrgPermission {
|
|
|
26
28
|
bitnum: number | null;
|
|
27
29
|
bitstr: string | null;
|
|
28
30
|
description: string | null;
|
|
31
|
+
descriptionTrgmSimilarity: number | null;
|
|
32
|
+
searchScore: number | null;
|
|
29
33
|
}
|
|
30
34
|
export interface AppLevelRequirement {
|
|
31
35
|
id: string | null;
|
|
@@ -36,6 +40,8 @@ export interface AppLevelRequirement {
|
|
|
36
40
|
priority: number | null;
|
|
37
41
|
createdAt: string | null;
|
|
38
42
|
updatedAt: string | null;
|
|
43
|
+
descriptionTrgmSimilarity: number | null;
|
|
44
|
+
searchScore: number | null;
|
|
39
45
|
}
|
|
40
46
|
export interface OrgMember {
|
|
41
47
|
id: string | null;
|
|
@@ -96,12 +102,6 @@ export interface OrgLimitDefault {
|
|
|
96
102
|
name: string | null;
|
|
97
103
|
max: number | null;
|
|
98
104
|
}
|
|
99
|
-
export interface MembershipType {
|
|
100
|
-
id: number | null;
|
|
101
|
-
name: string | null;
|
|
102
|
-
description: string | null;
|
|
103
|
-
prefix: string | null;
|
|
104
|
-
}
|
|
105
105
|
export interface OrgChartEdgeGrant {
|
|
106
106
|
id: string | null;
|
|
107
107
|
entityId: string | null;
|
|
@@ -112,6 +112,17 @@ export interface OrgChartEdgeGrant {
|
|
|
112
112
|
positionTitle: string | null;
|
|
113
113
|
positionLevel: number | null;
|
|
114
114
|
createdAt: string | null;
|
|
115
|
+
positionTitleTrgmSimilarity: number | null;
|
|
116
|
+
searchScore: number | null;
|
|
117
|
+
}
|
|
118
|
+
export interface MembershipType {
|
|
119
|
+
id: number | null;
|
|
120
|
+
name: string | null;
|
|
121
|
+
description: string | null;
|
|
122
|
+
prefix: string | null;
|
|
123
|
+
descriptionTrgmSimilarity: number | null;
|
|
124
|
+
prefixTrgmSimilarity: number | null;
|
|
125
|
+
searchScore: number | null;
|
|
115
126
|
}
|
|
116
127
|
export interface AppLimit {
|
|
117
128
|
id: string | null;
|
|
@@ -198,6 +209,8 @@ export interface OrgChartEdge {
|
|
|
198
209
|
parentId: string | null;
|
|
199
210
|
positionTitle: string | null;
|
|
200
211
|
positionLevel: number | null;
|
|
212
|
+
positionTitleTrgmSimilarity: number | null;
|
|
213
|
+
searchScore: number | null;
|
|
201
214
|
}
|
|
202
215
|
export interface OrgMembershipDefault {
|
|
203
216
|
id: string | null;
|
|
@@ -210,29 +223,6 @@ export interface OrgMembershipDefault {
|
|
|
210
223
|
deleteMemberCascadeGroups: boolean | null;
|
|
211
224
|
createGroupsCascadeMembers: boolean | null;
|
|
212
225
|
}
|
|
213
|
-
export interface Invite {
|
|
214
|
-
id: string | null;
|
|
215
|
-
email: ConstructiveInternalTypeEmail | null;
|
|
216
|
-
senderId: string | null;
|
|
217
|
-
inviteToken: string | null;
|
|
218
|
-
inviteValid: boolean | null;
|
|
219
|
-
inviteLimit: number | null;
|
|
220
|
-
inviteCount: number | null;
|
|
221
|
-
multiple: boolean | null;
|
|
222
|
-
data: unknown | null;
|
|
223
|
-
expiresAt: string | null;
|
|
224
|
-
createdAt: string | null;
|
|
225
|
-
updatedAt: string | null;
|
|
226
|
-
}
|
|
227
|
-
export interface AppLevel {
|
|
228
|
-
id: string | null;
|
|
229
|
-
name: string | null;
|
|
230
|
-
description: string | null;
|
|
231
|
-
image: ConstructiveInternalTypeImage | null;
|
|
232
|
-
ownerId: string | null;
|
|
233
|
-
createdAt: string | null;
|
|
234
|
-
updatedAt: string | null;
|
|
235
|
-
}
|
|
236
226
|
export interface AppMembership {
|
|
237
227
|
id: string | null;
|
|
238
228
|
createdAt: string | null;
|
|
@@ -269,6 +259,33 @@ export interface OrgMembership {
|
|
|
269
259
|
entityId: string | null;
|
|
270
260
|
profileId: string | null;
|
|
271
261
|
}
|
|
262
|
+
export interface Invite {
|
|
263
|
+
id: string | null;
|
|
264
|
+
email: ConstructiveInternalTypeEmail | null;
|
|
265
|
+
senderId: string | null;
|
|
266
|
+
inviteToken: string | null;
|
|
267
|
+
inviteValid: boolean | null;
|
|
268
|
+
inviteLimit: number | null;
|
|
269
|
+
inviteCount: number | null;
|
|
270
|
+
multiple: boolean | null;
|
|
271
|
+
data: unknown | null;
|
|
272
|
+
expiresAt: string | null;
|
|
273
|
+
createdAt: string | null;
|
|
274
|
+
updatedAt: string | null;
|
|
275
|
+
inviteTokenTrgmSimilarity: number | null;
|
|
276
|
+
searchScore: number | null;
|
|
277
|
+
}
|
|
278
|
+
export interface AppLevel {
|
|
279
|
+
id: string | null;
|
|
280
|
+
name: string | null;
|
|
281
|
+
description: string | null;
|
|
282
|
+
image: ConstructiveInternalTypeImage | null;
|
|
283
|
+
ownerId: string | null;
|
|
284
|
+
createdAt: string | null;
|
|
285
|
+
updatedAt: string | null;
|
|
286
|
+
descriptionTrgmSimilarity: number | null;
|
|
287
|
+
searchScore: number | null;
|
|
288
|
+
}
|
|
272
289
|
export interface OrgInvite {
|
|
273
290
|
id: string | null;
|
|
274
291
|
email: ConstructiveInternalTypeEmail | null;
|
|
@@ -284,6 +301,8 @@ export interface OrgInvite {
|
|
|
284
301
|
createdAt: string | null;
|
|
285
302
|
updatedAt: string | null;
|
|
286
303
|
entityId: string | null;
|
|
304
|
+
inviteTokenTrgmSimilarity: number | null;
|
|
305
|
+
searchScore: number | null;
|
|
287
306
|
}
|
|
288
307
|
export interface StringFilter {
|
|
289
308
|
isNull?: boolean;
|
|
@@ -442,6 +461,13 @@ export interface InternetAddressFilter {
|
|
|
442
461
|
export interface FullTextFilter {
|
|
443
462
|
matches?: string;
|
|
444
463
|
}
|
|
464
|
+
export interface VectorFilter {
|
|
465
|
+
isNull?: boolean;
|
|
466
|
+
equalTo?: number[];
|
|
467
|
+
notEqualTo?: number[];
|
|
468
|
+
distinctFrom?: number[];
|
|
469
|
+
notDistinctFrom?: number[];
|
|
470
|
+
}
|
|
445
471
|
export interface StringListFilter {
|
|
446
472
|
isNull?: boolean;
|
|
447
473
|
equalTo?: string[];
|
package/auth/hooks/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* GraphQL SDK
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
*
|
|
5
|
-
* Tables:
|
|
5
|
+
* Tables: CryptoAddress, RoleType, PhoneNumber, ConnectedAccount, AuditLog, Email, User
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
8
|
*
|
package/auth/hooks/index.js
CHANGED
|
@@ -18,7 +18,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
* GraphQL SDK
|
|
19
19
|
* @generated by @constructive-io/graphql-codegen
|
|
20
20
|
*
|
|
21
|
-
* Tables:
|
|
21
|
+
* Tables: CryptoAddress, RoleType, PhoneNumber, ConnectedAccount, AuditLog, Email, User
|
|
22
22
|
*
|
|
23
23
|
* Usage:
|
|
24
24
|
*
|
|
@@ -24,16 +24,16 @@ import type { QueryClient } from '@tanstack/react-query';
|
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
26
|
export declare const invalidate: {
|
|
27
|
-
/** Invalidate roleType queries */ readonly roleType: {
|
|
28
|
-
/** Invalidate all roleType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
29
|
-
/** Invalidate roleType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
30
|
-
/** Invalidate a specific roleType */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
31
|
-
};
|
|
32
27
|
/** Invalidate cryptoAddress queries */ readonly cryptoAddress: {
|
|
33
28
|
/** Invalidate all cryptoAddress queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
34
29
|
/** Invalidate cryptoAddress list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
35
30
|
/** Invalidate a specific cryptoAddress */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
36
31
|
};
|
|
32
|
+
/** Invalidate roleType queries */ readonly roleType: {
|
|
33
|
+
/** Invalidate all roleType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
34
|
+
/** Invalidate roleType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
35
|
+
/** Invalidate a specific roleType */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
36
|
+
};
|
|
37
37
|
/** Invalidate phoneNumber queries */ readonly phoneNumber: {
|
|
38
38
|
/** Invalidate all phoneNumber queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
39
39
|
/** Invalidate phoneNumber list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -72,8 +72,8 @@ export declare const invalidate: {
|
|
|
72
72
|
* instead of just invalidating (which would trigger a refetch).
|
|
73
73
|
*/
|
|
74
74
|
export declare const remove: {
|
|
75
|
-
/** Remove roleType from cache */ readonly roleType: (queryClient: QueryClient, id: string | number) => void;
|
|
76
75
|
/** Remove cryptoAddress from cache */ readonly cryptoAddress: (queryClient: QueryClient, id: string | number) => void;
|
|
76
|
+
/** Remove roleType from cache */ readonly roleType: (queryClient: QueryClient, id: string | number) => void;
|
|
77
77
|
/** Remove phoneNumber from cache */ readonly phoneNumber: (queryClient: QueryClient, id: string | number) => void;
|
|
78
78
|
/** Remove connectedAccount from cache */ readonly connectedAccount: (queryClient: QueryClient, id: string | number) => void;
|
|
79
79
|
/** Remove auditLog from cache */ readonly auditLog: (queryClient: QueryClient, id: string | number) => void;
|
|
@@ -27,17 +27,6 @@ const query_keys_1 = require("./query-keys");
|
|
|
27
27
|
* ```
|
|
28
28
|
*/
|
|
29
29
|
exports.invalidate = {
|
|
30
|
-
/** Invalidate roleType queries */ roleType: {
|
|
31
|
-
/** Invalidate all roleType queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
32
|
-
queryKey: query_keys_1.roleTypeKeys.all,
|
|
33
|
-
}),
|
|
34
|
-
/** Invalidate roleType list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
35
|
-
queryKey: query_keys_1.roleTypeKeys.lists(),
|
|
36
|
-
}),
|
|
37
|
-
/** Invalidate a specific roleType */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
38
|
-
queryKey: query_keys_1.roleTypeKeys.detail(id),
|
|
39
|
-
}),
|
|
40
|
-
},
|
|
41
30
|
/** Invalidate cryptoAddress queries */ cryptoAddress: {
|
|
42
31
|
/** Invalidate all cryptoAddress queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
43
32
|
queryKey: query_keys_1.cryptoAddressKeys.all,
|
|
@@ -49,6 +38,17 @@ exports.invalidate = {
|
|
|
49
38
|
queryKey: query_keys_1.cryptoAddressKeys.detail(id),
|
|
50
39
|
}),
|
|
51
40
|
},
|
|
41
|
+
/** Invalidate roleType queries */ roleType: {
|
|
42
|
+
/** Invalidate all roleType queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
43
|
+
queryKey: query_keys_1.roleTypeKeys.all,
|
|
44
|
+
}),
|
|
45
|
+
/** Invalidate roleType list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
46
|
+
queryKey: query_keys_1.roleTypeKeys.lists(),
|
|
47
|
+
}),
|
|
48
|
+
/** Invalidate a specific roleType */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
49
|
+
queryKey: query_keys_1.roleTypeKeys.detail(id),
|
|
50
|
+
}),
|
|
51
|
+
},
|
|
52
52
|
/** Invalidate phoneNumber queries */ phoneNumber: {
|
|
53
53
|
/** Invalidate all phoneNumber queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
54
54
|
queryKey: query_keys_1.phoneNumberKeys.all,
|
|
@@ -117,14 +117,14 @@ exports.invalidate = {
|
|
|
117
117
|
* instead of just invalidating (which would trigger a refetch).
|
|
118
118
|
*/
|
|
119
119
|
exports.remove = {
|
|
120
|
-
/** Remove
|
|
120
|
+
/** Remove cryptoAddress from cache */ cryptoAddress: (queryClient, id) => {
|
|
121
121
|
queryClient.removeQueries({
|
|
122
|
-
queryKey: query_keys_1.
|
|
122
|
+
queryKey: query_keys_1.cryptoAddressKeys.detail(id),
|
|
123
123
|
});
|
|
124
124
|
},
|
|
125
|
-
/** Remove
|
|
125
|
+
/** Remove roleType from cache */ roleType: (queryClient, id) => {
|
|
126
126
|
queryClient.removeQueries({
|
|
127
|
-
queryKey: query_keys_1.
|
|
127
|
+
queryKey: query_keys_1.roleTypeKeys.detail(id),
|
|
128
128
|
});
|
|
129
129
|
},
|
|
130
130
|
/** Remove phoneNumber from cache */ phoneNumber: (queryClient, id) => {
|
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
export declare const roleTypeMutationKeys: {
|
|
7
|
-
/** All roleType mutation keys */ readonly all: readonly ["mutation", "roletype"];
|
|
8
|
-
/** Create roleType mutation key */ readonly create: () => readonly ["mutation", "roletype", "create"];
|
|
9
|
-
/** Update roleType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "roletype", "update", string | number];
|
|
10
|
-
/** Delete roleType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "roletype", "delete", string | number];
|
|
11
|
-
};
|
|
12
6
|
export declare const cryptoAddressMutationKeys: {
|
|
13
7
|
/** All cryptoAddress mutation keys */ readonly all: readonly ["mutation", "cryptoaddress"];
|
|
14
8
|
/** Create cryptoAddress mutation key */ readonly create: () => readonly ["mutation", "cryptoaddress", "create"];
|
|
15
9
|
/** Update cryptoAddress mutation key */ readonly update: (id: string | number) => readonly ["mutation", "cryptoaddress", "update", string | number];
|
|
16
10
|
/** Delete cryptoAddress mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "cryptoaddress", "delete", string | number];
|
|
17
11
|
};
|
|
12
|
+
export declare const roleTypeMutationKeys: {
|
|
13
|
+
/** All roleType mutation keys */ readonly all: readonly ["mutation", "roletype"];
|
|
14
|
+
/** Create roleType mutation key */ readonly create: () => readonly ["mutation", "roletype", "create"];
|
|
15
|
+
/** Update roleType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "roletype", "update", string | number];
|
|
16
|
+
/** Delete roleType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "roletype", "delete", string | number];
|
|
17
|
+
};
|
|
18
18
|
export declare const phoneNumberMutationKeys: {
|
|
19
19
|
/** All phoneNumber mutation keys */ readonly all: readonly ["mutation", "phonenumber"];
|
|
20
20
|
/** Create phoneNumber mutation key */ readonly create: () => readonly ["mutation", "phonenumber", "create"];
|
|
@@ -86,18 +86,18 @@ export declare const customMutationKeys: {
|
|
|
86
86
|
* ```
|
|
87
87
|
*/
|
|
88
88
|
export declare const mutationKeys: {
|
|
89
|
-
readonly roleType: {
|
|
90
|
-
/** All roleType mutation keys */ readonly all: readonly ["mutation", "roletype"];
|
|
91
|
-
/** Create roleType mutation key */ readonly create: () => readonly ["mutation", "roletype", "create"];
|
|
92
|
-
/** Update roleType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "roletype", "update", string | number];
|
|
93
|
-
/** Delete roleType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "roletype", "delete", string | number];
|
|
94
|
-
};
|
|
95
89
|
readonly cryptoAddress: {
|
|
96
90
|
/** All cryptoAddress mutation keys */ readonly all: readonly ["mutation", "cryptoaddress"];
|
|
97
91
|
/** Create cryptoAddress mutation key */ readonly create: () => readonly ["mutation", "cryptoaddress", "create"];
|
|
98
92
|
/** Update cryptoAddress mutation key */ readonly update: (id: string | number) => readonly ["mutation", "cryptoaddress", "update", string | number];
|
|
99
93
|
/** Delete cryptoAddress mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "cryptoaddress", "delete", string | number];
|
|
100
94
|
};
|
|
95
|
+
readonly roleType: {
|
|
96
|
+
/** All roleType mutation keys */ readonly all: readonly ["mutation", "roletype"];
|
|
97
|
+
/** Create roleType mutation key */ readonly create: () => readonly ["mutation", "roletype", "create"];
|
|
98
|
+
/** Update roleType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "roletype", "update", string | number];
|
|
99
|
+
/** Delete roleType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "roletype", "delete", string | number];
|
|
100
|
+
};
|
|
101
101
|
readonly phoneNumber: {
|
|
102
102
|
/** All phoneNumber mutation keys */ readonly all: readonly ["mutation", "phonenumber"];
|
|
103
103
|
/** Create phoneNumber mutation key */ readonly create: () => readonly ["mutation", "phonenumber", "create"];
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* DO NOT EDIT - changes will be overwritten
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.mutationKeys = exports.customMutationKeys = exports.userMutationKeys = exports.emailMutationKeys = exports.auditLogMutationKeys = exports.connectedAccountMutationKeys = exports.phoneNumberMutationKeys = exports.
|
|
8
|
+
exports.mutationKeys = exports.customMutationKeys = exports.userMutationKeys = exports.emailMutationKeys = exports.auditLogMutationKeys = exports.connectedAccountMutationKeys = exports.phoneNumberMutationKeys = exports.roleTypeMutationKeys = exports.cryptoAddressMutationKeys = void 0;
|
|
9
9
|
// ============================================================================
|
|
10
10
|
// Mutation keys for tracking in-flight mutations
|
|
11
11
|
//
|
|
@@ -18,18 +18,18 @@ exports.mutationKeys = exports.customMutationKeys = exports.userMutationKeys = e
|
|
|
18
18
|
// ============================================================================
|
|
19
19
|
// Entity Mutation Keys
|
|
20
20
|
// ============================================================================
|
|
21
|
-
exports.roleTypeMutationKeys = {
|
|
22
|
-
/** All roleType mutation keys */ all: ['mutation', 'roletype'],
|
|
23
|
-
/** Create roleType mutation key */ create: () => ['mutation', 'roletype', 'create'],
|
|
24
|
-
/** Update roleType mutation key */ update: (id) => ['mutation', 'roletype', 'update', id],
|
|
25
|
-
/** Delete roleType mutation key */ delete: (id) => ['mutation', 'roletype', 'delete', id],
|
|
26
|
-
};
|
|
27
21
|
exports.cryptoAddressMutationKeys = {
|
|
28
22
|
/** All cryptoAddress mutation keys */ all: ['mutation', 'cryptoaddress'],
|
|
29
23
|
/** Create cryptoAddress mutation key */ create: () => ['mutation', 'cryptoaddress', 'create'],
|
|
30
24
|
/** Update cryptoAddress mutation key */ update: (id) => ['mutation', 'cryptoaddress', 'update', id],
|
|
31
25
|
/** Delete cryptoAddress mutation key */ delete: (id) => ['mutation', 'cryptoaddress', 'delete', id],
|
|
32
26
|
};
|
|
27
|
+
exports.roleTypeMutationKeys = {
|
|
28
|
+
/** All roleType mutation keys */ all: ['mutation', 'roletype'],
|
|
29
|
+
/** Create roleType mutation key */ create: () => ['mutation', 'roletype', 'create'],
|
|
30
|
+
/** Update roleType mutation key */ update: (id) => ['mutation', 'roletype', 'update', id],
|
|
31
|
+
/** Delete roleType mutation key */ delete: (id) => ['mutation', 'roletype', 'delete', id],
|
|
32
|
+
};
|
|
33
33
|
exports.phoneNumberMutationKeys = {
|
|
34
34
|
/** All phoneNumber mutation keys */ all: ['mutation', 'phonenumber'],
|
|
35
35
|
/** Create phoneNumber mutation key */ create: () => ['mutation', 'phonenumber', 'create'],
|
|
@@ -132,8 +132,8 @@ exports.customMutationKeys = {
|
|
|
132
132
|
* ```
|
|
133
133
|
*/
|
|
134
134
|
exports.mutationKeys = {
|
|
135
|
-
roleType: exports.roleTypeMutationKeys,
|
|
136
135
|
cryptoAddress: exports.cryptoAddressMutationKeys,
|
|
136
|
+
roleType: exports.roleTypeMutationKeys,
|
|
137
137
|
phoneNumber: exports.phoneNumberMutationKeys,
|
|
138
138
|
connectedAccount: exports.connectedAccountMutationKeys,
|
|
139
139
|
auditLog: exports.auditLogMutationKeys,
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
export * from './useCreateRoleTypeMutation';
|
|
7
|
-
export * from './useUpdateRoleTypeMutation';
|
|
8
|
-
export * from './useDeleteRoleTypeMutation';
|
|
9
6
|
export * from './useCreateCryptoAddressMutation';
|
|
10
7
|
export * from './useUpdateCryptoAddressMutation';
|
|
11
8
|
export * from './useDeleteCryptoAddressMutation';
|
|
9
|
+
export * from './useCreateRoleTypeMutation';
|
|
10
|
+
export * from './useUpdateRoleTypeMutation';
|
|
11
|
+
export * from './useDeleteRoleTypeMutation';
|
|
12
12
|
export * from './useCreatePhoneNumberMutation';
|
|
13
13
|
export * from './useUpdatePhoneNumberMutation';
|
|
14
14
|
export * from './useDeletePhoneNumberMutation';
|
|
@@ -19,12 +19,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19
19
|
* @generated by @constructive-io/graphql-codegen
|
|
20
20
|
* DO NOT EDIT - changes will be overwritten
|
|
21
21
|
*/
|
|
22
|
-
__exportStar(require("./useCreateRoleTypeMutation"), exports);
|
|
23
|
-
__exportStar(require("./useUpdateRoleTypeMutation"), exports);
|
|
24
|
-
__exportStar(require("./useDeleteRoleTypeMutation"), exports);
|
|
25
22
|
__exportStar(require("./useCreateCryptoAddressMutation"), exports);
|
|
26
23
|
__exportStar(require("./useUpdateCryptoAddressMutation"), exports);
|
|
27
24
|
__exportStar(require("./useDeleteCryptoAddressMutation"), exports);
|
|
25
|
+
__exportStar(require("./useCreateRoleTypeMutation"), exports);
|
|
26
|
+
__exportStar(require("./useUpdateRoleTypeMutation"), exports);
|
|
27
|
+
__exportStar(require("./useDeleteRoleTypeMutation"), exports);
|
|
28
28
|
__exportStar(require("./useCreatePhoneNumberMutation"), exports);
|
|
29
29
|
__exportStar(require("./useUpdatePhoneNumberMutation"), exports);
|
|
30
30
|
__exportStar(require("./useDeletePhoneNumberMutation"), exports);
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
export * from './useRoleTypesQuery';
|
|
7
|
-
export * from './useRoleTypeQuery';
|
|
8
6
|
export * from './useCryptoAddressesQuery';
|
|
9
7
|
export * from './useCryptoAddressQuery';
|
|
8
|
+
export * from './useRoleTypesQuery';
|
|
9
|
+
export * from './useRoleTypeQuery';
|
|
10
10
|
export * from './usePhoneNumbersQuery';
|
|
11
11
|
export * from './usePhoneNumberQuery';
|
|
12
12
|
export * from './useConnectedAccountsQuery';
|
|
@@ -19,10 +19,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19
19
|
* @generated by @constructive-io/graphql-codegen
|
|
20
20
|
* DO NOT EDIT - changes will be overwritten
|
|
21
21
|
*/
|
|
22
|
-
__exportStar(require("./useRoleTypesQuery"), exports);
|
|
23
|
-
__exportStar(require("./useRoleTypeQuery"), exports);
|
|
24
22
|
__exportStar(require("./useCryptoAddressesQuery"), exports);
|
|
25
23
|
__exportStar(require("./useCryptoAddressQuery"), exports);
|
|
24
|
+
__exportStar(require("./useRoleTypesQuery"), exports);
|
|
25
|
+
__exportStar(require("./useRoleTypeQuery"), exports);
|
|
26
26
|
__exportStar(require("./usePhoneNumbersQuery"), exports);
|
|
27
27
|
__exportStar(require("./usePhoneNumberQuery"), exports);
|
|
28
28
|
__exportStar(require("./useConnectedAccountsQuery"), exports);
|
|
@@ -3,13 +3,6 @@
|
|
|
3
3
|
* @generated by @constructive-io/graphql-codegen
|
|
4
4
|
* DO NOT EDIT - changes will be overwritten
|
|
5
5
|
*/
|
|
6
|
-
export declare const roleTypeKeys: {
|
|
7
|
-
/** All roleType queries */ readonly all: readonly ["roletype"];
|
|
8
|
-
/** List query keys */ readonly lists: () => readonly ["roletype", "list"];
|
|
9
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["roletype", "list", object];
|
|
10
|
-
/** Detail query keys */ readonly details: () => readonly ["roletype", "detail"];
|
|
11
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["roletype", "detail", string | number];
|
|
12
|
-
};
|
|
13
6
|
export declare const cryptoAddressKeys: {
|
|
14
7
|
/** All cryptoAddress queries */ readonly all: readonly ["cryptoaddress"];
|
|
15
8
|
/** List query keys */ readonly lists: () => readonly ["cryptoaddress", "list"];
|
|
@@ -17,6 +10,13 @@ export declare const cryptoAddressKeys: {
|
|
|
17
10
|
/** Detail query keys */ readonly details: () => readonly ["cryptoaddress", "detail"];
|
|
18
11
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["cryptoaddress", "detail", string | number];
|
|
19
12
|
};
|
|
13
|
+
export declare const roleTypeKeys: {
|
|
14
|
+
/** All roleType queries */ readonly all: readonly ["roletype"];
|
|
15
|
+
/** List query keys */ readonly lists: () => readonly ["roletype", "list"];
|
|
16
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["roletype", "list", object];
|
|
17
|
+
/** Detail query keys */ readonly details: () => readonly ["roletype", "detail"];
|
|
18
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["roletype", "detail", string | number];
|
|
19
|
+
};
|
|
20
20
|
export declare const phoneNumberKeys: {
|
|
21
21
|
/** All phoneNumber queries */ readonly all: readonly ["phonenumber"];
|
|
22
22
|
/** List query keys */ readonly lists: () => readonly ["phonenumber", "list"];
|
|
@@ -81,13 +81,6 @@ export declare const customQueryKeys: {
|
|
|
81
81
|
* ```
|
|
82
82
|
*/
|
|
83
83
|
export declare const queryKeys: {
|
|
84
|
-
readonly roleType: {
|
|
85
|
-
/** All roleType queries */ readonly all: readonly ["roletype"];
|
|
86
|
-
/** List query keys */ readonly lists: () => readonly ["roletype", "list"];
|
|
87
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["roletype", "list", object];
|
|
88
|
-
/** Detail query keys */ readonly details: () => readonly ["roletype", "detail"];
|
|
89
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["roletype", "detail", string | number];
|
|
90
|
-
};
|
|
91
84
|
readonly cryptoAddress: {
|
|
92
85
|
/** All cryptoAddress queries */ readonly all: readonly ["cryptoaddress"];
|
|
93
86
|
/** List query keys */ readonly lists: () => readonly ["cryptoaddress", "list"];
|
|
@@ -95,6 +88,13 @@ export declare const queryKeys: {
|
|
|
95
88
|
/** Detail query keys */ readonly details: () => readonly ["cryptoaddress", "detail"];
|
|
96
89
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["cryptoaddress", "detail", string | number];
|
|
97
90
|
};
|
|
91
|
+
readonly roleType: {
|
|
92
|
+
/** All roleType queries */ readonly all: readonly ["roletype"];
|
|
93
|
+
/** List query keys */ readonly lists: () => readonly ["roletype", "list"];
|
|
94
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["roletype", "list", object];
|
|
95
|
+
/** Detail query keys */ readonly details: () => readonly ["roletype", "detail"];
|
|
96
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["roletype", "detail", string | number];
|
|
97
|
+
};
|
|
98
98
|
readonly phoneNumber: {
|
|
99
99
|
/** All phoneNumber queries */ readonly all: readonly ["phonenumber"];
|
|
100
100
|
/** List query keys */ readonly lists: () => readonly ["phonenumber", "list"];
|
package/auth/hooks/query-keys.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* DO NOT EDIT - changes will be overwritten
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.queryKeys = exports.customQueryKeys = exports.userKeys = exports.emailKeys = exports.auditLogKeys = exports.connectedAccountKeys = exports.phoneNumberKeys = exports.
|
|
8
|
+
exports.queryKeys = exports.customQueryKeys = exports.userKeys = exports.emailKeys = exports.auditLogKeys = exports.connectedAccountKeys = exports.phoneNumberKeys = exports.roleTypeKeys = exports.cryptoAddressKeys = void 0;
|
|
9
9
|
// ============================================================================
|
|
10
10
|
// This file provides a centralized, type-safe query key factory following
|
|
11
11
|
// the lukemorales query-key-factory pattern for React Query.
|
|
@@ -19,13 +19,6 @@ exports.queryKeys = exports.customQueryKeys = exports.userKeys = exports.emailKe
|
|
|
19
19
|
// ============================================================================
|
|
20
20
|
// Entity Query Keys
|
|
21
21
|
// ============================================================================
|
|
22
|
-
exports.roleTypeKeys = {
|
|
23
|
-
/** All roleType queries */ all: ['roletype'],
|
|
24
|
-
/** List query keys */ lists: () => [...exports.roleTypeKeys.all, 'list'],
|
|
25
|
-
/** List query key with variables */ list: (variables) => [...exports.roleTypeKeys.lists(), variables],
|
|
26
|
-
/** Detail query keys */ details: () => [...exports.roleTypeKeys.all, 'detail'],
|
|
27
|
-
/** Detail query key for specific item */ detail: (id) => [...exports.roleTypeKeys.details(), id],
|
|
28
|
-
};
|
|
29
22
|
exports.cryptoAddressKeys = {
|
|
30
23
|
/** All cryptoAddress queries */ all: ['cryptoaddress'],
|
|
31
24
|
/** List query keys */ lists: () => [...exports.cryptoAddressKeys.all, 'list'],
|
|
@@ -33,6 +26,13 @@ exports.cryptoAddressKeys = {
|
|
|
33
26
|
/** Detail query keys */ details: () => [...exports.cryptoAddressKeys.all, 'detail'],
|
|
34
27
|
/** Detail query key for specific item */ detail: (id) => [...exports.cryptoAddressKeys.details(), id],
|
|
35
28
|
};
|
|
29
|
+
exports.roleTypeKeys = {
|
|
30
|
+
/** All roleType queries */ all: ['roletype'],
|
|
31
|
+
/** List query keys */ lists: () => [...exports.roleTypeKeys.all, 'list'],
|
|
32
|
+
/** List query key with variables */ list: (variables) => [...exports.roleTypeKeys.lists(), variables],
|
|
33
|
+
/** Detail query keys */ details: () => [...exports.roleTypeKeys.all, 'detail'],
|
|
34
|
+
/** Detail query key for specific item */ detail: (id) => [...exports.roleTypeKeys.details(), id],
|
|
35
|
+
};
|
|
36
36
|
exports.phoneNumberKeys = {
|
|
37
37
|
/** All phoneNumber queries */ all: ['phonenumber'],
|
|
38
38
|
/** List query keys */ lists: () => [...exports.phoneNumberKeys.all, 'list'],
|
|
@@ -100,8 +100,8 @@ exports.customQueryKeys = {
|
|
|
100
100
|
* ```
|
|
101
101
|
*/
|
|
102
102
|
exports.queryKeys = {
|
|
103
|
-
roleType: exports.roleTypeKeys,
|
|
104
103
|
cryptoAddress: exports.cryptoAddressKeys,
|
|
104
|
+
roleType: exports.roleTypeKeys,
|
|
105
105
|
phoneNumber: exports.phoneNumberKeys,
|
|
106
106
|
connectedAccount: exports.connectedAccountKeys,
|
|
107
107
|
auditLog: exports.auditLogKeys,
|
package/auth/orm/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { OrmClientConfig } from './client';
|
|
2
|
-
import { RoleTypeModel } from './models/roleType';
|
|
3
2
|
import { CryptoAddressModel } from './models/cryptoAddress';
|
|
3
|
+
import { RoleTypeModel } from './models/roleType';
|
|
4
4
|
import { PhoneNumberModel } from './models/phoneNumber';
|
|
5
5
|
import { ConnectedAccountModel } from './models/connectedAccount';
|
|
6
6
|
import { AuditLogModel } from './models/auditLog';
|
|
@@ -37,8 +37,8 @@ export { createMutationOperations } from './mutation';
|
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
39
39
|
export declare function createClient(config: OrmClientConfig): {
|
|
40
|
-
roleType: RoleTypeModel;
|
|
41
40
|
cryptoAddress: CryptoAddressModel;
|
|
41
|
+
roleType: RoleTypeModel;
|
|
42
42
|
phoneNumber: PhoneNumberModel;
|
|
43
43
|
connectedAccount: ConnectedAccountModel;
|
|
44
44
|
auditLog: AuditLogModel;
|
package/auth/orm/index.js
CHANGED
|
@@ -22,8 +22,8 @@ exports.createClient = createClient;
|
|
|
22
22
|
* DO NOT EDIT - changes will be overwritten
|
|
23
23
|
*/
|
|
24
24
|
const client_1 = require("./client");
|
|
25
|
-
const roleType_1 = require("./models/roleType");
|
|
26
25
|
const cryptoAddress_1 = require("./models/cryptoAddress");
|
|
26
|
+
const roleType_1 = require("./models/roleType");
|
|
27
27
|
const phoneNumber_1 = require("./models/phoneNumber");
|
|
28
28
|
const connectedAccount_1 = require("./models/connectedAccount");
|
|
29
29
|
const auditLog_1 = require("./models/auditLog");
|
|
@@ -67,8 +67,8 @@ Object.defineProperty(exports, "createMutationOperations", { enumerable: true, g
|
|
|
67
67
|
function createClient(config) {
|
|
68
68
|
const client = new client_1.OrmClient(config);
|
|
69
69
|
return {
|
|
70
|
-
roleType: new roleType_1.RoleTypeModel(client),
|
|
71
70
|
cryptoAddress: new cryptoAddress_1.CryptoAddressModel(client),
|
|
71
|
+
roleType: new roleType_1.RoleTypeModel(client),
|
|
72
72
|
phoneNumber: new phoneNumber_1.PhoneNumberModel(client),
|
|
73
73
|
connectedAccount: new connectedAccount_1.ConnectedAccountModel(client),
|
|
74
74
|
auditLog: new auditLog_1.AuditLogModel(client),
|