@constructive-io/react 0.19.5 → 0.19.7
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 +6 -6
- package/admin/hooks/invalidation.js +15 -15
- package/admin/hooks/mutation-keys.d.ts +12 -12
- package/admin/hooks/mutation-keys.js +8 -8
- package/admin/hooks/mutations/index.d.ts +3 -3
- package/admin/hooks/mutations/index.js +3 -3
- package/admin/hooks/queries/index.d.ts +2 -2
- package/admin/hooks/queries/index.js +2 -2
- package/admin/hooks/query-keys.d.ts +14 -14
- package/admin/hooks/query-keys.js +9 -9
- package/admin/orm/index.d.ts +2 -2
- package/admin/orm/index.js +2 -2
- package/admin/orm/input-types.d.ts +190 -183
- package/admin/orm/models/appAchievement.d.ts +2 -4
- package/admin/orm/models/appAchievement.js +6 -2
- package/admin/orm/models/appAdminGrant.d.ts +2 -4
- package/admin/orm/models/appAdminGrant.js +6 -2
- package/admin/orm/models/appClaimedInvite.d.ts +2 -4
- package/admin/orm/models/appClaimedInvite.js +6 -2
- package/admin/orm/models/appGrant.d.ts +2 -4
- package/admin/orm/models/appGrant.js +6 -2
- package/admin/orm/models/appInvite.d.ts +2 -4
- package/admin/orm/models/appInvite.js +6 -2
- package/admin/orm/models/appLevel.d.ts +2 -4
- package/admin/orm/models/appLevel.js +6 -2
- package/admin/orm/models/appLevelRequirement.d.ts +2 -4
- package/admin/orm/models/appLevelRequirement.js +6 -2
- package/admin/orm/models/appLimit.d.ts +2 -4
- package/admin/orm/models/appLimit.js +6 -2
- package/admin/orm/models/appLimitCap.d.ts +2 -4
- package/admin/orm/models/appLimitCap.js +6 -2
- package/admin/orm/models/appLimitCapsDefault.d.ts +2 -4
- package/admin/orm/models/appLimitCapsDefault.js +6 -2
- package/admin/orm/models/appLimitCredit.d.ts +2 -4
- package/admin/orm/models/appLimitCredit.js +6 -2
- package/admin/orm/models/appLimitCreditCode.d.ts +2 -4
- package/admin/orm/models/appLimitCreditCode.js +6 -2
- package/admin/orm/models/appLimitCreditCodeItem.d.ts +2 -4
- package/admin/orm/models/appLimitCreditCodeItem.js +6 -2
- package/admin/orm/models/appLimitCreditRedemption.d.ts +2 -4
- package/admin/orm/models/appLimitCreditRedemption.js +6 -2
- package/admin/orm/models/appLimitDefault.d.ts +2 -4
- package/admin/orm/models/appLimitDefault.js +6 -2
- package/admin/orm/models/appLimitEvent.d.ts +2 -4
- package/admin/orm/models/appLimitEvent.js +6 -2
- package/admin/orm/models/appMembership.d.ts +2 -4
- package/admin/orm/models/appMembership.js +6 -2
- package/admin/orm/models/appMembershipDefault.d.ts +2 -4
- package/admin/orm/models/appMembershipDefault.js +6 -2
- package/admin/orm/models/appOwnerGrant.d.ts +2 -4
- package/admin/orm/models/appOwnerGrant.js +6 -2
- package/admin/orm/models/appPermission.d.ts +2 -4
- package/admin/orm/models/appPermission.js +6 -2
- package/admin/orm/models/appPermissionDefault.d.ts +2 -4
- package/admin/orm/models/appPermissionDefault.js +6 -2
- package/admin/orm/models/appStep.d.ts +2 -4
- package/admin/orm/models/appStep.js +6 -2
- package/admin/orm/models/index.d.ts +1 -1
- package/admin/orm/models/index.js +3 -3
- package/admin/orm/models/membershipType.d.ts +2 -4
- package/admin/orm/models/membershipType.js +6 -2
- package/admin/orm/models/orgAdminGrant.d.ts +2 -4
- package/admin/orm/models/orgAdminGrant.js +6 -2
- package/admin/orm/models/orgChartEdge.d.ts +2 -4
- package/admin/orm/models/orgChartEdge.js +6 -2
- package/admin/orm/models/orgChartEdgeGrant.d.ts +2 -4
- package/admin/orm/models/orgChartEdgeGrant.js +6 -2
- package/admin/orm/models/orgClaimedInvite.d.ts +2 -4
- package/admin/orm/models/orgClaimedInvite.js +6 -2
- package/admin/orm/models/orgGetManagersRecord.d.ts +2 -4
- package/admin/orm/models/orgGetManagersRecord.js +6 -2
- package/admin/orm/models/orgGetSubordinatesRecord.d.ts +2 -4
- package/admin/orm/models/orgGetSubordinatesRecord.js +6 -2
- package/admin/orm/models/orgGrant.d.ts +2 -4
- package/admin/orm/models/orgGrant.js +6 -2
- package/admin/orm/models/orgInvite.d.ts +2 -4
- package/admin/orm/models/orgInvite.js +6 -2
- package/admin/orm/models/orgLimit.d.ts +2 -4
- package/admin/orm/models/orgLimit.js +6 -2
- package/admin/orm/models/orgLimitAggregate.d.ts +2 -4
- package/admin/orm/models/orgLimitAggregate.js +6 -2
- package/admin/orm/models/orgLimitCap.d.ts +2 -4
- package/admin/orm/models/orgLimitCap.js +6 -2
- package/admin/orm/models/orgLimitCapsDefault.d.ts +2 -4
- package/admin/orm/models/orgLimitCapsDefault.js +6 -2
- package/admin/orm/models/orgLimitCredit.d.ts +2 -4
- package/admin/orm/models/orgLimitCredit.js +6 -2
- package/admin/orm/models/orgLimitDefault.d.ts +2 -4
- package/admin/orm/models/orgLimitDefault.js +6 -2
- package/admin/orm/models/orgLimitEvent.d.ts +2 -4
- package/admin/orm/models/orgLimitEvent.js +6 -2
- package/admin/orm/models/orgMember.d.ts +2 -4
- package/admin/orm/models/orgMember.js +6 -2
- package/admin/orm/models/orgMemberProfile.d.ts +2 -4
- package/admin/orm/models/orgMemberProfile.js +6 -2
- package/admin/orm/models/orgMembership.d.ts +2 -4
- package/admin/orm/models/orgMembership.js +6 -2
- package/admin/orm/models/orgMembershipDefault.d.ts +2 -4
- package/admin/orm/models/orgMembershipDefault.js +6 -2
- package/admin/orm/models/orgMembershipSetting.d.ts +2 -4
- package/admin/orm/models/orgMembershipSetting.js +6 -2
- package/admin/orm/models/orgOwnerGrant.d.ts +2 -4
- package/admin/orm/models/orgOwnerGrant.js +6 -2
- package/admin/orm/models/orgPermission.d.ts +2 -4
- package/admin/orm/models/orgPermission.js +6 -2
- package/admin/orm/models/orgPermissionDefault.d.ts +2 -4
- package/admin/orm/models/orgPermissionDefault.js +6 -2
- package/admin/orm/models/usageSnapshot.d.ts +2 -4
- package/admin/orm/models/usageSnapshot.js +6 -2
- package/admin/orm/query-builder.d.ts +18 -1
- package/admin/orm/query-builder.js +112 -1
- package/admin/orm/select-types.d.ts +25 -1
- package/admin/schema-types.d.ts +147 -141
- package/admin/types.d.ts +18 -17
- package/auth/orm/models/auditLog.d.ts +2 -4
- package/auth/orm/models/auditLog.js +6 -2
- package/auth/orm/models/cryptoAddress.d.ts +2 -4
- package/auth/orm/models/cryptoAddress.js +6 -2
- package/auth/orm/models/email.d.ts +2 -4
- package/auth/orm/models/email.js +6 -2
- package/auth/orm/models/identityProvider.d.ts +2 -4
- package/auth/orm/models/identityProvider.js +6 -2
- package/auth/orm/models/phoneNumber.d.ts +2 -4
- package/auth/orm/models/phoneNumber.js +6 -2
- package/auth/orm/models/roleType.d.ts +2 -4
- package/auth/orm/models/roleType.js +6 -2
- package/auth/orm/models/user.d.ts +2 -4
- package/auth/orm/models/user.js +6 -2
- package/auth/orm/models/userConnectedAccount.d.ts +2 -4
- package/auth/orm/models/userConnectedAccount.js +6 -2
- package/auth/orm/models/webauthnCredential.d.ts +2 -4
- package/auth/orm/models/webauthnCredential.js +6 -2
- package/auth/orm/query-builder.d.ts +18 -1
- package/auth/orm/query-builder.js +112 -1
- package/auth/orm/select-types.d.ts +25 -1
- package/esm/admin/hooks/index.d.ts +1 -1
- package/esm/admin/hooks/index.js +1 -1
- package/esm/admin/hooks/invalidation.d.ts +6 -6
- package/esm/admin/hooks/invalidation.js +16 -16
- package/esm/admin/hooks/mutation-keys.d.ts +12 -12
- package/esm/admin/hooks/mutation-keys.js +7 -7
- package/esm/admin/hooks/mutations/index.d.ts +3 -3
- package/esm/admin/hooks/mutations/index.js +3 -3
- package/esm/admin/hooks/queries/index.d.ts +2 -2
- package/esm/admin/hooks/queries/index.js +2 -2
- package/esm/admin/hooks/query-keys.d.ts +14 -14
- package/esm/admin/hooks/query-keys.js +8 -8
- package/esm/admin/orm/index.d.ts +2 -2
- package/esm/admin/orm/index.js +2 -2
- package/esm/admin/orm/input-types.d.ts +190 -183
- package/esm/admin/orm/models/appAchievement.d.ts +2 -4
- package/esm/admin/orm/models/appAchievement.js +6 -2
- package/esm/admin/orm/models/appAdminGrant.d.ts +2 -4
- package/esm/admin/orm/models/appAdminGrant.js +6 -2
- package/esm/admin/orm/models/appClaimedInvite.d.ts +2 -4
- package/esm/admin/orm/models/appClaimedInvite.js +6 -2
- package/esm/admin/orm/models/appGrant.d.ts +2 -4
- package/esm/admin/orm/models/appGrant.js +6 -2
- package/esm/admin/orm/models/appInvite.d.ts +2 -4
- package/esm/admin/orm/models/appInvite.js +6 -2
- package/esm/admin/orm/models/appLevel.d.ts +2 -4
- package/esm/admin/orm/models/appLevel.js +6 -2
- package/esm/admin/orm/models/appLevelRequirement.d.ts +2 -4
- package/esm/admin/orm/models/appLevelRequirement.js +6 -2
- package/esm/admin/orm/models/appLimit.d.ts +2 -4
- package/esm/admin/orm/models/appLimit.js +6 -2
- package/esm/admin/orm/models/appLimitCap.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCap.js +6 -2
- package/esm/admin/orm/models/appLimitCapsDefault.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCapsDefault.js +6 -2
- package/esm/admin/orm/models/appLimitCredit.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCredit.js +6 -2
- package/esm/admin/orm/models/appLimitCreditCode.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCreditCode.js +6 -2
- package/esm/admin/orm/models/appLimitCreditCodeItem.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCreditCodeItem.js +6 -2
- package/esm/admin/orm/models/appLimitCreditRedemption.d.ts +2 -4
- package/esm/admin/orm/models/appLimitCreditRedemption.js +6 -2
- package/esm/admin/orm/models/appLimitDefault.d.ts +2 -4
- package/esm/admin/orm/models/appLimitDefault.js +6 -2
- package/esm/admin/orm/models/appLimitEvent.d.ts +2 -4
- package/esm/admin/orm/models/appLimitEvent.js +6 -2
- package/esm/admin/orm/models/appMembership.d.ts +2 -4
- package/esm/admin/orm/models/appMembership.js +6 -2
- package/esm/admin/orm/models/appMembershipDefault.d.ts +2 -4
- package/esm/admin/orm/models/appMembershipDefault.js +6 -2
- package/esm/admin/orm/models/appOwnerGrant.d.ts +2 -4
- package/esm/admin/orm/models/appOwnerGrant.js +6 -2
- package/esm/admin/orm/models/appPermission.d.ts +2 -4
- package/esm/admin/orm/models/appPermission.js +6 -2
- package/esm/admin/orm/models/appPermissionDefault.d.ts +2 -4
- package/esm/admin/orm/models/appPermissionDefault.js +6 -2
- package/esm/admin/orm/models/appStep.d.ts +2 -4
- package/esm/admin/orm/models/appStep.js +6 -2
- package/esm/admin/orm/models/index.d.ts +1 -1
- package/esm/admin/orm/models/index.js +1 -1
- package/esm/admin/orm/models/membershipType.d.ts +2 -4
- package/esm/admin/orm/models/membershipType.js +6 -2
- package/esm/admin/orm/models/orgAdminGrant.d.ts +2 -4
- package/esm/admin/orm/models/orgAdminGrant.js +6 -2
- package/esm/admin/orm/models/orgChartEdge.d.ts +2 -4
- package/esm/admin/orm/models/orgChartEdge.js +6 -2
- package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +2 -4
- package/esm/admin/orm/models/orgChartEdgeGrant.js +6 -2
- package/esm/admin/orm/models/orgClaimedInvite.d.ts +2 -4
- package/esm/admin/orm/models/orgClaimedInvite.js +6 -2
- package/esm/admin/orm/models/orgGetManagersRecord.d.ts +2 -4
- package/esm/admin/orm/models/orgGetManagersRecord.js +6 -2
- package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +2 -4
- package/esm/admin/orm/models/orgGetSubordinatesRecord.js +6 -2
- package/esm/admin/orm/models/orgGrant.d.ts +2 -4
- package/esm/admin/orm/models/orgGrant.js +6 -2
- package/esm/admin/orm/models/orgInvite.d.ts +2 -4
- package/esm/admin/orm/models/orgInvite.js +6 -2
- package/esm/admin/orm/models/orgLimit.d.ts +2 -4
- package/esm/admin/orm/models/orgLimit.js +6 -2
- package/esm/admin/orm/models/orgLimitAggregate.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitAggregate.js +6 -2
- package/esm/admin/orm/models/orgLimitCap.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitCap.js +6 -2
- package/esm/admin/orm/models/orgLimitCapsDefault.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitCapsDefault.js +6 -2
- package/esm/admin/orm/models/orgLimitCredit.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitCredit.js +6 -2
- package/esm/admin/orm/models/orgLimitDefault.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitDefault.js +6 -2
- package/esm/admin/orm/models/orgLimitEvent.d.ts +2 -4
- package/esm/admin/orm/models/orgLimitEvent.js +6 -2
- package/esm/admin/orm/models/orgMember.d.ts +2 -4
- package/esm/admin/orm/models/orgMember.js +6 -2
- package/esm/admin/orm/models/orgMemberProfile.d.ts +2 -4
- package/esm/admin/orm/models/orgMemberProfile.js +6 -2
- package/esm/admin/orm/models/orgMembership.d.ts +2 -4
- package/esm/admin/orm/models/orgMembership.js +6 -2
- package/esm/admin/orm/models/orgMembershipDefault.d.ts +2 -4
- package/esm/admin/orm/models/orgMembershipDefault.js +6 -2
- package/esm/admin/orm/models/orgMembershipSetting.d.ts +2 -4
- package/esm/admin/orm/models/orgMembershipSetting.js +6 -2
- package/esm/admin/orm/models/orgOwnerGrant.d.ts +2 -4
- package/esm/admin/orm/models/orgOwnerGrant.js +6 -2
- package/esm/admin/orm/models/orgPermission.d.ts +2 -4
- package/esm/admin/orm/models/orgPermission.js +6 -2
- package/esm/admin/orm/models/orgPermissionDefault.d.ts +2 -4
- package/esm/admin/orm/models/orgPermissionDefault.js +6 -2
- package/esm/admin/orm/models/usageSnapshot.d.ts +2 -4
- package/esm/admin/orm/models/usageSnapshot.js +6 -2
- package/esm/admin/orm/query-builder.d.ts +18 -1
- package/esm/admin/orm/query-builder.js +108 -1
- package/esm/admin/orm/select-types.d.ts +25 -1
- package/esm/admin/schema-types.d.ts +147 -141
- package/esm/admin/types.d.ts +18 -17
- package/esm/auth/orm/models/auditLog.d.ts +2 -4
- package/esm/auth/orm/models/auditLog.js +6 -2
- package/esm/auth/orm/models/cryptoAddress.d.ts +2 -4
- package/esm/auth/orm/models/cryptoAddress.js +6 -2
- package/esm/auth/orm/models/email.d.ts +2 -4
- package/esm/auth/orm/models/email.js +6 -2
- package/esm/auth/orm/models/identityProvider.d.ts +2 -4
- package/esm/auth/orm/models/identityProvider.js +6 -2
- package/esm/auth/orm/models/phoneNumber.d.ts +2 -4
- package/esm/auth/orm/models/phoneNumber.js +6 -2
- package/esm/auth/orm/models/roleType.d.ts +2 -4
- package/esm/auth/orm/models/roleType.js +6 -2
- package/esm/auth/orm/models/user.d.ts +2 -4
- package/esm/auth/orm/models/user.js +6 -2
- package/esm/auth/orm/models/userConnectedAccount.d.ts +2 -4
- package/esm/auth/orm/models/userConnectedAccount.js +6 -2
- package/esm/auth/orm/models/webauthnCredential.d.ts +2 -4
- package/esm/auth/orm/models/webauthnCredential.js +6 -2
- package/esm/auth/orm/query-builder.d.ts +18 -1
- package/esm/auth/orm/query-builder.js +108 -1
- package/esm/auth/orm/select-types.d.ts +25 -1
- package/esm/objects/orm/models/commit.d.ts +2 -4
- package/esm/objects/orm/models/commit.js +6 -2
- package/esm/objects/orm/models/getAllRecord.d.ts +2 -4
- package/esm/objects/orm/models/getAllRecord.js +6 -2
- package/esm/objects/orm/models/object.d.ts +3 -5
- package/esm/objects/orm/models/object.js +7 -3
- package/esm/objects/orm/models/ref.d.ts +2 -4
- package/esm/objects/orm/models/ref.js +6 -2
- package/esm/objects/orm/models/store.d.ts +2 -4
- package/esm/objects/orm/models/store.js +6 -2
- package/esm/objects/orm/query-builder.d.ts +18 -1
- package/esm/objects/orm/query-builder.js +108 -1
- package/esm/objects/orm/select-types.d.ts +25 -1
- package/esm/public/orm/input-types.d.ts +10 -1
- package/esm/public/orm/models/agentMessage.d.ts +2 -4
- package/esm/public/orm/models/agentMessage.js +6 -2
- package/esm/public/orm/models/agentTask.d.ts +2 -4
- package/esm/public/orm/models/agentTask.js +6 -2
- package/esm/public/orm/models/agentThread.d.ts +2 -4
- package/esm/public/orm/models/agentThread.js +6 -2
- package/esm/public/orm/models/api.d.ts +2 -4
- package/esm/public/orm/models/api.js +6 -2
- package/esm/public/orm/models/apiModule.d.ts +2 -4
- package/esm/public/orm/models/apiModule.js +6 -2
- package/esm/public/orm/models/apiSchema.d.ts +2 -4
- package/esm/public/orm/models/apiSchema.js +6 -2
- package/esm/public/orm/models/apiSetting.d.ts +2 -4
- package/esm/public/orm/models/apiSetting.js +6 -2
- package/esm/public/orm/models/app.d.ts +2 -4
- package/esm/public/orm/models/app.js +6 -2
- package/esm/public/orm/models/appAchievement.d.ts +2 -4
- package/esm/public/orm/models/appAchievement.js +6 -2
- package/esm/public/orm/models/appAdminGrant.d.ts +2 -4
- package/esm/public/orm/models/appAdminGrant.js +6 -2
- package/esm/public/orm/models/appClaimedInvite.d.ts +2 -4
- package/esm/public/orm/models/appClaimedInvite.js +6 -2
- package/esm/public/orm/models/appGrant.d.ts +2 -4
- package/esm/public/orm/models/appGrant.js +6 -2
- package/esm/public/orm/models/appInvite.d.ts +2 -4
- package/esm/public/orm/models/appInvite.js +6 -2
- package/esm/public/orm/models/appLevel.d.ts +2 -4
- package/esm/public/orm/models/appLevel.js +6 -2
- package/esm/public/orm/models/appLevelRequirement.d.ts +2 -4
- package/esm/public/orm/models/appLevelRequirement.js +6 -2
- package/esm/public/orm/models/appLimit.d.ts +2 -4
- package/esm/public/orm/models/appLimit.js +6 -2
- package/esm/public/orm/models/appLimitCap.d.ts +2 -4
- package/esm/public/orm/models/appLimitCap.js +6 -2
- package/esm/public/orm/models/appLimitCapsDefault.d.ts +2 -4
- package/esm/public/orm/models/appLimitCapsDefault.js +6 -2
- package/esm/public/orm/models/appLimitCredit.d.ts +2 -4
- package/esm/public/orm/models/appLimitCredit.js +6 -2
- package/esm/public/orm/models/appLimitCreditCode.d.ts +2 -4
- package/esm/public/orm/models/appLimitCreditCode.js +6 -2
- package/esm/public/orm/models/appLimitCreditCodeItem.d.ts +2 -4
- package/esm/public/orm/models/appLimitCreditCodeItem.js +6 -2
- package/esm/public/orm/models/appLimitCreditRedemption.d.ts +2 -4
- package/esm/public/orm/models/appLimitCreditRedemption.js +6 -2
- package/esm/public/orm/models/appLimitDefault.d.ts +2 -4
- package/esm/public/orm/models/appLimitDefault.js +6 -2
- package/esm/public/orm/models/appLimitEvent.d.ts +2 -4
- package/esm/public/orm/models/appLimitEvent.js +6 -2
- package/esm/public/orm/models/appMembership.d.ts +2 -4
- package/esm/public/orm/models/appMembership.js +6 -2
- package/esm/public/orm/models/appMembershipDefault.d.ts +2 -4
- package/esm/public/orm/models/appMembershipDefault.js +6 -2
- package/esm/public/orm/models/appOwnerGrant.d.ts +2 -4
- package/esm/public/orm/models/appOwnerGrant.js +6 -2
- package/esm/public/orm/models/appPermission.d.ts +2 -4
- package/esm/public/orm/models/appPermission.js +6 -2
- package/esm/public/orm/models/appPermissionDefault.d.ts +2 -4
- package/esm/public/orm/models/appPermissionDefault.js +6 -2
- package/esm/public/orm/models/appStep.d.ts +2 -4
- package/esm/public/orm/models/appStep.js +6 -2
- package/esm/public/orm/models/astMigration.d.ts +2 -4
- package/esm/public/orm/models/astMigration.js +6 -2
- package/esm/public/orm/models/auditLog.d.ts +2 -4
- package/esm/public/orm/models/auditLog.js +6 -2
- package/esm/public/orm/models/billingModule.d.ts +2 -4
- package/esm/public/orm/models/billingModule.js +6 -2
- package/esm/public/orm/models/billingProviderModule.d.ts +2 -4
- package/esm/public/orm/models/billingProviderModule.js +6 -2
- package/esm/public/orm/models/blueprint.d.ts +2 -4
- package/esm/public/orm/models/blueprint.js +6 -2
- package/esm/public/orm/models/blueprintConstruction.d.ts +2 -4
- package/esm/public/orm/models/blueprintConstruction.js +6 -2
- package/esm/public/orm/models/blueprintTemplate.d.ts +2 -4
- package/esm/public/orm/models/blueprintTemplate.js +6 -2
- package/esm/public/orm/models/checkConstraint.d.ts +2 -4
- package/esm/public/orm/models/checkConstraint.js +6 -2
- package/esm/public/orm/models/commit.d.ts +2 -4
- package/esm/public/orm/models/commit.js +6 -2
- package/esm/public/orm/models/connectedAccountsModule.d.ts +2 -4
- package/esm/public/orm/models/connectedAccountsModule.js +6 -2
- package/esm/public/orm/models/corsSetting.d.ts +2 -4
- package/esm/public/orm/models/corsSetting.js +6 -2
- package/esm/public/orm/models/cryptoAddress.d.ts +2 -4
- package/esm/public/orm/models/cryptoAddress.js +6 -2
- package/esm/public/orm/models/cryptoAddressesModule.d.ts +2 -4
- package/esm/public/orm/models/cryptoAddressesModule.js +6 -2
- package/esm/public/orm/models/cryptoAuthModule.d.ts +2 -4
- package/esm/public/orm/models/cryptoAuthModule.js +6 -2
- package/esm/public/orm/models/database.d.ts +2 -4
- package/esm/public/orm/models/database.js +6 -2
- package/esm/public/orm/models/databaseProvisionModule.d.ts +2 -4
- package/esm/public/orm/models/databaseProvisionModule.js +6 -2
- package/esm/public/orm/models/databaseSetting.d.ts +2 -4
- package/esm/public/orm/models/databaseSetting.js +6 -2
- package/esm/public/orm/models/databaseTransfer.d.ts +2 -4
- package/esm/public/orm/models/databaseTransfer.js +6 -2
- package/esm/public/orm/models/defaultIdsModule.d.ts +2 -4
- package/esm/public/orm/models/defaultIdsModule.js +6 -2
- package/esm/public/orm/models/defaultPrivilege.d.ts +2 -4
- package/esm/public/orm/models/defaultPrivilege.js +6 -2
- package/esm/public/orm/models/denormalizedTableField.d.ts +2 -4
- package/esm/public/orm/models/denormalizedTableField.js +6 -2
- package/esm/public/orm/models/devicesModule.d.ts +2 -4
- package/esm/public/orm/models/devicesModule.js +6 -2
- package/esm/public/orm/models/domain.d.ts +2 -4
- package/esm/public/orm/models/domain.js +6 -2
- package/esm/public/orm/models/email.d.ts +2 -4
- package/esm/public/orm/models/email.js +6 -2
- package/esm/public/orm/models/emailsModule.d.ts +2 -4
- package/esm/public/orm/models/emailsModule.js +6 -2
- package/esm/public/orm/models/embeddingChunk.d.ts +2 -4
- package/esm/public/orm/models/embeddingChunk.js +6 -2
- package/esm/public/orm/models/encryptedSecretsModule.d.ts +2 -4
- package/esm/public/orm/models/encryptedSecretsModule.js +6 -2
- package/esm/public/orm/models/entityTypeProvision.d.ts +2 -4
- package/esm/public/orm/models/entityTypeProvision.js +6 -2
- package/esm/public/orm/models/enum.d.ts +2 -4
- package/esm/public/orm/models/enum.js +6 -2
- package/esm/public/orm/models/field.d.ts +2 -4
- package/esm/public/orm/models/field.js +6 -2
- package/esm/public/orm/models/foreignKeyConstraint.d.ts +2 -4
- package/esm/public/orm/models/foreignKeyConstraint.js +6 -2
- package/esm/public/orm/models/fullTextSearch.d.ts +2 -4
- package/esm/public/orm/models/fullTextSearch.js +6 -2
- package/esm/public/orm/models/function.d.ts +2 -4
- package/esm/public/orm/models/function.js +6 -2
- package/esm/public/orm/models/getAllRecord.d.ts +2 -4
- package/esm/public/orm/models/getAllRecord.js +6 -2
- package/esm/public/orm/models/hierarchyModule.d.ts +2 -4
- package/esm/public/orm/models/hierarchyModule.js +6 -2
- package/esm/public/orm/models/identityProvider.d.ts +2 -4
- package/esm/public/orm/models/identityProvider.js +6 -2
- package/esm/public/orm/models/identityProvidersModule.d.ts +2 -4
- package/esm/public/orm/models/identityProvidersModule.js +6 -2
- package/esm/public/orm/models/indexModel.d.ts +2 -4
- package/esm/public/orm/models/indexModel.js +6 -2
- package/esm/public/orm/models/invitesModule.d.ts +2 -4
- package/esm/public/orm/models/invitesModule.js +6 -2
- package/esm/public/orm/models/levelsModule.d.ts +2 -4
- package/esm/public/orm/models/levelsModule.js +6 -2
- package/esm/public/orm/models/limitsModule.d.ts +2 -4
- package/esm/public/orm/models/limitsModule.js +6 -2
- package/esm/public/orm/models/membershipType.d.ts +2 -4
- package/esm/public/orm/models/membershipType.js +6 -2
- package/esm/public/orm/models/membershipTypesModule.d.ts +2 -4
- package/esm/public/orm/models/membershipTypesModule.js +6 -2
- package/esm/public/orm/models/membershipsModule.d.ts +2 -4
- package/esm/public/orm/models/membershipsModule.js +6 -2
- package/esm/public/orm/models/migrateFile.d.ts +2 -4
- package/esm/public/orm/models/migrateFile.js +6 -2
- package/esm/public/orm/models/nodeTypeRegistry.d.ts +2 -4
- package/esm/public/orm/models/nodeTypeRegistry.js +6 -2
- package/esm/public/orm/models/notificationsModule.d.ts +2 -4
- package/esm/public/orm/models/notificationsModule.js +6 -2
- package/esm/public/orm/models/object.d.ts +3 -5
- package/esm/public/orm/models/object.js +7 -3
- package/esm/public/orm/models/orgAdminGrant.d.ts +2 -4
- package/esm/public/orm/models/orgAdminGrant.js +6 -2
- package/esm/public/orm/models/orgChartEdge.d.ts +2 -4
- package/esm/public/orm/models/orgChartEdge.js +6 -2
- package/esm/public/orm/models/orgChartEdgeGrant.d.ts +2 -4
- package/esm/public/orm/models/orgChartEdgeGrant.js +6 -2
- package/esm/public/orm/models/orgClaimedInvite.d.ts +2 -4
- package/esm/public/orm/models/orgClaimedInvite.js +6 -2
- package/esm/public/orm/models/orgGetManagersRecord.d.ts +2 -4
- package/esm/public/orm/models/orgGetManagersRecord.js +6 -2
- package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +2 -4
- package/esm/public/orm/models/orgGetSubordinatesRecord.js +6 -2
- package/esm/public/orm/models/orgGrant.d.ts +2 -4
- package/esm/public/orm/models/orgGrant.js +6 -2
- package/esm/public/orm/models/orgInvite.d.ts +2 -4
- package/esm/public/orm/models/orgInvite.js +6 -2
- package/esm/public/orm/models/orgLimit.d.ts +2 -4
- package/esm/public/orm/models/orgLimit.js +6 -2
- package/esm/public/orm/models/orgLimitAggregate.d.ts +2 -4
- package/esm/public/orm/models/orgLimitAggregate.js +6 -2
- package/esm/public/orm/models/orgLimitCap.d.ts +2 -4
- package/esm/public/orm/models/orgLimitCap.js +6 -2
- package/esm/public/orm/models/orgLimitCapsDefault.d.ts +2 -4
- package/esm/public/orm/models/orgLimitCapsDefault.js +6 -2
- package/esm/public/orm/models/orgLimitCredit.d.ts +2 -4
- package/esm/public/orm/models/orgLimitCredit.js +6 -2
- package/esm/public/orm/models/orgLimitDefault.d.ts +2 -4
- package/esm/public/orm/models/orgLimitDefault.js +6 -2
- package/esm/public/orm/models/orgLimitEvent.d.ts +2 -4
- package/esm/public/orm/models/orgLimitEvent.js +6 -2
- package/esm/public/orm/models/orgMember.d.ts +2 -4
- package/esm/public/orm/models/orgMember.js +6 -2
- package/esm/public/orm/models/orgMemberProfile.d.ts +2 -4
- package/esm/public/orm/models/orgMemberProfile.js +6 -2
- package/esm/public/orm/models/orgMembership.d.ts +2 -4
- package/esm/public/orm/models/orgMembership.js +6 -2
- package/esm/public/orm/models/orgMembershipDefault.d.ts +2 -4
- package/esm/public/orm/models/orgMembershipDefault.js +6 -2
- package/esm/public/orm/models/orgMembershipSetting.d.ts +2 -4
- package/esm/public/orm/models/orgMembershipSetting.js +6 -2
- package/esm/public/orm/models/orgOwnerGrant.d.ts +2 -4
- package/esm/public/orm/models/orgOwnerGrant.js +6 -2
- package/esm/public/orm/models/orgPermission.d.ts +2 -4
- package/esm/public/orm/models/orgPermission.js +6 -2
- package/esm/public/orm/models/orgPermissionDefault.d.ts +2 -4
- package/esm/public/orm/models/orgPermissionDefault.js +6 -2
- package/esm/public/orm/models/partition.d.ts +2 -4
- package/esm/public/orm/models/partition.js +6 -2
- package/esm/public/orm/models/permissionsModule.d.ts +2 -4
- package/esm/public/orm/models/permissionsModule.js +6 -2
- package/esm/public/orm/models/phoneNumber.d.ts +2 -4
- package/esm/public/orm/models/phoneNumber.js +6 -2
- package/esm/public/orm/models/phoneNumbersModule.d.ts +2 -4
- package/esm/public/orm/models/phoneNumbersModule.js +6 -2
- package/esm/public/orm/models/plansModule.d.ts +2 -4
- package/esm/public/orm/models/plansModule.js +6 -2
- package/esm/public/orm/models/policy.d.ts +2 -4
- package/esm/public/orm/models/policy.js +6 -2
- package/esm/public/orm/models/primaryKeyConstraint.d.ts +2 -4
- package/esm/public/orm/models/primaryKeyConstraint.js +6 -2
- package/esm/public/orm/models/profilesModule.d.ts +2 -4
- package/esm/public/orm/models/profilesModule.js +6 -2
- package/esm/public/orm/models/pubkeySetting.d.ts +2 -4
- package/esm/public/orm/models/pubkeySetting.js +6 -2
- package/esm/public/orm/models/rateLimitsModule.d.ts +2 -4
- package/esm/public/orm/models/rateLimitsModule.js +6 -2
- package/esm/public/orm/models/realtimeModule.d.ts +2 -4
- package/esm/public/orm/models/realtimeModule.js +6 -2
- package/esm/public/orm/models/ref.d.ts +2 -4
- package/esm/public/orm/models/ref.js +6 -2
- package/esm/public/orm/models/relationProvision.d.ts +2 -4
- package/esm/public/orm/models/relationProvision.js +6 -2
- package/esm/public/orm/models/rlsModule.d.ts +2 -4
- package/esm/public/orm/models/rlsModule.js +6 -2
- package/esm/public/orm/models/rlsSetting.d.ts +2 -4
- package/esm/public/orm/models/rlsSetting.js +6 -2
- package/esm/public/orm/models/roleType.d.ts +2 -4
- package/esm/public/orm/models/roleType.js +6 -2
- package/esm/public/orm/models/schema.d.ts +2 -4
- package/esm/public/orm/models/schema.js +6 -2
- package/esm/public/orm/models/schemaGrant.d.ts +2 -4
- package/esm/public/orm/models/schemaGrant.js +6 -2
- package/esm/public/orm/models/secretsModule.d.ts +2 -4
- package/esm/public/orm/models/secretsModule.js +6 -2
- package/esm/public/orm/models/secureTableProvision.d.ts +2 -4
- package/esm/public/orm/models/secureTableProvision.js +6 -2
- package/esm/public/orm/models/sessionSecretsModule.d.ts +2 -4
- package/esm/public/orm/models/sessionSecretsModule.js +6 -2
- package/esm/public/orm/models/sessionsModule.d.ts +2 -4
- package/esm/public/orm/models/sessionsModule.js +6 -2
- package/esm/public/orm/models/site.d.ts +2 -4
- package/esm/public/orm/models/site.js +6 -2
- package/esm/public/orm/models/siteMetadatum.d.ts +2 -4
- package/esm/public/orm/models/siteMetadatum.js +6 -2
- package/esm/public/orm/models/siteModule.d.ts +2 -4
- package/esm/public/orm/models/siteModule.js +6 -2
- package/esm/public/orm/models/siteTheme.d.ts +2 -4
- package/esm/public/orm/models/siteTheme.js +6 -2
- package/esm/public/orm/models/spatialRelation.d.ts +2 -4
- package/esm/public/orm/models/spatialRelation.js +6 -2
- package/esm/public/orm/models/sqlAction.d.ts +2 -4
- package/esm/public/orm/models/sqlAction.js +6 -2
- package/esm/public/orm/models/storageModule.d.ts +2 -4
- package/esm/public/orm/models/storageModule.js +6 -2
- package/esm/public/orm/models/store.d.ts +2 -4
- package/esm/public/orm/models/store.js +6 -2
- package/esm/public/orm/models/table.d.ts +2 -4
- package/esm/public/orm/models/table.js +6 -2
- package/esm/public/orm/models/tableGrant.d.ts +2 -4
- package/esm/public/orm/models/tableGrant.js +6 -2
- package/esm/public/orm/models/trigger.d.ts +2 -4
- package/esm/public/orm/models/trigger.js +6 -2
- package/esm/public/orm/models/triggerFunction.d.ts +2 -4
- package/esm/public/orm/models/triggerFunction.js +6 -2
- package/esm/public/orm/models/uniqueConstraint.d.ts +2 -4
- package/esm/public/orm/models/uniqueConstraint.js +6 -2
- package/esm/public/orm/models/usageSnapshot.d.ts +2 -4
- package/esm/public/orm/models/usageSnapshot.js +6 -2
- package/esm/public/orm/models/user.d.ts +2 -4
- package/esm/public/orm/models/user.js +6 -2
- package/esm/public/orm/models/userAuthModule.d.ts +2 -4
- package/esm/public/orm/models/userAuthModule.js +6 -2
- package/esm/public/orm/models/userConnectedAccount.d.ts +2 -4
- package/esm/public/orm/models/userConnectedAccount.js +6 -2
- package/esm/public/orm/models/usersModule.d.ts +2 -4
- package/esm/public/orm/models/usersModule.js +6 -2
- package/esm/public/orm/models/view.d.ts +2 -4
- package/esm/public/orm/models/view.js +6 -2
- package/esm/public/orm/models/viewGrant.d.ts +2 -4
- package/esm/public/orm/models/viewGrant.js +6 -2
- package/esm/public/orm/models/viewRule.d.ts +2 -4
- package/esm/public/orm/models/viewRule.js +6 -2
- package/esm/public/orm/models/viewTable.d.ts +2 -4
- package/esm/public/orm/models/viewTable.js +6 -2
- package/esm/public/orm/models/webauthnAuthModule.d.ts +2 -4
- package/esm/public/orm/models/webauthnAuthModule.js +6 -2
- package/esm/public/orm/models/webauthnCredential.d.ts +2 -4
- package/esm/public/orm/models/webauthnCredential.js +6 -2
- package/esm/public/orm/models/webauthnCredentialsModule.d.ts +2 -4
- package/esm/public/orm/models/webauthnCredentialsModule.js +6 -2
- package/esm/public/orm/models/webauthnSetting.d.ts +2 -4
- package/esm/public/orm/models/webauthnSetting.js +6 -2
- package/esm/public/orm/query-builder.d.ts +18 -1
- package/esm/public/orm/query-builder.js +108 -1
- package/esm/public/orm/select-types.d.ts +25 -1
- package/esm/public/schema-types.d.ts +111 -105
- package/esm/public/types.d.ts +1 -0
- package/objects/orm/models/commit.d.ts +2 -4
- package/objects/orm/models/commit.js +6 -2
- package/objects/orm/models/getAllRecord.d.ts +2 -4
- package/objects/orm/models/getAllRecord.js +6 -2
- package/objects/orm/models/object.d.ts +3 -5
- package/objects/orm/models/object.js +7 -3
- package/objects/orm/models/ref.d.ts +2 -4
- package/objects/orm/models/ref.js +6 -2
- package/objects/orm/models/store.d.ts +2 -4
- package/objects/orm/models/store.js +6 -2
- package/objects/orm/query-builder.d.ts +18 -1
- package/objects/orm/query-builder.js +112 -1
- package/objects/orm/select-types.d.ts +25 -1
- package/package.json +4 -4
- package/public/orm/input-types.d.ts +10 -1
- package/public/orm/models/agentMessage.d.ts +2 -4
- package/public/orm/models/agentMessage.js +6 -2
- package/public/orm/models/agentTask.d.ts +2 -4
- package/public/orm/models/agentTask.js +6 -2
- package/public/orm/models/agentThread.d.ts +2 -4
- package/public/orm/models/agentThread.js +6 -2
- package/public/orm/models/api.d.ts +2 -4
- package/public/orm/models/api.js +6 -2
- package/public/orm/models/apiModule.d.ts +2 -4
- package/public/orm/models/apiModule.js +6 -2
- package/public/orm/models/apiSchema.d.ts +2 -4
- package/public/orm/models/apiSchema.js +6 -2
- package/public/orm/models/apiSetting.d.ts +2 -4
- package/public/orm/models/apiSetting.js +6 -2
- package/public/orm/models/app.d.ts +2 -4
- package/public/orm/models/app.js +6 -2
- package/public/orm/models/appAchievement.d.ts +2 -4
- package/public/orm/models/appAchievement.js +6 -2
- package/public/orm/models/appAdminGrant.d.ts +2 -4
- package/public/orm/models/appAdminGrant.js +6 -2
- package/public/orm/models/appClaimedInvite.d.ts +2 -4
- package/public/orm/models/appClaimedInvite.js +6 -2
- package/public/orm/models/appGrant.d.ts +2 -4
- package/public/orm/models/appGrant.js +6 -2
- package/public/orm/models/appInvite.d.ts +2 -4
- package/public/orm/models/appInvite.js +6 -2
- package/public/orm/models/appLevel.d.ts +2 -4
- package/public/orm/models/appLevel.js +6 -2
- package/public/orm/models/appLevelRequirement.d.ts +2 -4
- package/public/orm/models/appLevelRequirement.js +6 -2
- package/public/orm/models/appLimit.d.ts +2 -4
- package/public/orm/models/appLimit.js +6 -2
- package/public/orm/models/appLimitCap.d.ts +2 -4
- package/public/orm/models/appLimitCap.js +6 -2
- package/public/orm/models/appLimitCapsDefault.d.ts +2 -4
- package/public/orm/models/appLimitCapsDefault.js +6 -2
- package/public/orm/models/appLimitCredit.d.ts +2 -4
- package/public/orm/models/appLimitCredit.js +6 -2
- package/public/orm/models/appLimitCreditCode.d.ts +2 -4
- package/public/orm/models/appLimitCreditCode.js +6 -2
- package/public/orm/models/appLimitCreditCodeItem.d.ts +2 -4
- package/public/orm/models/appLimitCreditCodeItem.js +6 -2
- package/public/orm/models/appLimitCreditRedemption.d.ts +2 -4
- package/public/orm/models/appLimitCreditRedemption.js +6 -2
- package/public/orm/models/appLimitDefault.d.ts +2 -4
- package/public/orm/models/appLimitDefault.js +6 -2
- package/public/orm/models/appLimitEvent.d.ts +2 -4
- package/public/orm/models/appLimitEvent.js +6 -2
- package/public/orm/models/appMembership.d.ts +2 -4
- package/public/orm/models/appMembership.js +6 -2
- package/public/orm/models/appMembershipDefault.d.ts +2 -4
- package/public/orm/models/appMembershipDefault.js +6 -2
- package/public/orm/models/appOwnerGrant.d.ts +2 -4
- package/public/orm/models/appOwnerGrant.js +6 -2
- package/public/orm/models/appPermission.d.ts +2 -4
- package/public/orm/models/appPermission.js +6 -2
- package/public/orm/models/appPermissionDefault.d.ts +2 -4
- package/public/orm/models/appPermissionDefault.js +6 -2
- package/public/orm/models/appStep.d.ts +2 -4
- package/public/orm/models/appStep.js +6 -2
- package/public/orm/models/astMigration.d.ts +2 -4
- package/public/orm/models/astMigration.js +6 -2
- package/public/orm/models/auditLog.d.ts +2 -4
- package/public/orm/models/auditLog.js +6 -2
- package/public/orm/models/billingModule.d.ts +2 -4
- package/public/orm/models/billingModule.js +6 -2
- package/public/orm/models/billingProviderModule.d.ts +2 -4
- package/public/orm/models/billingProviderModule.js +6 -2
- package/public/orm/models/blueprint.d.ts +2 -4
- package/public/orm/models/blueprint.js +6 -2
- package/public/orm/models/blueprintConstruction.d.ts +2 -4
- package/public/orm/models/blueprintConstruction.js +6 -2
- package/public/orm/models/blueprintTemplate.d.ts +2 -4
- package/public/orm/models/blueprintTemplate.js +6 -2
- package/public/orm/models/checkConstraint.d.ts +2 -4
- package/public/orm/models/checkConstraint.js +6 -2
- package/public/orm/models/commit.d.ts +2 -4
- package/public/orm/models/commit.js +6 -2
- package/public/orm/models/connectedAccountsModule.d.ts +2 -4
- package/public/orm/models/connectedAccountsModule.js +6 -2
- package/public/orm/models/corsSetting.d.ts +2 -4
- package/public/orm/models/corsSetting.js +6 -2
- package/public/orm/models/cryptoAddress.d.ts +2 -4
- package/public/orm/models/cryptoAddress.js +6 -2
- package/public/orm/models/cryptoAddressesModule.d.ts +2 -4
- package/public/orm/models/cryptoAddressesModule.js +6 -2
- package/public/orm/models/cryptoAuthModule.d.ts +2 -4
- package/public/orm/models/cryptoAuthModule.js +6 -2
- package/public/orm/models/database.d.ts +2 -4
- package/public/orm/models/database.js +6 -2
- package/public/orm/models/databaseProvisionModule.d.ts +2 -4
- package/public/orm/models/databaseProvisionModule.js +6 -2
- package/public/orm/models/databaseSetting.d.ts +2 -4
- package/public/orm/models/databaseSetting.js +6 -2
- package/public/orm/models/databaseTransfer.d.ts +2 -4
- package/public/orm/models/databaseTransfer.js +6 -2
- package/public/orm/models/defaultIdsModule.d.ts +2 -4
- package/public/orm/models/defaultIdsModule.js +6 -2
- package/public/orm/models/defaultPrivilege.d.ts +2 -4
- package/public/orm/models/defaultPrivilege.js +6 -2
- package/public/orm/models/denormalizedTableField.d.ts +2 -4
- package/public/orm/models/denormalizedTableField.js +6 -2
- package/public/orm/models/devicesModule.d.ts +2 -4
- package/public/orm/models/devicesModule.js +6 -2
- package/public/orm/models/domain.d.ts +2 -4
- package/public/orm/models/domain.js +6 -2
- package/public/orm/models/email.d.ts +2 -4
- package/public/orm/models/email.js +6 -2
- package/public/orm/models/emailsModule.d.ts +2 -4
- package/public/orm/models/emailsModule.js +6 -2
- package/public/orm/models/embeddingChunk.d.ts +2 -4
- package/public/orm/models/embeddingChunk.js +6 -2
- package/public/orm/models/encryptedSecretsModule.d.ts +2 -4
- package/public/orm/models/encryptedSecretsModule.js +6 -2
- package/public/orm/models/entityTypeProvision.d.ts +2 -4
- package/public/orm/models/entityTypeProvision.js +6 -2
- package/public/orm/models/enum.d.ts +2 -4
- package/public/orm/models/enum.js +6 -2
- package/public/orm/models/field.d.ts +2 -4
- package/public/orm/models/field.js +6 -2
- package/public/orm/models/foreignKeyConstraint.d.ts +2 -4
- package/public/orm/models/foreignKeyConstraint.js +6 -2
- package/public/orm/models/fullTextSearch.d.ts +2 -4
- package/public/orm/models/fullTextSearch.js +6 -2
- package/public/orm/models/function.d.ts +2 -4
- package/public/orm/models/function.js +6 -2
- package/public/orm/models/getAllRecord.d.ts +2 -4
- package/public/orm/models/getAllRecord.js +6 -2
- package/public/orm/models/hierarchyModule.d.ts +2 -4
- package/public/orm/models/hierarchyModule.js +6 -2
- package/public/orm/models/identityProvider.d.ts +2 -4
- package/public/orm/models/identityProvider.js +6 -2
- package/public/orm/models/identityProvidersModule.d.ts +2 -4
- package/public/orm/models/identityProvidersModule.js +6 -2
- package/public/orm/models/indexModel.d.ts +2 -4
- package/public/orm/models/indexModel.js +6 -2
- package/public/orm/models/invitesModule.d.ts +2 -4
- package/public/orm/models/invitesModule.js +6 -2
- package/public/orm/models/levelsModule.d.ts +2 -4
- package/public/orm/models/levelsModule.js +6 -2
- package/public/orm/models/limitsModule.d.ts +2 -4
- package/public/orm/models/limitsModule.js +6 -2
- package/public/orm/models/membershipType.d.ts +2 -4
- package/public/orm/models/membershipType.js +6 -2
- package/public/orm/models/membershipTypesModule.d.ts +2 -4
- package/public/orm/models/membershipTypesModule.js +6 -2
- package/public/orm/models/membershipsModule.d.ts +2 -4
- package/public/orm/models/membershipsModule.js +6 -2
- package/public/orm/models/migrateFile.d.ts +2 -4
- package/public/orm/models/migrateFile.js +6 -2
- package/public/orm/models/nodeTypeRegistry.d.ts +2 -4
- package/public/orm/models/nodeTypeRegistry.js +6 -2
- package/public/orm/models/notificationsModule.d.ts +2 -4
- package/public/orm/models/notificationsModule.js +6 -2
- package/public/orm/models/object.d.ts +3 -5
- package/public/orm/models/object.js +7 -3
- package/public/orm/models/orgAdminGrant.d.ts +2 -4
- package/public/orm/models/orgAdminGrant.js +6 -2
- package/public/orm/models/orgChartEdge.d.ts +2 -4
- package/public/orm/models/orgChartEdge.js +6 -2
- package/public/orm/models/orgChartEdgeGrant.d.ts +2 -4
- package/public/orm/models/orgChartEdgeGrant.js +6 -2
- package/public/orm/models/orgClaimedInvite.d.ts +2 -4
- package/public/orm/models/orgClaimedInvite.js +6 -2
- package/public/orm/models/orgGetManagersRecord.d.ts +2 -4
- package/public/orm/models/orgGetManagersRecord.js +6 -2
- package/public/orm/models/orgGetSubordinatesRecord.d.ts +2 -4
- package/public/orm/models/orgGetSubordinatesRecord.js +6 -2
- package/public/orm/models/orgGrant.d.ts +2 -4
- package/public/orm/models/orgGrant.js +6 -2
- package/public/orm/models/orgInvite.d.ts +2 -4
- package/public/orm/models/orgInvite.js +6 -2
- package/public/orm/models/orgLimit.d.ts +2 -4
- package/public/orm/models/orgLimit.js +6 -2
- package/public/orm/models/orgLimitAggregate.d.ts +2 -4
- package/public/orm/models/orgLimitAggregate.js +6 -2
- package/public/orm/models/orgLimitCap.d.ts +2 -4
- package/public/orm/models/orgLimitCap.js +6 -2
- package/public/orm/models/orgLimitCapsDefault.d.ts +2 -4
- package/public/orm/models/orgLimitCapsDefault.js +6 -2
- package/public/orm/models/orgLimitCredit.d.ts +2 -4
- package/public/orm/models/orgLimitCredit.js +6 -2
- package/public/orm/models/orgLimitDefault.d.ts +2 -4
- package/public/orm/models/orgLimitDefault.js +6 -2
- package/public/orm/models/orgLimitEvent.d.ts +2 -4
- package/public/orm/models/orgLimitEvent.js +6 -2
- package/public/orm/models/orgMember.d.ts +2 -4
- package/public/orm/models/orgMember.js +6 -2
- package/public/orm/models/orgMemberProfile.d.ts +2 -4
- package/public/orm/models/orgMemberProfile.js +6 -2
- package/public/orm/models/orgMembership.d.ts +2 -4
- package/public/orm/models/orgMembership.js +6 -2
- package/public/orm/models/orgMembershipDefault.d.ts +2 -4
- package/public/orm/models/orgMembershipDefault.js +6 -2
- package/public/orm/models/orgMembershipSetting.d.ts +2 -4
- package/public/orm/models/orgMembershipSetting.js +6 -2
- package/public/orm/models/orgOwnerGrant.d.ts +2 -4
- package/public/orm/models/orgOwnerGrant.js +6 -2
- package/public/orm/models/orgPermission.d.ts +2 -4
- package/public/orm/models/orgPermission.js +6 -2
- package/public/orm/models/orgPermissionDefault.d.ts +2 -4
- package/public/orm/models/orgPermissionDefault.js +6 -2
- package/public/orm/models/partition.d.ts +2 -4
- package/public/orm/models/partition.js +6 -2
- package/public/orm/models/permissionsModule.d.ts +2 -4
- package/public/orm/models/permissionsModule.js +6 -2
- package/public/orm/models/phoneNumber.d.ts +2 -4
- package/public/orm/models/phoneNumber.js +6 -2
- package/public/orm/models/phoneNumbersModule.d.ts +2 -4
- package/public/orm/models/phoneNumbersModule.js +6 -2
- package/public/orm/models/plansModule.d.ts +2 -4
- package/public/orm/models/plansModule.js +6 -2
- package/public/orm/models/policy.d.ts +2 -4
- package/public/orm/models/policy.js +6 -2
- package/public/orm/models/primaryKeyConstraint.d.ts +2 -4
- package/public/orm/models/primaryKeyConstraint.js +6 -2
- package/public/orm/models/profilesModule.d.ts +2 -4
- package/public/orm/models/profilesModule.js +6 -2
- package/public/orm/models/pubkeySetting.d.ts +2 -4
- package/public/orm/models/pubkeySetting.js +6 -2
- package/public/orm/models/rateLimitsModule.d.ts +2 -4
- package/public/orm/models/rateLimitsModule.js +6 -2
- package/public/orm/models/realtimeModule.d.ts +2 -4
- package/public/orm/models/realtimeModule.js +6 -2
- package/public/orm/models/ref.d.ts +2 -4
- package/public/orm/models/ref.js +6 -2
- package/public/orm/models/relationProvision.d.ts +2 -4
- package/public/orm/models/relationProvision.js +6 -2
- package/public/orm/models/rlsModule.d.ts +2 -4
- package/public/orm/models/rlsModule.js +6 -2
- package/public/orm/models/rlsSetting.d.ts +2 -4
- package/public/orm/models/rlsSetting.js +6 -2
- package/public/orm/models/roleType.d.ts +2 -4
- package/public/orm/models/roleType.js +6 -2
- package/public/orm/models/schema.d.ts +2 -4
- package/public/orm/models/schema.js +6 -2
- package/public/orm/models/schemaGrant.d.ts +2 -4
- package/public/orm/models/schemaGrant.js +6 -2
- package/public/orm/models/secretsModule.d.ts +2 -4
- package/public/orm/models/secretsModule.js +6 -2
- package/public/orm/models/secureTableProvision.d.ts +2 -4
- package/public/orm/models/secureTableProvision.js +6 -2
- package/public/orm/models/sessionSecretsModule.d.ts +2 -4
- package/public/orm/models/sessionSecretsModule.js +6 -2
- package/public/orm/models/sessionsModule.d.ts +2 -4
- package/public/orm/models/sessionsModule.js +6 -2
- package/public/orm/models/site.d.ts +2 -4
- package/public/orm/models/site.js +6 -2
- package/public/orm/models/siteMetadatum.d.ts +2 -4
- package/public/orm/models/siteMetadatum.js +6 -2
- package/public/orm/models/siteModule.d.ts +2 -4
- package/public/orm/models/siteModule.js +6 -2
- package/public/orm/models/siteTheme.d.ts +2 -4
- package/public/orm/models/siteTheme.js +6 -2
- package/public/orm/models/spatialRelation.d.ts +2 -4
- package/public/orm/models/spatialRelation.js +6 -2
- package/public/orm/models/sqlAction.d.ts +2 -4
- package/public/orm/models/sqlAction.js +6 -2
- package/public/orm/models/storageModule.d.ts +2 -4
- package/public/orm/models/storageModule.js +6 -2
- package/public/orm/models/store.d.ts +2 -4
- package/public/orm/models/store.js +6 -2
- package/public/orm/models/table.d.ts +2 -4
- package/public/orm/models/table.js +6 -2
- package/public/orm/models/tableGrant.d.ts +2 -4
- package/public/orm/models/tableGrant.js +6 -2
- package/public/orm/models/trigger.d.ts +2 -4
- package/public/orm/models/trigger.js +6 -2
- package/public/orm/models/triggerFunction.d.ts +2 -4
- package/public/orm/models/triggerFunction.js +6 -2
- package/public/orm/models/uniqueConstraint.d.ts +2 -4
- package/public/orm/models/uniqueConstraint.js +6 -2
- package/public/orm/models/usageSnapshot.d.ts +2 -4
- package/public/orm/models/usageSnapshot.js +6 -2
- package/public/orm/models/user.d.ts +2 -4
- package/public/orm/models/user.js +6 -2
- package/public/orm/models/userAuthModule.d.ts +2 -4
- package/public/orm/models/userAuthModule.js +6 -2
- package/public/orm/models/userConnectedAccount.d.ts +2 -4
- package/public/orm/models/userConnectedAccount.js +6 -2
- package/public/orm/models/usersModule.d.ts +2 -4
- package/public/orm/models/usersModule.js +6 -2
- package/public/orm/models/view.d.ts +2 -4
- package/public/orm/models/view.js +6 -2
- package/public/orm/models/viewGrant.d.ts +2 -4
- package/public/orm/models/viewGrant.js +6 -2
- package/public/orm/models/viewRule.d.ts +2 -4
- package/public/orm/models/viewRule.js +6 -2
- package/public/orm/models/viewTable.d.ts +2 -4
- package/public/orm/models/viewTable.js +6 -2
- package/public/orm/models/webauthnAuthModule.d.ts +2 -4
- package/public/orm/models/webauthnAuthModule.js +6 -2
- package/public/orm/models/webauthnCredential.d.ts +2 -4
- package/public/orm/models/webauthnCredential.js +6 -2
- package/public/orm/models/webauthnCredentialsModule.d.ts +2 -4
- package/public/orm/models/webauthnCredentialsModule.js +6 -2
- package/public/orm/models/webauthnSetting.d.ts +2 -4
- package/public/orm/models/webauthnSetting.js +6 -2
- package/public/orm/query-builder.d.ts +18 -1
- package/public/orm/query-builder.js +112 -1
- package/public/orm/select-types.d.ts +25 -1
- package/public/schema-types.d.ts +111 -105
- package/public/types.d.ts +1 -0
package/admin/schema-types.d.ts
CHANGED
|
@@ -90,10 +90,10 @@ export type OrgMembershipSettingOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMA
|
|
|
90
90
|
export type OrgLimitAggregateOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'NUM_ASC' | 'NUM_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC' | 'WINDOW_START_ASC' | 'WINDOW_START_DESC' | 'WINDOW_DURATION_ASC' | 'WINDOW_DURATION_DESC' | 'PLAN_MAX_ASC' | 'PLAN_MAX_DESC' | 'PURCHASED_CREDITS_ASC' | 'PURCHASED_CREDITS_DESC' | 'PERIOD_CREDITS_ASC' | 'PERIOD_CREDITS_DESC' | 'RESERVED_ASC' | 'RESERVED_DESC';
|
|
91
91
|
/** Methods to use when ordering `OrgLimit`. */
|
|
92
92
|
export type OrgLimitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NUM_ASC' | 'NUM_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'SOFT_MAX_ASC' | 'SOFT_MAX_DESC' | 'WINDOW_START_ASC' | 'WINDOW_START_DESC' | 'WINDOW_DURATION_ASC' | 'WINDOW_DURATION_DESC' | 'PLAN_MAX_ASC' | 'PLAN_MAX_DESC' | 'PURCHASED_CREDITS_ASC' | 'PURCHASED_CREDITS_DESC' | 'PERIOD_CREDITS_ASC' | 'PERIOD_CREDITS_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
93
|
-
/** Methods to use when ordering `OrgInvite`. */
|
|
94
|
-
export type OrgInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
95
93
|
/** Methods to use when ordering `AppMembership`. */
|
|
96
94
|
export type AppMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
|
|
95
|
+
/** Methods to use when ordering `OrgInvite`. */
|
|
96
|
+
export type OrgInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'IS_READ_ONLY_ASC' | 'IS_READ_ONLY_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
97
97
|
/** Methods to use when ordering `OrgMembership`. */
|
|
98
98
|
export type OrgMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_EXTERNAL_ASC' | 'IS_EXTERNAL_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'IS_READ_ONLY_ASC' | 'IS_READ_ONLY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
|
|
99
99
|
/** A filter to be used against `AppLimitCredit` object types. All fields are combined with a logical ‘and.’ */
|
|
@@ -1314,43 +1314,6 @@ export interface OrgLimitFilter {
|
|
|
1314
1314
|
/** Negates the expression. */
|
|
1315
1315
|
not?: OrgLimitFilter;
|
|
1316
1316
|
}
|
|
1317
|
-
/** A filter to be used against `OrgInvite` object types. All fields are combined with a logical ‘and.’ */
|
|
1318
|
-
export interface OrgInviteFilter {
|
|
1319
|
-
/** Filter by the object’s `id` field. */
|
|
1320
|
-
id?: UUIDFilter;
|
|
1321
|
-
/** Filter by the object’s `email` field. */
|
|
1322
|
-
email?: ConstructiveInternalTypeEmailFilter;
|
|
1323
|
-
/** Filter by the object’s `senderId` field. */
|
|
1324
|
-
senderId?: UUIDFilter;
|
|
1325
|
-
/** Filter by the object’s `receiverId` field. */
|
|
1326
|
-
receiverId?: UUIDFilter;
|
|
1327
|
-
/** Filter by the object’s `inviteToken` field. */
|
|
1328
|
-
inviteToken?: StringFilter;
|
|
1329
|
-
/** Filter by the object’s `inviteValid` field. */
|
|
1330
|
-
inviteValid?: BooleanFilter;
|
|
1331
|
-
/** Filter by the object’s `inviteLimit` field. */
|
|
1332
|
-
inviteLimit?: IntFilter;
|
|
1333
|
-
/** Filter by the object’s `inviteCount` field. */
|
|
1334
|
-
inviteCount?: IntFilter;
|
|
1335
|
-
/** Filter by the object’s `multiple` field. */
|
|
1336
|
-
multiple?: BooleanFilter;
|
|
1337
|
-
/** Filter by the object’s `profileId` field. */
|
|
1338
|
-
profileId?: UUIDFilter;
|
|
1339
|
-
/** Filter by the object’s `expiresAt` field. */
|
|
1340
|
-
expiresAt?: DatetimeFilter;
|
|
1341
|
-
/** Filter by the object’s `createdAt` field. */
|
|
1342
|
-
createdAt?: DatetimeFilter;
|
|
1343
|
-
/** Filter by the object’s `updatedAt` field. */
|
|
1344
|
-
updatedAt?: DatetimeFilter;
|
|
1345
|
-
/** Filter by the object’s `entityId` field. */
|
|
1346
|
-
entityId?: UUIDFilter;
|
|
1347
|
-
/** Checks for all expressions in this list. */
|
|
1348
|
-
and?: OrgInviteFilter[];
|
|
1349
|
-
/** Checks for any expressions in this list. */
|
|
1350
|
-
or?: OrgInviteFilter[];
|
|
1351
|
-
/** Negates the expression. */
|
|
1352
|
-
not?: OrgInviteFilter;
|
|
1353
|
-
}
|
|
1354
1317
|
/** A filter to be used against `AppMembership` object types. All fields are combined with a logical ‘and.’ */
|
|
1355
1318
|
export interface AppMembershipFilter {
|
|
1356
1319
|
/** Filter by the object’s `id` field. */
|
|
@@ -1392,6 +1355,45 @@ export interface AppMembershipFilter {
|
|
|
1392
1355
|
/** Negates the expression. */
|
|
1393
1356
|
not?: AppMembershipFilter;
|
|
1394
1357
|
}
|
|
1358
|
+
/** A filter to be used against `OrgInvite` object types. All fields are combined with a logical ‘and.’ */
|
|
1359
|
+
export interface OrgInviteFilter {
|
|
1360
|
+
/** Filter by the object’s `id` field. */
|
|
1361
|
+
id?: UUIDFilter;
|
|
1362
|
+
/** Filter by the object’s `email` field. */
|
|
1363
|
+
email?: ConstructiveInternalTypeEmailFilter;
|
|
1364
|
+
/** Filter by the object’s `senderId` field. */
|
|
1365
|
+
senderId?: UUIDFilter;
|
|
1366
|
+
/** Filter by the object’s `receiverId` field. */
|
|
1367
|
+
receiverId?: UUIDFilter;
|
|
1368
|
+
/** Filter by the object’s `inviteToken` field. */
|
|
1369
|
+
inviteToken?: StringFilter;
|
|
1370
|
+
/** Filter by the object’s `inviteValid` field. */
|
|
1371
|
+
inviteValid?: BooleanFilter;
|
|
1372
|
+
/** Filter by the object’s `inviteLimit` field. */
|
|
1373
|
+
inviteLimit?: IntFilter;
|
|
1374
|
+
/** Filter by the object’s `inviteCount` field. */
|
|
1375
|
+
inviteCount?: IntFilter;
|
|
1376
|
+
/** Filter by the object’s `multiple` field. */
|
|
1377
|
+
multiple?: BooleanFilter;
|
|
1378
|
+
/** Filter by the object’s `profileId` field. */
|
|
1379
|
+
profileId?: UUIDFilter;
|
|
1380
|
+
/** Filter by the object’s `isReadOnly` field. */
|
|
1381
|
+
isReadOnly?: BooleanFilter;
|
|
1382
|
+
/** Filter by the object’s `expiresAt` field. */
|
|
1383
|
+
expiresAt?: DatetimeFilter;
|
|
1384
|
+
/** Filter by the object’s `createdAt` field. */
|
|
1385
|
+
createdAt?: DatetimeFilter;
|
|
1386
|
+
/** Filter by the object’s `updatedAt` field. */
|
|
1387
|
+
updatedAt?: DatetimeFilter;
|
|
1388
|
+
/** Filter by the object’s `entityId` field. */
|
|
1389
|
+
entityId?: UUIDFilter;
|
|
1390
|
+
/** Checks for all expressions in this list. */
|
|
1391
|
+
and?: OrgInviteFilter[];
|
|
1392
|
+
/** Checks for any expressions in this list. */
|
|
1393
|
+
or?: OrgInviteFilter[];
|
|
1394
|
+
/** Negates the expression. */
|
|
1395
|
+
not?: OrgInviteFilter;
|
|
1396
|
+
}
|
|
1395
1397
|
export interface SubmitAppInviteCodeInput {
|
|
1396
1398
|
clientMutationId?: string;
|
|
1397
1399
|
token?: string;
|
|
@@ -2209,40 +2211,6 @@ export interface OrgLimitInput {
|
|
|
2209
2211
|
periodCredits?: string;
|
|
2210
2212
|
entityId: string;
|
|
2211
2213
|
}
|
|
2212
|
-
export interface CreateOrgInviteInput {
|
|
2213
|
-
clientMutationId?: string;
|
|
2214
|
-
/** The `OrgInvite` to be created by this mutation. */
|
|
2215
|
-
orgInvite: OrgInviteInput;
|
|
2216
|
-
}
|
|
2217
|
-
/** An input for mutations affecting `OrgInvite` */
|
|
2218
|
-
export interface OrgInviteInput {
|
|
2219
|
-
id?: string;
|
|
2220
|
-
/** Email address of the invited recipient */
|
|
2221
|
-
email?: ConstructiveInternalTypeEmail;
|
|
2222
|
-
/** User ID of the member who sent this invitation */
|
|
2223
|
-
senderId?: string;
|
|
2224
|
-
/** User ID of the intended recipient, if targeting a specific user */
|
|
2225
|
-
receiverId?: string;
|
|
2226
|
-
/** Unique random hex token used to redeem this invitation */
|
|
2227
|
-
inviteToken?: string;
|
|
2228
|
-
/** Whether this invitation is still valid and can be redeemed */
|
|
2229
|
-
inviteValid?: boolean;
|
|
2230
|
-
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
2231
|
-
inviteLimit?: number;
|
|
2232
|
-
/** Running count of how many times this invite has been claimed */
|
|
2233
|
-
inviteCount?: number;
|
|
2234
|
-
/** Whether this invite can be claimed by multiple recipients */
|
|
2235
|
-
multiple?: boolean;
|
|
2236
|
-
/** Optional JSON payload of additional invite metadata */
|
|
2237
|
-
data?: unknown;
|
|
2238
|
-
/** Optional profile (role) to assign to the member when they claim this invite. Only allowed on email invites. */
|
|
2239
|
-
profileId?: string;
|
|
2240
|
-
/** Timestamp after which this invitation can no longer be redeemed */
|
|
2241
|
-
expiresAt?: string;
|
|
2242
|
-
createdAt?: string;
|
|
2243
|
-
updatedAt?: string;
|
|
2244
|
-
entityId: string;
|
|
2245
|
-
}
|
|
2246
2214
|
export interface CreateAppMembershipInput {
|
|
2247
2215
|
clientMutationId?: string;
|
|
2248
2216
|
/** The `AppMembership` to be created by this mutation. */
|
|
@@ -2277,6 +2245,42 @@ export interface AppMembershipInput {
|
|
|
2277
2245
|
actorId: string;
|
|
2278
2246
|
profileId?: string;
|
|
2279
2247
|
}
|
|
2248
|
+
export interface CreateOrgInviteInput {
|
|
2249
|
+
clientMutationId?: string;
|
|
2250
|
+
/** The `OrgInvite` to be created by this mutation. */
|
|
2251
|
+
orgInvite: OrgInviteInput;
|
|
2252
|
+
}
|
|
2253
|
+
/** An input for mutations affecting `OrgInvite` */
|
|
2254
|
+
export interface OrgInviteInput {
|
|
2255
|
+
id?: string;
|
|
2256
|
+
/** Email address of the invited recipient */
|
|
2257
|
+
email?: ConstructiveInternalTypeEmail;
|
|
2258
|
+
/** User ID of the member who sent this invitation */
|
|
2259
|
+
senderId?: string;
|
|
2260
|
+
/** User ID of the intended recipient, if targeting a specific user */
|
|
2261
|
+
receiverId?: string;
|
|
2262
|
+
/** Unique random hex token used to redeem this invitation */
|
|
2263
|
+
inviteToken?: string;
|
|
2264
|
+
/** Whether this invitation is still valid and can be redeemed */
|
|
2265
|
+
inviteValid?: boolean;
|
|
2266
|
+
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
2267
|
+
inviteLimit?: number;
|
|
2268
|
+
/** Running count of how many times this invite has been claimed */
|
|
2269
|
+
inviteCount?: number;
|
|
2270
|
+
/** Whether this invite can be claimed by multiple recipients */
|
|
2271
|
+
multiple?: boolean;
|
|
2272
|
+
/** Optional JSON payload of additional invite metadata */
|
|
2273
|
+
data?: unknown;
|
|
2274
|
+
/** Optional profile (role) to assign to the member when they claim this invite. Only allowed on email invites. */
|
|
2275
|
+
profileId?: string;
|
|
2276
|
+
/** Whether the resulting membership should be read-only when this invite is claimed */
|
|
2277
|
+
isReadOnly?: boolean;
|
|
2278
|
+
/** Timestamp after which this invitation can no longer be redeemed */
|
|
2279
|
+
expiresAt?: string;
|
|
2280
|
+
createdAt?: string;
|
|
2281
|
+
updatedAt?: string;
|
|
2282
|
+
entityId: string;
|
|
2283
|
+
}
|
|
2280
2284
|
export interface CreateOrgMembershipInput {
|
|
2281
2285
|
clientMutationId?: string;
|
|
2282
2286
|
/** The `OrgMembership` to be created by this mutation. */
|
|
@@ -3117,41 +3121,6 @@ export interface OrgLimitPatch {
|
|
|
3117
3121
|
periodCredits?: string;
|
|
3118
3122
|
entityId?: string;
|
|
3119
3123
|
}
|
|
3120
|
-
export interface UpdateOrgInviteInput {
|
|
3121
|
-
clientMutationId?: string;
|
|
3122
|
-
id: string;
|
|
3123
|
-
/** An object where the defined keys will be set on the `OrgInvite` being updated. */
|
|
3124
|
-
orgInvitePatch: OrgInvitePatch;
|
|
3125
|
-
}
|
|
3126
|
-
/** Represents an update to a `OrgInvite`. Fields that are set will be updated. */
|
|
3127
|
-
export interface OrgInvitePatch {
|
|
3128
|
-
id?: string;
|
|
3129
|
-
/** Email address of the invited recipient */
|
|
3130
|
-
email?: ConstructiveInternalTypeEmail;
|
|
3131
|
-
/** User ID of the member who sent this invitation */
|
|
3132
|
-
senderId?: string;
|
|
3133
|
-
/** User ID of the intended recipient, if targeting a specific user */
|
|
3134
|
-
receiverId?: string;
|
|
3135
|
-
/** Unique random hex token used to redeem this invitation */
|
|
3136
|
-
inviteToken?: string;
|
|
3137
|
-
/** Whether this invitation is still valid and can be redeemed */
|
|
3138
|
-
inviteValid?: boolean;
|
|
3139
|
-
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
3140
|
-
inviteLimit?: number;
|
|
3141
|
-
/** Running count of how many times this invite has been claimed */
|
|
3142
|
-
inviteCount?: number;
|
|
3143
|
-
/** Whether this invite can be claimed by multiple recipients */
|
|
3144
|
-
multiple?: boolean;
|
|
3145
|
-
/** Optional JSON payload of additional invite metadata */
|
|
3146
|
-
data?: unknown;
|
|
3147
|
-
/** Optional profile (role) to assign to the member when they claim this invite. Only allowed on email invites. */
|
|
3148
|
-
profileId?: string;
|
|
3149
|
-
/** Timestamp after which this invitation can no longer be redeemed */
|
|
3150
|
-
expiresAt?: string;
|
|
3151
|
-
createdAt?: string;
|
|
3152
|
-
updatedAt?: string;
|
|
3153
|
-
entityId?: string;
|
|
3154
|
-
}
|
|
3155
3124
|
export interface UpdateAppMembershipInput {
|
|
3156
3125
|
clientMutationId?: string;
|
|
3157
3126
|
id: string;
|
|
@@ -3187,6 +3156,43 @@ export interface AppMembershipPatch {
|
|
|
3187
3156
|
actorId?: string;
|
|
3188
3157
|
profileId?: string;
|
|
3189
3158
|
}
|
|
3159
|
+
export interface UpdateOrgInviteInput {
|
|
3160
|
+
clientMutationId?: string;
|
|
3161
|
+
id: string;
|
|
3162
|
+
/** An object where the defined keys will be set on the `OrgInvite` being updated. */
|
|
3163
|
+
orgInvitePatch: OrgInvitePatch;
|
|
3164
|
+
}
|
|
3165
|
+
/** Represents an update to a `OrgInvite`. Fields that are set will be updated. */
|
|
3166
|
+
export interface OrgInvitePatch {
|
|
3167
|
+
id?: string;
|
|
3168
|
+
/** Email address of the invited recipient */
|
|
3169
|
+
email?: ConstructiveInternalTypeEmail;
|
|
3170
|
+
/** User ID of the member who sent this invitation */
|
|
3171
|
+
senderId?: string;
|
|
3172
|
+
/** User ID of the intended recipient, if targeting a specific user */
|
|
3173
|
+
receiverId?: string;
|
|
3174
|
+
/** Unique random hex token used to redeem this invitation */
|
|
3175
|
+
inviteToken?: string;
|
|
3176
|
+
/** Whether this invitation is still valid and can be redeemed */
|
|
3177
|
+
inviteValid?: boolean;
|
|
3178
|
+
/** Maximum number of times this invite can be claimed; -1 means unlimited */
|
|
3179
|
+
inviteLimit?: number;
|
|
3180
|
+
/** Running count of how many times this invite has been claimed */
|
|
3181
|
+
inviteCount?: number;
|
|
3182
|
+
/** Whether this invite can be claimed by multiple recipients */
|
|
3183
|
+
multiple?: boolean;
|
|
3184
|
+
/** Optional JSON payload of additional invite metadata */
|
|
3185
|
+
data?: unknown;
|
|
3186
|
+
/** Optional profile (role) to assign to the member when they claim this invite. Only allowed on email invites. */
|
|
3187
|
+
profileId?: string;
|
|
3188
|
+
/** Whether the resulting membership should be read-only when this invite is claimed */
|
|
3189
|
+
isReadOnly?: boolean;
|
|
3190
|
+
/** Timestamp after which this invitation can no longer be redeemed */
|
|
3191
|
+
expiresAt?: string;
|
|
3192
|
+
createdAt?: string;
|
|
3193
|
+
updatedAt?: string;
|
|
3194
|
+
entityId?: string;
|
|
3195
|
+
}
|
|
3190
3196
|
export interface UpdateOrgMembershipInput {
|
|
3191
3197
|
clientMutationId?: string;
|
|
3192
3198
|
id: string;
|
|
@@ -3387,11 +3393,11 @@ export interface DeleteOrgLimitInput {
|
|
|
3387
3393
|
clientMutationId?: string;
|
|
3388
3394
|
id: string;
|
|
3389
3395
|
}
|
|
3390
|
-
export interface
|
|
3396
|
+
export interface DeleteAppMembershipInput {
|
|
3391
3397
|
clientMutationId?: string;
|
|
3392
3398
|
id: string;
|
|
3393
3399
|
}
|
|
3394
|
-
export interface
|
|
3400
|
+
export interface DeleteOrgInviteInput {
|
|
3395
3401
|
clientMutationId?: string;
|
|
3396
3402
|
id: string;
|
|
3397
3403
|
}
|
|
@@ -3716,13 +3722,6 @@ export interface OrgLimitConnection {
|
|
|
3716
3722
|
pageInfo: PageInfo;
|
|
3717
3723
|
totalCount: number;
|
|
3718
3724
|
}
|
|
3719
|
-
/** A connection to a list of `OrgInvite` values. */
|
|
3720
|
-
export interface OrgInviteConnection {
|
|
3721
|
-
nodes: OrgInvite[];
|
|
3722
|
-
edges: OrgInviteEdge[];
|
|
3723
|
-
pageInfo: PageInfo;
|
|
3724
|
-
totalCount: number;
|
|
3725
|
-
}
|
|
3726
3725
|
/** A connection to a list of `AppMembership` values. */
|
|
3727
3726
|
export interface AppMembershipConnection {
|
|
3728
3727
|
nodes: AppMembership[];
|
|
@@ -3730,6 +3729,13 @@ export interface AppMembershipConnection {
|
|
|
3730
3729
|
pageInfo: PageInfo;
|
|
3731
3730
|
totalCount: number;
|
|
3732
3731
|
}
|
|
3732
|
+
/** A connection to a list of `OrgInvite` values. */
|
|
3733
|
+
export interface OrgInviteConnection {
|
|
3734
|
+
nodes: OrgInvite[];
|
|
3735
|
+
edges: OrgInviteEdge[];
|
|
3736
|
+
pageInfo: PageInfo;
|
|
3737
|
+
totalCount: number;
|
|
3738
|
+
}
|
|
3733
3739
|
/** A connection to a list of `OrgMembership` values. */
|
|
3734
3740
|
export interface OrgMembershipConnection {
|
|
3735
3741
|
nodes: OrgMembership[];
|
|
@@ -3999,18 +4005,18 @@ export interface CreateOrgLimitPayload {
|
|
|
3999
4005
|
orgLimit?: OrgLimit | null;
|
|
4000
4006
|
orgLimitEdge?: OrgLimitEdge | null;
|
|
4001
4007
|
}
|
|
4002
|
-
export interface CreateOrgInvitePayload {
|
|
4003
|
-
clientMutationId?: string | null;
|
|
4004
|
-
/** The `OrgInvite` that was created by this mutation. */
|
|
4005
|
-
orgInvite?: OrgInvite | null;
|
|
4006
|
-
orgInviteEdge?: OrgInviteEdge | null;
|
|
4007
|
-
}
|
|
4008
4008
|
export interface CreateAppMembershipPayload {
|
|
4009
4009
|
clientMutationId?: string | null;
|
|
4010
4010
|
/** The `AppMembership` that was created by this mutation. */
|
|
4011
4011
|
appMembership?: AppMembership | null;
|
|
4012
4012
|
appMembershipEdge?: AppMembershipEdge | null;
|
|
4013
4013
|
}
|
|
4014
|
+
export interface CreateOrgInvitePayload {
|
|
4015
|
+
clientMutationId?: string | null;
|
|
4016
|
+
/** The `OrgInvite` that was created by this mutation. */
|
|
4017
|
+
orgInvite?: OrgInvite | null;
|
|
4018
|
+
orgInviteEdge?: OrgInviteEdge | null;
|
|
4019
|
+
}
|
|
4014
4020
|
export interface CreateOrgMembershipPayload {
|
|
4015
4021
|
clientMutationId?: string | null;
|
|
4016
4022
|
/** The `OrgMembership` that was created by this mutation. */
|
|
@@ -4257,18 +4263,18 @@ export interface UpdateOrgLimitPayload {
|
|
|
4257
4263
|
orgLimit?: OrgLimit | null;
|
|
4258
4264
|
orgLimitEdge?: OrgLimitEdge | null;
|
|
4259
4265
|
}
|
|
4260
|
-
export interface UpdateOrgInvitePayload {
|
|
4261
|
-
clientMutationId?: string | null;
|
|
4262
|
-
/** The `OrgInvite` that was updated by this mutation. */
|
|
4263
|
-
orgInvite?: OrgInvite | null;
|
|
4264
|
-
orgInviteEdge?: OrgInviteEdge | null;
|
|
4265
|
-
}
|
|
4266
4266
|
export interface UpdateAppMembershipPayload {
|
|
4267
4267
|
clientMutationId?: string | null;
|
|
4268
4268
|
/** The `AppMembership` that was updated by this mutation. */
|
|
4269
4269
|
appMembership?: AppMembership | null;
|
|
4270
4270
|
appMembershipEdge?: AppMembershipEdge | null;
|
|
4271
4271
|
}
|
|
4272
|
+
export interface UpdateOrgInvitePayload {
|
|
4273
|
+
clientMutationId?: string | null;
|
|
4274
|
+
/** The `OrgInvite` that was updated by this mutation. */
|
|
4275
|
+
orgInvite?: OrgInvite | null;
|
|
4276
|
+
orgInviteEdge?: OrgInviteEdge | null;
|
|
4277
|
+
}
|
|
4272
4278
|
export interface UpdateOrgMembershipPayload {
|
|
4273
4279
|
clientMutationId?: string | null;
|
|
4274
4280
|
/** The `OrgMembership` that was updated by this mutation. */
|
|
@@ -4515,18 +4521,18 @@ export interface DeleteOrgLimitPayload {
|
|
|
4515
4521
|
orgLimit?: OrgLimit | null;
|
|
4516
4522
|
orgLimitEdge?: OrgLimitEdge | null;
|
|
4517
4523
|
}
|
|
4518
|
-
export interface DeleteOrgInvitePayload {
|
|
4519
|
-
clientMutationId?: string | null;
|
|
4520
|
-
/** The `OrgInvite` that was deleted by this mutation. */
|
|
4521
|
-
orgInvite?: OrgInvite | null;
|
|
4522
|
-
orgInviteEdge?: OrgInviteEdge | null;
|
|
4523
|
-
}
|
|
4524
4524
|
export interface DeleteAppMembershipPayload {
|
|
4525
4525
|
clientMutationId?: string | null;
|
|
4526
4526
|
/** The `AppMembership` that was deleted by this mutation. */
|
|
4527
4527
|
appMembership?: AppMembership | null;
|
|
4528
4528
|
appMembershipEdge?: AppMembershipEdge | null;
|
|
4529
4529
|
}
|
|
4530
|
+
export interface DeleteOrgInvitePayload {
|
|
4531
|
+
clientMutationId?: string | null;
|
|
4532
|
+
/** The `OrgInvite` that was deleted by this mutation. */
|
|
4533
|
+
orgInvite?: OrgInvite | null;
|
|
4534
|
+
orgInviteEdge?: OrgInviteEdge | null;
|
|
4535
|
+
}
|
|
4530
4536
|
export interface DeleteOrgMembershipPayload {
|
|
4531
4537
|
clientMutationId?: string | null;
|
|
4532
4538
|
/** The `OrgMembership` that was deleted by this mutation. */
|
|
@@ -4822,18 +4828,18 @@ export interface OrgLimitEdge {
|
|
|
4822
4828
|
/** The `OrgLimit` at the end of the edge. */
|
|
4823
4829
|
node?: OrgLimit | null;
|
|
4824
4830
|
}
|
|
4825
|
-
/** A `OrgInvite` edge in the connection. */
|
|
4826
|
-
export interface OrgInviteEdge {
|
|
4827
|
-
cursor?: string | null;
|
|
4828
|
-
/** The `OrgInvite` at the end of the edge. */
|
|
4829
|
-
node?: OrgInvite | null;
|
|
4830
|
-
}
|
|
4831
4831
|
/** A `AppMembership` edge in the connection. */
|
|
4832
4832
|
export interface AppMembershipEdge {
|
|
4833
4833
|
cursor?: string | null;
|
|
4834
4834
|
/** The `AppMembership` at the end of the edge. */
|
|
4835
4835
|
node?: AppMembership | null;
|
|
4836
4836
|
}
|
|
4837
|
+
/** A `OrgInvite` edge in the connection. */
|
|
4838
|
+
export interface OrgInviteEdge {
|
|
4839
|
+
cursor?: string | null;
|
|
4840
|
+
/** The `OrgInvite` at the end of the edge. */
|
|
4841
|
+
node?: OrgInvite | null;
|
|
4842
|
+
}
|
|
4837
4843
|
/** A `OrgMembership` edge in the connection. */
|
|
4838
4844
|
export interface OrgMembershipEdge {
|
|
4839
4845
|
cursor?: string | null;
|
package/admin/types.d.ts
CHANGED
|
@@ -379,23 +379,6 @@ export interface OrgLimit {
|
|
|
379
379
|
periodCredits: string | null;
|
|
380
380
|
entityId: string | null;
|
|
381
381
|
}
|
|
382
|
-
export interface OrgInvite {
|
|
383
|
-
id: string | null;
|
|
384
|
-
email: ConstructiveInternalTypeEmail | null;
|
|
385
|
-
senderId: string | null;
|
|
386
|
-
receiverId: string | null;
|
|
387
|
-
inviteToken: string | null;
|
|
388
|
-
inviteValid: boolean | null;
|
|
389
|
-
inviteLimit: number | null;
|
|
390
|
-
inviteCount: number | null;
|
|
391
|
-
multiple: boolean | null;
|
|
392
|
-
data: unknown | null;
|
|
393
|
-
profileId: string | null;
|
|
394
|
-
expiresAt: string | null;
|
|
395
|
-
createdAt: string | null;
|
|
396
|
-
updatedAt: string | null;
|
|
397
|
-
entityId: string | null;
|
|
398
|
-
}
|
|
399
382
|
export interface AppMembership {
|
|
400
383
|
id: string | null;
|
|
401
384
|
createdAt: string | null;
|
|
@@ -414,6 +397,24 @@ export interface AppMembership {
|
|
|
414
397
|
actorId: string | null;
|
|
415
398
|
profileId: string | null;
|
|
416
399
|
}
|
|
400
|
+
export interface OrgInvite {
|
|
401
|
+
id: string | null;
|
|
402
|
+
email: ConstructiveInternalTypeEmail | null;
|
|
403
|
+
senderId: string | null;
|
|
404
|
+
receiverId: string | null;
|
|
405
|
+
inviteToken: string | null;
|
|
406
|
+
inviteValid: boolean | null;
|
|
407
|
+
inviteLimit: number | null;
|
|
408
|
+
inviteCount: number | null;
|
|
409
|
+
multiple: boolean | null;
|
|
410
|
+
data: unknown | null;
|
|
411
|
+
profileId: string | null;
|
|
412
|
+
isReadOnly: boolean | null;
|
|
413
|
+
expiresAt: string | null;
|
|
414
|
+
createdAt: string | null;
|
|
415
|
+
updatedAt: string | null;
|
|
416
|
+
entityId: string | null;
|
|
417
|
+
}
|
|
417
418
|
export interface OrgMembership {
|
|
418
419
|
id: string | null;
|
|
419
420
|
createdAt: string | null;
|
|
@@ -15,12 +15,10 @@ export declare class AuditLogModel {
|
|
|
15
15
|
} & StrictSelect<S, AuditLogSelect>): QueryBuilder<{
|
|
16
16
|
auditLogs: ConnectionResult<InferSelectResult<AuditLogWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends AuditLogSelect>(args: FindFirstArgs<S, AuditLogFilter> & {
|
|
18
|
+
findFirst<S extends AuditLogSelect>(args: FindFirstArgs<S, AuditLogFilter, AuditLogOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, AuditLogSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<AuditLogWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
auditLog: InferSelectResult<AuditLogWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends AuditLogSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -30,14 +30,18 @@ class AuditLogModel {
|
|
|
30
30
|
findFirst(args) {
|
|
31
31
|
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('AuditLog', 'auditLogs', args.select, {
|
|
32
32
|
where: args?.where,
|
|
33
|
-
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'AuditLogFilter', 'AuditLogOrderBy', input_types_1.connectionFieldsMap);
|
|
34
35
|
return new query_builder_1.QueryBuilder({
|
|
35
36
|
client: this.client,
|
|
36
37
|
operation: 'query',
|
|
37
38
|
operationName: 'AuditLog',
|
|
38
|
-
fieldName: '
|
|
39
|
+
fieldName: 'auditLog',
|
|
39
40
|
document,
|
|
40
41
|
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
auditLog: data.auditLogs?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
41
45
|
});
|
|
42
46
|
}
|
|
43
47
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class CryptoAddressModel {
|
|
|
15
15
|
} & StrictSelect<S, CryptoAddressSelect>): QueryBuilder<{
|
|
16
16
|
cryptoAddresses: ConnectionResult<InferSelectResult<CryptoAddressWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends CryptoAddressSelect>(args: FindFirstArgs<S, CryptoAddressFilter> & {
|
|
18
|
+
findFirst<S extends CryptoAddressSelect>(args: FindFirstArgs<S, CryptoAddressFilter, CryptoAddressOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, CryptoAddressSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<CryptoAddressWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
cryptoAddress: InferSelectResult<CryptoAddressWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends CryptoAddressSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -30,14 +30,18 @@ class CryptoAddressModel {
|
|
|
30
30
|
findFirst(args) {
|
|
31
31
|
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('CryptoAddress', 'cryptoAddresses', args.select, {
|
|
32
32
|
where: args?.where,
|
|
33
|
-
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'CryptoAddressFilter', 'CryptoAddressOrderBy', input_types_1.connectionFieldsMap);
|
|
34
35
|
return new query_builder_1.QueryBuilder({
|
|
35
36
|
client: this.client,
|
|
36
37
|
operation: 'query',
|
|
37
38
|
operationName: 'CryptoAddress',
|
|
38
|
-
fieldName: '
|
|
39
|
+
fieldName: 'cryptoAddress',
|
|
39
40
|
document,
|
|
40
41
|
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
cryptoAddress: data.cryptoAddresses?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
41
45
|
});
|
|
42
46
|
}
|
|
43
47
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class EmailModel {
|
|
|
15
15
|
} & StrictSelect<S, EmailSelect>): QueryBuilder<{
|
|
16
16
|
emails: ConnectionResult<InferSelectResult<EmailWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends EmailSelect>(args: FindFirstArgs<S, EmailFilter> & {
|
|
18
|
+
findFirst<S extends EmailSelect>(args: FindFirstArgs<S, EmailFilter, EmailOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, EmailSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<EmailWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
email: InferSelectResult<EmailWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends EmailSelect>(args: {
|
|
26
24
|
id: string;
|
package/auth/orm/models/email.js
CHANGED
|
@@ -30,14 +30,18 @@ class EmailModel {
|
|
|
30
30
|
findFirst(args) {
|
|
31
31
|
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('Email', 'emails', args.select, {
|
|
32
32
|
where: args?.where,
|
|
33
|
-
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'EmailFilter', 'EmailOrderBy', input_types_1.connectionFieldsMap);
|
|
34
35
|
return new query_builder_1.QueryBuilder({
|
|
35
36
|
client: this.client,
|
|
36
37
|
operation: 'query',
|
|
37
38
|
operationName: 'Email',
|
|
38
|
-
fieldName: '
|
|
39
|
+
fieldName: 'email',
|
|
39
40
|
document,
|
|
40
41
|
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
email: data.emails?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
41
45
|
});
|
|
42
46
|
}
|
|
43
47
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class IdentityProviderModel {
|
|
|
15
15
|
} & StrictSelect<S, IdentityProviderSelect>): QueryBuilder<{
|
|
16
16
|
identityProviders: ConnectionResult<InferSelectResult<IdentityProviderWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends IdentityProviderSelect>(args: FindFirstArgs<S, IdentityProviderFilter> & {
|
|
18
|
+
findFirst<S extends IdentityProviderSelect>(args: FindFirstArgs<S, IdentityProviderFilter, IdentityProviderOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, IdentityProviderSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<IdentityProviderWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
identityProvider: InferSelectResult<IdentityProviderWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
create<S extends IdentityProviderSelect>(args: CreateArgs<S, CreateIdentityProviderInput['identityProvider']> & {
|
|
26
24
|
select: S;
|
|
@@ -30,14 +30,18 @@ class IdentityProviderModel {
|
|
|
30
30
|
findFirst(args) {
|
|
31
31
|
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('IdentityProvider', 'identityProviders', args.select, {
|
|
32
32
|
where: args?.where,
|
|
33
|
-
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'IdentityProviderFilter', 'IdentityProviderOrderBy', input_types_1.connectionFieldsMap);
|
|
34
35
|
return new query_builder_1.QueryBuilder({
|
|
35
36
|
client: this.client,
|
|
36
37
|
operation: 'query',
|
|
37
38
|
operationName: 'IdentityProvider',
|
|
38
|
-
fieldName: '
|
|
39
|
+
fieldName: 'identityProvider',
|
|
39
40
|
document,
|
|
40
41
|
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
identityProvider: data.identityProviders?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
41
45
|
});
|
|
42
46
|
}
|
|
43
47
|
create(args) {
|
|
@@ -15,12 +15,10 @@ export declare class PhoneNumberModel {
|
|
|
15
15
|
} & StrictSelect<S, PhoneNumberSelect>): QueryBuilder<{
|
|
16
16
|
phoneNumbers: ConnectionResult<InferSelectResult<PhoneNumberWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends PhoneNumberSelect>(args: FindFirstArgs<S, PhoneNumberFilter> & {
|
|
18
|
+
findFirst<S extends PhoneNumberSelect>(args: FindFirstArgs<S, PhoneNumberFilter, PhoneNumberOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, PhoneNumberSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<PhoneNumberWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
phoneNumber: InferSelectResult<PhoneNumberWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends PhoneNumberSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -30,14 +30,18 @@ class PhoneNumberModel {
|
|
|
30
30
|
findFirst(args) {
|
|
31
31
|
const { document, variables } = (0, query_builder_1.buildFindFirstDocument)('PhoneNumber', 'phoneNumbers', args.select, {
|
|
32
32
|
where: args?.where,
|
|
33
|
-
|
|
33
|
+
orderBy: args?.orderBy,
|
|
34
|
+
}, 'PhoneNumberFilter', 'PhoneNumberOrderBy', input_types_1.connectionFieldsMap);
|
|
34
35
|
return new query_builder_1.QueryBuilder({
|
|
35
36
|
client: this.client,
|
|
36
37
|
operation: 'query',
|
|
37
38
|
operationName: 'PhoneNumber',
|
|
38
|
-
fieldName: '
|
|
39
|
+
fieldName: 'phoneNumber',
|
|
39
40
|
document,
|
|
40
41
|
variables,
|
|
42
|
+
transform: (data) => ({
|
|
43
|
+
phoneNumber: data.phoneNumbers?.nodes?.[0] ?? null,
|
|
44
|
+
}),
|
|
41
45
|
});
|
|
42
46
|
}
|
|
43
47
|
findOne(args) {
|