@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
|
@@ -147,12 +147,6 @@ export declare const viewRuleMutationKeys: {
|
|
|
147
147
|
/** Update viewRule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "viewrule", "update", string | number];
|
|
148
148
|
/** Delete viewRule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "viewrule", "delete", string | number];
|
|
149
149
|
};
|
|
150
|
-
export declare const tableModuleMutationKeys: {
|
|
151
|
-
/** All tableModule mutation keys */ readonly all: readonly ["mutation", "tablemodule"];
|
|
152
|
-
/** Create tableModule mutation key */ readonly create: () => readonly ["mutation", "tablemodule", "create"];
|
|
153
|
-
/** Update tableModule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "tablemodule", "update", string | number];
|
|
154
|
-
/** Delete tableModule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "tablemodule", "delete", string | number];
|
|
155
|
-
};
|
|
156
150
|
export declare const tableTemplateModuleMutationKeys: {
|
|
157
151
|
/** All tableTemplateModule mutation keys */ readonly all: readonly ["mutation", "tabletemplatemodule"];
|
|
158
152
|
/** Create tableTemplateModule mutation key */ readonly create: () => readonly ["mutation", "tabletemplatemodule", "create"];
|
|
@@ -339,12 +333,6 @@ export declare const profilesModuleMutationKeys: {
|
|
|
339
333
|
/** Update profilesModule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "profilesmodule", "update", string | number];
|
|
340
334
|
/** Delete profilesModule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "profilesmodule", "delete", string | number];
|
|
341
335
|
};
|
|
342
|
-
export declare const rlsModuleMutationKeys: {
|
|
343
|
-
/** All rlsModule mutation keys */ readonly all: readonly ["mutation", "rlsmodule"];
|
|
344
|
-
/** Create rlsModule mutation key */ readonly create: () => readonly ["mutation", "rlsmodule", "create"];
|
|
345
|
-
/** Update rlsModule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "rlsmodule", "update", string | number];
|
|
346
|
-
/** Delete rlsModule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "rlsmodule", "delete", string | number];
|
|
347
|
-
};
|
|
348
336
|
export declare const secretsModuleMutationKeys: {
|
|
349
337
|
/** All secretsModule mutation keys */ readonly all: readonly ["mutation", "secretsmodule"];
|
|
350
338
|
/** Create secretsModule mutation key */ readonly create: () => readonly ["mutation", "secretsmodule", "create"];
|
|
@@ -507,6 +495,12 @@ export declare const appPermissionDefaultMutationKeys: {
|
|
|
507
495
|
/** Update appPermissionDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "apppermissiondefault", "update", string | number];
|
|
508
496
|
/** Delete appPermissionDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "apppermissiondefault", "delete", string | number];
|
|
509
497
|
};
|
|
498
|
+
export declare const cryptoAddressMutationKeys: {
|
|
499
|
+
/** All cryptoAddress mutation keys */ readonly all: readonly ["mutation", "cryptoaddress"];
|
|
500
|
+
/** Create cryptoAddress mutation key */ readonly create: () => readonly ["mutation", "cryptoaddress", "create"];
|
|
501
|
+
/** Update cryptoAddress mutation key */ readonly update: (id: string | number) => readonly ["mutation", "cryptoaddress", "update", string | number];
|
|
502
|
+
/** Delete cryptoAddress mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "cryptoaddress", "delete", string | number];
|
|
503
|
+
};
|
|
510
504
|
export declare const roleTypeMutationKeys: {
|
|
511
505
|
/** All roleType mutation keys */ readonly all: readonly ["mutation", "roletype"];
|
|
512
506
|
/** Create roleType mutation key */ readonly create: () => readonly ["mutation", "roletype", "create"];
|
|
@@ -519,11 +513,11 @@ export declare const orgPermissionDefaultMutationKeys: {
|
|
|
519
513
|
/** Update orgPermissionDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgpermissiondefault", "update", string | number];
|
|
520
514
|
/** Delete orgPermissionDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgpermissiondefault", "delete", string | number];
|
|
521
515
|
};
|
|
522
|
-
export declare const
|
|
523
|
-
/** All
|
|
524
|
-
/** Create
|
|
525
|
-
/** Update
|
|
526
|
-
/** Delete
|
|
516
|
+
export declare const phoneNumberMutationKeys: {
|
|
517
|
+
/** All phoneNumber mutation keys */ readonly all: readonly ["mutation", "phonenumber"];
|
|
518
|
+
/** Create phoneNumber mutation key */ readonly create: () => readonly ["mutation", "phonenumber", "create"];
|
|
519
|
+
/** Update phoneNumber mutation key */ readonly update: (id: string | number) => readonly ["mutation", "phonenumber", "update", string | number];
|
|
520
|
+
/** Delete phoneNumber mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "phonenumber", "delete", string | number];
|
|
527
521
|
};
|
|
528
522
|
export declare const appLimitDefaultMutationKeys: {
|
|
529
523
|
/** All appLimitDefault mutation keys */ readonly all: readonly ["mutation", "applimitdefault"];
|
|
@@ -543,11 +537,11 @@ export declare const connectedAccountMutationKeys: {
|
|
|
543
537
|
/** Update connectedAccount mutation key */ readonly update: (id: string | number) => readonly ["mutation", "connectedaccount", "update", string | number];
|
|
544
538
|
/** Delete connectedAccount mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "connectedaccount", "delete", string | number];
|
|
545
539
|
};
|
|
546
|
-
export declare const
|
|
547
|
-
/** All
|
|
548
|
-
/** Create
|
|
549
|
-
/** Update
|
|
550
|
-
/** Delete
|
|
540
|
+
export declare const nodeTypeRegistryMutationKeys: {
|
|
541
|
+
/** All nodeTypeRegistry mutation keys */ readonly all: readonly ["mutation", "nodetyperegistry"];
|
|
542
|
+
/** Create nodeTypeRegistry mutation key */ readonly create: () => readonly ["mutation", "nodetyperegistry", "create"];
|
|
543
|
+
/** Update nodeTypeRegistry mutation key */ readonly update: (id: string | number) => readonly ["mutation", "nodetyperegistry", "update", string | number];
|
|
544
|
+
/** Delete nodeTypeRegistry mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "nodetyperegistry", "delete", string | number];
|
|
551
545
|
};
|
|
552
546
|
export declare const membershipTypeMutationKeys: {
|
|
553
547
|
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
@@ -555,18 +549,18 @@ export declare const membershipTypeMutationKeys: {
|
|
|
555
549
|
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
556
550
|
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
557
551
|
};
|
|
558
|
-
export declare const nodeTypeRegistryMutationKeys: {
|
|
559
|
-
/** All nodeTypeRegistry mutation keys */ readonly all: readonly ["mutation", "nodetyperegistry"];
|
|
560
|
-
/** Create nodeTypeRegistry mutation key */ readonly create: () => readonly ["mutation", "nodetyperegistry", "create"];
|
|
561
|
-
/** Update nodeTypeRegistry mutation key */ readonly update: (id: string | number) => readonly ["mutation", "nodetyperegistry", "update", string | number];
|
|
562
|
-
/** Delete nodeTypeRegistry mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "nodetyperegistry", "delete", string | number];
|
|
563
|
-
};
|
|
564
552
|
export declare const appMembershipDefaultMutationKeys: {
|
|
565
553
|
/** All appMembershipDefault mutation keys */ readonly all: readonly ["mutation", "appmembershipdefault"];
|
|
566
554
|
/** Create appMembershipDefault mutation key */ readonly create: () => readonly ["mutation", "appmembershipdefault", "create"];
|
|
567
555
|
/** Update appMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appmembershipdefault", "update", string | number];
|
|
568
556
|
/** Delete appMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appmembershipdefault", "delete", string | number];
|
|
569
557
|
};
|
|
558
|
+
export declare const rlsModuleMutationKeys: {
|
|
559
|
+
/** All rlsModule mutation keys */ readonly all: readonly ["mutation", "rlsmodule"];
|
|
560
|
+
/** Create rlsModule mutation key */ readonly create: () => readonly ["mutation", "rlsmodule", "create"];
|
|
561
|
+
/** Update rlsModule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "rlsmodule", "update", string | number];
|
|
562
|
+
/** Delete rlsModule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "rlsmodule", "delete", string | number];
|
|
563
|
+
};
|
|
570
564
|
export declare const commitMutationKeys: {
|
|
571
565
|
/** All commit mutation keys */ readonly all: readonly ["mutation", "commit"];
|
|
572
566
|
/** Create commit mutation key */ readonly create: () => readonly ["mutation", "commit", "create"];
|
|
@@ -591,36 +585,36 @@ export declare const appLevelMutationKeys: {
|
|
|
591
585
|
/** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
|
|
592
586
|
/** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
|
|
593
587
|
};
|
|
594
|
-
export declare const emailMutationKeys: {
|
|
595
|
-
/** All email mutation keys */ readonly all: readonly ["mutation", "email"];
|
|
596
|
-
/** Create email mutation key */ readonly create: () => readonly ["mutation", "email", "create"];
|
|
597
|
-
/** Update email mutation key */ readonly update: (id: string | number) => readonly ["mutation", "email", "update", string | number];
|
|
598
|
-
/** Delete email mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "email", "delete", string | number];
|
|
599
|
-
};
|
|
600
588
|
export declare const sqlMigrationMutationKeys: {
|
|
601
589
|
/** All sqlMigration mutation keys */ readonly all: readonly ["mutation", "sqlmigration"];
|
|
602
590
|
/** Create sqlMigration mutation key */ readonly create: () => readonly ["mutation", "sqlmigration", "create"];
|
|
603
591
|
/** Update sqlMigration mutation key */ readonly update: (id: string | number) => readonly ["mutation", "sqlmigration", "update", string | number];
|
|
604
592
|
/** Delete sqlMigration mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "sqlmigration", "delete", string | number];
|
|
605
593
|
};
|
|
594
|
+
export declare const emailMutationKeys: {
|
|
595
|
+
/** All email mutation keys */ readonly all: readonly ["mutation", "email"];
|
|
596
|
+
/** Create email mutation key */ readonly create: () => readonly ["mutation", "email", "create"];
|
|
597
|
+
/** Update email mutation key */ readonly update: (id: string | number) => readonly ["mutation", "email", "update", string | number];
|
|
598
|
+
/** Delete email mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "email", "delete", string | number];
|
|
599
|
+
};
|
|
606
600
|
export declare const astMigrationMutationKeys: {
|
|
607
601
|
/** All astMigration mutation keys */ readonly all: readonly ["mutation", "astmigration"];
|
|
608
602
|
/** Create astMigration mutation key */ readonly create: () => readonly ["mutation", "astmigration", "create"];
|
|
609
603
|
/** Update astMigration mutation key */ readonly update: (id: string | number) => readonly ["mutation", "astmigration", "update", string | number];
|
|
610
604
|
/** Delete astMigration mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "astmigration", "delete", string | number];
|
|
611
605
|
};
|
|
612
|
-
export declare const userMutationKeys: {
|
|
613
|
-
/** All user mutation keys */ readonly all: readonly ["mutation", "user"];
|
|
614
|
-
/** Create user mutation key */ readonly create: () => readonly ["mutation", "user", "create"];
|
|
615
|
-
/** Update user mutation key */ readonly update: (id: string | number) => readonly ["mutation", "user", "update", string | number];
|
|
616
|
-
/** Delete user mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "user", "delete", string | number];
|
|
617
|
-
};
|
|
618
606
|
export declare const appMembershipMutationKeys: {
|
|
619
607
|
/** All appMembership mutation keys */ readonly all: readonly ["mutation", "appmembership"];
|
|
620
608
|
/** Create appMembership mutation key */ readonly create: () => readonly ["mutation", "appmembership", "create"];
|
|
621
609
|
/** Update appMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appmembership", "update", string | number];
|
|
622
610
|
/** Delete appMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appmembership", "delete", string | number];
|
|
623
611
|
};
|
|
612
|
+
export declare const userMutationKeys: {
|
|
613
|
+
/** All user mutation keys */ readonly all: readonly ["mutation", "user"];
|
|
614
|
+
/** Create user mutation key */ readonly create: () => readonly ["mutation", "user", "create"];
|
|
615
|
+
/** Update user mutation key */ readonly update: (id: string | number) => readonly ["mutation", "user", "update", string | number];
|
|
616
|
+
/** Delete user mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "user", "delete", string | number];
|
|
617
|
+
};
|
|
624
618
|
export declare const hierarchyModuleMutationKeys: {
|
|
625
619
|
/** All hierarchyModule mutation keys */ readonly all: readonly ["mutation", "hierarchymodule"];
|
|
626
620
|
/** Create hierarchyModule mutation key */ readonly create: () => readonly ["mutation", "hierarchymodule", "create"];
|
|
@@ -639,8 +633,8 @@ export declare const customMutationKeys: {
|
|
|
639
633
|
/** Mutation key for setPassword */ readonly setPassword: (identifier?: string) => readonly ["mutation", "setPassword", string] | readonly ["mutation", "setPassword"];
|
|
640
634
|
/** Mutation key for verifyEmail */ readonly verifyEmail: (identifier?: string) => readonly ["mutation", "verifyEmail", string] | readonly ["mutation", "verifyEmail"];
|
|
641
635
|
/** Mutation key for resetPassword */ readonly resetPassword: (identifier?: string) => readonly ["mutation", "resetPassword", string] | readonly ["mutation", "resetPassword"];
|
|
642
|
-
/** Mutation key for removeNodeAtPath */ readonly removeNodeAtPath: (identifier?: string) => readonly ["mutation", "removeNodeAtPath", string] | readonly ["mutation", "removeNodeAtPath"];
|
|
643
636
|
/** Mutation key for bootstrapUser */ readonly bootstrapUser: (identifier?: string) => readonly ["mutation", "bootstrapUser", string] | readonly ["mutation", "bootstrapUser"];
|
|
637
|
+
/** Mutation key for removeNodeAtPath */ readonly removeNodeAtPath: (identifier?: string) => readonly ["mutation", "removeNodeAtPath", string] | readonly ["mutation", "removeNodeAtPath"];
|
|
644
638
|
/** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
|
|
645
639
|
/** Mutation key for setPropsAndCommit */ readonly setPropsAndCommit: (identifier?: string) => readonly ["mutation", "setPropsAndCommit", string] | readonly ["mutation", "setPropsAndCommit"];
|
|
646
640
|
/** Mutation key for provisionDatabaseWithUser */ readonly provisionDatabaseWithUser: (identifier?: string) => readonly ["mutation", "provisionDatabaseWithUser", string] | readonly ["mutation", "provisionDatabaseWithUser"];
|
|
@@ -827,12 +821,6 @@ export declare const mutationKeys: {
|
|
|
827
821
|
/** Update viewRule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "viewrule", "update", string | number];
|
|
828
822
|
/** Delete viewRule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "viewrule", "delete", string | number];
|
|
829
823
|
};
|
|
830
|
-
readonly tableModule: {
|
|
831
|
-
/** All tableModule mutation keys */ readonly all: readonly ["mutation", "tablemodule"];
|
|
832
|
-
/** Create tableModule mutation key */ readonly create: () => readonly ["mutation", "tablemodule", "create"];
|
|
833
|
-
/** Update tableModule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "tablemodule", "update", string | number];
|
|
834
|
-
/** Delete tableModule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "tablemodule", "delete", string | number];
|
|
835
|
-
};
|
|
836
824
|
readonly tableTemplateModule: {
|
|
837
825
|
/** All tableTemplateModule mutation keys */ readonly all: readonly ["mutation", "tabletemplatemodule"];
|
|
838
826
|
/** Create tableTemplateModule mutation key */ readonly create: () => readonly ["mutation", "tabletemplatemodule", "create"];
|
|
@@ -1019,12 +1007,6 @@ export declare const mutationKeys: {
|
|
|
1019
1007
|
/** Update profilesModule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "profilesmodule", "update", string | number];
|
|
1020
1008
|
/** Delete profilesModule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "profilesmodule", "delete", string | number];
|
|
1021
1009
|
};
|
|
1022
|
-
readonly rlsModule: {
|
|
1023
|
-
/** All rlsModule mutation keys */ readonly all: readonly ["mutation", "rlsmodule"];
|
|
1024
|
-
/** Create rlsModule mutation key */ readonly create: () => readonly ["mutation", "rlsmodule", "create"];
|
|
1025
|
-
/** Update rlsModule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "rlsmodule", "update", string | number];
|
|
1026
|
-
/** Delete rlsModule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "rlsmodule", "delete", string | number];
|
|
1027
|
-
};
|
|
1028
1010
|
readonly secretsModule: {
|
|
1029
1011
|
/** All secretsModule mutation keys */ readonly all: readonly ["mutation", "secretsmodule"];
|
|
1030
1012
|
/** Create secretsModule mutation key */ readonly create: () => readonly ["mutation", "secretsmodule", "create"];
|
|
@@ -1187,6 +1169,12 @@ export declare const mutationKeys: {
|
|
|
1187
1169
|
/** Update appPermissionDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "apppermissiondefault", "update", string | number];
|
|
1188
1170
|
/** Delete appPermissionDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "apppermissiondefault", "delete", string | number];
|
|
1189
1171
|
};
|
|
1172
|
+
readonly cryptoAddress: {
|
|
1173
|
+
/** All cryptoAddress mutation keys */ readonly all: readonly ["mutation", "cryptoaddress"];
|
|
1174
|
+
/** Create cryptoAddress mutation key */ readonly create: () => readonly ["mutation", "cryptoaddress", "create"];
|
|
1175
|
+
/** Update cryptoAddress mutation key */ readonly update: (id: string | number) => readonly ["mutation", "cryptoaddress", "update", string | number];
|
|
1176
|
+
/** Delete cryptoAddress mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "cryptoaddress", "delete", string | number];
|
|
1177
|
+
};
|
|
1190
1178
|
readonly roleType: {
|
|
1191
1179
|
/** All roleType mutation keys */ readonly all: readonly ["mutation", "roletype"];
|
|
1192
1180
|
/** Create roleType mutation key */ readonly create: () => readonly ["mutation", "roletype", "create"];
|
|
@@ -1199,11 +1187,11 @@ export declare const mutationKeys: {
|
|
|
1199
1187
|
/** Update orgPermissionDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgpermissiondefault", "update", string | number];
|
|
1200
1188
|
/** Delete orgPermissionDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgpermissiondefault", "delete", string | number];
|
|
1201
1189
|
};
|
|
1202
|
-
readonly
|
|
1203
|
-
/** All
|
|
1204
|
-
/** Create
|
|
1205
|
-
/** Update
|
|
1206
|
-
/** Delete
|
|
1190
|
+
readonly phoneNumber: {
|
|
1191
|
+
/** All phoneNumber mutation keys */ readonly all: readonly ["mutation", "phonenumber"];
|
|
1192
|
+
/** Create phoneNumber mutation key */ readonly create: () => readonly ["mutation", "phonenumber", "create"];
|
|
1193
|
+
/** Update phoneNumber mutation key */ readonly update: (id: string | number) => readonly ["mutation", "phonenumber", "update", string | number];
|
|
1194
|
+
/** Delete phoneNumber mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "phonenumber", "delete", string | number];
|
|
1207
1195
|
};
|
|
1208
1196
|
readonly appLimitDefault: {
|
|
1209
1197
|
/** All appLimitDefault mutation keys */ readonly all: readonly ["mutation", "applimitdefault"];
|
|
@@ -1223,11 +1211,11 @@ export declare const mutationKeys: {
|
|
|
1223
1211
|
/** Update connectedAccount mutation key */ readonly update: (id: string | number) => readonly ["mutation", "connectedaccount", "update", string | number];
|
|
1224
1212
|
/** Delete connectedAccount mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "connectedaccount", "delete", string | number];
|
|
1225
1213
|
};
|
|
1226
|
-
readonly
|
|
1227
|
-
/** All
|
|
1228
|
-
/** Create
|
|
1229
|
-
/** Update
|
|
1230
|
-
/** Delete
|
|
1214
|
+
readonly nodeTypeRegistry: {
|
|
1215
|
+
/** All nodeTypeRegistry mutation keys */ readonly all: readonly ["mutation", "nodetyperegistry"];
|
|
1216
|
+
/** Create nodeTypeRegistry mutation key */ readonly create: () => readonly ["mutation", "nodetyperegistry", "create"];
|
|
1217
|
+
/** Update nodeTypeRegistry mutation key */ readonly update: (id: string | number) => readonly ["mutation", "nodetyperegistry", "update", string | number];
|
|
1218
|
+
/** Delete nodeTypeRegistry mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "nodetyperegistry", "delete", string | number];
|
|
1231
1219
|
};
|
|
1232
1220
|
readonly membershipType: {
|
|
1233
1221
|
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
@@ -1235,18 +1223,18 @@ export declare const mutationKeys: {
|
|
|
1235
1223
|
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
1236
1224
|
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
1237
1225
|
};
|
|
1238
|
-
readonly nodeTypeRegistry: {
|
|
1239
|
-
/** All nodeTypeRegistry mutation keys */ readonly all: readonly ["mutation", "nodetyperegistry"];
|
|
1240
|
-
/** Create nodeTypeRegistry mutation key */ readonly create: () => readonly ["mutation", "nodetyperegistry", "create"];
|
|
1241
|
-
/** Update nodeTypeRegistry mutation key */ readonly update: (id: string | number) => readonly ["mutation", "nodetyperegistry", "update", string | number];
|
|
1242
|
-
/** Delete nodeTypeRegistry mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "nodetyperegistry", "delete", string | number];
|
|
1243
|
-
};
|
|
1244
1226
|
readonly appMembershipDefault: {
|
|
1245
1227
|
/** All appMembershipDefault mutation keys */ readonly all: readonly ["mutation", "appmembershipdefault"];
|
|
1246
1228
|
/** Create appMembershipDefault mutation key */ readonly create: () => readonly ["mutation", "appmembershipdefault", "create"];
|
|
1247
1229
|
/** Update appMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appmembershipdefault", "update", string | number];
|
|
1248
1230
|
/** Delete appMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appmembershipdefault", "delete", string | number];
|
|
1249
1231
|
};
|
|
1232
|
+
readonly rlsModule: {
|
|
1233
|
+
/** All rlsModule mutation keys */ readonly all: readonly ["mutation", "rlsmodule"];
|
|
1234
|
+
/** Create rlsModule mutation key */ readonly create: () => readonly ["mutation", "rlsmodule", "create"];
|
|
1235
|
+
/** Update rlsModule mutation key */ readonly update: (id: string | number) => readonly ["mutation", "rlsmodule", "update", string | number];
|
|
1236
|
+
/** Delete rlsModule mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "rlsmodule", "delete", string | number];
|
|
1237
|
+
};
|
|
1250
1238
|
readonly commit: {
|
|
1251
1239
|
/** All commit mutation keys */ readonly all: readonly ["mutation", "commit"];
|
|
1252
1240
|
/** Create commit mutation key */ readonly create: () => readonly ["mutation", "commit", "create"];
|
|
@@ -1271,36 +1259,36 @@ export declare const mutationKeys: {
|
|
|
1271
1259
|
/** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
|
|
1272
1260
|
/** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
|
|
1273
1261
|
};
|
|
1274
|
-
readonly email: {
|
|
1275
|
-
/** All email mutation keys */ readonly all: readonly ["mutation", "email"];
|
|
1276
|
-
/** Create email mutation key */ readonly create: () => readonly ["mutation", "email", "create"];
|
|
1277
|
-
/** Update email mutation key */ readonly update: (id: string | number) => readonly ["mutation", "email", "update", string | number];
|
|
1278
|
-
/** Delete email mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "email", "delete", string | number];
|
|
1279
|
-
};
|
|
1280
1262
|
readonly sqlMigration: {
|
|
1281
1263
|
/** All sqlMigration mutation keys */ readonly all: readonly ["mutation", "sqlmigration"];
|
|
1282
1264
|
/** Create sqlMigration mutation key */ readonly create: () => readonly ["mutation", "sqlmigration", "create"];
|
|
1283
1265
|
/** Update sqlMigration mutation key */ readonly update: (id: string | number) => readonly ["mutation", "sqlmigration", "update", string | number];
|
|
1284
1266
|
/** Delete sqlMigration mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "sqlmigration", "delete", string | number];
|
|
1285
1267
|
};
|
|
1268
|
+
readonly email: {
|
|
1269
|
+
/** All email mutation keys */ readonly all: readonly ["mutation", "email"];
|
|
1270
|
+
/** Create email mutation key */ readonly create: () => readonly ["mutation", "email", "create"];
|
|
1271
|
+
/** Update email mutation key */ readonly update: (id: string | number) => readonly ["mutation", "email", "update", string | number];
|
|
1272
|
+
/** Delete email mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "email", "delete", string | number];
|
|
1273
|
+
};
|
|
1286
1274
|
readonly astMigration: {
|
|
1287
1275
|
/** All astMigration mutation keys */ readonly all: readonly ["mutation", "astmigration"];
|
|
1288
1276
|
/** Create astMigration mutation key */ readonly create: () => readonly ["mutation", "astmigration", "create"];
|
|
1289
1277
|
/** Update astMigration mutation key */ readonly update: (id: string | number) => readonly ["mutation", "astmigration", "update", string | number];
|
|
1290
1278
|
/** Delete astMigration mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "astmigration", "delete", string | number];
|
|
1291
1279
|
};
|
|
1292
|
-
readonly user: {
|
|
1293
|
-
/** All user mutation keys */ readonly all: readonly ["mutation", "user"];
|
|
1294
|
-
/** Create user mutation key */ readonly create: () => readonly ["mutation", "user", "create"];
|
|
1295
|
-
/** Update user mutation key */ readonly update: (id: string | number) => readonly ["mutation", "user", "update", string | number];
|
|
1296
|
-
/** Delete user mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "user", "delete", string | number];
|
|
1297
|
-
};
|
|
1298
1280
|
readonly appMembership: {
|
|
1299
1281
|
/** All appMembership mutation keys */ readonly all: readonly ["mutation", "appmembership"];
|
|
1300
1282
|
/** Create appMembership mutation key */ readonly create: () => readonly ["mutation", "appmembership", "create"];
|
|
1301
1283
|
/** Update appMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "appmembership", "update", string | number];
|
|
1302
1284
|
/** Delete appMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "appmembership", "delete", string | number];
|
|
1303
1285
|
};
|
|
1286
|
+
readonly user: {
|
|
1287
|
+
/** All user mutation keys */ readonly all: readonly ["mutation", "user"];
|
|
1288
|
+
/** Create user mutation key */ readonly create: () => readonly ["mutation", "user", "create"];
|
|
1289
|
+
/** Update user mutation key */ readonly update: (id: string | number) => readonly ["mutation", "user", "update", string | number];
|
|
1290
|
+
/** Delete user mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "user", "delete", string | number];
|
|
1291
|
+
};
|
|
1304
1292
|
readonly hierarchyModule: {
|
|
1305
1293
|
/** All hierarchyModule mutation keys */ readonly all: readonly ["mutation", "hierarchymodule"];
|
|
1306
1294
|
/** Create hierarchyModule mutation key */ readonly create: () => readonly ["mutation", "hierarchymodule", "create"];
|
|
@@ -1319,8 +1307,8 @@ export declare const mutationKeys: {
|
|
|
1319
1307
|
/** Mutation key for setPassword */ readonly setPassword: (identifier?: string) => readonly ["mutation", "setPassword", string] | readonly ["mutation", "setPassword"];
|
|
1320
1308
|
/** Mutation key for verifyEmail */ readonly verifyEmail: (identifier?: string) => readonly ["mutation", "verifyEmail", string] | readonly ["mutation", "verifyEmail"];
|
|
1321
1309
|
/** Mutation key for resetPassword */ readonly resetPassword: (identifier?: string) => readonly ["mutation", "resetPassword", string] | readonly ["mutation", "resetPassword"];
|
|
1322
|
-
/** Mutation key for removeNodeAtPath */ readonly removeNodeAtPath: (identifier?: string) => readonly ["mutation", "removeNodeAtPath", string] | readonly ["mutation", "removeNodeAtPath"];
|
|
1323
1310
|
/** Mutation key for bootstrapUser */ readonly bootstrapUser: (identifier?: string) => readonly ["mutation", "bootstrapUser", string] | readonly ["mutation", "bootstrapUser"];
|
|
1311
|
+
/** Mutation key for removeNodeAtPath */ readonly removeNodeAtPath: (identifier?: string) => readonly ["mutation", "removeNodeAtPath", string] | readonly ["mutation", "removeNodeAtPath"];
|
|
1324
1312
|
/** Mutation key for setDataAtPath */ readonly setDataAtPath: (identifier?: string) => readonly ["mutation", "setDataAtPath", string] | readonly ["mutation", "setDataAtPath"];
|
|
1325
1313
|
/** Mutation key for setPropsAndCommit */ readonly setPropsAndCommit: (identifier?: string) => readonly ["mutation", "setPropsAndCommit", string] | readonly ["mutation", "setPropsAndCommit"];
|
|
1326
1314
|
/** Mutation key for provisionDatabaseWithUser */ readonly provisionDatabaseWithUser: (identifier?: string) => readonly ["mutation", "provisionDatabaseWithUser", string] | readonly ["mutation", "provisionDatabaseWithUser"];
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* DO NOT EDIT - changes will be overwritten
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.levelsModuleMutationKeys = exports.invitesModuleMutationKeys = exports.fieldModuleMutationKeys = exports.encryptedSecretsModuleMutationKeys = exports.emailsModuleMutationKeys = exports.denormalizedTableFieldMutationKeys = exports.defaultIdsModuleMutationKeys = exports.cryptoAuthModuleMutationKeys = exports.cryptoAddressesModuleMutationKeys = exports.connectedAccountsModuleMutationKeys = exports.appMutationKeys = exports.siteMutationKeys = exports.apiMutationKeys = exports.triggerFunctionMutationKeys = exports.siteThemeMutationKeys = exports.siteModuleMutationKeys = exports.siteMetadatumMutationKeys = exports.domainMutationKeys = exports.apiModuleMutationKeys = exports.apiSchemaMutationKeys = exports.defaultPrivilegeMutationKeys = exports.schemaGrantMutationKeys = exports.relationProvisionMutationKeys = exports.secureTableProvisionMutationKeys = exports.tableTemplateModuleMutationKeys = exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.mutationKeys = exports.customMutationKeys = exports.hierarchyModuleMutationKeys = exports.
|
|
8
|
+
exports.limitsModuleMutationKeys = exports.levelsModuleMutationKeys = exports.invitesModuleMutationKeys = exports.fieldModuleMutationKeys = exports.encryptedSecretsModuleMutationKeys = exports.emailsModuleMutationKeys = exports.denormalizedTableFieldMutationKeys = exports.defaultIdsModuleMutationKeys = exports.cryptoAuthModuleMutationKeys = exports.cryptoAddressesModuleMutationKeys = exports.connectedAccountsModuleMutationKeys = exports.appMutationKeys = exports.siteMutationKeys = exports.apiMutationKeys = exports.triggerFunctionMutationKeys = exports.siteThemeMutationKeys = exports.siteModuleMutationKeys = exports.siteMetadatumMutationKeys = exports.domainMutationKeys = exports.apiModuleMutationKeys = exports.apiSchemaMutationKeys = exports.defaultPrivilegeMutationKeys = exports.schemaGrantMutationKeys = exports.relationProvisionMutationKeys = exports.secureTableProvisionMutationKeys = exports.tableTemplateModuleMutationKeys = exports.viewRuleMutationKeys = exports.viewGrantMutationKeys = exports.viewTableMutationKeys = exports.viewMutationKeys = exports.uniqueConstraintMutationKeys = exports.triggerMutationKeys = exports.tableGrantMutationKeys = exports.primaryKeyConstraintMutationKeys = exports.policyMutationKeys = exports.indexMutationKeys = exports.fullTextSearchMutationKeys = exports.foreignKeyConstraintMutationKeys = exports.fieldMutationKeys = exports.checkConstraintMutationKeys = exports.tableMutationKeys = exports.schemaMutationKeys = exports.databaseMutationKeys = exports.appLevelRequirementMutationKeys = exports.objectMutationKeys = exports.orgPermissionMutationKeys = exports.appPermissionMutationKeys = exports.getAllRecordMutationKeys = exports.orgGetSubordinatesRecordMutationKeys = exports.orgGetManagersRecordMutationKeys = void 0;
|
|
9
|
+
exports.astMigrationMutationKeys = exports.emailMutationKeys = exports.sqlMigrationMutationKeys = exports.appLevelMutationKeys = exports.auditLogMutationKeys = exports.orgMembershipDefaultMutationKeys = exports.commitMutationKeys = exports.rlsModuleMutationKeys = exports.appMembershipDefaultMutationKeys = exports.membershipTypeMutationKeys = exports.nodeTypeRegistryMutationKeys = exports.connectedAccountMutationKeys = exports.orgLimitDefaultMutationKeys = exports.appLimitDefaultMutationKeys = exports.phoneNumberMutationKeys = exports.orgPermissionDefaultMutationKeys = exports.roleTypeMutationKeys = exports.cryptoAddressMutationKeys = exports.appPermissionDefaultMutationKeys = exports.storeMutationKeys = exports.refMutationKeys = exports.orgClaimedInviteMutationKeys = exports.orgInviteMutationKeys = exports.claimedInviteMutationKeys = exports.inviteMutationKeys = exports.appAchievementMutationKeys = exports.appStepMutationKeys = exports.orgLimitMutationKeys = exports.appLimitMutationKeys = exports.orgChartEdgeGrantMutationKeys = exports.orgChartEdgeMutationKeys = exports.orgGrantMutationKeys = exports.orgOwnerGrantMutationKeys = exports.orgAdminGrantMutationKeys = exports.orgMemberMutationKeys = exports.orgMembershipMutationKeys = exports.appGrantMutationKeys = exports.appOwnerGrantMutationKeys = exports.appAdminGrantMutationKeys = exports.databaseProvisionModuleMutationKeys = exports.uuidModuleMutationKeys = exports.usersModuleMutationKeys = exports.userAuthModuleMutationKeys = exports.sessionsModuleMutationKeys = exports.secretsModuleMutationKeys = exports.profilesModuleMutationKeys = exports.phoneNumbersModuleMutationKeys = exports.permissionsModuleMutationKeys = exports.membershipsModuleMutationKeys = exports.membershipTypesModuleMutationKeys = void 0;
|
|
10
|
+
exports.mutationKeys = exports.customMutationKeys = exports.hierarchyModuleMutationKeys = exports.userMutationKeys = exports.appMembershipMutationKeys = void 0;
|
|
11
11
|
// ============================================================================
|
|
12
12
|
// Mutation keys for tracking in-flight mutations
|
|
13
13
|
//
|
|
@@ -167,12 +167,6 @@ exports.viewRuleMutationKeys = {
|
|
|
167
167
|
/** Update viewRule mutation key */ update: (id) => ['mutation', 'viewrule', 'update', id],
|
|
168
168
|
/** Delete viewRule mutation key */ delete: (id) => ['mutation', 'viewrule', 'delete', id],
|
|
169
169
|
};
|
|
170
|
-
exports.tableModuleMutationKeys = {
|
|
171
|
-
/** All tableModule mutation keys */ all: ['mutation', 'tablemodule'],
|
|
172
|
-
/** Create tableModule mutation key */ create: () => ['mutation', 'tablemodule', 'create'],
|
|
173
|
-
/** Update tableModule mutation key */ update: (id) => ['mutation', 'tablemodule', 'update', id],
|
|
174
|
-
/** Delete tableModule mutation key */ delete: (id) => ['mutation', 'tablemodule', 'delete', id],
|
|
175
|
-
};
|
|
176
170
|
exports.tableTemplateModuleMutationKeys = {
|
|
177
171
|
/** All tableTemplateModule mutation keys */ all: ['mutation', 'tabletemplatemodule'],
|
|
178
172
|
/** Create tableTemplateModule mutation key */ create: () => ['mutation', 'tabletemplatemodule', 'create'],
|
|
@@ -374,12 +368,6 @@ exports.profilesModuleMutationKeys = {
|
|
|
374
368
|
/** Update profilesModule mutation key */ update: (id) => ['mutation', 'profilesmodule', 'update', id],
|
|
375
369
|
/** Delete profilesModule mutation key */ delete: (id) => ['mutation', 'profilesmodule', 'delete', id],
|
|
376
370
|
};
|
|
377
|
-
exports.rlsModuleMutationKeys = {
|
|
378
|
-
/** All rlsModule mutation keys */ all: ['mutation', 'rlsmodule'],
|
|
379
|
-
/** Create rlsModule mutation key */ create: () => ['mutation', 'rlsmodule', 'create'],
|
|
380
|
-
/** Update rlsModule mutation key */ update: (id) => ['mutation', 'rlsmodule', 'update', id],
|
|
381
|
-
/** Delete rlsModule mutation key */ delete: (id) => ['mutation', 'rlsmodule', 'delete', id],
|
|
382
|
-
};
|
|
383
371
|
exports.secretsModuleMutationKeys = {
|
|
384
372
|
/** All secretsModule mutation keys */ all: ['mutation', 'secretsmodule'],
|
|
385
373
|
/** Create secretsModule mutation key */ create: () => ['mutation', 'secretsmodule', 'create'],
|
|
@@ -545,6 +533,12 @@ exports.appPermissionDefaultMutationKeys = {
|
|
|
545
533
|
/** Update appPermissionDefault mutation key */ update: (id) => ['mutation', 'apppermissiondefault', 'update', id],
|
|
546
534
|
/** Delete appPermissionDefault mutation key */ delete: (id) => ['mutation', 'apppermissiondefault', 'delete', id],
|
|
547
535
|
};
|
|
536
|
+
exports.cryptoAddressMutationKeys = {
|
|
537
|
+
/** All cryptoAddress mutation keys */ all: ['mutation', 'cryptoaddress'],
|
|
538
|
+
/** Create cryptoAddress mutation key */ create: () => ['mutation', 'cryptoaddress', 'create'],
|
|
539
|
+
/** Update cryptoAddress mutation key */ update: (id) => ['mutation', 'cryptoaddress', 'update', id],
|
|
540
|
+
/** Delete cryptoAddress mutation key */ delete: (id) => ['mutation', 'cryptoaddress', 'delete', id],
|
|
541
|
+
};
|
|
548
542
|
exports.roleTypeMutationKeys = {
|
|
549
543
|
/** All roleType mutation keys */ all: ['mutation', 'roletype'],
|
|
550
544
|
/** Create roleType mutation key */ create: () => ['mutation', 'roletype', 'create'],
|
|
@@ -557,11 +551,11 @@ exports.orgPermissionDefaultMutationKeys = {
|
|
|
557
551
|
/** Update orgPermissionDefault mutation key */ update: (id) => ['mutation', 'orgpermissiondefault', 'update', id],
|
|
558
552
|
/** Delete orgPermissionDefault mutation key */ delete: (id) => ['mutation', 'orgpermissiondefault', 'delete', id],
|
|
559
553
|
};
|
|
560
|
-
exports.
|
|
561
|
-
/** All
|
|
562
|
-
/** Create
|
|
563
|
-
/** Update
|
|
564
|
-
/** Delete
|
|
554
|
+
exports.phoneNumberMutationKeys = {
|
|
555
|
+
/** All phoneNumber mutation keys */ all: ['mutation', 'phonenumber'],
|
|
556
|
+
/** Create phoneNumber mutation key */ create: () => ['mutation', 'phonenumber', 'create'],
|
|
557
|
+
/** Update phoneNumber mutation key */ update: (id) => ['mutation', 'phonenumber', 'update', id],
|
|
558
|
+
/** Delete phoneNumber mutation key */ delete: (id) => ['mutation', 'phonenumber', 'delete', id],
|
|
565
559
|
};
|
|
566
560
|
exports.appLimitDefaultMutationKeys = {
|
|
567
561
|
/** All appLimitDefault mutation keys */ all: ['mutation', 'applimitdefault'],
|
|
@@ -581,11 +575,11 @@ exports.connectedAccountMutationKeys = {
|
|
|
581
575
|
/** Update connectedAccount mutation key */ update: (id) => ['mutation', 'connectedaccount', 'update', id],
|
|
582
576
|
/** Delete connectedAccount mutation key */ delete: (id) => ['mutation', 'connectedaccount', 'delete', id],
|
|
583
577
|
};
|
|
584
|
-
exports.
|
|
585
|
-
/** All
|
|
586
|
-
/** Create
|
|
587
|
-
/** Update
|
|
588
|
-
/** Delete
|
|
578
|
+
exports.nodeTypeRegistryMutationKeys = {
|
|
579
|
+
/** All nodeTypeRegistry mutation keys */ all: ['mutation', 'nodetyperegistry'],
|
|
580
|
+
/** Create nodeTypeRegistry mutation key */ create: () => ['mutation', 'nodetyperegistry', 'create'],
|
|
581
|
+
/** Update nodeTypeRegistry mutation key */ update: (id) => ['mutation', 'nodetyperegistry', 'update', id],
|
|
582
|
+
/** Delete nodeTypeRegistry mutation key */ delete: (id) => ['mutation', 'nodetyperegistry', 'delete', id],
|
|
589
583
|
};
|
|
590
584
|
exports.membershipTypeMutationKeys = {
|
|
591
585
|
/** All membershipType mutation keys */ all: ['mutation', 'membershiptype'],
|
|
@@ -593,18 +587,18 @@ exports.membershipTypeMutationKeys = {
|
|
|
593
587
|
/** Update membershipType mutation key */ update: (id) => ['mutation', 'membershiptype', 'update', id],
|
|
594
588
|
/** Delete membershipType mutation key */ delete: (id) => ['mutation', 'membershiptype', 'delete', id],
|
|
595
589
|
};
|
|
596
|
-
exports.nodeTypeRegistryMutationKeys = {
|
|
597
|
-
/** All nodeTypeRegistry mutation keys */ all: ['mutation', 'nodetyperegistry'],
|
|
598
|
-
/** Create nodeTypeRegistry mutation key */ create: () => ['mutation', 'nodetyperegistry', 'create'],
|
|
599
|
-
/** Update nodeTypeRegistry mutation key */ update: (id) => ['mutation', 'nodetyperegistry', 'update', id],
|
|
600
|
-
/** Delete nodeTypeRegistry mutation key */ delete: (id) => ['mutation', 'nodetyperegistry', 'delete', id],
|
|
601
|
-
};
|
|
602
590
|
exports.appMembershipDefaultMutationKeys = {
|
|
603
591
|
/** All appMembershipDefault mutation keys */ all: ['mutation', 'appmembershipdefault'],
|
|
604
592
|
/** Create appMembershipDefault mutation key */ create: () => ['mutation', 'appmembershipdefault', 'create'],
|
|
605
593
|
/** Update appMembershipDefault mutation key */ update: (id) => ['mutation', 'appmembershipdefault', 'update', id],
|
|
606
594
|
/** Delete appMembershipDefault mutation key */ delete: (id) => ['mutation', 'appmembershipdefault', 'delete', id],
|
|
607
595
|
};
|
|
596
|
+
exports.rlsModuleMutationKeys = {
|
|
597
|
+
/** All rlsModule mutation keys */ all: ['mutation', 'rlsmodule'],
|
|
598
|
+
/** Create rlsModule mutation key */ create: () => ['mutation', 'rlsmodule', 'create'],
|
|
599
|
+
/** Update rlsModule mutation key */ update: (id) => ['mutation', 'rlsmodule', 'update', id],
|
|
600
|
+
/** Delete rlsModule mutation key */ delete: (id) => ['mutation', 'rlsmodule', 'delete', id],
|
|
601
|
+
};
|
|
608
602
|
exports.commitMutationKeys = {
|
|
609
603
|
/** All commit mutation keys */ all: ['mutation', 'commit'],
|
|
610
604
|
/** Create commit mutation key */ create: () => ['mutation', 'commit', 'create'],
|
|
@@ -629,36 +623,36 @@ exports.appLevelMutationKeys = {
|
|
|
629
623
|
/** Update appLevel mutation key */ update: (id) => ['mutation', 'applevel', 'update', id],
|
|
630
624
|
/** Delete appLevel mutation key */ delete: (id) => ['mutation', 'applevel', 'delete', id],
|
|
631
625
|
};
|
|
632
|
-
exports.emailMutationKeys = {
|
|
633
|
-
/** All email mutation keys */ all: ['mutation', 'email'],
|
|
634
|
-
/** Create email mutation key */ create: () => ['mutation', 'email', 'create'],
|
|
635
|
-
/** Update email mutation key */ update: (id) => ['mutation', 'email', 'update', id],
|
|
636
|
-
/** Delete email mutation key */ delete: (id) => ['mutation', 'email', 'delete', id],
|
|
637
|
-
};
|
|
638
626
|
exports.sqlMigrationMutationKeys = {
|
|
639
627
|
/** All sqlMigration mutation keys */ all: ['mutation', 'sqlmigration'],
|
|
640
628
|
/** Create sqlMigration mutation key */ create: () => ['mutation', 'sqlmigration', 'create'],
|
|
641
629
|
/** Update sqlMigration mutation key */ update: (id) => ['mutation', 'sqlmigration', 'update', id],
|
|
642
630
|
/** Delete sqlMigration mutation key */ delete: (id) => ['mutation', 'sqlmigration', 'delete', id],
|
|
643
631
|
};
|
|
632
|
+
exports.emailMutationKeys = {
|
|
633
|
+
/** All email mutation keys */ all: ['mutation', 'email'],
|
|
634
|
+
/** Create email mutation key */ create: () => ['mutation', 'email', 'create'],
|
|
635
|
+
/** Update email mutation key */ update: (id) => ['mutation', 'email', 'update', id],
|
|
636
|
+
/** Delete email mutation key */ delete: (id) => ['mutation', 'email', 'delete', id],
|
|
637
|
+
};
|
|
644
638
|
exports.astMigrationMutationKeys = {
|
|
645
639
|
/** All astMigration mutation keys */ all: ['mutation', 'astmigration'],
|
|
646
640
|
/** Create astMigration mutation key */ create: () => ['mutation', 'astmigration', 'create'],
|
|
647
641
|
/** Update astMigration mutation key */ update: (id) => ['mutation', 'astmigration', 'update', id],
|
|
648
642
|
/** Delete astMigration mutation key */ delete: (id) => ['mutation', 'astmigration', 'delete', id],
|
|
649
643
|
};
|
|
650
|
-
exports.userMutationKeys = {
|
|
651
|
-
/** All user mutation keys */ all: ['mutation', 'user'],
|
|
652
|
-
/** Create user mutation key */ create: () => ['mutation', 'user', 'create'],
|
|
653
|
-
/** Update user mutation key */ update: (id) => ['mutation', 'user', 'update', id],
|
|
654
|
-
/** Delete user mutation key */ delete: (id) => ['mutation', 'user', 'delete', id],
|
|
655
|
-
};
|
|
656
644
|
exports.appMembershipMutationKeys = {
|
|
657
645
|
/** All appMembership mutation keys */ all: ['mutation', 'appmembership'],
|
|
658
646
|
/** Create appMembership mutation key */ create: () => ['mutation', 'appmembership', 'create'],
|
|
659
647
|
/** Update appMembership mutation key */ update: (id) => ['mutation', 'appmembership', 'update', id],
|
|
660
648
|
/** Delete appMembership mutation key */ delete: (id) => ['mutation', 'appmembership', 'delete', id],
|
|
661
649
|
};
|
|
650
|
+
exports.userMutationKeys = {
|
|
651
|
+
/** All user mutation keys */ all: ['mutation', 'user'],
|
|
652
|
+
/** Create user mutation key */ create: () => ['mutation', 'user', 'create'],
|
|
653
|
+
/** Update user mutation key */ update: (id) => ['mutation', 'user', 'update', id],
|
|
654
|
+
/** Delete user mutation key */ delete: (id) => ['mutation', 'user', 'delete', id],
|
|
655
|
+
};
|
|
662
656
|
exports.hierarchyModuleMutationKeys = {
|
|
663
657
|
/** All hierarchyModule mutation keys */ all: ['mutation', 'hierarchymodule'],
|
|
664
658
|
/** Create hierarchyModule mutation key */ create: () => ['mutation', 'hierarchymodule', 'create'],
|
|
@@ -702,12 +696,12 @@ exports.customMutationKeys = {
|
|
|
702
696
|
/** Mutation key for resetPassword */ resetPassword: (identifier) => identifier
|
|
703
697
|
? ['mutation', 'resetPassword', identifier]
|
|
704
698
|
: ['mutation', 'resetPassword'],
|
|
705
|
-
/** Mutation key for removeNodeAtPath */ removeNodeAtPath: (identifier) => identifier
|
|
706
|
-
? ['mutation', 'removeNodeAtPath', identifier]
|
|
707
|
-
: ['mutation', 'removeNodeAtPath'],
|
|
708
699
|
/** Mutation key for bootstrapUser */ bootstrapUser: (identifier) => identifier
|
|
709
700
|
? ['mutation', 'bootstrapUser', identifier]
|
|
710
701
|
: ['mutation', 'bootstrapUser'],
|
|
702
|
+
/** Mutation key for removeNodeAtPath */ removeNodeAtPath: (identifier) => identifier
|
|
703
|
+
? ['mutation', 'removeNodeAtPath', identifier]
|
|
704
|
+
: ['mutation', 'removeNodeAtPath'],
|
|
711
705
|
/** Mutation key for setDataAtPath */ setDataAtPath: (identifier) => identifier
|
|
712
706
|
? ['mutation', 'setDataAtPath', identifier]
|
|
713
707
|
: ['mutation', 'setDataAtPath'],
|
|
@@ -806,7 +800,6 @@ exports.mutationKeys = {
|
|
|
806
800
|
viewTable: exports.viewTableMutationKeys,
|
|
807
801
|
viewGrant: exports.viewGrantMutationKeys,
|
|
808
802
|
viewRule: exports.viewRuleMutationKeys,
|
|
809
|
-
tableModule: exports.tableModuleMutationKeys,
|
|
810
803
|
tableTemplateModule: exports.tableTemplateModuleMutationKeys,
|
|
811
804
|
secureTableProvision: exports.secureTableProvisionMutationKeys,
|
|
812
805
|
relationProvision: exports.relationProvisionMutationKeys,
|
|
@@ -838,7 +831,6 @@ exports.mutationKeys = {
|
|
|
838
831
|
permissionsModule: exports.permissionsModuleMutationKeys,
|
|
839
832
|
phoneNumbersModule: exports.phoneNumbersModuleMutationKeys,
|
|
840
833
|
profilesModule: exports.profilesModuleMutationKeys,
|
|
841
|
-
rlsModule: exports.rlsModuleMutationKeys,
|
|
842
834
|
secretsModule: exports.secretsModuleMutationKeys,
|
|
843
835
|
sessionsModule: exports.sessionsModuleMutationKeys,
|
|
844
836
|
userAuthModule: exports.userAuthModuleMutationKeys,
|
|
@@ -866,25 +858,26 @@ exports.mutationKeys = {
|
|
|
866
858
|
ref: exports.refMutationKeys,
|
|
867
859
|
store: exports.storeMutationKeys,
|
|
868
860
|
appPermissionDefault: exports.appPermissionDefaultMutationKeys,
|
|
861
|
+
cryptoAddress: exports.cryptoAddressMutationKeys,
|
|
869
862
|
roleType: exports.roleTypeMutationKeys,
|
|
870
863
|
orgPermissionDefault: exports.orgPermissionDefaultMutationKeys,
|
|
871
|
-
|
|
864
|
+
phoneNumber: exports.phoneNumberMutationKeys,
|
|
872
865
|
appLimitDefault: exports.appLimitDefaultMutationKeys,
|
|
873
866
|
orgLimitDefault: exports.orgLimitDefaultMutationKeys,
|
|
874
867
|
connectedAccount: exports.connectedAccountMutationKeys,
|
|
875
|
-
phoneNumber: exports.phoneNumberMutationKeys,
|
|
876
|
-
membershipType: exports.membershipTypeMutationKeys,
|
|
877
868
|
nodeTypeRegistry: exports.nodeTypeRegistryMutationKeys,
|
|
869
|
+
membershipType: exports.membershipTypeMutationKeys,
|
|
878
870
|
appMembershipDefault: exports.appMembershipDefaultMutationKeys,
|
|
871
|
+
rlsModule: exports.rlsModuleMutationKeys,
|
|
879
872
|
commit: exports.commitMutationKeys,
|
|
880
873
|
orgMembershipDefault: exports.orgMembershipDefaultMutationKeys,
|
|
881
874
|
auditLog: exports.auditLogMutationKeys,
|
|
882
875
|
appLevel: exports.appLevelMutationKeys,
|
|
883
|
-
email: exports.emailMutationKeys,
|
|
884
876
|
sqlMigration: exports.sqlMigrationMutationKeys,
|
|
877
|
+
email: exports.emailMutationKeys,
|
|
885
878
|
astMigration: exports.astMigrationMutationKeys,
|
|
886
|
-
user: exports.userMutationKeys,
|
|
887
879
|
appMembership: exports.appMembershipMutationKeys,
|
|
880
|
+
user: exports.userMutationKeys,
|
|
888
881
|
hierarchyModule: exports.hierarchyModuleMutationKeys,
|
|
889
882
|
custom: exports.customMutationKeys,
|
|
890
883
|
};
|