@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
|
@@ -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';
|
|
@@ -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';
|
|
@@ -101,13 +101,6 @@ export declare const orgLimitDefaultKeys: {
|
|
|
101
101
|
/** Detail query keys */ readonly details: () => readonly ["orglimitdefault", "detail"];
|
|
102
102
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["orglimitdefault", "detail", string | number];
|
|
103
103
|
};
|
|
104
|
-
export declare const membershipTypeKeys: {
|
|
105
|
-
/** All membershipType queries */ readonly all: readonly ["membershiptype"];
|
|
106
|
-
/** List query keys */ readonly lists: () => readonly ["membershiptype", "list"];
|
|
107
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["membershiptype", "list", object];
|
|
108
|
-
/** Detail query keys */ readonly details: () => readonly ["membershiptype", "detail"];
|
|
109
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["membershiptype", "detail", string | number];
|
|
110
|
-
};
|
|
111
104
|
export declare const orgChartEdgeGrantKeys: {
|
|
112
105
|
/** All orgChartEdgeGrant queries */ readonly all: readonly ["orgchartedgegrant"];
|
|
113
106
|
/** List query keys */ readonly lists: () => readonly ["orgchartedgegrant", "list"];
|
|
@@ -115,6 +108,13 @@ export declare const orgChartEdgeGrantKeys: {
|
|
|
115
108
|
/** Detail query keys */ readonly details: () => readonly ["orgchartedgegrant", "detail"];
|
|
116
109
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["orgchartedgegrant", "detail", string | number];
|
|
117
110
|
};
|
|
111
|
+
export declare const membershipTypeKeys: {
|
|
112
|
+
/** All membershipType queries */ readonly all: readonly ["membershiptype"];
|
|
113
|
+
/** List query keys */ readonly lists: () => readonly ["membershiptype", "list"];
|
|
114
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["membershiptype", "list", object];
|
|
115
|
+
/** Detail query keys */ readonly details: () => readonly ["membershiptype", "detail"];
|
|
116
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["membershiptype", "detail", string | number];
|
|
117
|
+
};
|
|
118
118
|
export declare const appLimitKeys: {
|
|
119
119
|
/** All appLimit queries */ readonly all: readonly ["applimit"];
|
|
120
120
|
/** List query keys */ readonly lists: () => readonly ["applimit", "list"];
|
|
@@ -192,20 +192,6 @@ export declare const orgMembershipDefaultKeys: {
|
|
|
192
192
|
/** Detail query keys */ readonly details: () => readonly ["orgmembershipdefault", "detail"];
|
|
193
193
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["orgmembershipdefault", "detail", string | number];
|
|
194
194
|
};
|
|
195
|
-
export declare const inviteKeys: {
|
|
196
|
-
/** All invite queries */ readonly all: readonly ["invite"];
|
|
197
|
-
/** List query keys */ readonly lists: () => readonly ["invite", "list"];
|
|
198
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["invite", "list", object];
|
|
199
|
-
/** Detail query keys */ readonly details: () => readonly ["invite", "detail"];
|
|
200
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["invite", "detail", string | number];
|
|
201
|
-
};
|
|
202
|
-
export declare const appLevelKeys: {
|
|
203
|
-
/** All appLevel queries */ readonly all: readonly ["applevel"];
|
|
204
|
-
/** List query keys */ readonly lists: () => readonly ["applevel", "list"];
|
|
205
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["applevel", "list", object];
|
|
206
|
-
/** Detail query keys */ readonly details: () => readonly ["applevel", "detail"];
|
|
207
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["applevel", "detail", string | number];
|
|
208
|
-
};
|
|
209
195
|
export declare const appMembershipKeys: {
|
|
210
196
|
/** All appMembership queries */ readonly all: readonly ["appmembership"];
|
|
211
197
|
/** List query keys */ readonly lists: () => readonly ["appmembership", "list"];
|
|
@@ -220,6 +206,20 @@ export declare const orgMembershipKeys: {
|
|
|
220
206
|
/** Detail query keys */ readonly details: () => readonly ["orgmembership", "detail"];
|
|
221
207
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["orgmembership", "detail", string | number];
|
|
222
208
|
};
|
|
209
|
+
export declare const inviteKeys: {
|
|
210
|
+
/** All invite queries */ readonly all: readonly ["invite"];
|
|
211
|
+
/** List query keys */ readonly lists: () => readonly ["invite", "list"];
|
|
212
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["invite", "list", object];
|
|
213
|
+
/** Detail query keys */ readonly details: () => readonly ["invite", "detail"];
|
|
214
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["invite", "detail", string | number];
|
|
215
|
+
};
|
|
216
|
+
export declare const appLevelKeys: {
|
|
217
|
+
/** All appLevel queries */ readonly all: readonly ["applevel"];
|
|
218
|
+
/** List query keys */ readonly lists: () => readonly ["applevel", "list"];
|
|
219
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["applevel", "list", object];
|
|
220
|
+
/** Detail query keys */ readonly details: () => readonly ["applevel", "detail"];
|
|
221
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["applevel", "detail", string | number];
|
|
222
|
+
};
|
|
223
223
|
export declare const orgInviteKeys: {
|
|
224
224
|
/** All orgInvite queries */ readonly all: readonly ["orginvite"];
|
|
225
225
|
/** List query keys */ readonly lists: () => readonly ["orginvite", "list"];
|
|
@@ -361,13 +361,6 @@ export declare const queryKeys: {
|
|
|
361
361
|
/** Detail query keys */ readonly details: () => readonly ["orglimitdefault", "detail"];
|
|
362
362
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["orglimitdefault", "detail", string | number];
|
|
363
363
|
};
|
|
364
|
-
readonly membershipType: {
|
|
365
|
-
/** All membershipType queries */ readonly all: readonly ["membershiptype"];
|
|
366
|
-
/** List query keys */ readonly lists: () => readonly ["membershiptype", "list"];
|
|
367
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["membershiptype", "list", object];
|
|
368
|
-
/** Detail query keys */ readonly details: () => readonly ["membershiptype", "detail"];
|
|
369
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["membershiptype", "detail", string | number];
|
|
370
|
-
};
|
|
371
364
|
readonly orgChartEdgeGrant: {
|
|
372
365
|
/** All orgChartEdgeGrant queries */ readonly all: readonly ["orgchartedgegrant"];
|
|
373
366
|
/** List query keys */ readonly lists: () => readonly ["orgchartedgegrant", "list"];
|
|
@@ -375,6 +368,13 @@ export declare const queryKeys: {
|
|
|
375
368
|
/** Detail query keys */ readonly details: () => readonly ["orgchartedgegrant", "detail"];
|
|
376
369
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["orgchartedgegrant", "detail", string | number];
|
|
377
370
|
};
|
|
371
|
+
readonly membershipType: {
|
|
372
|
+
/** All membershipType queries */ readonly all: readonly ["membershiptype"];
|
|
373
|
+
/** List query keys */ readonly lists: () => readonly ["membershiptype", "list"];
|
|
374
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["membershiptype", "list", object];
|
|
375
|
+
/** Detail query keys */ readonly details: () => readonly ["membershiptype", "detail"];
|
|
376
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["membershiptype", "detail", string | number];
|
|
377
|
+
};
|
|
378
378
|
readonly appLimit: {
|
|
379
379
|
/** All appLimit queries */ readonly all: readonly ["applimit"];
|
|
380
380
|
/** List query keys */ readonly lists: () => readonly ["applimit", "list"];
|
|
@@ -452,20 +452,6 @@ export declare const queryKeys: {
|
|
|
452
452
|
/** Detail query keys */ readonly details: () => readonly ["orgmembershipdefault", "detail"];
|
|
453
453
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["orgmembershipdefault", "detail", string | number];
|
|
454
454
|
};
|
|
455
|
-
readonly invite: {
|
|
456
|
-
/** All invite queries */ readonly all: readonly ["invite"];
|
|
457
|
-
/** List query keys */ readonly lists: () => readonly ["invite", "list"];
|
|
458
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["invite", "list", object];
|
|
459
|
-
/** Detail query keys */ readonly details: () => readonly ["invite", "detail"];
|
|
460
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["invite", "detail", string | number];
|
|
461
|
-
};
|
|
462
|
-
readonly appLevel: {
|
|
463
|
-
/** All appLevel queries */ readonly all: readonly ["applevel"];
|
|
464
|
-
/** List query keys */ readonly lists: () => readonly ["applevel", "list"];
|
|
465
|
-
/** List query key with variables */ readonly list: (variables?: object) => readonly ["applevel", "list", object];
|
|
466
|
-
/** Detail query keys */ readonly details: () => readonly ["applevel", "detail"];
|
|
467
|
-
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["applevel", "detail", string | number];
|
|
468
|
-
};
|
|
469
455
|
readonly appMembership: {
|
|
470
456
|
/** All appMembership queries */ readonly all: readonly ["appmembership"];
|
|
471
457
|
/** List query keys */ readonly lists: () => readonly ["appmembership", "list"];
|
|
@@ -480,6 +466,20 @@ export declare const queryKeys: {
|
|
|
480
466
|
/** Detail query keys */ readonly details: () => readonly ["orgmembership", "detail"];
|
|
481
467
|
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["orgmembership", "detail", string | number];
|
|
482
468
|
};
|
|
469
|
+
readonly invite: {
|
|
470
|
+
/** All invite queries */ readonly all: readonly ["invite"];
|
|
471
|
+
/** List query keys */ readonly lists: () => readonly ["invite", "list"];
|
|
472
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["invite", "list", object];
|
|
473
|
+
/** Detail query keys */ readonly details: () => readonly ["invite", "detail"];
|
|
474
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["invite", "detail", string | number];
|
|
475
|
+
};
|
|
476
|
+
readonly appLevel: {
|
|
477
|
+
/** All appLevel queries */ readonly all: readonly ["applevel"];
|
|
478
|
+
/** List query keys */ readonly lists: () => readonly ["applevel", "list"];
|
|
479
|
+
/** List query key with variables */ readonly list: (variables?: object) => readonly ["applevel", "list", object];
|
|
480
|
+
/** Detail query keys */ readonly details: () => readonly ["applevel", "detail"];
|
|
481
|
+
/** Detail query key for specific item */ readonly detail: (id: string | number) => readonly ["applevel", "detail", string | number];
|
|
482
|
+
};
|
|
483
483
|
readonly orgInvite: {
|
|
484
484
|
/** All orgInvite queries */ readonly all: readonly ["orginvite"];
|
|
485
485
|
/** List query keys */ readonly lists: () => readonly ["orginvite", "list"];
|
|
@@ -114,13 +114,6 @@ export const orgLimitDefaultKeys = {
|
|
|
114
114
|
/** Detail query keys */ details: () => [...orgLimitDefaultKeys.all, 'detail'],
|
|
115
115
|
/** Detail query key for specific item */ detail: (id) => [...orgLimitDefaultKeys.details(), id],
|
|
116
116
|
};
|
|
117
|
-
export const membershipTypeKeys = {
|
|
118
|
-
/** All membershipType queries */ all: ['membershiptype'],
|
|
119
|
-
/** List query keys */ lists: () => [...membershipTypeKeys.all, 'list'],
|
|
120
|
-
/** List query key with variables */ list: (variables) => [...membershipTypeKeys.lists(), variables],
|
|
121
|
-
/** Detail query keys */ details: () => [...membershipTypeKeys.all, 'detail'],
|
|
122
|
-
/** Detail query key for specific item */ detail: (id) => [...membershipTypeKeys.details(), id],
|
|
123
|
-
};
|
|
124
117
|
export const orgChartEdgeGrantKeys = {
|
|
125
118
|
/** All orgChartEdgeGrant queries */ all: ['orgchartedgegrant'],
|
|
126
119
|
/** List query keys */ lists: () => [...orgChartEdgeGrantKeys.all, 'list'],
|
|
@@ -128,6 +121,13 @@ export const orgChartEdgeGrantKeys = {
|
|
|
128
121
|
/** Detail query keys */ details: () => [...orgChartEdgeGrantKeys.all, 'detail'],
|
|
129
122
|
/** Detail query key for specific item */ detail: (id) => [...orgChartEdgeGrantKeys.details(), id],
|
|
130
123
|
};
|
|
124
|
+
export const membershipTypeKeys = {
|
|
125
|
+
/** All membershipType queries */ all: ['membershiptype'],
|
|
126
|
+
/** List query keys */ lists: () => [...membershipTypeKeys.all, 'list'],
|
|
127
|
+
/** List query key with variables */ list: (variables) => [...membershipTypeKeys.lists(), variables],
|
|
128
|
+
/** Detail query keys */ details: () => [...membershipTypeKeys.all, 'detail'],
|
|
129
|
+
/** Detail query key for specific item */ detail: (id) => [...membershipTypeKeys.details(), id],
|
|
130
|
+
};
|
|
131
131
|
export const appLimitKeys = {
|
|
132
132
|
/** All appLimit queries */ all: ['applimit'],
|
|
133
133
|
/** List query keys */ lists: () => [...appLimitKeys.all, 'list'],
|
|
@@ -205,20 +205,6 @@ export const orgMembershipDefaultKeys = {
|
|
|
205
205
|
/** Detail query keys */ details: () => [...orgMembershipDefaultKeys.all, 'detail'],
|
|
206
206
|
/** Detail query key for specific item */ detail: (id) => [...orgMembershipDefaultKeys.details(), id],
|
|
207
207
|
};
|
|
208
|
-
export const inviteKeys = {
|
|
209
|
-
/** All invite queries */ all: ['invite'],
|
|
210
|
-
/** List query keys */ lists: () => [...inviteKeys.all, 'list'],
|
|
211
|
-
/** List query key with variables */ list: (variables) => [...inviteKeys.lists(), variables],
|
|
212
|
-
/** Detail query keys */ details: () => [...inviteKeys.all, 'detail'],
|
|
213
|
-
/** Detail query key for specific item */ detail: (id) => [...inviteKeys.details(), id],
|
|
214
|
-
};
|
|
215
|
-
export const appLevelKeys = {
|
|
216
|
-
/** All appLevel queries */ all: ['applevel'],
|
|
217
|
-
/** List query keys */ lists: () => [...appLevelKeys.all, 'list'],
|
|
218
|
-
/** List query key with variables */ list: (variables) => [...appLevelKeys.lists(), variables],
|
|
219
|
-
/** Detail query keys */ details: () => [...appLevelKeys.all, 'detail'],
|
|
220
|
-
/** Detail query key for specific item */ detail: (id) => [...appLevelKeys.details(), id],
|
|
221
|
-
};
|
|
222
208
|
export const appMembershipKeys = {
|
|
223
209
|
/** All appMembership queries */ all: ['appmembership'],
|
|
224
210
|
/** List query keys */ lists: () => [...appMembershipKeys.all, 'list'],
|
|
@@ -233,6 +219,20 @@ export const orgMembershipKeys = {
|
|
|
233
219
|
/** Detail query keys */ details: () => [...orgMembershipKeys.all, 'detail'],
|
|
234
220
|
/** Detail query key for specific item */ detail: (id) => [...orgMembershipKeys.details(), id],
|
|
235
221
|
};
|
|
222
|
+
export const inviteKeys = {
|
|
223
|
+
/** All invite queries */ all: ['invite'],
|
|
224
|
+
/** List query keys */ lists: () => [...inviteKeys.all, 'list'],
|
|
225
|
+
/** List query key with variables */ list: (variables) => [...inviteKeys.lists(), variables],
|
|
226
|
+
/** Detail query keys */ details: () => [...inviteKeys.all, 'detail'],
|
|
227
|
+
/** Detail query key for specific item */ detail: (id) => [...inviteKeys.details(), id],
|
|
228
|
+
};
|
|
229
|
+
export const appLevelKeys = {
|
|
230
|
+
/** All appLevel queries */ all: ['applevel'],
|
|
231
|
+
/** List query keys */ lists: () => [...appLevelKeys.all, 'list'],
|
|
232
|
+
/** List query key with variables */ list: (variables) => [...appLevelKeys.lists(), variables],
|
|
233
|
+
/** Detail query keys */ details: () => [...appLevelKeys.all, 'detail'],
|
|
234
|
+
/** Detail query key for specific item */ detail: (id) => [...appLevelKeys.details(), id],
|
|
235
|
+
};
|
|
236
236
|
export const orgInviteKeys = {
|
|
237
237
|
/** All orgInvite queries */ all: ['orginvite'],
|
|
238
238
|
/** List query keys */ lists: () => [...orgInviteKeys.all, 'list'],
|
|
@@ -293,8 +293,8 @@ export const queryKeys = {
|
|
|
293
293
|
orgOwnerGrant: orgOwnerGrantKeys,
|
|
294
294
|
appLimitDefault: appLimitDefaultKeys,
|
|
295
295
|
orgLimitDefault: orgLimitDefaultKeys,
|
|
296
|
-
membershipType: membershipTypeKeys,
|
|
297
296
|
orgChartEdgeGrant: orgChartEdgeGrantKeys,
|
|
297
|
+
membershipType: membershipTypeKeys,
|
|
298
298
|
appLimit: appLimitKeys,
|
|
299
299
|
appAchievement: appAchievementKeys,
|
|
300
300
|
appStep: appStepKeys,
|
|
@@ -306,10 +306,10 @@ export const queryKeys = {
|
|
|
306
306
|
orgGrant: orgGrantKeys,
|
|
307
307
|
orgChartEdge: orgChartEdgeKeys,
|
|
308
308
|
orgMembershipDefault: orgMembershipDefaultKeys,
|
|
309
|
-
invite: inviteKeys,
|
|
310
|
-
appLevel: appLevelKeys,
|
|
311
309
|
appMembership: appMembershipKeys,
|
|
312
310
|
orgMembership: orgMembershipKeys,
|
|
311
|
+
invite: inviteKeys,
|
|
312
|
+
appLevel: appLevelKeys,
|
|
313
313
|
orgInvite: orgInviteKeys,
|
|
314
314
|
custom: customQueryKeys,
|
|
315
315
|
};
|
package/esm/admin/orm/index.d.ts
CHANGED
|
@@ -13,8 +13,8 @@ import { OrgAdminGrantModel } from './models/orgAdminGrant';
|
|
|
13
13
|
import { OrgOwnerGrantModel } from './models/orgOwnerGrant';
|
|
14
14
|
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
15
15
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
16
|
-
import { MembershipTypeModel } from './models/membershipType';
|
|
17
16
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
17
|
+
import { MembershipTypeModel } from './models/membershipType';
|
|
18
18
|
import { AppLimitModel } from './models/appLimit';
|
|
19
19
|
import { AppAchievementModel } from './models/appAchievement';
|
|
20
20
|
import { AppStepModel } from './models/appStep';
|
|
@@ -26,10 +26,10 @@ import { OrgClaimedInviteModel } from './models/orgClaimedInvite';
|
|
|
26
26
|
import { OrgGrantModel } from './models/orgGrant';
|
|
27
27
|
import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
28
28
|
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
29
|
-
import { InviteModel } from './models/invite';
|
|
30
|
-
import { AppLevelModel } from './models/appLevel';
|
|
31
29
|
import { AppMembershipModel } from './models/appMembership';
|
|
32
30
|
import { OrgMembershipModel } from './models/orgMembership';
|
|
31
|
+
import { InviteModel } from './models/invite';
|
|
32
|
+
import { AppLevelModel } from './models/appLevel';
|
|
33
33
|
import { OrgInviteModel } from './models/orgInvite';
|
|
34
34
|
export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
|
|
35
35
|
export { GraphQLRequestError } from './client';
|
|
@@ -76,8 +76,8 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
76
76
|
orgOwnerGrant: OrgOwnerGrantModel;
|
|
77
77
|
appLimitDefault: AppLimitDefaultModel;
|
|
78
78
|
orgLimitDefault: OrgLimitDefaultModel;
|
|
79
|
-
membershipType: MembershipTypeModel;
|
|
80
79
|
orgChartEdgeGrant: OrgChartEdgeGrantModel;
|
|
80
|
+
membershipType: MembershipTypeModel;
|
|
81
81
|
appLimit: AppLimitModel;
|
|
82
82
|
appAchievement: AppAchievementModel;
|
|
83
83
|
appStep: AppStepModel;
|
|
@@ -89,10 +89,10 @@ export declare function createClient(config: OrmClientConfig): {
|
|
|
89
89
|
orgGrant: OrgGrantModel;
|
|
90
90
|
orgChartEdge: OrgChartEdgeModel;
|
|
91
91
|
orgMembershipDefault: OrgMembershipDefaultModel;
|
|
92
|
-
invite: InviteModel;
|
|
93
|
-
appLevel: AppLevelModel;
|
|
94
92
|
appMembership: AppMembershipModel;
|
|
95
93
|
orgMembership: OrgMembershipModel;
|
|
94
|
+
invite: InviteModel;
|
|
95
|
+
appLevel: AppLevelModel;
|
|
96
96
|
orgInvite: OrgInviteModel;
|
|
97
97
|
query: {
|
|
98
98
|
appPermissionsGetPaddedMask: (args: import("./query").AppPermissionsGetPaddedMaskVariables, options?: {
|
package/esm/admin/orm/index.js
CHANGED
|
@@ -18,8 +18,8 @@ import { OrgAdminGrantModel } from './models/orgAdminGrant';
|
|
|
18
18
|
import { OrgOwnerGrantModel } from './models/orgOwnerGrant';
|
|
19
19
|
import { AppLimitDefaultModel } from './models/appLimitDefault';
|
|
20
20
|
import { OrgLimitDefaultModel } from './models/orgLimitDefault';
|
|
21
|
-
import { MembershipTypeModel } from './models/membershipType';
|
|
22
21
|
import { OrgChartEdgeGrantModel } from './models/orgChartEdgeGrant';
|
|
22
|
+
import { MembershipTypeModel } from './models/membershipType';
|
|
23
23
|
import { AppLimitModel } from './models/appLimit';
|
|
24
24
|
import { AppAchievementModel } from './models/appAchievement';
|
|
25
25
|
import { AppStepModel } from './models/appStep';
|
|
@@ -31,10 +31,10 @@ import { OrgClaimedInviteModel } from './models/orgClaimedInvite';
|
|
|
31
31
|
import { OrgGrantModel } from './models/orgGrant';
|
|
32
32
|
import { OrgChartEdgeModel } from './models/orgChartEdge';
|
|
33
33
|
import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
|
|
34
|
-
import { InviteModel } from './models/invite';
|
|
35
|
-
import { AppLevelModel } from './models/appLevel';
|
|
36
34
|
import { AppMembershipModel } from './models/appMembership';
|
|
37
35
|
import { OrgMembershipModel } from './models/orgMembership';
|
|
36
|
+
import { InviteModel } from './models/invite';
|
|
37
|
+
import { AppLevelModel } from './models/appLevel';
|
|
38
38
|
import { OrgInviteModel } from './models/orgInvite';
|
|
39
39
|
import { createQueryOperations } from './query';
|
|
40
40
|
import { createMutationOperations } from './mutation';
|
|
@@ -84,8 +84,8 @@ export function createClient(config) {
|
|
|
84
84
|
orgOwnerGrant: new OrgOwnerGrantModel(client),
|
|
85
85
|
appLimitDefault: new AppLimitDefaultModel(client),
|
|
86
86
|
orgLimitDefault: new OrgLimitDefaultModel(client),
|
|
87
|
-
membershipType: new MembershipTypeModel(client),
|
|
88
87
|
orgChartEdgeGrant: new OrgChartEdgeGrantModel(client),
|
|
88
|
+
membershipType: new MembershipTypeModel(client),
|
|
89
89
|
appLimit: new AppLimitModel(client),
|
|
90
90
|
appAchievement: new AppAchievementModel(client),
|
|
91
91
|
appStep: new AppStepModel(client),
|
|
@@ -97,10 +97,10 @@ export function createClient(config) {
|
|
|
97
97
|
orgGrant: new OrgGrantModel(client),
|
|
98
98
|
orgChartEdge: new OrgChartEdgeModel(client),
|
|
99
99
|
orgMembershipDefault: new OrgMembershipDefaultModel(client),
|
|
100
|
-
invite: new InviteModel(client),
|
|
101
|
-
appLevel: new AppLevelModel(client),
|
|
102
100
|
appMembership: new AppMembershipModel(client),
|
|
103
101
|
orgMembership: new OrgMembershipModel(client),
|
|
102
|
+
invite: new InviteModel(client),
|
|
103
|
+
appLevel: new AppLevelModel(client),
|
|
104
104
|
orgInvite: new OrgInviteModel(client),
|
|
105
105
|
query: createQueryOperations(client),
|
|
106
106
|
mutation: createMutationOperations(client),
|