@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 NodeTypeRegistryModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('NodeTypeRegistry', 'nodeTypeRegistries', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'NodeTypeRegistryFilter', 'NodeTypeRegistryOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'NodeTypeRegistry',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'nodeTypeRegistry',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
nodeTypeRegistry: data.nodeTypeRegistries?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class NotificationsModuleModel {
|
|
|
15
15
|
} & StrictSelect<S, NotificationsModuleSelect>): QueryBuilder<{
|
|
16
16
|
notificationsModules: ConnectionResult<InferSelectResult<NotificationsModuleWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends NotificationsModuleSelect>(args: FindFirstArgs<S, NotificationsModuleFilter> & {
|
|
18
|
+
findFirst<S extends NotificationsModuleSelect>(args: FindFirstArgs<S, NotificationsModuleFilter, NotificationsModuleOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, NotificationsModuleSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<NotificationsModuleWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
notificationsModule: InferSelectResult<NotificationsModuleWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends NotificationsModuleSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class NotificationsModuleModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('NotificationsModule', 'notificationsModules', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'NotificationsModuleFilter', 'NotificationsModuleOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'NotificationsModule',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'notificationsModule',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
notificationsModule: data.notificationsModules?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,18 +15,16 @@ export declare class ObjectModel {
|
|
|
15
15
|
} & StrictSelect<S, ObjectSelect>): QueryBuilder<{
|
|
16
16
|
objects: ConnectionResult<InferSelectResult<ObjectWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends ObjectSelect>(args: FindFirstArgs<S, ObjectFilter> & {
|
|
18
|
+
findFirst<S extends ObjectSelect>(args: FindFirstArgs<S, ObjectFilter, ObjectOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, ObjectSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<ObjectWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
object: InferSelectResult<ObjectWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends ObjectSelect>(args: {
|
|
26
24
|
id: string;
|
|
27
25
|
select: S;
|
|
28
26
|
} & StrictSelect<S, ObjectSelect>): QueryBuilder<{
|
|
29
|
-
|
|
27
|
+
object: InferSelectResult<ObjectWithRelations, S> | null;
|
|
30
28
|
}>;
|
|
31
29
|
create<S extends ObjectSelect>(args: CreateArgs<S, CreateObjectInput['object']> & {
|
|
32
30
|
select: S;
|
|
@@ -27,14 +27,18 @@ export class ObjectModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('Object', 'objects', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'ObjectFilter', 'ObjectOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'Object',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'object',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
object: data.objects?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -43,7 +47,7 @@ export class ObjectModel {
|
|
|
43
47
|
client: this.client,
|
|
44
48
|
operation: 'query',
|
|
45
49
|
operationName: 'Object',
|
|
46
|
-
fieldName: '
|
|
50
|
+
fieldName: 'object',
|
|
47
51
|
document,
|
|
48
52
|
variables,
|
|
49
53
|
});
|
|
@@ -15,12 +15,10 @@ export declare class OrgAdminGrantModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgAdminGrantSelect>): QueryBuilder<{
|
|
16
16
|
orgAdminGrants: ConnectionResult<InferSelectResult<OrgAdminGrantWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgAdminGrantSelect>(args: FindFirstArgs<S, OrgAdminGrantFilter> & {
|
|
18
|
+
findFirst<S extends OrgAdminGrantSelect>(args: FindFirstArgs<S, OrgAdminGrantFilter, OrgAdminGrantOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgAdminGrantSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgAdminGrantWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgAdminGrant: InferSelectResult<OrgAdminGrantWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgAdminGrantSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class OrgAdminGrantModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgAdminGrant', 'orgAdminGrants', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgAdminGrantFilter', 'OrgAdminGrantOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgAdminGrant',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgAdminGrant',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgAdminGrant: data.orgAdminGrants?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgChartEdgeModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgChartEdgeSelect>): QueryBuilder<{
|
|
16
16
|
orgChartEdges: ConnectionResult<InferSelectResult<OrgChartEdgeWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgChartEdgeSelect>(args: FindFirstArgs<S, OrgChartEdgeFilter> & {
|
|
18
|
+
findFirst<S extends OrgChartEdgeSelect>(args: FindFirstArgs<S, OrgChartEdgeFilter, OrgChartEdgeOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgChartEdgeSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgChartEdgeWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgChartEdge: InferSelectResult<OrgChartEdgeWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgChartEdgeSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class OrgChartEdgeModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgChartEdge', 'orgChartEdges', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgChartEdgeFilter', 'OrgChartEdgeOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgChartEdge',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgChartEdge',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgChartEdge: data.orgChartEdges?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgChartEdgeGrantModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgChartEdgeGrantSelect>): QueryBuilder<{
|
|
16
16
|
orgChartEdgeGrants: ConnectionResult<InferSelectResult<OrgChartEdgeGrantWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgChartEdgeGrantSelect>(args: FindFirstArgs<S, OrgChartEdgeGrantFilter> & {
|
|
18
|
+
findFirst<S extends OrgChartEdgeGrantSelect>(args: FindFirstArgs<S, OrgChartEdgeGrantFilter, OrgChartEdgeGrantOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgChartEdgeGrantSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgChartEdgeGrantWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgChartEdgeGrant: InferSelectResult<OrgChartEdgeGrantWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgChartEdgeGrantSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class OrgChartEdgeGrantModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgChartEdgeGrant', 'orgChartEdgeGrants', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgChartEdgeGrantFilter', 'OrgChartEdgeGrantOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgChartEdgeGrant',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgChartEdgeGrant',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgChartEdgeGrant: data.orgChartEdgeGrants?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgClaimedInviteModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgClaimedInviteSelect>): QueryBuilder<{
|
|
16
16
|
orgClaimedInvites: ConnectionResult<InferSelectResult<OrgClaimedInviteWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgClaimedInviteSelect>(args: FindFirstArgs<S, OrgClaimedInviteFilter> & {
|
|
18
|
+
findFirst<S extends OrgClaimedInviteSelect>(args: FindFirstArgs<S, OrgClaimedInviteFilter, OrgClaimedInviteOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgClaimedInviteSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgClaimedInviteWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgClaimedInvite: InferSelectResult<OrgClaimedInviteWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgClaimedInviteSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class OrgClaimedInviteModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgClaimedInvite', 'orgClaimedInvites', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgClaimedInviteFilter', 'OrgClaimedInviteOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgClaimedInvite',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgClaimedInvite',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgClaimedInvite: data.orgClaimedInvites?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgGetManagersRecordModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgGetManagersRecordSelect>): QueryBuilder<{
|
|
16
16
|
orgGetManagers: ConnectionResult<InferSelectResult<OrgGetManagersRecordWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgGetManagersRecordSelect>(args: FindFirstArgs<S, OrgGetManagersRecordFilter> & {
|
|
18
|
+
findFirst<S extends OrgGetManagersRecordSelect>(args: FindFirstArgs<S, OrgGetManagersRecordFilter, OrgGetManagersRecordsOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgGetManagersRecordSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgGetManagersRecordWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgGetManagersRecord: InferSelectResult<OrgGetManagersRecordWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
create<S extends OrgGetManagersRecordSelect>(args: CreateArgs<S, CreateOrgGetManagersRecordInput['orgGetManagersRecord']> & {
|
|
26
24
|
select: S;
|
|
@@ -27,14 +27,18 @@ export class OrgGetManagersRecordModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgGetManagersRecord', 'orgGetManagers', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgGetManagersRecordFilter', 'OrgGetManagersRecordsOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgGetManagersRecord',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgGetManagersRecord',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgGetManagersRecord: data.orgGetManagers?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
create(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgGetSubordinatesRecordModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgGetSubordinatesRecordSelect>): QueryBuilder<{
|
|
16
16
|
orgGetSubordinates: ConnectionResult<InferSelectResult<OrgGetSubordinatesRecordWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgGetSubordinatesRecordSelect>(args: FindFirstArgs<S, OrgGetSubordinatesRecordFilter> & {
|
|
18
|
+
findFirst<S extends OrgGetSubordinatesRecordSelect>(args: FindFirstArgs<S, OrgGetSubordinatesRecordFilter, OrgGetSubordinatesRecordsOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgGetSubordinatesRecordSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgGetSubordinatesRecordWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgGetSubordinatesRecord: InferSelectResult<OrgGetSubordinatesRecordWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
create<S extends OrgGetSubordinatesRecordSelect>(args: CreateArgs<S, CreateOrgGetSubordinatesRecordInput['orgGetSubordinatesRecord']> & {
|
|
26
24
|
select: S;
|
|
@@ -27,14 +27,18 @@ export class OrgGetSubordinatesRecordModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgGetSubordinatesRecord', 'orgGetSubordinates', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgGetSubordinatesRecordFilter', 'OrgGetSubordinatesRecordsOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgGetSubordinatesRecord',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgGetSubordinatesRecord',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgGetSubordinatesRecord: data.orgGetSubordinates?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
create(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgGrantModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgGrantSelect>): QueryBuilder<{
|
|
16
16
|
orgGrants: ConnectionResult<InferSelectResult<OrgGrantWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgGrantSelect>(args: FindFirstArgs<S, OrgGrantFilter> & {
|
|
18
|
+
findFirst<S extends OrgGrantSelect>(args: FindFirstArgs<S, OrgGrantFilter, OrgGrantOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgGrantSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgGrantWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgGrant: InferSelectResult<OrgGrantWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgGrantSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class OrgGrantModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgGrant', 'orgGrants', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgGrantFilter', 'OrgGrantOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgGrant',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgGrant',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgGrant: data.orgGrants?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgInviteModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgInviteSelect>): QueryBuilder<{
|
|
16
16
|
orgInvites: ConnectionResult<InferSelectResult<OrgInviteWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgInviteSelect>(args: FindFirstArgs<S, OrgInviteFilter> & {
|
|
18
|
+
findFirst<S extends OrgInviteSelect>(args: FindFirstArgs<S, OrgInviteFilter, OrgInviteOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgInviteSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgInviteWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgInvite: InferSelectResult<OrgInviteWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgInviteSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class OrgInviteModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgInvite', 'orgInvites', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgInviteFilter', 'OrgInviteOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgInvite',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgInvite',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgInvite: data.orgInvites?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgLimitModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgLimitSelect>): QueryBuilder<{
|
|
16
16
|
orgLimits: ConnectionResult<InferSelectResult<OrgLimitWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgLimitSelect>(args: FindFirstArgs<S, OrgLimitFilter> & {
|
|
18
|
+
findFirst<S extends OrgLimitSelect>(args: FindFirstArgs<S, OrgLimitFilter, OrgLimitOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgLimitSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgLimitWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgLimit: InferSelectResult<OrgLimitWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgLimitSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class OrgLimitModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgLimit', 'orgLimits', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgLimitFilter', 'OrgLimitOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgLimit',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgLimit',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgLimit: data.orgLimits?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgLimitAggregateModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgLimitAggregateSelect>): QueryBuilder<{
|
|
16
16
|
orgLimitAggregates: ConnectionResult<InferSelectResult<OrgLimitAggregateWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgLimitAggregateSelect>(args: FindFirstArgs<S, OrgLimitAggregateFilter> & {
|
|
18
|
+
findFirst<S extends OrgLimitAggregateSelect>(args: FindFirstArgs<S, OrgLimitAggregateFilter, OrgLimitAggregateOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgLimitAggregateSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgLimitAggregateWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgLimitAggregate: InferSelectResult<OrgLimitAggregateWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgLimitAggregateSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class OrgLimitAggregateModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgLimitAggregate', 'orgLimitAggregates', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgLimitAggregateFilter', 'OrgLimitAggregateOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgLimitAggregate',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgLimitAggregate',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgLimitAggregate: data.orgLimitAggregates?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgLimitCapModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgLimitCapSelect>): QueryBuilder<{
|
|
16
16
|
orgLimitCaps: ConnectionResult<InferSelectResult<OrgLimitCapWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgLimitCapSelect>(args: FindFirstArgs<S, OrgLimitCapFilter> & {
|
|
18
|
+
findFirst<S extends OrgLimitCapSelect>(args: FindFirstArgs<S, OrgLimitCapFilter, OrgLimitCapOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgLimitCapSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgLimitCapWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgLimitCap: InferSelectResult<OrgLimitCapWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgLimitCapSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class OrgLimitCapModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgLimitCap', 'orgLimitCaps', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgLimitCapFilter', 'OrgLimitCapOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgLimitCap',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgLimitCap',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgLimitCap: data.orgLimitCaps?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgLimitCapsDefaultModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgLimitCapsDefaultSelect>): QueryBuilder<{
|
|
16
16
|
orgLimitCapsDefaults: ConnectionResult<InferSelectResult<OrgLimitCapsDefaultWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgLimitCapsDefaultSelect>(args: FindFirstArgs<S, OrgLimitCapsDefaultFilter> & {
|
|
18
|
+
findFirst<S extends OrgLimitCapsDefaultSelect>(args: FindFirstArgs<S, OrgLimitCapsDefaultFilter, OrgLimitCapsDefaultOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgLimitCapsDefaultSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgLimitCapsDefaultWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgLimitCapsDefault: InferSelectResult<OrgLimitCapsDefaultWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgLimitCapsDefaultSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class OrgLimitCapsDefaultModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgLimitCapsDefault', 'orgLimitCapsDefaults', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgLimitCapsDefaultFilter', 'OrgLimitCapsDefaultOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgLimitCapsDefault',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgLimitCapsDefault',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgLimitCapsDefault: data.orgLimitCapsDefaults?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgLimitCreditModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgLimitCreditSelect>): QueryBuilder<{
|
|
16
16
|
orgLimitCredits: ConnectionResult<InferSelectResult<OrgLimitCreditWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgLimitCreditSelect>(args: FindFirstArgs<S, OrgLimitCreditFilter> & {
|
|
18
|
+
findFirst<S extends OrgLimitCreditSelect>(args: FindFirstArgs<S, OrgLimitCreditFilter, OrgLimitCreditOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgLimitCreditSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgLimitCreditWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgLimitCredit: InferSelectResult<OrgLimitCreditWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgLimitCreditSelect>(args: {
|
|
26
24
|
id: string;
|
|
@@ -27,14 +27,18 @@ export class OrgLimitCreditModel {
|
|
|
27
27
|
findFirst(args) {
|
|
28
28
|
const { document, variables } = buildFindFirstDocument('OrgLimitCredit', 'orgLimitCredits', args.select, {
|
|
29
29
|
where: args?.where,
|
|
30
|
-
|
|
30
|
+
orderBy: args?.orderBy,
|
|
31
|
+
}, 'OrgLimitCreditFilter', 'OrgLimitCreditOrderBy', connectionFieldsMap);
|
|
31
32
|
return new QueryBuilder({
|
|
32
33
|
client: this.client,
|
|
33
34
|
operation: 'query',
|
|
34
35
|
operationName: 'OrgLimitCredit',
|
|
35
|
-
fieldName: '
|
|
36
|
+
fieldName: 'orgLimitCredit',
|
|
36
37
|
document,
|
|
37
38
|
variables,
|
|
39
|
+
transform: (data) => ({
|
|
40
|
+
orgLimitCredit: data.orgLimitCredits?.nodes?.[0] ?? null,
|
|
41
|
+
}),
|
|
38
42
|
});
|
|
39
43
|
}
|
|
40
44
|
findOne(args) {
|
|
@@ -15,12 +15,10 @@ export declare class OrgLimitDefaultModel {
|
|
|
15
15
|
} & StrictSelect<S, OrgLimitDefaultSelect>): QueryBuilder<{
|
|
16
16
|
orgLimitDefaults: ConnectionResult<InferSelectResult<OrgLimitDefaultWithRelations, S>>;
|
|
17
17
|
}>;
|
|
18
|
-
findFirst<S extends OrgLimitDefaultSelect>(args: FindFirstArgs<S, OrgLimitDefaultFilter> & {
|
|
18
|
+
findFirst<S extends OrgLimitDefaultSelect>(args: FindFirstArgs<S, OrgLimitDefaultFilter, OrgLimitDefaultOrderBy> & {
|
|
19
19
|
select: S;
|
|
20
20
|
} & StrictSelect<S, OrgLimitDefaultSelect>): QueryBuilder<{
|
|
21
|
-
|
|
22
|
-
nodes: InferSelectResult<OrgLimitDefaultWithRelations, S>[];
|
|
23
|
-
};
|
|
21
|
+
orgLimitDefault: InferSelectResult<OrgLimitDefaultWithRelations, S> | null;
|
|
24
22
|
}>;
|
|
25
23
|
findOne<S extends OrgLimitDefaultSelect>(args: {
|
|
26
24
|
id: string;
|