@constructive-io/sdk 0.21.5 → 0.21.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/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/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/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/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/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
|
@@ -27,14 +27,18 @@ export class StoreModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('Store', 'stores', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'StoreFilter', 'StoreOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'Store',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'store',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
store: data.stores?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -48,7 +48,8 @@ export declare function buildFindManyDocument<TSelect, TWhere>(operationName: st
|
|
|
48
48
|
};
|
|
49
49
|
export declare function buildFindFirstDocument<TSelect, TWhere>(operationName: string, queryField: string, select: TSelect, args: {
|
|
50
50
|
where?: TWhere;
|
|
51
|
-
|
|
51
|
+
orderBy?: string[];
|
|
52
|
+
}, filterTypeName: string, orderByTypeName: string, connectionFieldsMap?: Record<string, Record<string, string>>): {
|
|
52
53
|
document: string;
|
|
53
54
|
variables: Record<string, unknown>;
|
|
54
55
|
};
|
|
@@ -91,3 +92,19 @@ export declare function buildCustomDocument<TSelect, TArgs>(operationType: 'quer
|
|
|
91
92
|
document: string;
|
|
92
93
|
variables: Record<string, unknown>;
|
|
93
94
|
};
|
|
95
|
+
export declare function buildBulkInsertDocument<TSelect, TData>(operationName: string, mutationField: string, select: TSelect, data: TData[], inputTypeName: string, onConflict?: unknown, connectionFieldsMap?: Record<string, Record<string, string>>): {
|
|
96
|
+
document: string;
|
|
97
|
+
variables: Record<string, unknown>;
|
|
98
|
+
};
|
|
99
|
+
export declare function buildBulkUpsertDocument<TSelect, TData>(operationName: string, mutationField: string, select: TSelect, data: TData[], inputTypeName: string, onConflict: unknown, connectionFieldsMap?: Record<string, Record<string, string>>): {
|
|
100
|
+
document: string;
|
|
101
|
+
variables: Record<string, unknown>;
|
|
102
|
+
};
|
|
103
|
+
export declare function buildBulkUpdateDocument<TSelect, TWhere, TData>(operationName: string, mutationField: string, select: TSelect, where: TWhere, data: TData, inputTypeName: string, connectionFieldsMap?: Record<string, Record<string, string>>): {
|
|
104
|
+
document: string;
|
|
105
|
+
variables: Record<string, unknown>;
|
|
106
|
+
};
|
|
107
|
+
export declare function buildBulkDeleteDocument<TSelect, TWhere>(operationName: string, mutationField: string, select: TSelect, where: TWhere, inputTypeName: string, connectionFieldsMap?: Record<string, Record<string, string>>): {
|
|
108
|
+
document: string;
|
|
109
|
+
variables: Record<string, unknown>;
|
|
110
|
+
};
|
|
@@ -199,7 +199,7 @@ export function buildFindManyDocument(operationName, queryField, select, args, f
|
|
|
199
199
|
});
|
|
200
200
|
return { document: print(document), variables };
|
|
201
201
|
}
|
|
202
|
-
export function buildFindFirstDocument(operationName, queryField, select, args, filterTypeName, connectionFieldsMap) {
|
|
202
|
+
export function buildFindFirstDocument(operationName, queryField, select, args, filterTypeName, orderByTypeName, connectionFieldsMap) {
|
|
203
203
|
const selections = select
|
|
204
204
|
? buildSelections(select, connectionFieldsMap, operationName)
|
|
205
205
|
: [t.field({ name: 'id' })];
|
|
@@ -213,6 +213,11 @@ export function buildFindFirstDocument(operationName, queryField, select, args,
|
|
|
213
213
|
typeName: filterTypeName,
|
|
214
214
|
value: args.where,
|
|
215
215
|
}, variableDefinitions, queryArgs, variables);
|
|
216
|
+
addVariable({
|
|
217
|
+
varName: 'orderBy',
|
|
218
|
+
typeName: '[' + orderByTypeName + '!]',
|
|
219
|
+
value: args.orderBy?.length ? args.orderBy : undefined,
|
|
220
|
+
}, variableDefinitions, queryArgs, variables);
|
|
216
221
|
const document = t.document({
|
|
217
222
|
definitions: [
|
|
218
223
|
t.operationDefinition({
|
|
@@ -595,3 +600,105 @@ function buildValueAst(value) {
|
|
|
595
600
|
}
|
|
596
601
|
throw new Error('Unsupported value type: ' + typeof value);
|
|
597
602
|
}
|
|
603
|
+
// ============================================================================
|
|
604
|
+
// Bulk Mutation Document Builders
|
|
605
|
+
// ============================================================================
|
|
606
|
+
export function buildBulkInsertDocument(operationName, mutationField, select, data, inputTypeName, onConflict, connectionFieldsMap) {
|
|
607
|
+
const selections = select
|
|
608
|
+
? buildSelections(select, connectionFieldsMap, operationName)
|
|
609
|
+
: [t.field({ name: 'id' })];
|
|
610
|
+
return {
|
|
611
|
+
document: buildInputMutationDocument({
|
|
612
|
+
operationName,
|
|
613
|
+
mutationField,
|
|
614
|
+
inputTypeName,
|
|
615
|
+
resultSelections: [
|
|
616
|
+
t.field({ name: 'affectedCount' }),
|
|
617
|
+
t.field({
|
|
618
|
+
name: 'returning',
|
|
619
|
+
selectionSet: t.selectionSet({ selections }),
|
|
620
|
+
}),
|
|
621
|
+
],
|
|
622
|
+
}),
|
|
623
|
+
variables: {
|
|
624
|
+
input: {
|
|
625
|
+
values: data,
|
|
626
|
+
...(onConflict ? { onConflict } : {}),
|
|
627
|
+
},
|
|
628
|
+
},
|
|
629
|
+
};
|
|
630
|
+
}
|
|
631
|
+
export function buildBulkUpsertDocument(operationName, mutationField, select, data, inputTypeName, onConflict, connectionFieldsMap) {
|
|
632
|
+
const selections = select
|
|
633
|
+
? buildSelections(select, connectionFieldsMap, operationName)
|
|
634
|
+
: [t.field({ name: 'id' })];
|
|
635
|
+
return {
|
|
636
|
+
document: buildInputMutationDocument({
|
|
637
|
+
operationName,
|
|
638
|
+
mutationField,
|
|
639
|
+
inputTypeName,
|
|
640
|
+
resultSelections: [
|
|
641
|
+
t.field({ name: 'affectedCount' }),
|
|
642
|
+
t.field({
|
|
643
|
+
name: 'returning',
|
|
644
|
+
selectionSet: t.selectionSet({ selections }),
|
|
645
|
+
}),
|
|
646
|
+
],
|
|
647
|
+
}),
|
|
648
|
+
variables: {
|
|
649
|
+
input: {
|
|
650
|
+
values: data,
|
|
651
|
+
onConflict,
|
|
652
|
+
},
|
|
653
|
+
},
|
|
654
|
+
};
|
|
655
|
+
}
|
|
656
|
+
export function buildBulkUpdateDocument(operationName, mutationField, select, where, data, inputTypeName, connectionFieldsMap) {
|
|
657
|
+
const selections = select
|
|
658
|
+
? buildSelections(select, connectionFieldsMap, operationName)
|
|
659
|
+
: [t.field({ name: 'id' })];
|
|
660
|
+
return {
|
|
661
|
+
document: buildInputMutationDocument({
|
|
662
|
+
operationName,
|
|
663
|
+
mutationField,
|
|
664
|
+
inputTypeName,
|
|
665
|
+
resultSelections: [
|
|
666
|
+
t.field({ name: 'affectedCount' }),
|
|
667
|
+
t.field({
|
|
668
|
+
name: 'returning',
|
|
669
|
+
selectionSet: t.selectionSet({ selections }),
|
|
670
|
+
}),
|
|
671
|
+
],
|
|
672
|
+
}),
|
|
673
|
+
variables: {
|
|
674
|
+
input: {
|
|
675
|
+
where,
|
|
676
|
+
patch: data,
|
|
677
|
+
},
|
|
678
|
+
},
|
|
679
|
+
};
|
|
680
|
+
}
|
|
681
|
+
export function buildBulkDeleteDocument(operationName, mutationField, select, where, inputTypeName, connectionFieldsMap) {
|
|
682
|
+
const selections = select
|
|
683
|
+
? buildSelections(select, connectionFieldsMap, operationName)
|
|
684
|
+
: [t.field({ name: 'id' })];
|
|
685
|
+
return {
|
|
686
|
+
document: buildInputMutationDocument({
|
|
687
|
+
operationName,
|
|
688
|
+
mutationField,
|
|
689
|
+
inputTypeName,
|
|
690
|
+
resultSelections: [
|
|
691
|
+
t.field({ name: 'affectedCount' }),
|
|
692
|
+
t.field({
|
|
693
|
+
name: 'returning',
|
|
694
|
+
selectionSet: t.selectionSet({ selections }),
|
|
695
|
+
}),
|
|
696
|
+
],
|
|
697
|
+
}),
|
|
698
|
+
variables: {
|
|
699
|
+
input: {
|
|
700
|
+
where,
|
|
701
|
+
},
|
|
702
|
+
},
|
|
703
|
+
};
|
|
704
|
+
}
|
|
@@ -24,9 +24,10 @@ export interface FindManyArgs<TSelect, TWhere, TOrderBy = never> {
|
|
|
24
24
|
before?: string;
|
|
25
25
|
offset?: number;
|
|
26
26
|
}
|
|
27
|
-
export interface FindFirstArgs<TSelect, TWhere> {
|
|
27
|
+
export interface FindFirstArgs<TSelect, TWhere, TOrderBy> {
|
|
28
28
|
select?: TSelect;
|
|
29
29
|
where?: TWhere;
|
|
30
|
+
orderBy?: TOrderBy[];
|
|
30
31
|
}
|
|
31
32
|
export interface CreateArgs<TSelect, TData> {
|
|
32
33
|
data: TData;
|
|
@@ -44,6 +45,29 @@ export interface DeleteArgs<TWhere, TSelect = undefined> {
|
|
|
44
45
|
where: TWhere;
|
|
45
46
|
select?: TSelect;
|
|
46
47
|
}
|
|
48
|
+
export interface BulkInsertArgs<TSelect, TData, TOnConflict = unknown> {
|
|
49
|
+
data: TData[];
|
|
50
|
+
select?: TSelect;
|
|
51
|
+
onConflict?: TOnConflict;
|
|
52
|
+
}
|
|
53
|
+
export interface BulkUpsertArgs<TSelect, TData, TOnConflict = unknown> {
|
|
54
|
+
data: TData[];
|
|
55
|
+
select?: TSelect;
|
|
56
|
+
onConflict: TOnConflict;
|
|
57
|
+
}
|
|
58
|
+
export interface BulkUpdateArgs<TSelect, TWhere, TData> {
|
|
59
|
+
where: TWhere;
|
|
60
|
+
data: TData;
|
|
61
|
+
select?: TSelect;
|
|
62
|
+
}
|
|
63
|
+
export interface BulkDeleteArgs<TSelect, TWhere> {
|
|
64
|
+
where: TWhere;
|
|
65
|
+
select?: TSelect;
|
|
66
|
+
}
|
|
67
|
+
export interface BulkMutationResult<T> {
|
|
68
|
+
affectedCount: number;
|
|
69
|
+
returning: T[];
|
|
70
|
+
}
|
|
47
71
|
type DepthLevel = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
48
72
|
type DecrementDepth = {
|
|
49
73
|
0: 0;
|
|
@@ -2218,6 +2218,8 @@ export interface OrgInvite {
|
|
|
2218
2218
|
data?: Record<string, unknown> | null;
|
|
2219
2219
|
/** Optional profile (role) to assign to the member when they claim this invite. Only allowed on email invites. */
|
|
2220
2220
|
profileId?: string | null;
|
|
2221
|
+
/** Whether the resulting membership should be read-only when this invite is claimed */
|
|
2222
|
+
isReadOnly?: boolean | null;
|
|
2221
2223
|
/** Timestamp after which this invitation can no longer be redeemed */
|
|
2222
2224
|
expiresAt?: string | null;
|
|
2223
2225
|
createdAt?: string | null;
|
|
@@ -7024,6 +7026,7 @@ export type OrgInviteSelect = {
|
|
|
7024
7026
|
multiple?: boolean;
|
|
7025
7027
|
data?: boolean;
|
|
7026
7028
|
profileId?: boolean;
|
|
7029
|
+
isReadOnly?: boolean;
|
|
7027
7030
|
expiresAt?: boolean;
|
|
7028
7031
|
createdAt?: boolean;
|
|
7029
7032
|
updatedAt?: boolean;
|
|
@@ -12512,6 +12515,8 @@ export interface OrgInviteFilter {
|
|
|
12512
12515
|
multiple?: BooleanFilter;
|
|
12513
12516
|
/** Filter by the object’s `profileId` field. */
|
|
12514
12517
|
profileId?: UUIDFilter;
|
|
12518
|
+
/** Filter by the object’s `isReadOnly` field. */
|
|
12519
|
+
isReadOnly?: BooleanFilter;
|
|
12515
12520
|
/** Filter by the object’s `expiresAt` field. */
|
|
12516
12521
|
expiresAt?: DatetimeFilter;
|
|
12517
12522
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -14235,7 +14240,7 @@ export type CryptoAddressOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_
|
|
|
14235
14240
|
export type WebauthnCredentialOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'CREDENTIAL_ID_ASC' | 'CREDENTIAL_ID_DESC' | 'PUBLIC_KEY_ASC' | 'PUBLIC_KEY_DESC' | 'SIGN_COUNT_ASC' | 'SIGN_COUNT_DESC' | 'WEBAUTHN_USER_ID_ASC' | 'WEBAUTHN_USER_ID_DESC' | 'TRANSPORTS_ASC' | 'TRANSPORTS_DESC' | 'CREDENTIAL_DEVICE_TYPE_ASC' | 'CREDENTIAL_DEVICE_TYPE_DESC' | 'BACKUP_ELIGIBLE_ASC' | 'BACKUP_ELIGIBLE_DESC' | 'BACKUP_STATE_ASC' | 'BACKUP_STATE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LAST_USED_AT_ASC' | 'LAST_USED_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
14236
14241
|
export type AppInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_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';
|
|
14237
14242
|
export type AppClaimedInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
|
|
14238
|
-
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';
|
|
14243
|
+
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';
|
|
14239
14244
|
export type OrgClaimedInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
|
|
14240
14245
|
export type AuditLogOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'EVENT_ASC' | 'EVENT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ORIGIN_ASC' | 'ORIGIN_DESC' | 'USER_AGENT_ASC' | 'USER_AGENT_DESC' | 'IP_ADDRESS_ASC' | 'IP_ADDRESS_DESC' | 'SUCCESS_ASC' | 'SUCCESS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
|
|
14241
14246
|
export type AgentThreadOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'MODE_ASC' | 'MODE_DESC' | 'MODEL_ASC' | 'MODEL_DESC' | 'SYSTEM_PROMPT_ASC' | 'SYSTEM_PROMPT_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'STATUS_ASC' | 'STATUS_DESC';
|
|
@@ -17834,6 +17839,7 @@ export interface CreateOrgInviteInput {
|
|
|
17834
17839
|
multiple?: boolean;
|
|
17835
17840
|
data?: Record<string, unknown>;
|
|
17836
17841
|
profileId?: string;
|
|
17842
|
+
isReadOnly?: boolean;
|
|
17837
17843
|
expiresAt?: string;
|
|
17838
17844
|
entityId: string;
|
|
17839
17845
|
};
|
|
@@ -17849,6 +17855,7 @@ export interface OrgInvitePatch {
|
|
|
17849
17855
|
multiple?: boolean | null;
|
|
17850
17856
|
data?: Record<string, unknown> | null;
|
|
17851
17857
|
profileId?: string | null;
|
|
17858
|
+
isReadOnly?: boolean | null;
|
|
17852
17859
|
expiresAt?: string | null;
|
|
17853
17860
|
entityId?: string | null;
|
|
17854
17861
|
}
|
|
@@ -25925,6 +25932,8 @@ export interface OrgInviteFilter {
|
|
|
25925
25932
|
multiple?: BooleanFilter;
|
|
25926
25933
|
/** Filter by the object’s `profileId` field. */
|
|
25927
25934
|
profileId?: UUIDFilter;
|
|
25935
|
+
/** Filter by the object’s `isReadOnly` field. */
|
|
25936
|
+
isReadOnly?: BooleanFilter;
|
|
25928
25937
|
/** Filter by the object’s `expiresAt` field. */
|
|
25929
25938
|
expiresAt?: DatetimeFilter;
|
|
25930
25939
|
/** Filter by the object’s `createdAt` field. */
|
|
@@ -15,12 +15,10 @@ export declare class AgentMessageModel {
|
|
|
15
15
|
} & StrictSelect<S, AgentMessageSelect>): QueryBuilder<{
|
|
16
16
|
agentMessages: ConnectionResult<InferSelectResult<AgentMessageWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends AgentMessageSelect>(args: FindFirstArgs<S, AgentMessageFilter> & {
|
|
18
|
+
findFirst<S extends AgentMessageSelect>(args: FindFirstArgs<S, AgentMessageFilter, AgentMessageOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, AgentMessageSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<AgentMessageWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
agentMessage: InferSelectResult<AgentMessageWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends AgentMessageSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class AgentMessageModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('AgentMessage', 'agentMessages', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'AgentMessageFilter', 'AgentMessageOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'AgentMessage',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'agentMessage',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
agentMessage: data.agentMessages?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class AgentTaskModel {
|
|
|
15
15
|
} & StrictSelect<S, AgentTaskSelect>): QueryBuilder<{
|
|
16
16
|
agentTasks: ConnectionResult<InferSelectResult<AgentTaskWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends AgentTaskSelect>(args: FindFirstArgs<S, AgentTaskFilter> & {
|
|
18
|
+
findFirst<S extends AgentTaskSelect>(args: FindFirstArgs<S, AgentTaskFilter, AgentTaskOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, AgentTaskSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<AgentTaskWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
agentTask: InferSelectResult<AgentTaskWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends AgentTaskSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class AgentTaskModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('AgentTask', 'agentTasks', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'AgentTaskFilter', 'AgentTaskOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'AgentTask',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'agentTask',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
agentTask: data.agentTasks?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class AgentThreadModel {
|
|
|
15
15
|
} & StrictSelect<S, AgentThreadSelect>): QueryBuilder<{
|
|
16
16
|
agentThreads: ConnectionResult<InferSelectResult<AgentThreadWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends AgentThreadSelect>(args: FindFirstArgs<S, AgentThreadFilter> & {
|
|
18
|
+
findFirst<S extends AgentThreadSelect>(args: FindFirstArgs<S, AgentThreadFilter, AgentThreadOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, AgentThreadSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<AgentThreadWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
agentThread: InferSelectResult<AgentThreadWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends AgentThreadSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class AgentThreadModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('AgentThread', 'agentThreads', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'AgentThreadFilter', 'AgentThreadOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'AgentThread',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'agentThread',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
agentThread: data.agentThreads?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class ApiModel {
|
|
|
15
15
|
} & StrictSelect<S, ApiSelect>): QueryBuilder<{
|
|
16
16
|
apis: ConnectionResult<InferSelectResult<ApiWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends ApiSelect>(args: FindFirstArgs<S, ApiFilter> & {
|
|
18
|
+
findFirst<S extends ApiSelect>(args: FindFirstArgs<S, ApiFilter, ApiOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, ApiSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<ApiWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
api: InferSelectResult<ApiWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends ApiSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class ApiModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('Api', 'apis', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'ApiFilter', 'ApiOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'Api',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'api',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
api: data.apis?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class ApiModuleModel {
|
|
|
15
15
|
} & StrictSelect<S, ApiModuleSelect>): QueryBuilder<{
|
|
16
16
|
apiModules: ConnectionResult<InferSelectResult<ApiModuleWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends ApiModuleSelect>(args: FindFirstArgs<S, ApiModuleFilter> & {
|
|
18
|
+
findFirst<S extends ApiModuleSelect>(args: FindFirstArgs<S, ApiModuleFilter, ApiModuleOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, ApiModuleSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<ApiModuleWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
apiModule: InferSelectResult<ApiModuleWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends ApiModuleSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class ApiModuleModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('ApiModule', 'apiModules', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'ApiModuleFilter', 'ApiModuleOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'ApiModule',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'apiModule',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
apiModule: data.apiModules?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class ApiSchemaModel {
|
|
|
15
15
|
} & StrictSelect<S, ApiSchemaSelect>): QueryBuilder<{
|
|
16
16
|
apiSchemas: ConnectionResult<InferSelectResult<ApiSchemaWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends ApiSchemaSelect>(args: FindFirstArgs<S, ApiSchemaFilter> & {
|
|
18
|
+
findFirst<S extends ApiSchemaSelect>(args: FindFirstArgs<S, ApiSchemaFilter, ApiSchemaOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, ApiSchemaSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<ApiSchemaWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
apiSchema: InferSelectResult<ApiSchemaWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends ApiSchemaSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class ApiSchemaModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('ApiSchema', 'apiSchemas', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'ApiSchemaFilter', 'ApiSchemaOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'ApiSchema',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'apiSchema',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
apiSchema: data.apiSchemas?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class ApiSettingModel {
|
|
|
15
15
|
} & StrictSelect<S, ApiSettingSelect>): QueryBuilder<{
|
|
16
16
|
apiSettings: ConnectionResult<InferSelectResult<ApiSettingWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends ApiSettingSelect>(args: FindFirstArgs<S, ApiSettingFilter> & {
|
|
18
|
+
findFirst<S extends ApiSettingSelect>(args: FindFirstArgs<S, ApiSettingFilter, ApiSettingOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, ApiSettingSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<ApiSettingWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
apiSetting: InferSelectResult<ApiSettingWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends ApiSettingSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class ApiSettingModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('ApiSetting', 'apiSettings', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'ApiSettingFilter', 'ApiSettingOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'ApiSetting',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'apiSetting',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
apiSetting: data.apiSettings?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class AppModel {
|
|
|
15
15
|
} & StrictSelect<S, AppSelect>): QueryBuilder<{
|
|
16
16
|
apps: ConnectionResult<InferSelectResult<AppWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends AppSelect>(args: FindFirstArgs<S, AppFilter> & {
|
|
18
|
+
findFirst<S extends AppSelect>(args: FindFirstArgs<S, AppFilter, AppOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, AppSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<AppWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
app: InferSelectResult<AppWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends AppSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class AppModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('App', 'apps', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'AppFilter', 'AppOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'App',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'app',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
app: data.apps?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class AppAchievementModel {
|
|
|
15
15
|
} & StrictSelect<S, AppAchievementSelect>): QueryBuilder<{
|
|
16
16
|
appAchievements: ConnectionResult<InferSelectResult<AppAchievementWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends AppAchievementSelect>(args: FindFirstArgs<S, AppAchievementFilter> & {
|
|
18
|
+
findFirst<S extends AppAchievementSelect>(args: FindFirstArgs<S, AppAchievementFilter, AppAchievementOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, AppAchievementSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<AppAchievementWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
appAchievement: InferSelectResult<AppAchievementWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends AppAchievementSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class AppAchievementModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('AppAchievement', 'appAchievements', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'AppAchievementFilter', 'AppAchievementOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'AppAchievement',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'appAchievement',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
appAchievement: data.appAchievements?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class AppAdminGrantModel {
|
|
|
15
15
|
} & StrictSelect<S, AppAdminGrantSelect>): QueryBuilder<{
|
|
16
16
|
appAdminGrants: ConnectionResult<InferSelectResult<AppAdminGrantWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends AppAdminGrantSelect>(args: FindFirstArgs<S, AppAdminGrantFilter> & {
|
|
18
|
+
findFirst<S extends AppAdminGrantSelect>(args: FindFirstArgs<S, AppAdminGrantFilter, AppAdminGrantOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, AppAdminGrantSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<AppAdminGrantWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
appAdminGrant: InferSelectResult<AppAdminGrantWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends AppAdminGrantSelect>(args: {
|
|
26
24
|
id: string;
|