@constructive-io/react 0.6.1 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/hooks/index.d.ts +1 -1
- package/admin/hooks/index.js +1 -1
- package/admin/hooks/invalidation.d.ts +18 -18
- package/admin/hooks/invalidation.js +45 -45
- package/admin/hooks/mutation-keys.d.ts +36 -36
- package/admin/hooks/mutation-keys.js +22 -22
- package/admin/hooks/mutations/index.d.ts +9 -9
- package/admin/hooks/mutations/index.js +9 -9
- package/admin/hooks/queries/index.d.ts +6 -6
- package/admin/hooks/queries/index.js +6 -6
- package/admin/hooks/query-keys.d.ts +42 -42
- package/admin/hooks/query-keys.js +25 -25
- package/admin/orm/index.d.ts +6 -6
- package/admin/orm/index.js +6 -6
- package/admin/orm/input-types.d.ts +489 -667
- package/admin/orm/models/appAchievement.d.ts +1 -1
- package/admin/orm/models/appAdminGrant.d.ts +1 -1
- package/admin/orm/models/appGrant.d.ts +1 -1
- package/admin/orm/models/appLevel.d.ts +1 -1
- package/admin/orm/models/appLevelRequirement.d.ts +1 -1
- package/admin/orm/models/appLimit.d.ts +1 -1
- package/admin/orm/models/appLimitDefault.d.ts +1 -1
- package/admin/orm/models/appMembership.d.ts +1 -1
- package/admin/orm/models/appMembershipDefault.d.ts +1 -1
- package/admin/orm/models/appOwnerGrant.d.ts +1 -1
- package/admin/orm/models/appPermission.d.ts +1 -1
- package/admin/orm/models/appPermissionDefault.d.ts +1 -1
- package/admin/orm/models/appStep.d.ts +1 -1
- package/admin/orm/models/claimedInvite.d.ts +1 -1
- package/admin/orm/models/index.d.ts +3 -3
- package/admin/orm/models/index.js +7 -7
- package/admin/orm/models/invite.d.ts +1 -1
- package/admin/orm/models/membershipType.d.ts +1 -1
- package/admin/orm/models/orgAdminGrant.d.ts +1 -1
- package/admin/orm/models/orgChartEdge.d.ts +1 -1
- package/admin/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/admin/orm/models/orgClaimedInvite.d.ts +1 -1
- package/admin/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/admin/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/admin/orm/models/orgGrant.d.ts +1 -1
- package/admin/orm/models/orgInvite.d.ts +1 -1
- package/admin/orm/models/orgLimit.d.ts +1 -1
- package/admin/orm/models/orgLimitDefault.d.ts +1 -1
- package/admin/orm/models/orgMember.d.ts +1 -1
- package/admin/orm/models/orgMembership.d.ts +1 -1
- package/admin/orm/models/orgMembershipDefault.d.ts +1 -1
- package/admin/orm/models/orgOwnerGrant.d.ts +1 -1
- package/admin/orm/models/orgPermission.d.ts +1 -1
- package/admin/orm/models/orgPermissionDefault.d.ts +1 -1
- package/admin/orm/query-builder.d.ts +6 -4
- package/admin/orm/query-builder.js +13 -5
- package/admin/orm/select-types.d.ts +4 -2
- package/admin/schema-types.d.ts +475 -983
- package/admin/types.d.ts +55 -29
- package/auth/hooks/index.d.ts +1 -1
- package/auth/hooks/index.js +1 -1
- package/auth/hooks/invalidation.d.ts +6 -6
- package/auth/hooks/invalidation.js +15 -15
- package/auth/hooks/mutation-keys.d.ts +12 -12
- package/auth/hooks/mutation-keys.js +8 -8
- package/auth/hooks/mutations/index.d.ts +3 -3
- package/auth/hooks/mutations/index.js +3 -3
- package/auth/hooks/queries/index.d.ts +2 -2
- package/auth/hooks/queries/index.js +2 -2
- package/auth/hooks/query-keys.d.ts +14 -14
- package/auth/hooks/query-keys.js +9 -9
- package/auth/orm/index.d.ts +2 -2
- package/auth/orm/index.js +2 -2
- package/auth/orm/input-types.d.ts +196 -162
- package/auth/orm/models/auditLog.d.ts +1 -1
- package/auth/orm/models/connectedAccount.d.ts +1 -1
- package/auth/orm/models/cryptoAddress.d.ts +1 -1
- package/auth/orm/models/email.d.ts +1 -1
- package/auth/orm/models/index.d.ts +1 -1
- package/auth/orm/models/index.js +3 -3
- package/auth/orm/models/phoneNumber.d.ts +1 -1
- package/auth/orm/models/roleType.d.ts +1 -1
- package/auth/orm/models/user.d.ts +1 -1
- package/auth/orm/query-builder.d.ts +6 -4
- package/auth/orm/query-builder.js +13 -5
- package/auth/orm/select-types.d.ts +4 -2
- package/auth/schema-types.d.ts +226 -270
- package/auth/types.d.ts +23 -4
- package/esm/admin/hooks/index.d.ts +1 -1
- package/esm/admin/hooks/index.js +1 -1
- package/esm/admin/hooks/invalidation.d.ts +18 -18
- package/esm/admin/hooks/invalidation.js +46 -46
- package/esm/admin/hooks/mutation-keys.d.ts +36 -36
- package/esm/admin/hooks/mutation-keys.js +21 -21
- package/esm/admin/hooks/mutations/index.d.ts +9 -9
- package/esm/admin/hooks/mutations/index.js +9 -9
- package/esm/admin/hooks/queries/index.d.ts +6 -6
- package/esm/admin/hooks/queries/index.js +6 -6
- package/esm/admin/hooks/query-keys.d.ts +42 -42
- package/esm/admin/hooks/query-keys.js +24 -24
- package/esm/admin/orm/index.d.ts +6 -6
- package/esm/admin/orm/index.js +6 -6
- package/esm/admin/orm/input-types.d.ts +489 -667
- package/esm/admin/orm/models/appAchievement.d.ts +1 -1
- package/esm/admin/orm/models/appAdminGrant.d.ts +1 -1
- package/esm/admin/orm/models/appGrant.d.ts +1 -1
- package/esm/admin/orm/models/appLevel.d.ts +1 -1
- package/esm/admin/orm/models/appLevelRequirement.d.ts +1 -1
- package/esm/admin/orm/models/appLimit.d.ts +1 -1
- package/esm/admin/orm/models/appLimitDefault.d.ts +1 -1
- package/esm/admin/orm/models/appMembership.d.ts +1 -1
- package/esm/admin/orm/models/appMembershipDefault.d.ts +1 -1
- package/esm/admin/orm/models/appOwnerGrant.d.ts +1 -1
- package/esm/admin/orm/models/appPermission.d.ts +1 -1
- package/esm/admin/orm/models/appPermissionDefault.d.ts +1 -1
- package/esm/admin/orm/models/appStep.d.ts +1 -1
- package/esm/admin/orm/models/claimedInvite.d.ts +1 -1
- package/esm/admin/orm/models/index.d.ts +3 -3
- package/esm/admin/orm/models/index.js +3 -3
- package/esm/admin/orm/models/invite.d.ts +1 -1
- package/esm/admin/orm/models/membershipType.d.ts +1 -1
- package/esm/admin/orm/models/orgAdminGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgChartEdge.d.ts +1 -1
- package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgClaimedInvite.d.ts +1 -1
- package/esm/admin/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/esm/admin/orm/models/orgGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgInvite.d.ts +1 -1
- package/esm/admin/orm/models/orgLimit.d.ts +1 -1
- package/esm/admin/orm/models/orgLimitDefault.d.ts +1 -1
- package/esm/admin/orm/models/orgMember.d.ts +1 -1
- package/esm/admin/orm/models/orgMembership.d.ts +1 -1
- package/esm/admin/orm/models/orgMembershipDefault.d.ts +1 -1
- package/esm/admin/orm/models/orgOwnerGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgPermission.d.ts +1 -1
- package/esm/admin/orm/models/orgPermissionDefault.d.ts +1 -1
- package/esm/admin/orm/query-builder.d.ts +6 -4
- package/esm/admin/orm/query-builder.js +13 -5
- package/esm/admin/orm/select-types.d.ts +4 -2
- package/esm/admin/schema-types.d.ts +475 -983
- package/esm/admin/types.d.ts +55 -29
- package/esm/auth/hooks/index.d.ts +1 -1
- package/esm/auth/hooks/index.js +1 -1
- package/esm/auth/hooks/invalidation.d.ts +6 -6
- package/esm/auth/hooks/invalidation.js +16 -16
- package/esm/auth/hooks/mutation-keys.d.ts +12 -12
- package/esm/auth/hooks/mutation-keys.js +7 -7
- package/esm/auth/hooks/mutations/index.d.ts +3 -3
- package/esm/auth/hooks/mutations/index.js +3 -3
- package/esm/auth/hooks/queries/index.d.ts +2 -2
- package/esm/auth/hooks/queries/index.js +2 -2
- package/esm/auth/hooks/query-keys.d.ts +14 -14
- package/esm/auth/hooks/query-keys.js +8 -8
- package/esm/auth/orm/index.d.ts +2 -2
- package/esm/auth/orm/index.js +2 -2
- package/esm/auth/orm/input-types.d.ts +196 -162
- package/esm/auth/orm/models/auditLog.d.ts +1 -1
- package/esm/auth/orm/models/connectedAccount.d.ts +1 -1
- package/esm/auth/orm/models/cryptoAddress.d.ts +1 -1
- package/esm/auth/orm/models/email.d.ts +1 -1
- package/esm/auth/orm/models/index.d.ts +1 -1
- package/esm/auth/orm/models/index.js +1 -1
- package/esm/auth/orm/models/phoneNumber.d.ts +1 -1
- package/esm/auth/orm/models/roleType.d.ts +1 -1
- package/esm/auth/orm/models/user.d.ts +1 -1
- package/esm/auth/orm/query-builder.d.ts +6 -4
- package/esm/auth/orm/query-builder.js +13 -5
- package/esm/auth/orm/select-types.d.ts +4 -2
- package/esm/auth/schema-types.d.ts +226 -270
- package/esm/auth/types.d.ts +23 -4
- package/esm/objects/orm/input-types.d.ts +40 -42
- package/esm/objects/orm/models/commit.d.ts +1 -1
- package/esm/objects/orm/models/getAllRecord.d.ts +1 -1
- package/esm/objects/orm/models/object.d.ts +1 -1
- package/esm/objects/orm/models/ref.d.ts +1 -1
- package/esm/objects/orm/models/store.d.ts +1 -1
- package/esm/objects/orm/query-builder.d.ts +6 -4
- package/esm/objects/orm/query-builder.js +13 -5
- package/esm/objects/orm/select-types.d.ts +4 -2
- package/esm/objects/schema-types.d.ts +37 -67
- package/esm/objects/types.d.ts +13 -0
- package/esm/public/hooks/index.d.ts +1 -1
- package/esm/public/hooks/index.js +1 -1
- package/esm/public/hooks/invalidation.d.ts +34 -40
- package/esm/public/hooks/invalidation.js +80 -96
- package/esm/public/hooks/mutation-keys.d.ts +70 -82
- package/esm/public/hooks/mutation-keys.js +43 -50
- package/esm/public/hooks/mutations/index.d.ts +17 -20
- package/esm/public/hooks/mutations/index.js +17 -20
- package/esm/public/hooks/queries/index.d.ts +12 -14
- package/esm/public/hooks/queries/index.js +12 -14
- package/esm/public/hooks/query-keys.d.ts +80 -94
- package/esm/public/hooks/query-keys.js +46 -54
- package/esm/public/orm/index.d.ts +17 -19
- package/esm/public/orm/index.js +12 -14
- package/esm/public/orm/input-types.d.ts +2426 -2179
- package/esm/public/orm/input-types.js +0 -3
- package/esm/public/orm/models/api.d.ts +1 -1
- package/esm/public/orm/models/apiModule.d.ts +1 -1
- package/esm/public/orm/models/apiSchema.d.ts +1 -1
- package/esm/public/orm/models/app.d.ts +1 -1
- package/esm/public/orm/models/appAchievement.d.ts +1 -1
- package/esm/public/orm/models/appAdminGrant.d.ts +1 -1
- package/esm/public/orm/models/appGrant.d.ts +1 -1
- package/esm/public/orm/models/appLevel.d.ts +1 -1
- package/esm/public/orm/models/appLevelRequirement.d.ts +1 -1
- package/esm/public/orm/models/appLimit.d.ts +1 -1
- package/esm/public/orm/models/appLimitDefault.d.ts +1 -1
- package/esm/public/orm/models/appMembership.d.ts +1 -1
- package/esm/public/orm/models/appMembershipDefault.d.ts +1 -1
- package/esm/public/orm/models/appOwnerGrant.d.ts +1 -1
- package/esm/public/orm/models/appPermission.d.ts +1 -1
- package/esm/public/orm/models/appPermissionDefault.d.ts +1 -1
- package/esm/public/orm/models/appStep.d.ts +1 -1
- package/esm/public/orm/models/astMigration.d.ts +1 -1
- package/esm/public/orm/models/auditLog.d.ts +1 -1
- package/esm/public/orm/models/checkConstraint.d.ts +1 -1
- package/esm/public/orm/models/claimedInvite.d.ts +1 -1
- package/esm/public/orm/models/commit.d.ts +1 -1
- package/esm/public/orm/models/connectedAccount.d.ts +1 -1
- package/esm/public/orm/models/connectedAccountsModule.d.ts +1 -1
- package/esm/public/orm/models/cryptoAddress.d.ts +1 -1
- package/esm/public/orm/models/cryptoAddressesModule.d.ts +1 -1
- package/esm/public/orm/models/cryptoAuthModule.d.ts +1 -1
- package/esm/public/orm/models/database.d.ts +1 -1
- package/esm/public/orm/models/databaseProvisionModule.d.ts +1 -1
- package/esm/public/orm/models/defaultIdsModule.d.ts +1 -1
- package/esm/public/orm/models/defaultPrivilege.d.ts +1 -1
- package/esm/public/orm/models/denormalizedTableField.d.ts +1 -1
- package/esm/public/orm/models/domain.d.ts +1 -1
- package/esm/public/orm/models/email.d.ts +1 -1
- package/esm/public/orm/models/emailsModule.d.ts +1 -1
- package/esm/public/orm/models/encryptedSecretsModule.d.ts +1 -1
- package/esm/public/orm/models/field.d.ts +1 -1
- package/esm/public/orm/models/fieldModule.d.ts +1 -1
- package/esm/public/orm/models/foreignKeyConstraint.d.ts +1 -1
- package/esm/public/orm/models/fullTextSearch.d.ts +1 -1
- package/esm/public/orm/models/getAllRecord.d.ts +1 -1
- package/esm/public/orm/models/hierarchyModule.d.ts +1 -1
- package/esm/public/orm/models/index.d.ts +6 -7
- package/esm/public/orm/models/index.js +6 -7
- package/esm/public/orm/models/indexModel.d.ts +1 -1
- package/esm/public/orm/models/invite.d.ts +1 -1
- package/esm/public/orm/models/invitesModule.d.ts +1 -1
- package/esm/public/orm/models/levelsModule.d.ts +1 -1
- package/esm/public/orm/models/limitsModule.d.ts +1 -1
- package/esm/public/orm/models/membershipType.d.ts +1 -1
- package/esm/public/orm/models/membershipTypesModule.d.ts +1 -1
- package/esm/public/orm/models/membershipsModule.d.ts +1 -1
- package/esm/public/orm/models/nodeTypeRegistry.d.ts +1 -1
- package/esm/public/orm/models/object.d.ts +1 -1
- package/esm/public/orm/models/orgAdminGrant.d.ts +1 -1
- package/esm/public/orm/models/orgChartEdge.d.ts +1 -1
- package/esm/public/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/esm/public/orm/models/orgClaimedInvite.d.ts +1 -1
- package/esm/public/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/esm/public/orm/models/orgGrant.d.ts +1 -1
- package/esm/public/orm/models/orgInvite.d.ts +1 -1
- package/esm/public/orm/models/orgLimit.d.ts +1 -1
- package/esm/public/orm/models/orgLimitDefault.d.ts +1 -1
- package/esm/public/orm/models/orgMember.d.ts +1 -1
- package/esm/public/orm/models/orgMembership.d.ts +1 -1
- package/esm/public/orm/models/orgMembershipDefault.d.ts +1 -1
- package/esm/public/orm/models/orgOwnerGrant.d.ts +1 -1
- package/esm/public/orm/models/orgPermission.d.ts +1 -1
- package/esm/public/orm/models/orgPermissionDefault.d.ts +1 -1
- package/esm/public/orm/models/permissionsModule.d.ts +1 -1
- package/esm/public/orm/models/phoneNumber.d.ts +1 -1
- package/esm/public/orm/models/phoneNumbersModule.d.ts +1 -1
- package/esm/public/orm/models/policy.d.ts +1 -1
- package/esm/public/orm/models/primaryKeyConstraint.d.ts +1 -1
- package/esm/public/orm/models/profilesModule.d.ts +1 -1
- package/esm/public/orm/models/ref.d.ts +1 -1
- package/esm/public/orm/models/relationProvision.d.ts +1 -1
- package/esm/public/orm/models/rlsModule.d.ts +1 -1
- package/esm/public/orm/models/roleType.d.ts +1 -1
- package/esm/public/orm/models/schema.d.ts +1 -1
- package/esm/public/orm/models/schemaGrant.d.ts +1 -1
- package/esm/public/orm/models/secretsModule.d.ts +1 -1
- package/esm/public/orm/models/secureTableProvision.d.ts +1 -1
- package/esm/public/orm/models/sessionsModule.d.ts +1 -1
- package/esm/public/orm/models/site.d.ts +1 -1
- package/esm/public/orm/models/siteMetadatum.d.ts +1 -1
- package/esm/public/orm/models/siteModule.d.ts +1 -1
- package/esm/public/orm/models/siteTheme.d.ts +1 -1
- package/esm/public/orm/models/sqlMigration.d.ts +1 -1
- package/esm/public/orm/models/store.d.ts +1 -1
- package/esm/public/orm/models/table.d.ts +1 -1
- package/esm/public/orm/models/tableGrant.d.ts +1 -1
- package/esm/public/orm/models/tableTemplateModule.d.ts +1 -1
- package/esm/public/orm/models/trigger.d.ts +1 -1
- package/esm/public/orm/models/triggerFunction.d.ts +1 -1
- package/esm/public/orm/models/uniqueConstraint.d.ts +1 -1
- package/esm/public/orm/models/user.d.ts +1 -1
- package/esm/public/orm/models/userAuthModule.d.ts +1 -1
- package/esm/public/orm/models/usersModule.d.ts +1 -1
- package/esm/public/orm/models/uuidModule.d.ts +1 -1
- package/esm/public/orm/models/view.d.ts +1 -1
- package/esm/public/orm/models/viewGrant.d.ts +1 -1
- package/esm/public/orm/models/viewRule.d.ts +1 -1
- package/esm/public/orm/models/viewTable.d.ts +1 -1
- package/esm/public/orm/mutation/index.d.ts +9 -9
- package/esm/public/orm/mutation/index.js +12 -12
- package/esm/public/orm/query-builder.d.ts +6 -4
- package/esm/public/orm/query-builder.js +13 -5
- package/esm/public/orm/select-types.d.ts +4 -2
- package/esm/public/schema-types.d.ts +6895 -6506
- package/esm/public/types.d.ts +369 -63
- package/objects/orm/input-types.d.ts +40 -42
- package/objects/orm/models/commit.d.ts +1 -1
- package/objects/orm/models/getAllRecord.d.ts +1 -1
- package/objects/orm/models/object.d.ts +1 -1
- package/objects/orm/models/ref.d.ts +1 -1
- package/objects/orm/models/store.d.ts +1 -1
- package/objects/orm/query-builder.d.ts +6 -4
- package/objects/orm/query-builder.js +13 -5
- package/objects/orm/select-types.d.ts +4 -2
- package/objects/schema-types.d.ts +37 -67
- package/objects/types.d.ts +13 -0
- package/package.json +3 -3
- package/public/hooks/index.d.ts +1 -1
- package/public/hooks/index.js +1 -1
- package/public/hooks/invalidation.d.ts +34 -40
- package/public/hooks/invalidation.js +79 -95
- package/public/hooks/mutation-keys.d.ts +70 -82
- package/public/hooks/mutation-keys.js +46 -53
- package/public/hooks/mutations/index.d.ts +17 -20
- package/public/hooks/mutations/index.js +17 -20
- package/public/hooks/queries/index.d.ts +12 -14
- package/public/hooks/queries/index.js +12 -14
- package/public/hooks/query-keys.d.ts +80 -94
- package/public/hooks/query-keys.js +49 -57
- package/public/orm/index.d.ts +17 -19
- package/public/orm/index.js +12 -14
- package/public/orm/input-types.d.ts +2426 -2179
- package/public/orm/input-types.js +0 -3
- package/public/orm/models/api.d.ts +1 -1
- package/public/orm/models/apiModule.d.ts +1 -1
- package/public/orm/models/apiSchema.d.ts +1 -1
- package/public/orm/models/app.d.ts +1 -1
- package/public/orm/models/appAchievement.d.ts +1 -1
- package/public/orm/models/appAdminGrant.d.ts +1 -1
- package/public/orm/models/appGrant.d.ts +1 -1
- package/public/orm/models/appLevel.d.ts +1 -1
- package/public/orm/models/appLevelRequirement.d.ts +1 -1
- package/public/orm/models/appLimit.d.ts +1 -1
- package/public/orm/models/appLimitDefault.d.ts +1 -1
- package/public/orm/models/appMembership.d.ts +1 -1
- package/public/orm/models/appMembershipDefault.d.ts +1 -1
- package/public/orm/models/appOwnerGrant.d.ts +1 -1
- package/public/orm/models/appPermission.d.ts +1 -1
- package/public/orm/models/appPermissionDefault.d.ts +1 -1
- package/public/orm/models/appStep.d.ts +1 -1
- package/public/orm/models/astMigration.d.ts +1 -1
- package/public/orm/models/auditLog.d.ts +1 -1
- package/public/orm/models/checkConstraint.d.ts +1 -1
- package/public/orm/models/claimedInvite.d.ts +1 -1
- package/public/orm/models/commit.d.ts +1 -1
- package/public/orm/models/connectedAccount.d.ts +1 -1
- package/public/orm/models/connectedAccountsModule.d.ts +1 -1
- package/public/orm/models/cryptoAddress.d.ts +1 -1
- package/public/orm/models/cryptoAddressesModule.d.ts +1 -1
- package/public/orm/models/cryptoAuthModule.d.ts +1 -1
- package/public/orm/models/database.d.ts +1 -1
- package/public/orm/models/databaseProvisionModule.d.ts +1 -1
- package/public/orm/models/defaultIdsModule.d.ts +1 -1
- package/public/orm/models/defaultPrivilege.d.ts +1 -1
- package/public/orm/models/denormalizedTableField.d.ts +1 -1
- package/public/orm/models/domain.d.ts +1 -1
- package/public/orm/models/email.d.ts +1 -1
- package/public/orm/models/emailsModule.d.ts +1 -1
- package/public/orm/models/encryptedSecretsModule.d.ts +1 -1
- package/public/orm/models/field.d.ts +1 -1
- package/public/orm/models/fieldModule.d.ts +1 -1
- package/public/orm/models/foreignKeyConstraint.d.ts +1 -1
- package/public/orm/models/fullTextSearch.d.ts +1 -1
- package/public/orm/models/getAllRecord.d.ts +1 -1
- package/public/orm/models/hierarchyModule.d.ts +1 -1
- package/public/orm/models/index.d.ts +6 -7
- package/public/orm/models/index.js +15 -17
- package/public/orm/models/indexModel.d.ts +1 -1
- package/public/orm/models/invite.d.ts +1 -1
- package/public/orm/models/invitesModule.d.ts +1 -1
- package/public/orm/models/levelsModule.d.ts +1 -1
- package/public/orm/models/limitsModule.d.ts +1 -1
- package/public/orm/models/membershipType.d.ts +1 -1
- package/public/orm/models/membershipTypesModule.d.ts +1 -1
- package/public/orm/models/membershipsModule.d.ts +1 -1
- package/public/orm/models/nodeTypeRegistry.d.ts +1 -1
- package/public/orm/models/object.d.ts +1 -1
- package/public/orm/models/orgAdminGrant.d.ts +1 -1
- package/public/orm/models/orgChartEdge.d.ts +1 -1
- package/public/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/public/orm/models/orgClaimedInvite.d.ts +1 -1
- package/public/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/public/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/public/orm/models/orgGrant.d.ts +1 -1
- package/public/orm/models/orgInvite.d.ts +1 -1
- package/public/orm/models/orgLimit.d.ts +1 -1
- package/public/orm/models/orgLimitDefault.d.ts +1 -1
- package/public/orm/models/orgMember.d.ts +1 -1
- package/public/orm/models/orgMembership.d.ts +1 -1
- package/public/orm/models/orgMembershipDefault.d.ts +1 -1
- package/public/orm/models/orgOwnerGrant.d.ts +1 -1
- package/public/orm/models/orgPermission.d.ts +1 -1
- package/public/orm/models/orgPermissionDefault.d.ts +1 -1
- package/public/orm/models/permissionsModule.d.ts +1 -1
- package/public/orm/models/phoneNumber.d.ts +1 -1
- package/public/orm/models/phoneNumbersModule.d.ts +1 -1
- package/public/orm/models/policy.d.ts +1 -1
- package/public/orm/models/primaryKeyConstraint.d.ts +1 -1
- package/public/orm/models/profilesModule.d.ts +1 -1
- package/public/orm/models/ref.d.ts +1 -1
- package/public/orm/models/relationProvision.d.ts +1 -1
- package/public/orm/models/rlsModule.d.ts +1 -1
- package/public/orm/models/roleType.d.ts +1 -1
- package/public/orm/models/schema.d.ts +1 -1
- package/public/orm/models/schemaGrant.d.ts +1 -1
- package/public/orm/models/secretsModule.d.ts +1 -1
- package/public/orm/models/secureTableProvision.d.ts +1 -1
- package/public/orm/models/sessionsModule.d.ts +1 -1
- package/public/orm/models/site.d.ts +1 -1
- package/public/orm/models/siteMetadatum.d.ts +1 -1
- package/public/orm/models/siteModule.d.ts +1 -1
- package/public/orm/models/siteTheme.d.ts +1 -1
- package/public/orm/models/sqlMigration.d.ts +1 -1
- package/public/orm/models/store.d.ts +1 -1
- package/public/orm/models/table.d.ts +1 -1
- package/public/orm/models/tableGrant.d.ts +1 -1
- package/public/orm/models/tableTemplateModule.d.ts +1 -1
- package/public/orm/models/trigger.d.ts +1 -1
- package/public/orm/models/triggerFunction.d.ts +1 -1
- package/public/orm/models/uniqueConstraint.d.ts +1 -1
- package/public/orm/models/user.d.ts +1 -1
- package/public/orm/models/userAuthModule.d.ts +1 -1
- package/public/orm/models/usersModule.d.ts +1 -1
- package/public/orm/models/uuidModule.d.ts +1 -1
- package/public/orm/models/view.d.ts +1 -1
- package/public/orm/models/viewGrant.d.ts +1 -1
- package/public/orm/models/viewRule.d.ts +1 -1
- package/public/orm/models/viewTable.d.ts +1 -1
- package/public/orm/mutation/index.d.ts +9 -9
- package/public/orm/mutation/index.js +12 -12
- package/public/orm/query-builder.d.ts +6 -4
- package/public/orm/query-builder.js +13 -5
- package/public/orm/select-types.d.ts +4 -2
- package/public/schema-types.d.ts +6895 -6506
- package/public/types.d.ts +369 -63
- package/esm/public/hooks/mutations/useCreateTableModuleMutation.d.ts +0 -34
- package/esm/public/hooks/mutations/useCreateTableModuleMutation.js +0 -31
- package/esm/public/hooks/mutations/useDeleteTableModuleMutation.d.ts +0 -38
- package/esm/public/hooks/mutations/useDeleteTableModuleMutation.js +0 -36
- package/esm/public/hooks/mutations/useUpdateTableModuleMutation.d.ts +0 -40
- package/esm/public/hooks/mutations/useUpdateTableModuleMutation.js +0 -37
- package/esm/public/hooks/queries/useTableModuleQuery.d.ts +0 -65
- package/esm/public/hooks/queries/useTableModuleQuery.js +0 -47
- package/esm/public/hooks/queries/useTableModulesQuery.d.ts +0 -69
- package/esm/public/hooks/queries/useTableModulesQuery.js +0 -32
- package/esm/public/orm/models/tableModule.d.ts +0 -56
- package/esm/public/orm/models/tableModule.js +0 -94
- package/public/hooks/mutations/useCreateTableModuleMutation.d.ts +0 -34
- package/public/hooks/mutations/useCreateTableModuleMutation.js +0 -34
- package/public/hooks/mutations/useDeleteTableModuleMutation.d.ts +0 -38
- package/public/hooks/mutations/useDeleteTableModuleMutation.js +0 -39
- package/public/hooks/mutations/useUpdateTableModuleMutation.d.ts +0 -40
- package/public/hooks/mutations/useUpdateTableModuleMutation.js +0 -40
- package/public/hooks/queries/useTableModuleQuery.d.ts +0 -65
- package/public/hooks/queries/useTableModuleQuery.js +0 -53
- package/public/hooks/queries/useTableModulesQuery.d.ts +0 -69
- package/public/hooks/queries/useTableModulesQuery.js +0 -38
- package/public/orm/models/tableModule.d.ts +0 -56
- package/public/orm/models/tableModule.js +0 -98
package/admin/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: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault,
|
|
5
|
+
* Tables: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault, OrgChartEdgeGrant, MembershipType, AppLimit, AppAchievement, AppStep, ClaimedInvite, AppGrant, AppMembershipDefault, OrgLimit, OrgClaimedInvite, OrgGrant, OrgChartEdge, OrgMembershipDefault, AppMembership, OrgMembership, Invite, AppLevel, OrgInvite
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
8
|
*
|
package/admin/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: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault,
|
|
21
|
+
* Tables: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault, OrgChartEdgeGrant, MembershipType, AppLimit, AppAchievement, AppStep, ClaimedInvite, AppGrant, AppMembershipDefault, OrgLimit, OrgClaimedInvite, OrgGrant, OrgChartEdge, OrgMembershipDefault, AppMembership, OrgMembership, Invite, AppLevel, OrgInvite
|
|
22
22
|
*
|
|
23
23
|
* Usage:
|
|
24
24
|
*
|
|
@@ -94,16 +94,16 @@ export declare const invalidate: {
|
|
|
94
94
|
/** Invalidate orgLimitDefault list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
95
95
|
/** Invalidate a specific orgLimitDefault */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
96
96
|
};
|
|
97
|
-
/** Invalidate membershipType queries */ readonly membershipType: {
|
|
98
|
-
/** Invalidate all membershipType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
99
|
-
/** Invalidate membershipType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
100
|
-
/** Invalidate a specific membershipType */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
101
|
-
};
|
|
102
97
|
/** Invalidate orgChartEdgeGrant queries */ readonly orgChartEdgeGrant: {
|
|
103
98
|
/** Invalidate all orgChartEdgeGrant queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
104
99
|
/** Invalidate orgChartEdgeGrant list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
105
100
|
/** Invalidate a specific orgChartEdgeGrant */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
106
101
|
};
|
|
102
|
+
/** Invalidate membershipType queries */ readonly membershipType: {
|
|
103
|
+
/** Invalidate all membershipType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
104
|
+
/** Invalidate membershipType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
105
|
+
/** Invalidate a specific membershipType */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
106
|
+
};
|
|
107
107
|
/** Invalidate appLimit queries */ readonly appLimit: {
|
|
108
108
|
/** Invalidate all appLimit queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
109
109
|
/** Invalidate appLimit list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -159,16 +159,6 @@ export declare const invalidate: {
|
|
|
159
159
|
/** Invalidate orgMembershipDefault list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
160
160
|
/** Invalidate a specific orgMembershipDefault */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
161
161
|
};
|
|
162
|
-
/** Invalidate invite queries */ readonly invite: {
|
|
163
|
-
/** Invalidate all invite queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
164
|
-
/** Invalidate invite list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
165
|
-
/** Invalidate a specific invite */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
166
|
-
};
|
|
167
|
-
/** Invalidate appLevel queries */ readonly appLevel: {
|
|
168
|
-
/** Invalidate all appLevel queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
169
|
-
/** Invalidate appLevel list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
170
|
-
/** Invalidate a specific appLevel */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
171
|
-
};
|
|
172
162
|
/** Invalidate appMembership queries */ readonly appMembership: {
|
|
173
163
|
/** Invalidate all appMembership queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
174
164
|
/** Invalidate appMembership list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -179,6 +169,16 @@ export declare const invalidate: {
|
|
|
179
169
|
/** Invalidate orgMembership list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
180
170
|
/** Invalidate a specific orgMembership */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
181
171
|
};
|
|
172
|
+
/** Invalidate invite queries */ readonly invite: {
|
|
173
|
+
/** Invalidate all invite queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
174
|
+
/** Invalidate invite list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
175
|
+
/** Invalidate a specific invite */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
176
|
+
};
|
|
177
|
+
/** Invalidate appLevel queries */ readonly appLevel: {
|
|
178
|
+
/** Invalidate all appLevel queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
179
|
+
/** Invalidate appLevel list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
180
|
+
/** Invalidate a specific appLevel */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
|
|
181
|
+
};
|
|
182
182
|
/** Invalidate orgInvite queries */ readonly orgInvite: {
|
|
183
183
|
/** Invalidate all orgInvite queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
|
|
184
184
|
/** Invalidate orgInvite list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
|
|
@@ -211,8 +211,8 @@ export declare const remove: {
|
|
|
211
211
|
/** Remove orgOwnerGrant from cache */ readonly orgOwnerGrant: (queryClient: QueryClient, id: string | number) => void;
|
|
212
212
|
/** Remove appLimitDefault from cache */ readonly appLimitDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
213
213
|
/** Remove orgLimitDefault from cache */ readonly orgLimitDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
214
|
-
/** Remove membershipType from cache */ readonly membershipType: (queryClient: QueryClient, id: string | number) => void;
|
|
215
214
|
/** Remove orgChartEdgeGrant from cache */ readonly orgChartEdgeGrant: (queryClient: QueryClient, id: string | number) => void;
|
|
215
|
+
/** Remove membershipType from cache */ readonly membershipType: (queryClient: QueryClient, id: string | number) => void;
|
|
216
216
|
/** Remove appLimit from cache */ readonly appLimit: (queryClient: QueryClient, id: string | number) => void;
|
|
217
217
|
/** Remove appAchievement from cache */ readonly appAchievement: (queryClient: QueryClient, id: string | number) => void;
|
|
218
218
|
/** Remove appStep from cache */ readonly appStep: (queryClient: QueryClient, id: string | number) => void;
|
|
@@ -224,9 +224,9 @@ export declare const remove: {
|
|
|
224
224
|
/** Remove orgGrant from cache */ readonly orgGrant: (queryClient: QueryClient, id: string | number) => void;
|
|
225
225
|
/** Remove orgChartEdge from cache */ readonly orgChartEdge: (queryClient: QueryClient, id: string | number) => void;
|
|
226
226
|
/** Remove orgMembershipDefault from cache */ readonly orgMembershipDefault: (queryClient: QueryClient, id: string | number) => void;
|
|
227
|
-
/** Remove invite from cache */ readonly invite: (queryClient: QueryClient, id: string | number) => void;
|
|
228
|
-
/** Remove appLevel from cache */ readonly appLevel: (queryClient: QueryClient, id: string | number) => void;
|
|
229
227
|
/** Remove appMembership from cache */ readonly appMembership: (queryClient: QueryClient, id: string | number) => void;
|
|
230
228
|
/** Remove orgMembership from cache */ readonly orgMembership: (queryClient: QueryClient, id: string | number) => void;
|
|
229
|
+
/** Remove invite from cache */ readonly invite: (queryClient: QueryClient, id: string | number) => void;
|
|
230
|
+
/** Remove appLevel from cache */ readonly appLevel: (queryClient: QueryClient, id: string | number) => void;
|
|
231
231
|
/** Remove orgInvite from cache */ readonly orgInvite: (queryClient: QueryClient, id: string | number) => void;
|
|
232
232
|
};
|
|
@@ -181,17 +181,6 @@ exports.invalidate = {
|
|
|
181
181
|
queryKey: query_keys_1.orgLimitDefaultKeys.detail(id),
|
|
182
182
|
}),
|
|
183
183
|
},
|
|
184
|
-
/** Invalidate membershipType queries */ membershipType: {
|
|
185
|
-
/** Invalidate all membershipType queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
186
|
-
queryKey: query_keys_1.membershipTypeKeys.all,
|
|
187
|
-
}),
|
|
188
|
-
/** Invalidate membershipType list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
189
|
-
queryKey: query_keys_1.membershipTypeKeys.lists(),
|
|
190
|
-
}),
|
|
191
|
-
/** Invalidate a specific membershipType */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
192
|
-
queryKey: query_keys_1.membershipTypeKeys.detail(id),
|
|
193
|
-
}),
|
|
194
|
-
},
|
|
195
184
|
/** Invalidate orgChartEdgeGrant queries */ orgChartEdgeGrant: {
|
|
196
185
|
/** Invalidate all orgChartEdgeGrant queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
197
186
|
queryKey: query_keys_1.orgChartEdgeGrantKeys.all,
|
|
@@ -203,6 +192,17 @@ exports.invalidate = {
|
|
|
203
192
|
queryKey: query_keys_1.orgChartEdgeGrantKeys.detail(id),
|
|
204
193
|
}),
|
|
205
194
|
},
|
|
195
|
+
/** Invalidate membershipType queries */ membershipType: {
|
|
196
|
+
/** Invalidate all membershipType queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
197
|
+
queryKey: query_keys_1.membershipTypeKeys.all,
|
|
198
|
+
}),
|
|
199
|
+
/** Invalidate membershipType list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
200
|
+
queryKey: query_keys_1.membershipTypeKeys.lists(),
|
|
201
|
+
}),
|
|
202
|
+
/** Invalidate a specific membershipType */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
203
|
+
queryKey: query_keys_1.membershipTypeKeys.detail(id),
|
|
204
|
+
}),
|
|
205
|
+
},
|
|
206
206
|
/** Invalidate appLimit queries */ appLimit: {
|
|
207
207
|
/** Invalidate all appLimit queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
208
208
|
queryKey: query_keys_1.appLimitKeys.all,
|
|
@@ -324,28 +324,6 @@ exports.invalidate = {
|
|
|
324
324
|
queryKey: query_keys_1.orgMembershipDefaultKeys.detail(id),
|
|
325
325
|
}),
|
|
326
326
|
},
|
|
327
|
-
/** Invalidate invite queries */ invite: {
|
|
328
|
-
/** Invalidate all invite queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
329
|
-
queryKey: query_keys_1.inviteKeys.all,
|
|
330
|
-
}),
|
|
331
|
-
/** Invalidate invite list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
332
|
-
queryKey: query_keys_1.inviteKeys.lists(),
|
|
333
|
-
}),
|
|
334
|
-
/** Invalidate a specific invite */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
335
|
-
queryKey: query_keys_1.inviteKeys.detail(id),
|
|
336
|
-
}),
|
|
337
|
-
},
|
|
338
|
-
/** Invalidate appLevel queries */ appLevel: {
|
|
339
|
-
/** Invalidate all appLevel queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
340
|
-
queryKey: query_keys_1.appLevelKeys.all,
|
|
341
|
-
}),
|
|
342
|
-
/** Invalidate appLevel list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
343
|
-
queryKey: query_keys_1.appLevelKeys.lists(),
|
|
344
|
-
}),
|
|
345
|
-
/** Invalidate a specific appLevel */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
346
|
-
queryKey: query_keys_1.appLevelKeys.detail(id),
|
|
347
|
-
}),
|
|
348
|
-
},
|
|
349
327
|
/** Invalidate appMembership queries */ appMembership: {
|
|
350
328
|
/** Invalidate all appMembership queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
351
329
|
queryKey: query_keys_1.appMembershipKeys.all,
|
|
@@ -368,6 +346,28 @@ exports.invalidate = {
|
|
|
368
346
|
queryKey: query_keys_1.orgMembershipKeys.detail(id),
|
|
369
347
|
}),
|
|
370
348
|
},
|
|
349
|
+
/** Invalidate invite queries */ invite: {
|
|
350
|
+
/** Invalidate all invite queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
351
|
+
queryKey: query_keys_1.inviteKeys.all,
|
|
352
|
+
}),
|
|
353
|
+
/** Invalidate invite list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
354
|
+
queryKey: query_keys_1.inviteKeys.lists(),
|
|
355
|
+
}),
|
|
356
|
+
/** Invalidate a specific invite */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
357
|
+
queryKey: query_keys_1.inviteKeys.detail(id),
|
|
358
|
+
}),
|
|
359
|
+
},
|
|
360
|
+
/** Invalidate appLevel queries */ appLevel: {
|
|
361
|
+
/** Invalidate all appLevel queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
362
|
+
queryKey: query_keys_1.appLevelKeys.all,
|
|
363
|
+
}),
|
|
364
|
+
/** Invalidate appLevel list queries */ lists: (queryClient) => queryClient.invalidateQueries({
|
|
365
|
+
queryKey: query_keys_1.appLevelKeys.lists(),
|
|
366
|
+
}),
|
|
367
|
+
/** Invalidate a specific appLevel */ detail: (queryClient, id) => queryClient.invalidateQueries({
|
|
368
|
+
queryKey: query_keys_1.appLevelKeys.detail(id),
|
|
369
|
+
}),
|
|
370
|
+
},
|
|
371
371
|
/** Invalidate orgInvite queries */ orgInvite: {
|
|
372
372
|
/** Invalidate all orgInvite queries */ all: (queryClient) => queryClient.invalidateQueries({
|
|
373
373
|
queryKey: query_keys_1.orgInviteKeys.all,
|
|
@@ -462,14 +462,14 @@ exports.remove = {
|
|
|
462
462
|
queryKey: query_keys_1.orgLimitDefaultKeys.detail(id),
|
|
463
463
|
});
|
|
464
464
|
},
|
|
465
|
-
/** Remove
|
|
465
|
+
/** Remove orgChartEdgeGrant from cache */ orgChartEdgeGrant: (queryClient, id) => {
|
|
466
466
|
queryClient.removeQueries({
|
|
467
|
-
queryKey: query_keys_1.
|
|
467
|
+
queryKey: query_keys_1.orgChartEdgeGrantKeys.detail(id),
|
|
468
468
|
});
|
|
469
469
|
},
|
|
470
|
-
/** Remove
|
|
470
|
+
/** Remove membershipType from cache */ membershipType: (queryClient, id) => {
|
|
471
471
|
queryClient.removeQueries({
|
|
472
|
-
queryKey: query_keys_1.
|
|
472
|
+
queryKey: query_keys_1.membershipTypeKeys.detail(id),
|
|
473
473
|
});
|
|
474
474
|
},
|
|
475
475
|
/** Remove appLimit from cache */ appLimit: (queryClient, id) => {
|
|
@@ -527,24 +527,24 @@ exports.remove = {
|
|
|
527
527
|
queryKey: query_keys_1.orgMembershipDefaultKeys.detail(id),
|
|
528
528
|
});
|
|
529
529
|
},
|
|
530
|
-
/** Remove
|
|
530
|
+
/** Remove appMembership from cache */ appMembership: (queryClient, id) => {
|
|
531
531
|
queryClient.removeQueries({
|
|
532
|
-
queryKey: query_keys_1.
|
|
532
|
+
queryKey: query_keys_1.appMembershipKeys.detail(id),
|
|
533
533
|
});
|
|
534
534
|
},
|
|
535
|
-
/** Remove
|
|
535
|
+
/** Remove orgMembership from cache */ orgMembership: (queryClient, id) => {
|
|
536
536
|
queryClient.removeQueries({
|
|
537
|
-
queryKey: query_keys_1.
|
|
537
|
+
queryKey: query_keys_1.orgMembershipKeys.detail(id),
|
|
538
538
|
});
|
|
539
539
|
},
|
|
540
|
-
/** Remove
|
|
540
|
+
/** Remove invite from cache */ invite: (queryClient, id) => {
|
|
541
541
|
queryClient.removeQueries({
|
|
542
|
-
queryKey: query_keys_1.
|
|
542
|
+
queryKey: query_keys_1.inviteKeys.detail(id),
|
|
543
543
|
});
|
|
544
544
|
},
|
|
545
|
-
/** Remove
|
|
545
|
+
/** Remove appLevel from cache */ appLevel: (queryClient, id) => {
|
|
546
546
|
queryClient.removeQueries({
|
|
547
|
-
queryKey: query_keys_1.
|
|
547
|
+
queryKey: query_keys_1.appLevelKeys.detail(id),
|
|
548
548
|
});
|
|
549
549
|
},
|
|
550
550
|
/** Remove orgInvite from cache */ orgInvite: (queryClient, id) => {
|
|
@@ -87,18 +87,18 @@ export declare const orgLimitDefaultMutationKeys: {
|
|
|
87
87
|
/** Update orgLimitDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orglimitdefault", "update", string | number];
|
|
88
88
|
/** Delete orgLimitDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orglimitdefault", "delete", string | number];
|
|
89
89
|
};
|
|
90
|
-
export declare const membershipTypeMutationKeys: {
|
|
91
|
-
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
92
|
-
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
93
|
-
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
94
|
-
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
95
|
-
};
|
|
96
90
|
export declare const orgChartEdgeGrantMutationKeys: {
|
|
97
91
|
/** All orgChartEdgeGrant mutation keys */ readonly all: readonly ["mutation", "orgchartedgegrant"];
|
|
98
92
|
/** Create orgChartEdgeGrant mutation key */ readonly create: () => readonly ["mutation", "orgchartedgegrant", "create"];
|
|
99
93
|
/** Update orgChartEdgeGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "update", string | number];
|
|
100
94
|
/** Delete orgChartEdgeGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "delete", string | number];
|
|
101
95
|
};
|
|
96
|
+
export declare const membershipTypeMutationKeys: {
|
|
97
|
+
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
98
|
+
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
99
|
+
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
100
|
+
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
101
|
+
};
|
|
102
102
|
export declare const appLimitMutationKeys: {
|
|
103
103
|
/** All appLimit mutation keys */ readonly all: readonly ["mutation", "applimit"];
|
|
104
104
|
/** Create appLimit mutation key */ readonly create: () => readonly ["mutation", "applimit", "create"];
|
|
@@ -165,18 +165,6 @@ export declare const orgMembershipDefaultMutationKeys: {
|
|
|
165
165
|
/** Update orgMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "update", string | number];
|
|
166
166
|
/** Delete orgMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "delete", string | number];
|
|
167
167
|
};
|
|
168
|
-
export declare const inviteMutationKeys: {
|
|
169
|
-
/** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
|
|
170
|
-
/** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
|
|
171
|
-
/** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
|
|
172
|
-
/** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
|
|
173
|
-
};
|
|
174
|
-
export declare const appLevelMutationKeys: {
|
|
175
|
-
/** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
|
|
176
|
-
/** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
|
|
177
|
-
/** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
|
|
178
|
-
/** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
|
|
179
|
-
};
|
|
180
168
|
export declare const appMembershipMutationKeys: {
|
|
181
169
|
/** All appMembership mutation keys */ readonly all: readonly ["mutation", "appmembership"];
|
|
182
170
|
/** Create appMembership mutation key */ readonly create: () => readonly ["mutation", "appmembership", "create"];
|
|
@@ -189,6 +177,18 @@ export declare const orgMembershipMutationKeys: {
|
|
|
189
177
|
/** Update orgMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembership", "update", string | number];
|
|
190
178
|
/** Delete orgMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembership", "delete", string | number];
|
|
191
179
|
};
|
|
180
|
+
export declare const inviteMutationKeys: {
|
|
181
|
+
/** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
|
|
182
|
+
/** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
|
|
183
|
+
/** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
|
|
184
|
+
/** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
|
|
185
|
+
};
|
|
186
|
+
export declare const appLevelMutationKeys: {
|
|
187
|
+
/** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
|
|
188
|
+
/** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
|
|
189
|
+
/** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
|
|
190
|
+
/** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
|
|
191
|
+
};
|
|
192
192
|
export declare const orgInviteMutationKeys: {
|
|
193
193
|
/** All orgInvite mutation keys */ readonly all: readonly ["mutation", "orginvite"];
|
|
194
194
|
/** Create orgInvite mutation key */ readonly create: () => readonly ["mutation", "orginvite", "create"];
|
|
@@ -306,18 +306,18 @@ export declare const mutationKeys: {
|
|
|
306
306
|
/** Update orgLimitDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orglimitdefault", "update", string | number];
|
|
307
307
|
/** Delete orgLimitDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orglimitdefault", "delete", string | number];
|
|
308
308
|
};
|
|
309
|
-
readonly membershipType: {
|
|
310
|
-
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
311
|
-
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
312
|
-
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
313
|
-
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
314
|
-
};
|
|
315
309
|
readonly orgChartEdgeGrant: {
|
|
316
310
|
/** All orgChartEdgeGrant mutation keys */ readonly all: readonly ["mutation", "orgchartedgegrant"];
|
|
317
311
|
/** Create orgChartEdgeGrant mutation key */ readonly create: () => readonly ["mutation", "orgchartedgegrant", "create"];
|
|
318
312
|
/** Update orgChartEdgeGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "update", string | number];
|
|
319
313
|
/** Delete orgChartEdgeGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "delete", string | number];
|
|
320
314
|
};
|
|
315
|
+
readonly membershipType: {
|
|
316
|
+
/** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
|
|
317
|
+
/** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
|
|
318
|
+
/** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
|
|
319
|
+
/** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
|
|
320
|
+
};
|
|
321
321
|
readonly appLimit: {
|
|
322
322
|
/** All appLimit mutation keys */ readonly all: readonly ["mutation", "applimit"];
|
|
323
323
|
/** Create appLimit mutation key */ readonly create: () => readonly ["mutation", "applimit", "create"];
|
|
@@ -384,18 +384,6 @@ export declare const mutationKeys: {
|
|
|
384
384
|
/** Update orgMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "update", string | number];
|
|
385
385
|
/** Delete orgMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "delete", string | number];
|
|
386
386
|
};
|
|
387
|
-
readonly invite: {
|
|
388
|
-
/** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
|
|
389
|
-
/** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
|
|
390
|
-
/** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
|
|
391
|
-
/** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
|
|
392
|
-
};
|
|
393
|
-
readonly appLevel: {
|
|
394
|
-
/** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
|
|
395
|
-
/** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
|
|
396
|
-
/** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
|
|
397
|
-
/** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
|
|
398
|
-
};
|
|
399
387
|
readonly appMembership: {
|
|
400
388
|
/** All appMembership mutation keys */ readonly all: readonly ["mutation", "appmembership"];
|
|
401
389
|
/** Create appMembership mutation key */ readonly create: () => readonly ["mutation", "appmembership", "create"];
|
|
@@ -408,6 +396,18 @@ export declare const mutationKeys: {
|
|
|
408
396
|
/** Update orgMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembership", "update", string | number];
|
|
409
397
|
/** Delete orgMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembership", "delete", string | number];
|
|
410
398
|
};
|
|
399
|
+
readonly invite: {
|
|
400
|
+
/** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
|
|
401
|
+
/** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
|
|
402
|
+
/** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
|
|
403
|
+
/** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
|
|
404
|
+
};
|
|
405
|
+
readonly appLevel: {
|
|
406
|
+
/** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
|
|
407
|
+
/** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
|
|
408
|
+
/** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
|
|
409
|
+
/** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
|
|
410
|
+
};
|
|
411
411
|
readonly orgInvite: {
|
|
412
412
|
/** All orgInvite mutation keys */ readonly all: readonly ["mutation", "orginvite"];
|
|
413
413
|
/** Create orgInvite mutation key */ readonly create: () => readonly ["mutation", "orginvite", "create"];
|
|
@@ -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.orgInviteMutationKeys = exports.
|
|
8
|
+
exports.mutationKeys = exports.customMutationKeys = exports.orgInviteMutationKeys = exports.appLevelMutationKeys = exports.inviteMutationKeys = exports.orgMembershipMutationKeys = exports.appMembershipMutationKeys = exports.orgMembershipDefaultMutationKeys = exports.orgChartEdgeMutationKeys = exports.orgGrantMutationKeys = exports.orgClaimedInviteMutationKeys = exports.orgLimitMutationKeys = exports.appMembershipDefaultMutationKeys = exports.appGrantMutationKeys = exports.claimedInviteMutationKeys = exports.appStepMutationKeys = exports.appAchievementMutationKeys = exports.appLimitMutationKeys = exports.membershipTypeMutationKeys = exports.orgChartEdgeGrantMutationKeys = exports.orgLimitDefaultMutationKeys = exports.appLimitDefaultMutationKeys = exports.orgOwnerGrantMutationKeys = exports.orgAdminGrantMutationKeys = exports.appOwnerGrantMutationKeys = exports.appAdminGrantMutationKeys = exports.orgPermissionDefaultMutationKeys = exports.appPermissionDefaultMutationKeys = exports.orgMemberMutationKeys = exports.appLevelRequirementMutationKeys = exports.orgPermissionMutationKeys = exports.appPermissionMutationKeys = exports.orgGetSubordinatesRecordMutationKeys = exports.orgGetManagersRecordMutationKeys = void 0;
|
|
9
9
|
// ============================================================================
|
|
10
10
|
// Mutation keys for tracking in-flight mutations
|
|
11
11
|
//
|
|
@@ -105,18 +105,18 @@ exports.orgLimitDefaultMutationKeys = {
|
|
|
105
105
|
/** Update orgLimitDefault mutation key */ update: (id) => ['mutation', 'orglimitdefault', 'update', id],
|
|
106
106
|
/** Delete orgLimitDefault mutation key */ delete: (id) => ['mutation', 'orglimitdefault', 'delete', id],
|
|
107
107
|
};
|
|
108
|
-
exports.membershipTypeMutationKeys = {
|
|
109
|
-
/** All membershipType mutation keys */ all: ['mutation', 'membershiptype'],
|
|
110
|
-
/** Create membershipType mutation key */ create: () => ['mutation', 'membershiptype', 'create'],
|
|
111
|
-
/** Update membershipType mutation key */ update: (id) => ['mutation', 'membershiptype', 'update', id],
|
|
112
|
-
/** Delete membershipType mutation key */ delete: (id) => ['mutation', 'membershiptype', 'delete', id],
|
|
113
|
-
};
|
|
114
108
|
exports.orgChartEdgeGrantMutationKeys = {
|
|
115
109
|
/** All orgChartEdgeGrant mutation keys */ all: ['mutation', 'orgchartedgegrant'],
|
|
116
110
|
/** Create orgChartEdgeGrant mutation key */ create: () => ['mutation', 'orgchartedgegrant', 'create'],
|
|
117
111
|
/** Update orgChartEdgeGrant mutation key */ update: (id) => ['mutation', 'orgchartedgegrant', 'update', id],
|
|
118
112
|
/** Delete orgChartEdgeGrant mutation key */ delete: (id) => ['mutation', 'orgchartedgegrant', 'delete', id],
|
|
119
113
|
};
|
|
114
|
+
exports.membershipTypeMutationKeys = {
|
|
115
|
+
/** All membershipType mutation keys */ all: ['mutation', 'membershiptype'],
|
|
116
|
+
/** Create membershipType mutation key */ create: () => ['mutation', 'membershiptype', 'create'],
|
|
117
|
+
/** Update membershipType mutation key */ update: (id) => ['mutation', 'membershiptype', 'update', id],
|
|
118
|
+
/** Delete membershipType mutation key */ delete: (id) => ['mutation', 'membershiptype', 'delete', id],
|
|
119
|
+
};
|
|
120
120
|
exports.appLimitMutationKeys = {
|
|
121
121
|
/** All appLimit mutation keys */ all: ['mutation', 'applimit'],
|
|
122
122
|
/** Create appLimit mutation key */ create: () => ['mutation', 'applimit', 'create'],
|
|
@@ -183,18 +183,6 @@ exports.orgMembershipDefaultMutationKeys = {
|
|
|
183
183
|
/** Update orgMembershipDefault mutation key */ update: (id) => ['mutation', 'orgmembershipdefault', 'update', id],
|
|
184
184
|
/** Delete orgMembershipDefault mutation key */ delete: (id) => ['mutation', 'orgmembershipdefault', 'delete', id],
|
|
185
185
|
};
|
|
186
|
-
exports.inviteMutationKeys = {
|
|
187
|
-
/** All invite mutation keys */ all: ['mutation', 'invite'],
|
|
188
|
-
/** Create invite mutation key */ create: () => ['mutation', 'invite', 'create'],
|
|
189
|
-
/** Update invite mutation key */ update: (id) => ['mutation', 'invite', 'update', id],
|
|
190
|
-
/** Delete invite mutation key */ delete: (id) => ['mutation', 'invite', 'delete', id],
|
|
191
|
-
};
|
|
192
|
-
exports.appLevelMutationKeys = {
|
|
193
|
-
/** All appLevel mutation keys */ all: ['mutation', 'applevel'],
|
|
194
|
-
/** Create appLevel mutation key */ create: () => ['mutation', 'applevel', 'create'],
|
|
195
|
-
/** Update appLevel mutation key */ update: (id) => ['mutation', 'applevel', 'update', id],
|
|
196
|
-
/** Delete appLevel mutation key */ delete: (id) => ['mutation', 'applevel', 'delete', id],
|
|
197
|
-
};
|
|
198
186
|
exports.appMembershipMutationKeys = {
|
|
199
187
|
/** All appMembership mutation keys */ all: ['mutation', 'appmembership'],
|
|
200
188
|
/** Create appMembership mutation key */ create: () => ['mutation', 'appmembership', 'create'],
|
|
@@ -207,6 +195,18 @@ exports.orgMembershipMutationKeys = {
|
|
|
207
195
|
/** Update orgMembership mutation key */ update: (id) => ['mutation', 'orgmembership', 'update', id],
|
|
208
196
|
/** Delete orgMembership mutation key */ delete: (id) => ['mutation', 'orgmembership', 'delete', id],
|
|
209
197
|
};
|
|
198
|
+
exports.inviteMutationKeys = {
|
|
199
|
+
/** All invite mutation keys */ all: ['mutation', 'invite'],
|
|
200
|
+
/** Create invite mutation key */ create: () => ['mutation', 'invite', 'create'],
|
|
201
|
+
/** Update invite mutation key */ update: (id) => ['mutation', 'invite', 'update', id],
|
|
202
|
+
/** Delete invite mutation key */ delete: (id) => ['mutation', 'invite', 'delete', id],
|
|
203
|
+
};
|
|
204
|
+
exports.appLevelMutationKeys = {
|
|
205
|
+
/** All appLevel mutation keys */ all: ['mutation', 'applevel'],
|
|
206
|
+
/** Create appLevel mutation key */ create: () => ['mutation', 'applevel', 'create'],
|
|
207
|
+
/** Update appLevel mutation key */ update: (id) => ['mutation', 'applevel', 'update', id],
|
|
208
|
+
/** Delete appLevel mutation key */ delete: (id) => ['mutation', 'applevel', 'delete', id],
|
|
209
|
+
};
|
|
210
210
|
exports.orgInviteMutationKeys = {
|
|
211
211
|
/** All orgInvite mutation keys */ all: ['mutation', 'orginvite'],
|
|
212
212
|
/** Create orgInvite mutation key */ create: () => ['mutation', 'orginvite', 'create'],
|
|
@@ -261,8 +261,8 @@ exports.mutationKeys = {
|
|
|
261
261
|
orgOwnerGrant: exports.orgOwnerGrantMutationKeys,
|
|
262
262
|
appLimitDefault: exports.appLimitDefaultMutationKeys,
|
|
263
263
|
orgLimitDefault: exports.orgLimitDefaultMutationKeys,
|
|
264
|
-
membershipType: exports.membershipTypeMutationKeys,
|
|
265
264
|
orgChartEdgeGrant: exports.orgChartEdgeGrantMutationKeys,
|
|
265
|
+
membershipType: exports.membershipTypeMutationKeys,
|
|
266
266
|
appLimit: exports.appLimitMutationKeys,
|
|
267
267
|
appAchievement: exports.appAchievementMutationKeys,
|
|
268
268
|
appStep: exports.appStepMutationKeys,
|
|
@@ -274,10 +274,10 @@ exports.mutationKeys = {
|
|
|
274
274
|
orgGrant: exports.orgGrantMutationKeys,
|
|
275
275
|
orgChartEdge: exports.orgChartEdgeMutationKeys,
|
|
276
276
|
orgMembershipDefault: exports.orgMembershipDefaultMutationKeys,
|
|
277
|
-
invite: exports.inviteMutationKeys,
|
|
278
|
-
appLevel: exports.appLevelMutationKeys,
|
|
279
277
|
appMembership: exports.appMembershipMutationKeys,
|
|
280
278
|
orgMembership: exports.orgMembershipMutationKeys,
|
|
279
|
+
invite: exports.inviteMutationKeys,
|
|
280
|
+
appLevel: exports.appLevelMutationKeys,
|
|
281
281
|
orgInvite: exports.orgInviteMutationKeys,
|
|
282
282
|
custom: exports.customMutationKeys,
|
|
283
283
|
};
|
|
@@ -41,12 +41,12 @@ export * from './useDeleteAppLimitDefaultMutation';
|
|
|
41
41
|
export * from './useCreateOrgLimitDefaultMutation';
|
|
42
42
|
export * from './useUpdateOrgLimitDefaultMutation';
|
|
43
43
|
export * from './useDeleteOrgLimitDefaultMutation';
|
|
44
|
-
export * from './useCreateMembershipTypeMutation';
|
|
45
|
-
export * from './useUpdateMembershipTypeMutation';
|
|
46
|
-
export * from './useDeleteMembershipTypeMutation';
|
|
47
44
|
export * from './useCreateOrgChartEdgeGrantMutation';
|
|
48
45
|
export * from './useUpdateOrgChartEdgeGrantMutation';
|
|
49
46
|
export * from './useDeleteOrgChartEdgeGrantMutation';
|
|
47
|
+
export * from './useCreateMembershipTypeMutation';
|
|
48
|
+
export * from './useUpdateMembershipTypeMutation';
|
|
49
|
+
export * from './useDeleteMembershipTypeMutation';
|
|
50
50
|
export * from './useCreateAppLimitMutation';
|
|
51
51
|
export * from './useUpdateAppLimitMutation';
|
|
52
52
|
export * from './useDeleteAppLimitMutation';
|
|
@@ -80,18 +80,18 @@ export * from './useDeleteOrgChartEdgeMutation';
|
|
|
80
80
|
export * from './useCreateOrgMembershipDefaultMutation';
|
|
81
81
|
export * from './useUpdateOrgMembershipDefaultMutation';
|
|
82
82
|
export * from './useDeleteOrgMembershipDefaultMutation';
|
|
83
|
-
export * from './useCreateInviteMutation';
|
|
84
|
-
export * from './useUpdateInviteMutation';
|
|
85
|
-
export * from './useDeleteInviteMutation';
|
|
86
|
-
export * from './useCreateAppLevelMutation';
|
|
87
|
-
export * from './useUpdateAppLevelMutation';
|
|
88
|
-
export * from './useDeleteAppLevelMutation';
|
|
89
83
|
export * from './useCreateAppMembershipMutation';
|
|
90
84
|
export * from './useUpdateAppMembershipMutation';
|
|
91
85
|
export * from './useDeleteAppMembershipMutation';
|
|
92
86
|
export * from './useCreateOrgMembershipMutation';
|
|
93
87
|
export * from './useUpdateOrgMembershipMutation';
|
|
94
88
|
export * from './useDeleteOrgMembershipMutation';
|
|
89
|
+
export * from './useCreateInviteMutation';
|
|
90
|
+
export * from './useUpdateInviteMutation';
|
|
91
|
+
export * from './useDeleteInviteMutation';
|
|
92
|
+
export * from './useCreateAppLevelMutation';
|
|
93
|
+
export * from './useUpdateAppLevelMutation';
|
|
94
|
+
export * from './useDeleteAppLevelMutation';
|
|
95
95
|
export * from './useCreateOrgInviteMutation';
|
|
96
96
|
export * from './useUpdateOrgInviteMutation';
|
|
97
97
|
export * from './useDeleteOrgInviteMutation';
|
|
@@ -57,12 +57,12 @@ __exportStar(require("./useDeleteAppLimitDefaultMutation"), exports);
|
|
|
57
57
|
__exportStar(require("./useCreateOrgLimitDefaultMutation"), exports);
|
|
58
58
|
__exportStar(require("./useUpdateOrgLimitDefaultMutation"), exports);
|
|
59
59
|
__exportStar(require("./useDeleteOrgLimitDefaultMutation"), exports);
|
|
60
|
-
__exportStar(require("./useCreateMembershipTypeMutation"), exports);
|
|
61
|
-
__exportStar(require("./useUpdateMembershipTypeMutation"), exports);
|
|
62
|
-
__exportStar(require("./useDeleteMembershipTypeMutation"), exports);
|
|
63
60
|
__exportStar(require("./useCreateOrgChartEdgeGrantMutation"), exports);
|
|
64
61
|
__exportStar(require("./useUpdateOrgChartEdgeGrantMutation"), exports);
|
|
65
62
|
__exportStar(require("./useDeleteOrgChartEdgeGrantMutation"), exports);
|
|
63
|
+
__exportStar(require("./useCreateMembershipTypeMutation"), exports);
|
|
64
|
+
__exportStar(require("./useUpdateMembershipTypeMutation"), exports);
|
|
65
|
+
__exportStar(require("./useDeleteMembershipTypeMutation"), exports);
|
|
66
66
|
__exportStar(require("./useCreateAppLimitMutation"), exports);
|
|
67
67
|
__exportStar(require("./useUpdateAppLimitMutation"), exports);
|
|
68
68
|
__exportStar(require("./useDeleteAppLimitMutation"), exports);
|
|
@@ -96,18 +96,18 @@ __exportStar(require("./useDeleteOrgChartEdgeMutation"), exports);
|
|
|
96
96
|
__exportStar(require("./useCreateOrgMembershipDefaultMutation"), exports);
|
|
97
97
|
__exportStar(require("./useUpdateOrgMembershipDefaultMutation"), exports);
|
|
98
98
|
__exportStar(require("./useDeleteOrgMembershipDefaultMutation"), exports);
|
|
99
|
-
__exportStar(require("./useCreateInviteMutation"), exports);
|
|
100
|
-
__exportStar(require("./useUpdateInviteMutation"), exports);
|
|
101
|
-
__exportStar(require("./useDeleteInviteMutation"), exports);
|
|
102
|
-
__exportStar(require("./useCreateAppLevelMutation"), exports);
|
|
103
|
-
__exportStar(require("./useUpdateAppLevelMutation"), exports);
|
|
104
|
-
__exportStar(require("./useDeleteAppLevelMutation"), exports);
|
|
105
99
|
__exportStar(require("./useCreateAppMembershipMutation"), exports);
|
|
106
100
|
__exportStar(require("./useUpdateAppMembershipMutation"), exports);
|
|
107
101
|
__exportStar(require("./useDeleteAppMembershipMutation"), exports);
|
|
108
102
|
__exportStar(require("./useCreateOrgMembershipMutation"), exports);
|
|
109
103
|
__exportStar(require("./useUpdateOrgMembershipMutation"), exports);
|
|
110
104
|
__exportStar(require("./useDeleteOrgMembershipMutation"), exports);
|
|
105
|
+
__exportStar(require("./useCreateInviteMutation"), exports);
|
|
106
|
+
__exportStar(require("./useUpdateInviteMutation"), exports);
|
|
107
|
+
__exportStar(require("./useDeleteInviteMutation"), exports);
|
|
108
|
+
__exportStar(require("./useCreateAppLevelMutation"), exports);
|
|
109
|
+
__exportStar(require("./useUpdateAppLevelMutation"), exports);
|
|
110
|
+
__exportStar(require("./useDeleteAppLevelMutation"), exports);
|
|
111
111
|
__exportStar(require("./useCreateOrgInviteMutation"), exports);
|
|
112
112
|
__exportStar(require("./useUpdateOrgInviteMutation"), exports);
|
|
113
113
|
__exportStar(require("./useDeleteOrgInviteMutation"), exports);
|
|
@@ -29,10 +29,10 @@ export * from './useAppLimitDefaultsQuery';
|
|
|
29
29
|
export * from './useAppLimitDefaultQuery';
|
|
30
30
|
export * from './useOrgLimitDefaultsQuery';
|
|
31
31
|
export * from './useOrgLimitDefaultQuery';
|
|
32
|
-
export * from './useMembershipTypesQuery';
|
|
33
|
-
export * from './useMembershipTypeQuery';
|
|
34
32
|
export * from './useOrgChartEdgeGrantsQuery';
|
|
35
33
|
export * from './useOrgChartEdgeGrantQuery';
|
|
34
|
+
export * from './useMembershipTypesQuery';
|
|
35
|
+
export * from './useMembershipTypeQuery';
|
|
36
36
|
export * from './useAppLimitsQuery';
|
|
37
37
|
export * from './useAppLimitQuery';
|
|
38
38
|
export * from './useAppAchievementsQuery';
|
|
@@ -55,14 +55,14 @@ export * from './useOrgChartEdgesQuery';
|
|
|
55
55
|
export * from './useOrgChartEdgeQuery';
|
|
56
56
|
export * from './useOrgMembershipDefaultsQuery';
|
|
57
57
|
export * from './useOrgMembershipDefaultQuery';
|
|
58
|
-
export * from './useInvitesQuery';
|
|
59
|
-
export * from './useInviteQuery';
|
|
60
|
-
export * from './useAppLevelsQuery';
|
|
61
|
-
export * from './useAppLevelQuery';
|
|
62
58
|
export * from './useAppMembershipsQuery';
|
|
63
59
|
export * from './useAppMembershipQuery';
|
|
64
60
|
export * from './useOrgMembershipsQuery';
|
|
65
61
|
export * from './useOrgMembershipQuery';
|
|
62
|
+
export * from './useInvitesQuery';
|
|
63
|
+
export * from './useInviteQuery';
|
|
64
|
+
export * from './useAppLevelsQuery';
|
|
65
|
+
export * from './useAppLevelQuery';
|
|
66
66
|
export * from './useOrgInvitesQuery';
|
|
67
67
|
export * from './useOrgInviteQuery';
|
|
68
68
|
export * from './useAppPermissionsGetPaddedMaskQuery';
|
|
@@ -45,10 +45,10 @@ __exportStar(require("./useAppLimitDefaultsQuery"), exports);
|
|
|
45
45
|
__exportStar(require("./useAppLimitDefaultQuery"), exports);
|
|
46
46
|
__exportStar(require("./useOrgLimitDefaultsQuery"), exports);
|
|
47
47
|
__exportStar(require("./useOrgLimitDefaultQuery"), exports);
|
|
48
|
-
__exportStar(require("./useMembershipTypesQuery"), exports);
|
|
49
|
-
__exportStar(require("./useMembershipTypeQuery"), exports);
|
|
50
48
|
__exportStar(require("./useOrgChartEdgeGrantsQuery"), exports);
|
|
51
49
|
__exportStar(require("./useOrgChartEdgeGrantQuery"), exports);
|
|
50
|
+
__exportStar(require("./useMembershipTypesQuery"), exports);
|
|
51
|
+
__exportStar(require("./useMembershipTypeQuery"), exports);
|
|
52
52
|
__exportStar(require("./useAppLimitsQuery"), exports);
|
|
53
53
|
__exportStar(require("./useAppLimitQuery"), exports);
|
|
54
54
|
__exportStar(require("./useAppAchievementsQuery"), exports);
|
|
@@ -71,14 +71,14 @@ __exportStar(require("./useOrgChartEdgesQuery"), exports);
|
|
|
71
71
|
__exportStar(require("./useOrgChartEdgeQuery"), exports);
|
|
72
72
|
__exportStar(require("./useOrgMembershipDefaultsQuery"), exports);
|
|
73
73
|
__exportStar(require("./useOrgMembershipDefaultQuery"), exports);
|
|
74
|
-
__exportStar(require("./useInvitesQuery"), exports);
|
|
75
|
-
__exportStar(require("./useInviteQuery"), exports);
|
|
76
|
-
__exportStar(require("./useAppLevelsQuery"), exports);
|
|
77
|
-
__exportStar(require("./useAppLevelQuery"), exports);
|
|
78
74
|
__exportStar(require("./useAppMembershipsQuery"), exports);
|
|
79
75
|
__exportStar(require("./useAppMembershipQuery"), exports);
|
|
80
76
|
__exportStar(require("./useOrgMembershipsQuery"), exports);
|
|
81
77
|
__exportStar(require("./useOrgMembershipQuery"), exports);
|
|
78
|
+
__exportStar(require("./useInvitesQuery"), exports);
|
|
79
|
+
__exportStar(require("./useInviteQuery"), exports);
|
|
80
|
+
__exportStar(require("./useAppLevelsQuery"), exports);
|
|
81
|
+
__exportStar(require("./useAppLevelQuery"), exports);
|
|
82
82
|
__exportStar(require("./useOrgInvitesQuery"), exports);
|
|
83
83
|
__exportStar(require("./useOrgInviteQuery"), exports);
|
|
84
84
|
__exportStar(require("./useAppPermissionsGetPaddedMaskQuery"), exports);
|